.cta-button .cta-button-wrapper {
  text-align: center !important;
}
.cta-button .cta-button-link {
  text-shadow: 0 0 2px #000 !important;
  display: inline-block !important;
  background: #fa3d3d !important;
  line-height: 50px !important;
  padding: 0 25px !important;
  color: #fff !important;
  border-radius: 20px !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  font-family: sans-serif !important;
}
.cta-button .cta-button-link:hover {
  background: #cf3134 !important;
  color: #fff !important;
}
.cta-button .cta-button-link:active {
  background: #9d292b !important;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5) !important;
}
.cta-button {
  width: 100% !important;
  clear: both !important;
  margin: 25px 0 !important;
}
body,
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  color: #1b354a;
  font-size: 22px;
  line-height: 1.4;
  font-family: sans-serif;
  background: #1a1e22;
}
ul {
  list-style: none;
}
.figure img,
img {
  display: block;
}
a {
  color: inherit;
}
a.blue-link {
  color: #07f;
  font-weight: 700;
  text-decoration: underline;
}
a,
a.blue-link:hover {
  text-decoration: none;
}
h1 {
  font-size: 40px;
  line-height: 1.2;
}
h2 {
  font-size: 26px;
  line-height: 1.3;
}
.main p,
h1,
h2 {
  margin-bottom: 20px;
}
.header {
  background: #fff;
  position: relative;
  z-index: 1;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.header-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 25px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header a {
  line-height: 1;
}
.header-container ul {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
.header-container ul a.active {
  border: 2px solid #1b354a;
  padding: 5px 7px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out 0s;
}
.header-container ul a.active:hover {
  color: #1b354a;
  border-color: transparent;
}
.main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 110px 10px;
  background: #fff;
}
.figure {
  max-width: 600px;
  margin: 0 auto 20px;
  text-align: center;
}
.figure img {
  width: 100%;
  margin: 0 auto;
}
.figure figcaption {
  font-style: italic;
  margin-top: 10px;
  font-size: 17px;
}
.date-article {
  color: #979595;
}
.footer {
  background: #ecedf0;
}
.footer-container {
  max-width: 1320px;
  padding: 35px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer-container .footer-nav {
  display: flex;
  column-gap: 100px;
}
.footer-container .footer-nav ul li {
  margin: 15px 0;
}
.footer-logo img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  max-width: 160px;
}
.footer-logo span {
  font-size: 20px;
}
.footer-btn {
  margin-top: -35px;
}
#table-section {
  border: 2px solid #dbd7d2;
  margin: 20px auto;
  box-shadow: rgba(27, 31, 36, 0.04) 0 1px 0 0;
}
#table-section .table-section-row {
  display: grid;
  grid-template-columns: 200px 1fr;
}
#table-section .table-section-row + .table-section-row {
  border-top: 2px solid #dbd7d2;
}
#table-section .table-section-row .table-section-col {
  padding: 10px 15px;
}
#table-section .table-section-row .table-section-col:first-child {
  border-right: 2px solid #dbd7d2;
  font-weight: 600;
  color: #282322;
}
.comments-list h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 30px;
}
.comment-item-photo {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-top: 12px;
}
.comment-item {
  display: grid;
  grid-template-columns: 70px 1fr;
  column-gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 21px;
}
img.comment-item-avatar {
  display: block;
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.comment-item-name {
  font-weight: 700;
  color: #bc1520;
}
.like-block {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 20px;
  margin: 7px 0;
}
.like-block .dislike,
.like-block .like {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-size: 18px;
  font-weight: 700;
}
.attention {
  background: #fdedb6;
  padding: 20px;
  border: 2px solid #f9cf35;
  box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
}
.new-message {
  display: flex;
  align-items: center;
  column-gap: 10px;
  background: #f8f8f8;
  padding: 10px;
  margin-bottom: 35px;
  font-size: 21px;
}
.new-message img {
  max-width: 40px;
}
.comment-item-right {
  margin-left: 70px;
}
.money {
  white-space: nowrap;
}
.vik-winners-bl {
  background: #f9f9f9;
  border-radius: 15px;
  padding: 30px;
}
.lb_top {
  border: 1px solid #b5b5b5;
  text-align: center;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
}
.lbt_text_2 {
  color: #626262;
  font-size: 15px;
  margin-top: 10px;
}
.lb_text {
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  margin: 30px auto;
}
.lb_text span {
  font-size: 30px;
}
.wins {
  border: 1px solid #d8d8d8;
  background: #fff;
  border-radius: 15px;
}
.wins .wincomment-title {
  background: #feb62e;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.win_line {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.win_line + .win_line {
  border-top: 1px solid #d8d8d8;
}
.win_line > div {
  padding: 8px 20px;
  font-size: 20px;
}
.win_line > div:first-child {
  border-right: 1px solid #d8d8d8;
}
@media (max-width: 1100px) {
  .header-container ul {
    column-gap: 20px;
  }
  .header-container ul li a {
    font-size: 20px;
  }
  .header-container,
  .main {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
@media (max-width: 1000px) {
  .footer-container .footer-nav,
  .header-container a.hide-1000,
  .header-container ul.hide-1000 {
    display: none;
  }
  h1 {
    font-size: 32px;
    line-height: 1.3;
  }
  h2 {
    font-size: 24px;
  }
  body {
    background: #1a1e22;
  }
}
@media (max-width: 700px) {
  #table-section {
    border: 2px solid #c0b9b1;
  }
  #table-section .table-section-row {
    grid-template-columns: 1fr;
  }
  #table-section .table-section-row + .table-section-row {
    border-top: 2px solid #c0b9b1;
  }
  #table-section .table-section-row .table-section-col:first-child {
    border-right: none;
    border-bottom: 2px dashed #dbd7d2;
    text-align: center;
  }
  .comment-item-right {
    margin-left: 20px;
  }
  .header-container,
  .main {
    padding-left: 10px;
    padding-right: 10px;
  }
  body {
    font-size: 20px;
    line-height: 1.3;
  }
  h1 {
    font-size: 28px;
    line-height: 1.2;
  }
  h2 {
    font-size: 22px;
  }
  img.comment-item-avatar {
    width: 60px;
    height: 60px;
  }
  .comment-item {
    grid-template-columns: 60px 1fr;
    column-gap: 12px;
  }
  .new-message {
    font-size: 18px;
  }
  .comment-item,
  .lb_text span {
    font-size: 20px;
  }
  .lb_text {
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
  }
  .vik-winners-bl {
    padding: 15px;
  }
  .lb_text {
    font-size: 25px;
    margin: 20px auto;
  }
  .win_line > div:first-child {
    border: 0;
  }
  .win_line {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 5px;
  }
  .win_line > div {
    padding: 0 10px;
    font-size: 19px;
  }
  .lb_top {
    padding: 15px;
  }
}

