* {
  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 {
  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: 1600px;
  /* 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; */
  }
}

.page__white {
  background-color: #fff;
}

.page__black {
  background-color: #000; 
}

@media (max-width: 767.97px) {
  .page__desk {
    display: none;
  }
}

@media (min-width: 767.97px) {
  .page__mob {
    display: none;
  }
}