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

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

:focus,
:active {
  outline: none;
}

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

td {
  padding: 5px;
}

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;
}

img {
  vertical-align: top;
  font-size: 10px;
  line-height: 1.1;
  max-width: 100%;
}

body {
  color: #333;
  font-size: 16px;
}

body._lock {
  overflow: hidden;
}

.m-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;
}

.m-wrapper .page {
  background-color: #000;
}

._container {
  max-width: 1280px;
  padding: 0 26px;
  margin: 0 auto;
}

section._mb,
div._mb,
li._mb {
  margin-bottom: 96px;
}

section._mt,
div._mt,
li._mt {
  margin-top: 96px;
}

section._pt,
div._pt,
li._pt {
  padding-top: 96px;
}

section._pb,
div._pb,
li._pb {
  padding-bottom: 96px;
}

._lc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: clip;
     text-overflow: clip;
}

._lc--1 {
  -webkit-line-clamp: 1;
}

._lc--2 {
  -webkit-line-clamp: 2;
}

._lc--3 {
  -webkit-line-clamp: 3;
}

._lc--4 {
  -webkit-line-clamp: 4;
}

.m-wrapper a.btn,
.m-wrapper button.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  background-color: #e31235;
  padding: 12px 24px;
  border-radius: 8px;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  pointer-events: none;
  /* max-width: 1920px;
  margin: 0 auto; */
}

@media (min-width: 992px) {
  .m-wrapper a.btn:hover,
  .m-wrapper button.btn:hover {
    background-color: #bd0f2c;
  }

  .m-wrapper a.btn:focus,
  .m-wrapper button.btn:focus {
    background-color: #9c0c24;
  }
}

@media (max-width: 1439.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 72px;
  }

  section._mt,
  div._mt,
  li._mt {
    margin-top: 72px;
  }

  section._pt,
  div._pt,
  li._pt {
    padding-top: 72px;
  }

  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 72px;
  }
}

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

  .page__container._container {
    padding: 0;
    text-align: center;
  }
}

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

  .page__container._container {
    padding: 0;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 56px;
  }

  section._mt,
  div._mt,
  li._mt {
    margin-top: 56px;
  }

  section._pt,
  div._pt,
  li._pt {
    padding-top: 56px;
  }

  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 56px;
  }

  .page__container._container {
    padding: 0;
    text-align: center;
  }
}

@media (max-width: 359.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 40px;
  }

  section._mt,
  div._mt,
  li._mt {
    margin-top: 40px;
  }

  section._pt,
  div._pt,
  li._pt {
    padding-top: 40px;
  }

  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 40px;
  }
}

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