.like-block {
  cursor: pointer !important;
}
main * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  text-decoration: none;
  font-family: "Roboto";
}

main {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 30px 20px;
  max-width: 960px;
  background-color: #fff;
}

main h1 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 30px;
}

main p {
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 15px;
}

main a {
  color: #2170ad;
}

main ul {
  padding: 0;
  margin-left: 25px;
}

main ul li {
  margin-bottom: 10px;
  font-size: 18px;
  list-style: disc;
}

main ol li {
  margin-bottom: 10px;
  font-size: 18px;
  list-style: decimal;
}

main img,
main video {
  display: block;
  width: 100%;
  max-width: 650px;
  margin: 15px auto;
}

.table {
  font-size: 13px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid green;
  border-collapse: collapse;
}

.table-plus {
  border: 1px solid #000;
}

.table td {
  border: 1px solid green;
  background: #d8ead3;
  padding: 6px;
}

.table-plus thead td {
  background-color: #92c47c;
}
.table-plus tbody td {
  background-color: #fffc;
  border: 1px solid #000;
}

.table-minus thead td {
  background-color: #e06666;
}
.table-minus tbody td {
  background-color: #fffc;
  border: 1px solid #000;
}

@media (min-width: 576px) {
  .table {
    font-size: 18px;
  }

  .table td {
    padding: 10px;
  }
}

@media (min-width: 768px) {
  main h1 {
    font-size: 32px;
  }

  .table,
  main p,
  main ul li,
  main ol li {
    font-size: 20px;
  }

  main {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
  }

  .table td {
    padding: 15px;
  }
}

.new-header {
  border-bottom: 1px solid #3f3f3f;
  font-size: 13px !important;
  font-weight: bold;
  padding: 0 25px;
}

.new-header a {
  color: #fff;
}

.new-header ul,
.new-header-container,
.new-header ul,
.h-links,
.h-btns {
  display: flex;
  align-items: center;
}

.new-header-container {
  justify-content: space-between;
}

.h-links a {
  padding: 0 10px;
  text-transform: uppercase !important;
}

.h-l-link {
  position: relative;
}

.h-l-link::after {
  content: ">";
  font-size: 15px;
  display: block;
  transform: rotate(90deg);
  position: absolute;
  top: -2px;
  right: -3px;
}

.h-btns a {
  padding: 5px 10px;
}

.y-btn {
  background-color: #f8dc51;
  border-radius: 15px;
  color: #000 !important;
}

@media (max-width: 1020px) {
  .h-links a:not(.burg, .logo) {
    display: none !important;
  }

  .new-header {
    padding: 0;
    padding-right: 10px;
  }
}
.red {
  color: red !important;
}

.blur {
  filter: blur(5px);
}

.blur-pic {
  cursor: pointer;
}

.t-block {
  background-color: #f3f3f3;
  padding: 10px;
  font-weight: bold !important;
  margin-bottom: 15px;
}

.t-block td {
  border: 1px solid black;
  padding: 5px;
}

.ta-center {
  text-align: center !important;
}

.card {
  background-color: #f3f3f3;
  padding: 10px;

  margin-bottom: 15px;
}


