* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Roboto", sans-serif;
}

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;
  font-size: 10px;
  line-height: 1.1;
  max-width: 100%;
}

body {
  /* color: #000; */
  /* font-size: 14px; */
  /* background: #fff; */
}

body._lock {
  overflow: hidden;
}

.wrapper {
  /* background-color: #000; */
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._container {
  max-width: 1440px;
  /* padding: 0 42px; */
  margin: 0 auto;
}

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

@media (max-width: 1600px) {
  ._container {
    /* max-width: 1280px; */
    /* padding: 0 26px; */
  }
}

@media (max-width: 1279.98px) {
  ._container {
    /* max-width: 1024px; */
    /* padding: 0 42px; */
  }
}

@media (max-width: 991.98px) {
  ._container {
    max-width: none;
    /* padding: 0 20px; */
  }
}

section._mb,
div._mb,
h1._mb, h2._mb, h3._mb, h4._mb {
  margin-bottom: 96px;
}
@media (max-width: 1439.98px) {
  section._mb,
  div._mb,
  h1._mb, h2._mb, h3._mb, h4._mb {
    margin-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  section._mb,
  div._mb,
  h1._mb, h2._mb, h3._mb, h4._mb {
    margin-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  section._mb,
  div._mb,
  h1._mb, h2._mb, h3._mb, h4._mb {
    margin-bottom: 40px;
  }
}
section._mt,
div._mt,
h1._mt, h2._mt, h3._mt, h4._mt {
  margin-top: 96px;
}
@media (max-width: 1439.98px) {
  section._mt,
  div._mt,
  h1._mt, h2._mt, h3._mt, h4._mt {
    margin-top: 72px;
  }
}
@media (max-width: 767.98px) {
  section._mt,
  div._mt,
  h1._mt, h2._mt, h3._mt, h4._mt {
    margin-top: 56px;
  }
}
@media (max-width: 359.98px) {
  section._mt,
  div._mt,
  h1._mt, h2._mt, h3._mt, h4._mt {
    margin-top: 40px;
  }
}
section._pt,
div._pt,
h1._pt, h2._pt, h3._pt, h4._pt {
  padding-top: 96px;
}
@media (max-width: 1439.98px) {
  section._pt,
  div._pt,
  h1._pt, h2._pt, h3._pt, h4._pt {
    padding-top: 72px;
  }
}
@media (max-width: 767.98px) {
  section._pt,
  div._pt,
  h1._pt, h2._pt, h3._pt, h4._pt {
    padding-top: 56px;
  }
}
@media (max-width: 359.98px) {
  section._pt,
  div._pt,
  h1._pt, h2._pt, h3._pt, h4._pt {
    padding-top: 40px;
  }
}
section._pb,
div._pb,
h1._pb, h2._pb, h3._pb, h4._pb {
  padding-bottom: 96px;
}
@media (max-width: 1439.98px) {
  section._pb,
  div._pb,
  h1._pb, h2._pb, h3._pb, h4._pb {
    padding-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  section._pb,
  div._pb,
  h1._pb, h2._pb, h3._pb, h4._pb {
    padding-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  section._pb,
  div._pb,
  h1._pb, h2._pb, h3._pb, h4._pb {
    padding-bottom: 40px;
  }
}


.wrapper {
  background-color: #000;
}

.page__container {
  max-width: 1228px;
  margin-inline: auto;
}

@media (min-width: 767.98px) {
  .page__img {
    position: relative;
  }

  .page__img::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
  }
}