@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
i {
  margin: 0;
  padding: 0;
  border: 0;
}

strong {
  font-weight: 600;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

* {
  box-sizing: border-box !important;
  outline: none !important;
  -webkit-appearance: none !important;
}

a[href^=tel] {
  color: #000;
}

.clearfix::after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0 3px 3px 0;
}

@font-face {
  font-family: 'IBM Plex Mono';
  src: url(/assets/fonts/IBMPlexMono/IBMPlexMono-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url(/assets/fonts/IBMPlexSans/IBMPlexSans-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia';
  src: url(/assets/fonts/Georgia/Georgia-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia';
  src: url(/assets/fonts/Georgia/Georgia-Bold.ttf);
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia';
  src: url(/assets/fonts/Georgia/Georgia-Italic.ttf);
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'Georgia';
  src: url(/assets/fonts/Georgia/Georgia-BoldItalic.ttf);
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 18px;
  background: #FAFAFA;
}

.container {
  width: 100%;
  max-width: 1324px;
  padding: 0 10px;
  margin: 0 auto;
}

.container-min {
  width: 100%;
  max-width: 1154px;
  padding: 0 10px;
  margin: 0 auto;
}

.container-full{
  width: 100%;
}

.row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.secodary-menu__nav {
  width: 100%;
  position: relative;
  margin-top: -10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .secodary-menu__nav{
    overflow-y: hidden;
    overflow-x: scroll;
}
}

.secodary-menu__nav::-webkit-scrollbar {
  display: none;
}

.secodary-menu__nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  z-index: 0;
  text-align: center;
}

@media screen and (max-width: 599px){
.secodary-menu__nav ul {
 display: flex;
}
}

.secodary-menu__nav li {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 3px;
  position: relative;
  white-space: nowrap;
}

.secodary-menu__nav a {
  background-color: #fff;
  color: #000000;
  text-decoration: none;
  padding: 10px 10px;
  color: currentColor;
  display: block;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
}

.secodary-menu__nav a:hover {
  color: #FFD400;
  border: 1px solid #FFD400;
}

/* Стили для выпадающего меню */
.secodary-menu__nav .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 5px;
  min-width: 150px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.secodary-menu__nav .dropdown-menu li {
  display: block;
  margin: 0;
  text-align: left;
}

.secodary-menu__nav .dropdown-menu a {
  padding: 10px 10px;
  white-space: nowrap;
  color: #000;
  border: none;
}

.secodary-menu__nav .dropdown-menu a:hover {
  border: none;
}

@media screen and (min-width: 1025px) {
  .secodary-menu__nav li:hover .dropdown-menu {
      display: block;
      visibility: visible;
      opacity: 1;
      z-index: 100;
  }
}


.h1-search {
  margin: 20px 0 40px;
}

.Box-border .row {
  margin: 0 -7.5px;
}

.Box-border .centerBar {
  width: 66.6666%;
  padding: 0 7.5px;
}

.Box-border .LeftBar {
  width: 33.3333%;
  padding: 0 7.5px;
}

.centerBar {
  width: 750px;
}

.centerBar.fixCenterBar {
  width: 100%;
}

.centerBar-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.centerBar-row .left {
  width: 33.3333%;
}

.centerBar-row .right {
  width: 66.6666%;
}

.LeftBar {
  width: 365px;
}

.LeftBar.fixLeftBar {
  width: 368px;
}

.wrapper {
  padding: 20px 0 40px;
}

header {
  background: #EFEFEF;
}

.header {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.header__left {
  width: 40%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header__left .btn-leftMenu {
  margin-right: 40px;
  display: none;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
}

.header__left .btn-leftMenu svg path {
  transition: all .3s ease;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header__left .social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header__left .social ul li {
  margin-right: 34px;
}

.header__left .social ul li:last-child {
  margin-right: 0;
}

.header__left .social ul li a svg path {
  transition: all .3s ease;
}

.header__left .social ul li a:hover svg path {
  fill: #FFD400;
}

.header__logo {
  width: 20%;
  text-align: center;
}

.header__logo a svg path {
  transition: all .3s ease;
}

.header__logo a:hover svg path {
  fill: #FFD400;
}

.header__right {
  width: 40%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.header__right .search__btnMob {
  display: none;
}

.header__right .search input {
  width: 239px;
  height: 42px;
  border: 1px solid #959595;
  box-sizing: border-box;
  padding: 0 50px 0 10px;
  background: #EFEFEF;
}

.header__right .search button {
  position: absolute;
  height: 42px;
  right: 0;
  top: 0;
  width: 50px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.header__right .search button:hover svg path {
  fill: #FFD400;
}

.header__right .search button svg {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
}

.header__right .search button svg path {
  transition: all .3s ease;
}

.header__right .language {
  margin-left: 30px;
  position: relative;
  min-width: 40px;
  display: none;
}

.header__right .language__btn {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 31px;
  padding-right: 30px;
  color: #000000;
  position: relative;
  cursor: pointer;
  transition: all .3s ease;
}

.header__right .language__btn:hover {
  color: #FFD400;
}

.header__right .language__btn:hover svg path {
  fill: #FFD400;
}

.header__right .language__btn svg {
  position: absolute;
  top: calc(50% + 1px);
  right: 1px;
  transform: translateY(-50%) rotate(0);
  transition: all .3s ease;
}

.header__right .language__btn svg path {
  transition: all .3s ease;
}

.header__right .language__btn.active svg {
  transform: translateY(-50%) rotate(180deg);
}

.header__right .language__list {
  position: absolute;
  display: none;
  top: 100%;
  left: -5px;
  padding: 4px 8px;
  background-color: #fff;
  width: calc(100% - 15px);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 10;
}

.header__right .language__list ul li a {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 31px;
  padding-right: 30px;
  color: #000000;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.header__right .language__list ul li a:hover {
  color: #FFD400;
}

.boxBetaMobal {
  text-transform: uppercase;
  font-size: 24px;
  color: #000;
  background-color: #FFD400;
  height: 58px;
  padding: 0 20px;
  line-height: 58px;
  position: fixed;
  z-index: 1000000000;
  bottom: 0;
  right: 0;
  display: none;
}

.main-menu {
  background-color: #fff;
  border-bottom: 1px solid #ECECEC;
}

.main-menu__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.main-menu__nav .boxBeta {
  font-family: 'IBM Plex Sans';
  text-transform: uppercase;
  font-size: 24px;
  color: #000;
  background-color: #FFD400;
  height: 58px;
  padding: 0 20px;
  line-height: 58px;
}

.main-menu__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.main-menu__nav ul.rever li:last-child {
  border-right: 1px solid #ECECEC;
}

.main-menu__nav ul.rever li a:hover {
  color: #FFD400;
}

.main-menu__nav ul.rever li a:hover:after {
  width: 0;
}

.main-menu__nav ul li {
  border-left: 1px solid #ECECEC;
  position: relative;
}

.main-menu__nav ul li.active a:after {
  width: calc(100% - 40px);
}

.main-menu__nav ul li:hover ul {
  opacity: 1;
  z-index: 11;
}

.main-menu__nav ul li a {
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 58px;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
  background-color: #fff;
  text-decoration: none;
  position: relative;
  transition: all .3s ease;
}

.main-menu__nav ul li a:hover:after {
  width: calc(100% - 40px);
}

.main-menu__nav ul li a:after {
  content: '';
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  background: #FFD400;
  transform: translateX(-50%);
  transition: all .3s ease;
}

.main-menu__nav ul li ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  z-index: -1;
  transition: all .3s ease;
  border: 1px solid #ECECEC;
}

.main-menu__nav ul li ul li {
  border: 0;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}

.main-menu__nav ul li ul li a {
  display: block;
  text-align: left;
  padding: 0;
  height: auto;
}

.main-menu__nav ul li ul li a:after {
  content: '';
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #FFD400;
  transform: translateX(0);
  transition: all .3s ease;
}

footer {
  background-color: #fff;
}

.footer {
  padding: 32px 0 20px;
  margin: 0 -10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.footer .h2 {
  margin: 0 0 34px;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000000;
}

.footer ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.footer ul li a {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000000;
  transition: all .3s ease;
  text-decoration: none;
}

.footer ul li a:hover {
  color: #FFD400;
}

.footer__logo {
  padding: 8px 10px 40px;
}

.footer__menu {
  padding: 0px 10px 40px;
}

.footer__contacts {
  padding: 0px 10px 40px;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  max-width: 200px;
  text-transform: uppercase;
  color: #000000;
  transition: all .3s ease;
  text-decoration: none;
}

.footer__social {
  padding: 0px 10px 40px;
  width: 350px;
}

.footer__social .list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.footer__social .list__item {
  margin-right: 10px;
}

.footer__social .list__item:last-child {
  margin: 0;
}

.footer__social .list__item a {
  position: relative;
  display: block;
}

.footer__social .list__item a .ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer__social .list__item a svg path {
  transition: all .3s ease;
}

.footer__social .list__item a:hover svg.ico path {
  fill: #FFD400 !important;
}

.footer__social .list__item a:hover svg path {
  fill: #000 !important;
}

.copyright {
  border-top: 1px solid #E5E5E5;
  padding: 20px 0 37px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.copyright p {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

.copyright p svg {
  margin-right: 5px;
}

.copyright a {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-decoration: none;
  transition: all .3s ease;
}

.copyright a:hover {
  color: #FFD400;
}

.breadcrumbs {
  margin-bottom: 20px;
}

.breadcrumbs ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumbs ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #959595;
  transition: all .3s ease;
  text-decoration: none;
}

.breadcrumbs ul li a:hover {
  color: #FFD400;
}

.breadcrumbs ul li:after {
  content: '/';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #959595;
  padding: 0 10px;
}

.breadcrumbs ul li:last-child:after {
  display: none;
}

.breadcrumbs ul li span {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000;
}

.wrapper__teg-image {
  width: 100%;
}

.wrapper__teg-image img {
  width: 100%;
  max-height: 450px;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrapper__teg-description {
  background-color: #fff;
  padding: 20px 20px 30px;
  margin-bottom: 20px;
}

.wrapper__teg-description h1 {
  margin: 0 0 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 50px;
  color: #333333;
}

.wrapper__teg-description h2,
.wrapper__teg-description h3,
.wrapper__teg-description h4,
.wrapper__teg-description h5,
.wrapper__teg-description h6 {
  margin: 30px 0 20px;
  font-style: normal;
  font-weight: 600;
  color: #333333;
}

.wrapper__teg-description .desc {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}

.wrapper__teg-description .desc p {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 20px;
}

.wrapper__teg-description .desc iframe {
  width: 100%;
}

.wrapper__teg-description .desc em {
  font-style: italic;
}

.wrapper__teg-description .desc table {
  overflow: auto;
  display: block;
  width: 100% !important;
  font-size: 14px;
  line-height: 14px;
}

.wrapper__teg-description .desc table caption {
  margin-bottom: 15px;
}

.wrapper__teg-description .desc table tbody {
  border: 1px solid #000;
}

.wrapper__teg-description .desc table tbody tr {
  border: 1px solid #000;
}

.wrapper__teg-description .desc table tbody tr td,
.wrapper__teg-description .desc table tbody tr th {
  border: 1px solid #000;
  padding: 10px;
}

.wrapper__teg-description .desc table tbody tr th {
  font-weight: bold;
}

.wrapper__teg-description .desc blockquote {
  margin: 56px 5px 40px 0;
  position: relative;
  padding: 0 6px 0 52px;
  border-right: 4px solid #C4C4C4;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  color: #333333;
}

.wrapper__teg-description .desc blockquote:after {
  content: '\201C';
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 30px;
  color: #C4C4C4;
  position: absolute;
  top: 8px;
  left: 0;
}

.wrapper__teg-description .desc ul {
  margin-bottom: 10px;
}

.wrapper__teg-description .desc ul li {
  padding-left: 10px;
  position: relative;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

.wrapper__teg-description .desc ul li:before {
  top: 0;
  left: 0;
  content: '>';
  position: absolute;
}

.wrapper__teg-description .desc ol {
  margin-bottom: 10px;
  counter-reset: item;
}

.wrapper__teg-description .desc ol li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

.wrapper__teg-description .desc ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
}

.public-content {
  background-color: #fff;
  position: relative;
  margin-bottom: 40px;
}

.public-content__tags {
  position: absolute;
  top: 0;
  left: 0;
}

.public-content__tags ul {
  padding: 20px 15px;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.public-content__tags ul li {
  margin: 0 5px 10px;
}

.public-content__tags ul li a {
  display: block;
  height: 24px;
  padding: 0 14px;
  -webkit-text-decoration: navajowhite;
  text-decoration: navajowhite;
  background: #F5F5F5;
  transition: all .3s ease;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
}

.public-content__tags ul li a:hover {
  background: #FFD400;
}

.public-content__image {
  min-height: 150px;
  background-color: #FFD400;
  display: block;
}

.public-content__image img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.public-content__imageText {
  padding: 10px 20px 0;
  font-size: 14px;
}

.public-content__desc,
.static-content__desc {
  padding: 20px;
}

.public-content__desc .date {
  margin-bottom: 10px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
}

.public-content__desc h1,
.static-content__desc h1 {
  font-family: Georgia, serif;
  font-weight: 600;
  margin: 0 0 20px;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  color: #333333;
}

.public-content__desc h2,
.static-content__desc h2{
  font-family: Georgia, serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 30px 0 15px;
  color: #333333;
}

.public-content__desc h3,
.static-content__desc h3 {
  font-family: Georgia, serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  margin: 15px 0 15px;
  font-style: normal;
  color: #333333;
}

.public-content__desc h4,
.static-content__desc h4 {
  font-family: Georgia, serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  margin: 15px 0 15px;
  font-style: normal;
  color: #333333;
}

.public-content__desc .name-author {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #333333;
}

.public-content__desc .name-author a {
  text-decoration: none;
  color: #333333;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}

.public-content__desc .desc,
.static-content__desc .desc{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #333333;
}

.public-content__desc .desc p,
.static-content__desc .desc p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
  color: #333333;
}

.public-content__desc .desc a,
.static-content__desc .desc a {
  color: #333333;
  text-decoration: underline;
  text-decoration-color: #FFD400;
  text-decoration-thickness: 2px;
}

.public-content__desc .desc iframe {
  width: 100%;
}

.public-content__desc .desc em {
  font-style: italic;
}

.public-content__desc .desc img {
  max-width: 100%;
  height: auto !important;
}

.public-content__desc .desc table{
  overflow: auto;
  width: 100%;
  font-size: 16px;
  margin-bottom: 20px;
  display: table;
}

.public-content__desc .desc table caption {
  margin-bottom: 15px;
}

.public-content__desc .desc table tbody {
  border: 1px solid #000;
}

.public-content__desc .desc table tbody tr {
  border: 1px solid #000;
}

.public-content__desc .desc table tbody tr td,
.public-content__desc .desc table tbody tr th,
.public-content__desc .desc table thead tr td,
.public-content__desc .desc table thead tr th {
  border: 1px solid #000;
  padding: 10px;
  min-width: 150px;
}

.public-content__desc .desc table tbody tr th {
  font-weight: bold;
}

.public-content__desc .desc blockquote {
  margin: 30px 5px 30px 0;
  position: relative;
  padding: 0 6px 0 30px;
  border-right: 4px solid #C4C4C4;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.public-content__desc .desc blockquote p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.public-content__desc .desc blockquote:after {
  content: '\201C';
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 30px;
  color: #C4C4C4;
  position: absolute;
  top: 8px;
  left: 0;
}

.public-content__desc .desc ul,
.static-content__desc .desc ul {
  margin-bottom: 15px;
}

.public-content__desc .desc ul li,
.static-content__desc .desc ul li {
  padding-left: 20px;
  color: #333333;
  position: relative;
  margin-bottom: 15px;
}

.public-content__desc .desc ul li:before,
.static-content__desc .desc ul li:before{
  top: 0;
  left: 0;
  content: '>';
  position: absolute;
}

.public-content__desc .desc ol,
.static-content__desc .desc ol {
  margin-bottom: 10px;
  counter-reset: item;
}

.public-content__desc .desc ol li,
.static-content__desc .desc ol li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.public-content__desc .desc ol li:before,
.static-content__desc .desc ol li:before{
  content: counter(item) ". ";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
}

.public-content__desc .gallery {
  margin-bottom: 20px;
}

.public-content__desc .gallery-caption p{
  margin: 0; color: #666666; font-size: 16px;
}

.public-content__desc .video {
  margin-bottom: 20px;
}

.public-content__desc .video iframe {
  width: 100%;
  height: 422px;
}

.public-content__desc .desc .related-article{
  color: #333333;
  text-decoration: none;
  border: 2px solid Gold;
  border-radius: 5px;
  padding: 20px;
  background-color: #F9F9F9;  
}

.public-content__desc .desc .related-article a{
  color: #333333;
  text-decoration: none;
  transition: all .3s ease;
}

.public-content__desc .desc .related-article a:hover{
  color: #FFD400;
}

.public-content__desc .desc .additional-article__list a{
  color: #333333;
  text-decoration: none;
  transition: all .3s ease;
}

.public-content__desc .desc .additional-article__list a:hover{
  color: #FFD400;
}

.public-content__desc .slider {
  margin-bottom: 28px;
}

.public-content__desc .slider__big {
  margin-bottom: 10px;
}

.public-content__desc .slider__big-item img {
  height: 422px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}

.public-content__desc .slider__small {
  margin: 0 -5px;
}

.public-content__desc .slider__small-item {
  padding: 0 5px;
}

.public-content__desc .slider__small-item img {
  height: 65px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}

.public-content__desc .desc .offers-grid{
  margin-bottom: 20px;
}

.public-content__desc .desc .offers-grid a{
  text-decoration: none;
}

.public-content__share {
  padding: 0 20px 40px;
}

.public-content__share h2 {
  margin: 0 0 14px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 21px;
  text-transform: uppercase;
  color: #333333;
}

.public-content__share ul {
  padding: 0 0 20px;
  margin: 0;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.public-content__share ul li {
  margin-right: 10px;
}

.public-content__share ul li a svg rect {
  transition: all .3s ease;
}

.public-content__share ul li a:hover svg rect {
  fill: #FFD400;
}

.banner-attraction {
  width: 100%;
  background: #FFD400;
  padding: 20px 20px 10px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  position: relative;
}

.banner-attraction:after {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  content: "";
  z-index: 1;
}

.banner-attraction h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 32px;
  text-transform: uppercase;
  color: #000000;
  color: #fff;
  margin: 0 0 20px;
  z-index: 2;
  position: relative;
}

.banner-attraction p {
  margin-bottom: 20px;
  padding-left: 50%;
  z-index: 2;
  position: relative;
}

.banner-attraction p a {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase;
  color: #000000;
  color: #fff;
  text-decoration: none;
  transition: all .3s ease;
}

.banner-attraction p a:hover {
  color: #fff;
  color: #000;
}

.banner-advertising {
  background: #EFEFEF;
  padding: 20px 13px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  position: relative;
}

.banner-advertising:after {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  content: "";
  z-index: 1;
}

.banner-advertising__logo {
  padding: 0 7px;
  margin-bottom: 40px;
  z-index: 2;
  position: relative;
}

.banner-advertising__logo svg path {
  fill: #fff;
}

.banner-advertising__content {
  min-height: 390px;
  padding-left: 150px;
  z-index: 2;
  position: relative;
}

.banner-advertising__content h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 32px;
  text-transform: uppercase;
  color: #000000;
  color: #fff;
  margin: 0 0 18px;
}

.banner-advertising__content p a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
  color: #fff;
  transition: all .3s ease;
}

.banner-advertising__content p a:hover {
  color: #FFD400;
}

.banner-advertising__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -5px;
  z-index: 2;
  position: relative;
}

.banner-advertising__bottom a {
  display: block;
  padding: 0 5px;
}

.banner-advertising__bottom a svg path {
  transition: all .3s ease;
  fill: #fff;
}

.banner-advertising__bottom a:hover svg path {
  fill: #FFD400;
}

.similar-news {
  margin-bottom: 25px;
}

.similar-news h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 21px;
  color: #333333;
  margin: 0 0 20px;
}

.similar-news ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.similar-news ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
  max-width: 300px;
}

.similar-news ul li .date {
  margin-bottom: 4px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
}

.similar-news ul li .text a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #333333;
  transition: all .3s ease;
  text-decoration: none;
}

.similar-news ul li .text a:hover {
  color: #FFD400;
}

.similar-news ul li .link a {
  font-style: normal;
  font-weight: normal;
  font-size: 9.5364px;
  line-height: 12px;
  text-transform: uppercase;
  color: #000000;
  transition: all .3s ease;
}

.similar-news ul li .link a:hover {
  color: #FFD400;
}

.similar-news__next a {
  display: block;
  background: #FFD400;
  border-radius: 2px;
  height: 28px;
  padding: 0 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #000000;
  transition: all .3s ease;
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
}

.similar-news__next a:hover {
  background-color: #000;
  color: #FFD400;
}

.author-content__info {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
}

.author-content__info .avatar {
  width: 270px;
  height: 320px;
}

.author-content__info .avatar img {
  width: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.author-content__info .box-desc {
  width: calc(100% - 270px);
  padding-left: 20px;
}

.author-content__info .box-desc .tags {
  margin-bottom: 20px;
}

.author-content__info .box-desc .tags ul {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -5px -5px 0;
}

.author-content__info .box-desc .tags ul li {
  margin: 5px;
}

.author-content__info .box-desc .tags ul li a {
  padding: 3px 15px 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  background: #F5F5F5;
  text-decoration: none;
}

.author-content__info .box-desc h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  margin: 0 0 10px;
}

.author-content__info .box-desc .description {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 25px;
}

.author-content__info .box-desc .link {
  margin-bottom: 14px;
}

.author-content__info .box-desc .link a {
  font-style: normal;
  font-weight: normal;
  font-size: 9.5364px;
  line-height: 12px;
  text-transform: uppercase;
  color: #000000;
}

.author-content__info .box-desc .social ul {
  margin: -5px -5px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.author-content__info .box-desc .social ul li {
  margin: 5px;
}

.author-content__info .box-desc .social ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}

.author-content__info .box-desc .social ul li a svg {
  /*margin-right: 14px;*/
}

.author-content__info .box-desc .social ul li a.fb {
  background: #3B5998;
}

.author-content__info .box-desc .social ul li a.rss {
  background: #5C646B;
}

.author-content__listArticle h2 {
  margin: 0 0 17px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 21px;
  color: #333333;
}

.author-content__listArticle .list {
  margin-bottom: 42px;
}

.author-content__listArticle .list ul li {
  border-right: 2px solid #FFD400;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 25px;
  background: #FFFFFF;
}

.author-content__listArticle .list ul li .image {
  width: 264px;
  height: 146px;
}

.author-content__listArticle .list ul li .image img {
  width: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.author-content__listArticle .list ul li .info {
  width: calc(100% - 264px);
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.author-content__listArticle .list ul li .info .data-time {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  margin-bottom: 4px;
}

.author-content__listArticle .list ul li .info .text {
  display: block;
  font-style: normal;
  line-height: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding-right: 30px;
  text-decoration: none;
}

.listBox-video {
  border-top: 1px solid #E5E5E5;
  padding-top: 25px;
}

.listBox-video h2 {
  margin-bottom: 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 21px;
  text-transform: uppercase;
  color: #333333;
}

.listBox-video ul {
  margin: 0 -7.5px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}

.listBox-video ul li {
  margin: 0 0 15px;
  width: 33.3333%;
  padding: 0 7.5px;
}

.listBox-video ul li .image {
  width: 100%;
  height: 200px;
  position: relative;
}

.listBox-video ul li .image a {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
}

.listBox-video ul li .image img {
  width: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.listBox-video ul li .info {
  border-bottom: 1px solid #FFD400;
  height: 100px;
  padding: 25px;
  overflow: hidden;
  width: 100%;
  background: #FFFFFF;
}

.listBox-video ul li .info a {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #333333;
  text-decoration: none;
  overflow: hidden;
  height: 52px;
}

.pagination {
  margin-bottom: 40px;
}

.pagination ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.pagination ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border: 1px solid #E5E5E5;
  transition: all .3s ease;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #B8B8B8;
  padding: 0 10px;
}

.pagination ul li a {
  display: flex;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all .3s ease;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
}

.pagination ul li a:hover {
  border: 1px solid #171717;
}

.popups-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 36, 36, 0.8);
  padding-right: 15px;
  z-index: -1;
  overflow: auto;
  transition: all .5s ease;
  opacity: 0;
  display: flex;
  align-items: center;
}

.popups-wrapper.open {
  opacity: 1;
  z-index: 1000;
}

.popups-wrapper__box {
  width: 100%;
  max-width: 90%;
  margin: 80px auto;
  padding: 30px;
  position: relative;
  background: #fff;
  z-index: 2;
}

.popups-wrapper__box img {
  width: 100%;
}

.popups-wrapper__bgClose {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.Box-border {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
}

.banner-authorBlog {
  width: 100%;
  height: 422px;
  background-color: #FFD400;
  padding: 20px;
  background-position: right bottom;
  background-size: auto calc(100% - 8px);
  background-repeat: no-repeat;
}

.banner-authorBlog a {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 7px;
  display: block;
  text-decoration: none;
}

.banner-authorBlog p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #000000;
}

.BorderBox {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
}

.top-article {
  height: 422px;
  width: 100%;
  position: relative;
  display: block;
  text-decoration: none;
}

.top-article:after {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  content: '';
}

.top-article img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-article__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 20px 20px 33px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.top-article__content .tags ul {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}

.top-article__content .tags ul li {
  margin: 0 10px 10px 0;
}

.top-article__content .tags ul li a {
  background: #F5F5F5;
  padding: 3px 15px 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  text-decoration: none;
}

.top-article__content .info__date {
  margin-bottom: 10px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
}

.top-article__content .info__name {
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 40px;
  color: #FFFFFF;
}

.last-article {
  margin-bottom: 40px;
}

.last-article__list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}

.last-article .h1 {
  margin: 0 0 20px;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

@media screen and (max-width: 599px) {
  .last-article .h1 {
    font-size: 34px;
    line-height: 34px;
  }
}

.last-article .h2 {
  margin: 20px 0 20px;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
}

@media screen and (max-width: 599px){
.last-article .h2 {
  font-size: 32px;
  line-height: 32px;
}
}

.last-article .desc p{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #333333;
  text-align: center;
}

.last-article__list-item {
  margin-bottom: 15px;
  width: 33.3333%;
  padding: 0 7.5px;
  display: flex;
}

.last-article.column h2{
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 21px;
color: #333333;
margin-bottom: 20px;
}

.last-article.column.columnFIX .last-article__list {
  flex-direction: row;
}

.last-article.column.columnFIX .last-article__list-item {
  width: 50%;
}

.last-article.column .last-article__list {
  flex-direction: column;
}

.last-article.column .last-article__list-item {
  width: 100%;
}

.last-article .item {
  background: #FFFFFF;
  border-bottom: 2px solid #FFD400;
  width: 100%;
}

.last-article .item:hover .name a {
  color: #FFD400;
}

.last-article .item:hover a.link {
  background-color: #000;
}

.last-article .item:hover a.link svg path {
  fill: #FFD400;
}

.last-article .item__image {
  width: 100%;
  height: 200px;
  position: relative;
}

.last-article .item__image a.img {
  display: block;
  width: 100%;
  height: 100%;
}

.last-article .item__image img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
}

.last-article .item__image a.link {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 27px;
  height: 27px;
  background: #FFD400;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
}

.last-article .item__image a.link svg {
  width: 12px;
  height: 12px;
}

.last-article .item__image a.link svg path {
  transition: all .3s ease;
  fill: #000;
}

.last-article .item__desc {
  padding: 25px;
}

.public-content .public-content__desc .tags {
  margin-bottom: 9px;
}

.public-content .public-content__desc .tags ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.public-content .public-content__desc .tags ul li {
  margin: 0 10px 10px 0;
}

.public-content .public-content__desc .tags ul li a {
  background: #F5F5F5;
  padding: 3px 15px 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
  text-decoration: none;
}

.last-article .item .tags {
  margin-bottom: 9px;
}

.last-article .item .tags ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.last-article .item .tags ul li {
  margin: 0 10px 10px 0;
}

.last-article .item .tags ul li a {
  background: #F5F5F5;
  padding: 3px 15px 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
  text-decoration: none;
}

.last-article .item__desc .date {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
  color: #666666;
}

.last-article .item__desc .name {
  margin-bottom: 6px;
}

.last-article .item__desc .name a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #333333;
  text-decoration: none;
  transition: all .3s ease;
}

.last-article .item__desc .name a:hover {
  color: #FFD400;
}

.last-article .item__desc .description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

.last-article .item__desc .description strong {
  font-weight: 400;
}

.last-article .item__desc .link {
  height: 13px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #000000;
}

.last-article .item__desc .link svg {
  width: 20px;
}

.last-article .item__desc .link a {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #000000;
  text-decoration: none;
  margin-left: 5px;
}





.about-cover{
  background-color: #FFD400;
  margin-top: -20px;
  margin-bottom: 20px;
  padding-bottom: 10%;
}

.about-cover-img{
  max-width: 1324px;
  width: 100%;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.about-cover-desc{
  max-width: 1324px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
  padding: 0 20px;
}

.page-static {

}

.page-static .centerBar{
  margin-left: auto;
  margin-right: auto;
}

.static-content{
  position: relative;
  margin-bottom: 40px;
  background-color: #fff;
}







.page-404 {
  padding: 50px 0;
}

.page-404 h1 {
  font-size: 180px;
  text-align: center;
  font-family: "IBM Plex Mono";
}

.page-404 p {
  font-family: "IBM Plex Mono";
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}





@media screen and (max-width: 1440px) {
  .container {
    max-width: 1170px;
  }

  .container-min {
    max-width: 1024px;
  }

  .LeftBar {
    width: 324px;
  }

  .centerBar {
    width: 664px;
  }

  .banner-advertising__content {
    padding-left: 110px;
    margin-bottom: 20px;
  }

  .last-article .item__desc {
    padding: 25px;
  }

  .LeftBar.fixLeftBar {
    width: 324px;
  }
}

@media screen and (max-width: 1199px) {

  .banner-attraction h2,
  .banner-advertising__content h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .banner-advertising__content {
    padding-left: 100px;
    min-height: 320px;
  }

  .LeftBar {
    width: 300px;
  }

  .container {
    max-width: 1024px;
  }

  .container-min {
    max-width: 950px;
  }

  .centerBar {
    width: 614px;
  }

  .LeftBar.fixLeftBar {
    width: 300px;
  }

  .public-content__desc .video iframe {
    height: 325px;
  }

  .public-content__desc .slider__big-item img {
    height: 325px;
  }

  .footer__social {
    width: 300px;
  }

  .centerBar-row .left {
    width: 240px;
  }

  .author-content__listArticle .list ul li .info .text {
    padding-right: 15px;
  }

}

@media screen and (max-width: 1023px) {
  .header__right .language__list {
    width: 100%;
  }

  .header__right .language__list ul li a {
    font-size: 16px;
    line-height: 24px;
    padding-right: 18px;
  }

  .top-article {
    margin-bottom: 20px;
  }

  .similar-news.mobal-home ul li {
    width: calc(100% - 10px);
    margin: 0 5px 20px;
  }

  .centerBar-row {
    flex-wrap: wrap;
  }

  .centerBar-row .right {
    width: 100%;
  }

  .centerBar-row .left {
    width: 100%;
  }

  .last-article__list-item,
  .listBox-video ul li {
    width: 50%;
  }

  .footer .h2 {
    margin: 0 0 20px;
  }

  .footer__logo {
    padding-top: 0;
  }

  .footer__logo svg {
    width: 110px;
  }

  .footer__menu {
    display: none;
  }

  .row {
    flex-wrap: wrap;
  }

  .LeftBar,
  .Box-border .LeftBar {
    width: 100%;
  }

  .centerBar,
  .Box-border .centerBar {
    width: 100%;
  }

  .container,
  .container-min {
    max-width: 750px;
  }

  .header__left,
  .header__logo,
  .header__right {
    width: auto;
  }

  .header__left .social ul li {
    margin-right: 15px;
  }

  .header__logo svg {
    width: 150px;
  }

  .header__right .search input {
    width: 180px;
    height: 26px;
  }

  .header__right .search button {
    height: 26px;
    width: 30px;
  }

  .header__right .search button svg {
    width: 16px;
    top: -1px;
  }

  .header__right .language__btn {
    font-size: 16px;
    line-height: 24px;
    padding-right: 18px;
  }

  .header__right .language__btn svg {
    width: 12px;
  }

  .similar-news ul {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -5px;
  }

  .similar-news ul li {
    width: calc(33.3333% - 10px);
    margin: 0 5px 20px;
  }

  .banner-advertising__content {
    min-height: 200px;
  }

  .similar-news ul li {
    max-width: 100%;
  }

}

@media screen and (min-width: 768px) {
  .header__right .search {
    position: relative;
  }

  .header__right .language {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .page-404 {
    padding: 50px 0;
  }

  .page-404 h1 {
    font-size: 120px;
    margin-bottom: 10px;
  }

  .page-404 p {
    font-size: 16px;
    font-weight: 600;
  }

  .main-menu__nav .boxBeta {
    position: absolute;
    display: none;
  }

  .Box-border .last-article.column .last-article__list-item {
    width: 100%;
  }

  .boxBetaMobal {
    display: block;
  }

  .main-menu__nav {
    justify-content: center;
    flex-direction: column;
  }

  .main-menu__nav ul:last-child {
    padding-top: 0;
  }

  .centerBar-row {
    flex-direction: column-reverse;
  }

  .centerBar-row .right {
    width: 100%;
  }

  .centerBar-row .left {
    width: 100%;
  }

  .last-article.column .last-article__list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .last-article.column .last-article__list-item {
    width: 50%;
  }

  .top-article__content .info__name {
    font-size: 38px;
    line-height: 42px;
  }

  body {
    padding-top: 66px;
  }

  header {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
  }

  .main-menu {
    position: fixed;
    top: 57px;
    left: 0;
    z-index: 111;
    width: 100%;
    height: calc(100% - 57px);
    transition: all .3s ease;
    transform: translateX(-100%);
  }

  .main-menu.active {
    transform: translateX(0);
  }

  .main-menu__nav ul {
    padding-top: 40px;
    flex-direction: column;
  }

  .main-menu__nav ul li {
    border: 0 !important;
    margin-bottom: 15px;
  }

  .main-menu__nav ul li a {
    height: 34px;
    font-size: 16px;
  }

  .header__left .btn-leftMenu.active svg path:nth-child(2) {
    transform: translate(14px, 35px) rotate(180deg);
  }

  .header__left .btn-leftMenu.active svg path:nth-child(3) {
    transform: translate(34px, 35px) rotate(180deg);
  }

  .header__left .social {
    display: none;
  }

  .header__left .btn-leftMenu {
    display: block;
  }

  .header__left .btn-leftMenu svg {
    width: 28px;
    height: auto;
  }

  .header__logo svg {
    width: 130px;
    height: auto;
  }

  .header {
    padding: 15px 0;
  }

  .header__right .search__btnMob {
    display: block;
    margin-left: 40px;
    z-index: 12;
    position: relative;
    width: 24px;
    height: 24px;
  }

  .header__right .search__btnMob.active svg.icon-search {
    opacity: 0;
  }

  .header__right .search__btnMob.active svg.icon-close {
    opacity: 1;
  }

  .header__right .search__btnMob svg {
    width: 24px;
    height: auto;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .header__right .search__btnMob svg.icon-search {
    opacity: 1;
  }

  .header__right .search__btnMob svg.icon-close {
    opacity: 0;
    width: 17px;
  }

  .header__right .search.open form {
    opacity: 1;
    z-index: 11;
  }

  .header__right .search form {
    opacity: 0;
    z-index: -1;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 12px 46px 12px 10px;
  }

  .header__right .search form input {
    width: 100%;
    height: 32px;
  }

  .header__right .search form button {
    right: 47px;
    top: 15px;
    width: 38px;
  }

  .header__right .search form button svg {
    width: 22px;
  }

  .public-content__desc h1,
  .static-content__desc h1  {
    font-size: 24px;
    line-height: 28px;
  }

  .author-content__info .box-desc h1 {
    font-size: 24px;
    line-height: 28px;
  }

}

@media screen and (max-width: 599px) {
  .last-article.column.columnFIX .last-article__list-item {
    width: 100%;
  }

  .author-content__info {
    flex-direction: column;
  }

  .author-content__info .avatar {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .author-content__info .box-desc {
    padding-left: 0;
    width: 100%;
  }

  .author-content__listArticle .list ul li {
    flex-direction: column;
    border: 0;
    border-bottom: 2px solid #FFD400;
  }

  .author-content__listArticle .list ul li .image {
    width: 100%;
    height: 200px;
  }

  .author-content__listArticle .list ul li .info {
    width: 100%;
    padding: 25px;
  }

  .banner-authorBlog {
    width: 100%;
    height: 260px;
  }

  .top-article {
    height: 350px;
  }

  .top-article__content .info__name {
    font-size: 28px;
    line-height: 34px;
  }

  .last-article.column .last-article__list-item {
    width: 100%;
  }

  .last-article__list-item,
  .listBox-video ul li {
    width: 100%;
  }

  .banner-advertising__content h2 {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 18px;
  }

  .similar-news ul li {
    width: calc(50% - 10px);
    margin: 0 5px 20px;
    max-width: 100%;
  }

  .footer {
    flex-direction: column;
  }

  .footer__social {
    padding: 0 10px 0;
  }

  .copyright {
    flex-direction: column;
  }

  .public-content__desc {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 424px) {
  .listBox-video ul li .info {
    height: 82px;
  }

  .last-article .item__desc,
  .listBox-video ul li .info {
    padding: 15px;
  }

  .author-content__listArticle .list ul li .info {
    padding: 15px;
  }

  .public-content__desc .slider__small {
    display: none !important;
  }

  .similar-news ul li {
    width: calc(100% - 10px);
    margin: 0 5px 20px;
  }

}







.commerce-disclosure{
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  border-left: 2px solid #FFD400;
  padding: 5px 0 5px 20px;
  font-style: italic;
}

.disclaimer-begambleaware{
  font-size: 14px;
  line-height: 18px;
  display: block;
  font-style: italic;
}

.disclaimer-begambleaware p{
  margin-bottom: 10px;
  margin-top: 10px;
}

.offers {
  margin-bottom: 40px;
}

.offers.column h2{
  font-style: normal;
font-weight: 600;
font-size: 20px;
color: #333333;
margin-bottom: 20px;
}

.offers__grid {
}

.offer {
  border: 1px solid #dfdfe5;
  padding: 12px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 8px;
  column-gap: 12px;
  text-decoration: none;
}

.offer+.offer {
  margin-top: 10px;
}

.offer-content {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 250px;
  column-gap: 12px;
}

.offer-bookie-logo {
  left: 12px;
  height: 35px;
  width: 35px;
  z-index: 1;
}

.offer-head {}

.offer-bookie-name {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #818188;
}

.offer-cta {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #333333;
}

.offer-terms {
  font-size: 8px;
  line-height: 12px;
  font-weight: 400;
  color: #818188;
}

.offer-buttons {
  width: 100%;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 250px;
  justify-content: space-between;
  row-gap: ;
  column-gap: 12px;
}

.offer-bonus {
  text-align: center;
  padding: 4px;
  height: 40px;
  width: 50%;
  line-height: 16px;
  background-color: #ecedf6;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.offer-bonus::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}

.offer-bonus.active {
  background-color: #e6eee9;
}

.offer-bonus .copy-to,
.offer-bonus.active .copied {
  display: block;
}

.offer-bonus .copied,
.offer-bonus.active .copy-to {
  display: none;
}

.offer-bonus-code {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
}

.offer-bonus-code.no-code {
  font-size: 14px;
  font-weight: 700;
  color: #818188;
}

.offer-bonus-text {
  font-size: 10px;
  color: #818188;
}

.offer-button {
  font-size: 14px;
  font-weight: 700;
  padding: 4px 4px;
  width: 50%;
  background-color: #FFD400;
  color: #333333;
  text-align: center;
  line-height: 14px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.offer-button:hover{
  background-color: #FFD400;
}







.cookie-banner {
  font-size: 12px;
  position: fixed;
  background-color: #fff;
  color: #333333;
  padding: 12px;
  text-align: left;
  z-index: 1000;
}

.cookie-banner a {
  color: #333333;
  text-decoration: underline;
  text-decoration-color: #FFD400;
  text-decoration-thickness: 2px;
}

.cookie-button {
  font-size: 12px;
  font-weight: 700;
  background-color: #FFD400;
  color: #000;
  border: none;
  padding: 4px 4px;
  width: 50%;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .cookie-button {
    width: 200px;
  }
}

.initial-cookie-banner {
  bottom: 0;
  width: 100%;
  display: none;
}

.initial-cookie-banner-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
}

@media (min-width: 768px) {
  .initial-cookie-banner-wrapper {
    grid-template-columns: 1fr auto;
  }
}

.initial-cookie-title {
  font-size: 14px;
  font-weight: 700;
}

.initial-cookie-content p {
  margin: 10px 0;
}

.initial-cookie-buttons {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 400px;
  column-gap: 12px;
  align-items: center;
}

.cookie-button.open-preferences {
  background-color: #EFEFEF;
  color: #000;
}

.cookie-button.reopen-preferences{
  background-color: transparent;
  font-size: 16px;
  text-decoration: underline;
text-decoration-color: #FFD400;
text-decoration-thickness: 2px;
}

.cookie-preferences-banner {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

@media (min-width: 768px) {
  .cookie-preferences-banner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    max-height: 800px;
  }
}

.cookie-preferences-header {
  font-size: 16px;
  font-weight: 700;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cookie-preferences {
  font-size: 14px;
  width: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  height: calc(100% - 120px);
}

.cookie-preferences-stack {
  display: grid;
  grid-template-columns: 1fr min-content;
  gap: 30px;
  padding: 12px 0;
  width: 100%;
}

.cookie-preferences-stack-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cookie-preferences-button {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  border-radius: 50px;
  border: 2px solid #f6f7fe;
  background-color: #818188;
  cursor: pointer;
}

.cookie-preferences-button.active {
  background-color: #FFD400;
}

.cookie-preferences-button::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 50%;
  width: 16px;
  height: 16px;
  background-color: #f6f7fe;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: left 0.3s ease;
}

.cookie-preferences-button.active::before {
  left: auto;
  right: 2px;
}

.cookie-preferences-footer {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}

.cookie-button.save-preferences {
  width: 240px;
}

.cookie-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 999;
  display: none;
}