* {
  padding: 0px;
  margin: 0px;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
td {
  padding: 5px;
  outline: 1px solid black;
}
aside,
nav,
footer,
header,
section {
  display: block;
}
html,
body {
  height: 100%;
  min-width: 320px;
}
body {
  line-height: 1;
  font-family: "Roboto";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
input,
button,
textarea {
  font-family: "Roboto";
}
input::-ms-clear {
  display: none;
}
button, a {
  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 {
  max-width: 100%;
  vertical-align: top;
  font-size: 10px;
  line-height: 1.1;
}

._container {
  margin: 0 auto;
  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,
li._mb {
  margin-bottom: 96px;
}

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

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

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

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

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

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

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

.m-logos__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.m-logos__item {
  flex: 0 1 264px;
}

.m-logos__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3f3f7;
  border-radius: 8px;
  padding: 20px 40px;
}

.m-logos__link img {
  max-width: 125px;
  height: 25px;
}

@media (min-width: 1280px) {
  .m-logos__item {
    flex: 0 1 calc((100% - 100px) / 3);
  }
}

@media (min-width: 991.98px) {
  .m-logos__item {
    transition: all 0.3s ease 0s;
  }
  .m-logos__item:hover {
    transform: scale(0.98);
  }
}
