* {
  font-family: 'Montserrat', sans-serif;
}

/*normalize*/
article,
footer,
header {
  display: block;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  margin: 0;
}
/*normalize end*/
@font-face {
  font-family: "Menuet script"; /* Имя шрифта */
  font-display: swap;
}

a {
  color: #ffa500;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ie-transition: all 0.25s ease-out;
}
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: #222;
  position: relative;
  width: 100%;
  max-width: 1130px;
  min-height: 100%;
  height: auto;
  margin: 0 auto;
}
h1 {
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
  line-height: 1.5em;
}

/* header */
header {
  display: block;
  height: auto;
  background: #151515;
  padding: 15px;
}
.center {
  display: block;
  height: auto;
  /*overflow: hidden;*/
  width: 100%;
  max-width: 1140px;
  margin: auto;
}
.logo {
  text-align: center;
  display: inline-block;
}

/* wrapper */
.ln-table {
  display: flex;
  height: auto;
}
.ln-right {
  width: 100%;
  /*display: table-cell;*/
  vertical-align: top;
}
/* sidebar */
.copy {
  text-align: center;
  font-size: 12px;
}

/* single */

#log_in {
  position: relative;
}

/* responsive */
@media (max-width: 1160px) {
  .ln-right {
    width: 100%;
    padding: 0 35px;
  }
}
/*adapt menu */

.cover-table {
  margin: 25px 0;
}

.cover-table {
  max-width: 100%;
  overflow-x: auto;
}
img {
  max-width: 100%;
  height: initial;
}
@media (max-width: 890px) {
  .center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  /*displayed none themes menu*/
  /*displayed none themes menu*/
}

@media (max-width: 550px) {
  .log-in-top {
    display: flex;
  }
  .log-in-top a {
    margin: 5px 0;
  }
}

.logo_topp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.log-in-top a {
  background: #ffbc00;
  padding: 5px 12px;
  border-radius: 10px;
  border: 1px solid #ffbc00;
  text-decoration: none;
  color: #151515;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 10px;
}

.log-in-top a:first-child {
  margin-right: 0;
  background: transparent;
  color: #ffbc00;
}

@media (max-width: 450px) {
  .log-in-top a:last-child {
    display: none;
  }
}

.logo {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  color: #fdba01;
}

.logo span {
  color: #fff;
}

table {
  background: #151515;
  border-radius: 10px;
  width: 100%;
}

table td {
  padding: 8px;
  border: 1px solid #222;
}