@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 150%;
  font-size: 16px;
  font-family: "Halvar";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

a {
  color: white;
}

/*-------------------------------------------------------------------------------------------------------*/
body {
  background-color: #F5F5F5;
}

@font-face {
  font-family: "Halvar";
  src: url("../fonts/HalvarBreit-Bd.woff") format("woff");
  font-weight: 700;
}
.zaglushka__container {
  width: 100%;
  padding: 30px 15px;
  max-width: 971px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

.zaglushka__container-logo {
  width: 292px;
  height: 97px;
}
.zaglushka__container-logo img {
  width: 292px;
  height: 97px;
}

.zaglushka__container-title {
  margin-top: 30px;
  color: #BEBEBE;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 57.5px */
  text-transform: uppercase;
}
.zaglushka__container-title span {
  padding-bottom: 10px;
  display: inline-block;
}

.zaglushka__container-qr {
  margin-top: 30px;
  width: 250px;
  height: 250px;
}
.zaglushka__container-qr img {
  width: 250px;
  height: 250px;
}

.zaglushka__container-text {
  color: #1D1D1D;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 38.5px */
  text-transform: uppercase;
  margin-top: 31px;
}

.zaglushka__container-chat {
  margin-top: 36px;
  color: #F5F5F5;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  background-color: #1D1D1D;
  padding: 18px 40px;
  padding-right: 55px;
  position: relative;
}
.zaglushka__container-chat::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 11px;
  width: 30px;
  height: 30px;
  background-image: url(../img/chat.png);
  background-size: cover;
}

@media (max-width: 992px) {
  .zaglushka__container {
    padding: 30px 15px;
  }
  .zaglushka__container-logo {
    width: 292px;
    height: 97px;
  }
  .zaglushka__container-logo img {
    width: 292px;
    height: 97px;
  }
  .zaglushka__container-title {
    margin-top: 30px;
    font-size: 26px;
  }
  .zaglushka__container-title span {
    padding-bottom: 8px;
  }
  .zaglushka__container-qr {
    margin-top: 28px;
    width: 200px;
    height: 200px;
  }
  .zaglushka__container-qr img {
    width: 200px;
    height: 200px;
  }
  .zaglushka__container-text {
    font-size: 26px;
    margin-top: 31px;
  }
  .zaglushka__container-chat {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .zaglushka__container {
    padding: 30px 15px;
  }
  .zaglushka__container-logo {
    width: 196px;
    height: 65px;
  }
  .zaglushka__container-logo img {
    width: 196px;
    height: 65px;
  }
  .zaglushka__container-title {
    margin-top: 30px;
    font-size: 20px;
  }
  .zaglushka__container-title span {
    padding-bottom: 10px;
  }
  .zaglushka__container-qr {
    margin-top: 28px;
    width: 180px;
    height: 180px;
  }
  .zaglushka__container-qr img {
    width: 180px;
    height: 180px;
  }
  .zaglushka__container-text {
    font-size: 14px;
    margin-top: 41px;
  }
  .zaglushka__container-chat {
    margin-top: 20px;
  }
}