* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

input,
button,
textarea,
select,
label {
  font: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

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

b, body, html, i, img, strong, sup {
  margin: 0;
  padding: 0;
}

article, aside, footer, header, main, nav, section {
  display: block;
}

a, article, aside, blockquote, code, div, footer, form, h1, h2, h3, h4, h5, h6, header, hr, iframe, label, li, main, nav, ol, p, pre, section, span, textarea, ul {
  margin: 0;
  padding: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 99.9vh;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #131313;
  background-color: #fff;
  font-family: 'Neue Machina';
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
html,
body {
  line-height: 1.4;
  font-size: .521vw;
  font-style: normal;
  line-height: 1;
}

@media screen and (max-width: 1440px) {
  html,
  body {
    font-size: 0.6949vw;
  }
}

@media screen and (max-width: 1199px) {
  html,
  body {
    font-size: .721vw;
  }
}

@media screen and (max-width: 799px) {
  html,
  body {
    font-size: 1.252vw;
  }
}

@media screen and (max-width: 480px) {
  html,
  body {
    font-size: 3.221vw;
  }
}

a {
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.container {
  width: 100%;
  max-width: 480px;
  padding: 0 0.9rem;
  margin: 0 auto;
}

.header {
  border-top: 1px solid #131313;
  border-bottom: 1px solid #131313;
}

.header__block {
  padding: 1.5rem 0.5rem 1.6rem 0.6rem;
  border-left: 1px solid #131313;
  border-right: 1px solid #131313;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  margin-right: 1.1rem;
  min-width: 6.2rem;
  max-width: 6.2rem;
}

.header__logo img {
  width: 100%;
  display: block;
  max-width: 4rem;
}

.header__title {
  max-width: 15rem;
}

.header__title p {
  color: #141414;
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
}

h1 {
  font-size: 3.6rem;
  color: #141414;
  line-height: 3.6rem;
  margin: 0;
  padding: 0.9rem 0;
  text-transform: uppercase;
  border-bottom: 1px solid #131313;
}

h2 {
  font-size: 3.6rem;
  color: #141414;
  line-height: 3.6rem;
  margin: 0;
  padding: 0.9rem 0;
  text-transform: uppercase;
  border-bottom: 1px solid #131313;
  border-top: 1px solid #131313;
}

.main__block {
  border-left: 1px solid #131313;
  border-right: 1px solid #131313;
}

.storey__scheme_item {
  border-bottom: 1px solid #131313;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.storey__scheme_label {
  max-width: 6.1rem;
  min-width: 6.1rem;
  background: #13FF00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 1.6rem 0 0;
}

.storey__scheme_label p {
  font-size: 2rem;
  line-height: 2rem;
  color: #131313;
  margin: 0;
  font-weight: 400;
}

.storey__scheme_value {
  width: 100%;
  padding: 1.4rem 0;
}

.storey__scheme_value p {
  font-size: 1.55rem;
  line-height: 2.3rem;
  color: #131313;
  margin: 0;
  font-weight: 400;
}

.storey__image {
  text-align: center;
}

.storey__image img {
  width: auto;
  max-width: calc(100% + 2px);
}

.storey-second {
  margin-top: -1.8rem;
}

.text-block {
  border-top: 1px solid #131313;
  border-bottom: 1px solid #131313;
  padding: 4.4rem 0.6rem 0;
}

.text-block h2 {
  border: 0;
}

.text-block p {
  font-size: 1.55rem;
  line-height: 2.2rem;
  margin: 0 0 2rem 0;
  color: #131313;
  font-weight: 400;
}

.text-block p span {
  display: block;
  color: #131313;
}

.text-block__image {
  margin: 6rem -0.6rem 3.8rem;
}

.text-block__image img {
  width: 100%;
}

.partner {
  padding: 11rem 0.6rem 0.4rem;
  border-bottom: 1px solid #131313;
}

.partner h2 {
  font-size: 2.8rem;
  line-height: 2.8rem;
  color: #131313;
  margin: 0 0 5.9rem;
  font-weight: 400;
  border: 0;
}

.partner p {
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0 0 0.4rem 0;
  color: #141414;
  font-weight: 400;
}

.partner p.title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin: 0 0 2.2rem 0;
  color: #141414;
  font-weight: 400;
  text-transform: uppercase;
}

.partner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.8rem;
}

.partner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0.8rem 1.8rem;
  background: rgba(19, 19, 19, 0.06);
  width: calc(100% / 2 - 1.6rem);
  height: 4.6rem;
}

.partner-item img {
  width: auto;
  max-width: 85%;
}

.contacts {
  padding: 7rem 0 0.4rem;
}

.contacts h2 {
  font-size: 3.6rem;
  line-height: 3.6rem;
  color: #131313;
  margin: 0 0 7.7rem;
  font-weight: 400;
  border: 0;
  padding: 0 0.6rem;
}

.contacts-image {
  text-align: center;
  padding: 0 0.6rem;
}

.contacts-image img {
  width: auto;
  max-width: 100%;
}

.contacts-block {
  border-top: 1px solid #131313;
  border-bottom: 1px solid #131313;
  padding: 1.4rem 0.6rem 0;
  margin: 8.2rem 0 0 0;
}

.contacts-block a.mail {
  font-size: 1.75rem;
  line-height: 2rem;
  text-decoration: none;
  color: #131313;
  font-weight: 400;
  border-bottom: 1px solid #131313;
}

.contacts-list {
  display: block;
  padding: 1.8rem 0.6rem 2rem;
  margin: 0;
}

.contacts-list__item {
  display: block;
  padding: 0;
  margin: 0 0 0.6rem 0;
}

.contacts-list__item:last-child {
  margin: 0;
}

.contacts-list__link {
  font-size: 1.16rem;
  line-height: 1.6rem;
  text-decoration: none;
  color: rgba(20, 20, 20, 0.48);
  font-weight: 400;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0.3rem -0.8rem 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  min-width: 6.4rem;
  max-width: 6.4rem;
  height: 6.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}

.social li a img {
  width: auto;
  max-width: 100%;
}
/*# sourceMappingURL=style.css.map */