.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.container-fluid::after,
.container-fluid::before,
.container::after,
.container::before,
.row::after,
.row::before {
  content: "";
  display: table;
  clear: both;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
looper,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
looper,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: sans-serif;
  font-size: 16px;
  background-color: #04060d;
  overflow-x: hidden;
}
h1,
h2,
h3 {
  color: #f5f5f5;
}
.cuted-box {
  overflow: hidden;
}
.best-header {
  background-color: #04060d;
}
.best-header .boxed-box {
  max-width: 1498px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 15px;
}
.best-header .logo {
  display: block;
  line-height: 0;
  padding: 10px 0 14px 0;
  margin-right: 10px;
}
.best-header .menu {
  font-family: sans-serif;
  z-index: 9;
  width: 100%;
  text-align: right;
}
.main-best-header .menu li {
  display: inline-block;
  margin-right: 75px;
}
.best-header .menu li:last-of-type {
  margin-right: 0;
}
.main-best-header .menu a {
  color: #b5b5b5;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  line-height: 0;
  display: block;
}
.best-header .menu a:hover {
  color: #f5f5f5;
}
.gamburger {
  display: none;
  cursor: pointer;
  position: relative;
  width: 30px;
  z-index: 10;
}
.gamburger i {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 100%;
  display: block;
  background-color: #f5f5f5;
  height: 2px;
  margin-bottom: 4px;
}
.gamburger i:last-of-type {
  margin-bottom: 0;
}
.gamburger_oprt i {
  position: absolute;
  -webkit-transform: translate(-5px, 0) scale(0);
  transform: translate(-5px, 0) scale(0);
}
.gamburger_oprt i:first-of-type {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.gamburger_oprt i:last-of-type {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.good-banner {
  background: url(../img/banner.jpg) no-repeat;
  background-position: right center;
  background-size: cover;
  padding: 109px 0 113px 0;
}
.good-banner .boxing-text {
  max-width: 1646px;
  margin: 0 auto;
}
.good-banner .good-banner-text {
  max-width: 579px;
  margin-left: auto;
}
.good-banner .good-banner-text h2 {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 107.69%;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.good-banner .good-banner-text p {
  font-weight: 500;
  font-size: 18px;
  line-height: 125.69%;
  color: rgba(255, 255, 255, 0.71);
  margin-bottom: 28px;
}
.good-banner .good-banner-text strong {
  text-transform: uppercase;
  color: #000;
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  display: block;
  line-height: 150%;
}
.good-banner .good-banner-text .skewed {
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  display: inline-block;
  background-color: #f6fa3d;
  margin: 0 5px;
  padding: 0 5px;
}
.good-banner .good-banner-text a {
  display: inline-block;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 67px;
  padding: 0 88px;
  border-radius: 11px;
  background: linear-gradient(99.82deg, #018730 -26.26%, #076159 123.1%);
  text-decoration: none;
  color: #f5f5f5;
  box-shadow: 0 5px 2px 1px #018169;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.good-banner .good-banner-text a:hover {
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
.data-tables {
  background: url(../img/bg1.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: #575757;
  background-blend-mode: multiply;
  padding: 74px 0 0 0;
}

.data-tables h1 {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 107.69%;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.cols-logos {
  display: -webkit-box;
  display: flex;
}
.cols-logos > div {
  -webkit-box-flex: 1;
  flex: 1;
}
.cols-licens {
  display: -webkit-box;
  display: flex;
}
.cols-licens > div:last-of-type {
  -webkit-box-flex: 1;
  flex: 1;
}
.cols-info {
  display: -webkit-box;
  display: flex;
  margin-bottom: 11px;
}
.cols-info > div {
  -webkit-box-flex: 1;
  flex: 1;
}
.cols-info > div:first-of-type {
  margin-bottom: 10px;
}
.address {
  min-height: 55px;
  background: #212020;
  box-shadow: 0 0 14.9934px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 500;
  color: #a6a6a6;
  padding: 0 27px;
}
.l-col {
  margin-right: 18px;
}
.for-table-box {
  margin-bottom: 59px;
}
.for-table-box tbody {
  width: 100%;
}
.for-table-box h3 {
  font-family: sans-serif;
  font-size: 23.8159px;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 11px;
}
.for-table-box:last-of-type {
  margin-bottom: 90px;
}
.operations {
  height: 28px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-bottom: 11px;
  color: #a6a6a6;
}
.operations a {
  font-family: sans-serif;
  color: #a6a6a6;
  text-decoration: none;
  padding: 0 10px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.operations a:hover {
  color: #01cefe;
  text-decoration: underline;
}
.decorated {
  font-family: sans-serif;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #00dbfe;
  text-transform: lowercase;
  position: relative;
  line-height: 0;
  background: 0 0;
  border: none;
  display: block;
  line-height: 1;
  font-size: 16px;
  cursor: pointer;
}
.decorated::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #00dbfe;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-15px, -50%) translate(0, 1px);
  transform: translate(-15px, -50%) translate(0, 1px);
}
.outer-box {
  background-color: #212020;
  padding: 7px 7px 0 7px;
  height: 100%;
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.outer-box p {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  color: #a6a6a6;
  margin: auto;
}
.inner-box {
  background-color: #363636;
  padding: 30px 57px;
  border-radius: 5px;
}
.inner-box a {
  line-height: 0;
  display: block;
}
.table {
  width: 100%;
  color: #a6a6a6;
  table-layout: fixed;
}
.table tr {
  background-color: #212020;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  margin-bottom: 10px;
  padding: 7px 7px 7px 45px;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
  min-height: 55px;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.table tr:last-of-type {
  margin-bottom: 0;
}
.table tr td:first-of-type {
  background: 0 0;
  color: #a6a6a6;
  padding: 0;
  margin-right: auto;
}
.table tr td:first-of-type:hover {
  color: #a6a6a6;
  cursor: default;
}
.table td {
  text-transform: capitalize;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background-color: #666666ad;
  border-radius: 5px;
  padding: 7px 28px;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  cursor: pointer;
  color: #f5f5f5;
}
.table td:hover {
  background-color: #3b5865;
  color: #01cefe;
}
.table th {
  text-transform: capitalize;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  cursor: pointer;
  color: #f5f5f5;
  margin-right: 8px;
  cursor: default;
}
.table th:first-of-type {
  margin-right: auto;
}
.table th:last-of-type {
  margin-right: 0;
}
.table .shifted {
  width: 236px;
}
.bonuser-table .picknick {
  width: 724px;
}
.bonuser-table tr td:first-of-type {
  min-width: 100px;
}
.table_mob .picknick {
  width: 236px;
  margin-right: 8px;
  text-align: center;
}
.table_mob .picknick:last-of-type {
  margin-right: 0;
}
.table_mob td,
.table_mob th {
  -webkit-box-pack: center;
  justify-content: center;
}
.table_mob tr td:first-of-type,
.table_mob tr th:first-of-type {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.table_pay .picknick {
  width: 236px;
  -webkit-box-pack: center;
  justify-content: center;
}
.table_logos {
  background-color: #363636;
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
}
.table_logos tr {
  background-color: transparent;
  box-shadow: none;
  padding: 7px 8px;
}
.table_logos tr:last-of-type {
  margin-bottom: 0;
}
.table_logos tr td {
  border: 1.13409px solid #696969b8;
  box-sizing: border-box;
  border-radius: 5.67046px;
  width: auto;
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  justify-content: center;
  margin-right: 9px;
}
.table_logos tr td:hover {
  background: #3b5865;
  border: 1.13409px solid #01cefe;
  box-sizing: border-box;
}
.table_logos tr td:first-of-type {
  margin-right: 9px;
}
.table_logos tr td:last-of-type {
  margin-right: 0;
}
.table_logos img {
  max-width: 120px;
  max-height: 35px;
}
.table_supp .picknick {
  width: 577px;
}
.table_supp td:last-of-type {
  background: 0 0;
  width: 150px;
  padding: 0 15px 0 25px;
}
.table_supp a::before {
  display: none;
}
.table_licens .picknick {
  width: 560px;
}
.table_licens tr {
  padding-left: 35px;
}
.table_info .picknick {
  width: 296px;
}
.table_info tr {
  padding-left: 27px;
}
.icon {
  display: block;
  width: 12px;
  height: 14px;
  background-size: 12px 14px;
  margin-right: 5px;
}
.icon_apple {
  background: url(../img/apple.svg) no-repeat center;
}
.icon_android {
  background: url(../img/android.svg) no-repeat center;
}
.icon_windows {
  background: url(../img/windows.svg) no-repeat center;
}
.review {
  background: url(../img/bg2.png) no-repeat;
  background-position: 50% top;
  background-size: cover;
  padding: 170px 0 0 0;
}
.review .logo {
  display: inline-block;
  line-height: 0;
  padding: 9px 24px 15px 24px;
  border: 2px solid #4caffe;
  box-sizing: border-box;
  border-radius: 36px;
  margin-bottom: 3px;
}
.review .logo img {
  width: 57px;
}
.review h2 {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 96px;
  line-height: 111px;
  text-transform: capitalize;
  color: #f5f5f5;
  margin-bottom: 13px;
}
.review .boxing-text {
  max-width: 668px;
}
.review .boxing-text p {
  font-size: 16px;
  line-height: 21px;
  color: #f5f5f5;
  margin-bottom: 24px;
}
.review .boxing-text p:last-of-type {
  margin-bottom: 77px;
  font-style: italic;
  color: #bde9fe;
}
.review .rected-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.review .rected-box .rected-box__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 263px;
  height: 128px;
  background-color: #f5f5f5;
  border-radius: 10px;
  position: relative;
}
.review .rected-box .rected-box__item::after {
  content: "";
  position: absolute;
  height: 26px;
  width: 26px;
  top: 14px;
  left: 14px;
  background-size: 26px 26px;
}
.review .rected-box p {
  font-family: sans-serif;
  font-size: 17px;
  line-height: 120.69%;
  text-align: center;
  color: #595959;
  max-width: 165px;
}
.review .rected-box .icon-rub::after {
  background: url(../img/ico1.svg) no-repeat center;
}
.review .rected-box .icon-star::after {
  background: url(../img/ico2.svg) no-repeat center;
}
.review .rected-box .icon-arrow::after {
  background: url(../img/ico3.svg) no-repeat center;
}
.review .rected-box .icon-user::after {
  background: url(../img/ico4.svg) no-repeat center;
}
.articles {
  padding: 130px 0 50px 0;
}
.articles h2,
.articles h3 {
  font-size: 21px;
  font-family: sans-serif;
  margin-bottom: 20px;
  position: relative;
}
.articles h2::before,
.articles h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-33px, -50%) translate(0, 1px);
  transform: translate(-33px, -50%) translate(0, 1px);
  width: 15px;
  height: 15px;
  border-radius: 1px;
  background: #04a4fe;
}
.articles li,
.articles ol,
.articles p,
.articles ul {
  color: #a0a0a0;
}
.articles article {
  padding: 0 33px;
}
.articles p {
  margin-bottom: 12px;
}
.articles ul {
  list-style: inside;
  list-style-type: none;
  padding-left: 30px;
}
.articles li {
  margin-bottom: 13px;
}
.articles li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #0ee288;
  border-radius: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.articles img {
  max-width: 100%;
  margin: 7px auto 14px auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  display: inline-block;
  box-sizing: border-box;
}
.looper {
  padding: 21px 0 0 0;
  background: linear-gradient(270.06deg, #00dafeb3 0.01%, #0874fead 31.92%);
}
.looper .logo {
  border: 2px solid #4d9ffe;
  box-sizing: border-box;
  border-radius: 36px;
  padding: 9px 35px 19px 30px;
  display: inline-block;
  line-height: 0;
}
.looper .logo img {
  width: 82px;
}
.looper .boxed-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 21px;
  border-bottom: 2px solid #328cfe;
  margin-bottom: 16px;
}
.looper .menu {
  font-family: sans-serif;
  width: 100%;
  text-align: right;
}
.looper .menu li {
  display: inline-block;
  margin-right: 75px;
}
.looper .menu li:last-of-type {
  margin-right: 0;
}
.looper .menu a {
  color: #f5f5f5;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  line-height: 0;
  display: block;
}
.looper .menu a:hover {
  color: #f5f5f5;
}
.looper .warn {
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-bottom: 18px;
}
.looper .warn > div {
  height: 30px;
  min-width: 30px;
  background-color: #abd1ff;
  border-radius: 50%;
  position: relative;
  margin-right: 25px;
}
.looper .warn span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 12px;
  line-height: 130.69%;
  color: #0874fe;
}
.looper .warn p {
  font-size: 12px;
  line-height: 130.69%;
  color: #abd1ff;
}
.looper .copyrighting {
  padding: 4px 0;
  text-align: center;
  background-color: #000;
  font-size: 12px;
  line-height: 130.69%;
  color: #a0a0a0;
}
@media screen and (max-width: 1700px) {
  .good-banner .boxing-text {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .good-banner {
    background-position: center;
    padding: 60px 0;
  }
  .good-banner .boxing-text {
    padding: 0;
  }
  .good-banner .good-banner-text {
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    border-radius: 20px;
    background-color: rgba(79, 79, 79, 0.5);
  }
  .data-tables {
    padding: 30px 0 0 0;
  }
  .for-table-box:last-of-type {
    margin-bottom: 30px;
  }
  .for-table-box {
    margin-bottom: 30px;
  }
  .table tr {
    padding: 7px;
  }
  .table td {
    padding: 7px;
  }
  .table .shifted {
    width: 20%;
  }
  .table .picknick {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .table_mob .picknick {
    width: 20%;
  }
  .table_pay td {
    -webkit-box-flex: 1;
    flex: 1;
  }
  .table_logos img {
    max-width: 80px;
    max-height: 30px;
  }
  .table_supp .picknick {
    width: 400px;
  }
  .table_licens td {
    -webkit-box-flex: 1;
    flex: 1;
  }
  .table_info td {
    -webkit-box-flex: 1;
    flex: 1;
  }
  .review .boxing-text {
    margin: 0 auto;
    padding: 15px;
    border-radius: 20px;
    background-color: rgba(79, 79, 79, 0.5);
    margin-bottom: 20px;
  }
  .review .boxing-text p:last-of-type {
    margin-bottom: 0;
  }
  .review .rected-box {
    flex-wrap: wrap;
    justify-content: space-around;
    -webkit-transform: none;
    transform: none;
  }
  .review .rected-box .rected-box__item {
    margin: 10px;
  }
}
@media screen and (max-width: 991px) {
  .best-header .boxed-box {
    position: relative;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .best-header .menu {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    width: auto;
    background-color: #000;
    padding: 70px 15px 15px 15px;
  }
  .best-header .menu li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .best-header .menu a {
    line-height: 1;
  }
  .best-header .menu_oprt {
    display: block;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .gamburger {
    display: block;
  }
  .looper .boxed-box {
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .looper .menu li {
    display: block;
    margin-right: 0;
  }
  .looper .menu a {
    line-height: 1.41;
  }
}
@media screen and (max-width: 767px) {
  .good-banner {
    padding: 15px;
  }
  .data-tables h1 {
    font-size: 30px;
  }
  .good-banner .good-banner-text h2 {
    font-size: 30px;
  }
  .good-banner .good-banner-text p {
    font-size: 14px;
  }
  .good-banner .good-banner-text a {
    line-height: 40px;
    padding: 0 20px;
  }
  .good-banner .good-banner-text {
    width: 100%;
  }
  .cols-logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cols-licens {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cols-licens > div:first-of-type {
    margin-bottom: 20px;
  }
  .cols-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .l-col {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .for-table-box h3 {
    font-size: 16px;
    margin-bottom: 7px;
    line-height: 1.41;
  }
  .for-table-box:last-of-type {
    margin-bottom: 0;
  }
  .operations {
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-bottom: 7px;
  }
  .outer-box p {
    padding: 5px 0;
  }
  .table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .table tr td:first-of-type {
    padding: 7px;
    margin-right: 0;
  }
  .table .picknick {
    width: auto;
  }
  .table_mob .picknick {
    width: auto;
  }
  .table_mob td,
  .table_mob th {
    -webkit-box-flex: 1;
    flex: 1;
  }
  .table_mob tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .table_mob tbody {
    display: block;
    min-width: 700px;
  }
  .table_mob {
    display: block;
  }
  .table_logos {
    padding: 7px;
  }
  .table_logos tr {
    margin-bottom: 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .table_logos tr td {
    margin-right: 0;
    padding: 7px;
    margin: 3px;
  }
  .table_logos tbody {
    min-width: 700px;
  }
  .table_supp td:last-of-type {
    padding: 7px;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .table_supp a {
    line-height: 1;
  }
  .table {
    overflow: auto;
  }
  .review {
    padding: 30px 0 0 0;
    background-position: center top;
  }
  .review .logo {
    margin-bottom: 10px;
  }
  .review h2 {
    font-size: 30px;
    text-align: center;
    line-height: 1.41;
    margin-bottom: 10px;
  }
  .review .boxing-text {
    margin-bottom: 7px;
  }
  .review .boxing-text p {
    font-size: 14px;
  }
  .review .rected-box .rected-box__item {
    height: auto;
    width: auto;
    padding: 20px;
    display: block;
  }
  .review .rected-box .rected-box__item::after {
    height: 15px;
    width: 15px;
    background-size: 15px 15px;
    top: 7px;
    left: 7px;
  }
  .articles {
    padding: 30px 0 20px 0;
  }
  .articles h2,
  .articles h3 {
    font-size: 16px;
    line-height: 1.41;
    margin-bottom: 12px;
  }
  .articles h2::before,
  .articles h3::before {
    width: 7px;
    height: 7px;
    -webkit-transform: translate(-15px, -50%);
    transform: translate(-15px, -50%);
  }
  .articles li,
  .articles ol,
  .articles p,
  .articles ul {
    font-size: 14px;
  }
  .articles article {
    padding: 0 0 0 10px;
  }
}
.table_mob .pick-out{
  width: 236px;
    margin-right: 8px;
    text-align: center;
}
