html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0;
}

h2, h3, h4, h5, h6 {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff");
}
@font-face {
  font-family: "HelveticaNeueCyr";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/HelveticaNeueCyr-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff");
}
.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  left: -9999px;
  overflow: hidden;
}

::-webkit-scrollbar-button {
  width: 6px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background-color: #000;
  box-shadow: 0px 0px 3px #000 inset;
}

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: gray;
  background-position: center;
  background-repeat: no-repeat;
}

::-webkit-resizer {
  width: 7px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 7px;
}

body {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  background-image: url("../img/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.wrapper {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 1fr);
  min-height: 100vh;
  overflow: hidden;
}

.centering {
  max-width: 820px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.header__container {
  display: flex;
  justify-content: center;
}
.header__box {
  display: inline-flex;
  width: auto;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 0 0 30px 30px;
  background-color: #f8ec00;
  box-sizing: border-box;
  padding: 15px 45px;
}
@media screen and (max-width: 30em) {
  .header__box {
    border-radius: 0 0 13px 13px;
  }
}
.header__box-title {
  width: 332px;
  height: 37px;
  pointer-events: none;
}
@media screen and (max-width: 30em) {
  .header__box-title {
    width: 151px;
    height: 17px;
  }
}
.header__box-icon {
  width: 50px;
  height: 50px;
  pointer-events: none;
}
@media screen and (max-width: 32.5em) {
  .header__box-icon {
    display: none;
  }
}

.main {
  margin: 167px 0 100px 0;
}
@media screen and (max-width: 30em) {
  .main {
    margin: 88px 0 50px 0;
  }
}

.main__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 30em) {
  .main__container {
    padding: 0 30px;
  }
}
.card__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(196, 196, 196, 0.4);
  background: rgba(196, 196, 196, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.27);
  box-sizing: border-box;
  backdrop-filter: blur(3px);
  border-radius: 23px;
}
.card__box {
  padding: 0 10px;
}
.card__box-title {
  font-weight: 400;
  font-size: 3.125rem;
  text-align: center;
  margin-top: 17px;
}
@media screen and (max-width: 30em) {
  .card__box-title {
    font-size: 1.625rem;
  }
}
.card__box-title span {
  color: #f8ec00;
}
.card__box-address {
  font-weight: 400;
  font-size: 1.6875rem;
  font-style: normal;
  text-align: center;
  margin: 4px 0 3% 0;
}
@media screen and (max-width: 30em) {
  .card__box-address {
    font-size: 0.75rem;
    margin: 4px 0 8% 0;
  }
}
.card__row {
  display: grid;
  height: 67px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  border-top: 1px solid rgba(196, 196, 196, 0.4);
  box-sizing: border-box;
  font-size: 1.1875rem;
}
@media screen and (max-width: 30em) {
  .card__row {
    font-size: 1rem;
  }
}
.card__row-call {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(196, 196, 196, 0.4);
  border-radius: 0 0 0 23px;
  color: #f8ec00;
  text-decoration: none;
}
.card__row-message {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 23px 0;
  color: #f8ec00;
  text-decoration: none;
}