html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}

details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.flex {
  display: flex;
}
.flex-inline {
  display: inline-flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-justify-center {
  justify-content: center;
}
.flex-justify-start {
  justify-content: flex-start;
}
.flex-justify-end {
  justify-content: flex-end;
}
.flex-justify-around {
  justify-content: space-around;
}
.flex-justify-between {
  justify-content: space-between;
}
.flex-align-stretch {
  align-items: stretch;
}
.flex-align-start {
  align-items: flex-start;
}
.flex-align-end {
  align-items: flex-end;
}
.flex-align-center {
  align-items: center;
}
.flex-direction-column {
  flex-direction: column;
}
.flex-direction-row {
  flex-direction: row;
}
html {
  margin: 0 !important;
  padding: 0;
}
body {
  background: var(--site-background-color);
  color: var(--container-text-color);
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
}
body.no-scroll {
  overflow: hidden;
}
main {
  min-height: calc(100vh - var(--header-height) - var(--footer-height));
}
.universal-template h1,
.universal-template h2,
.universal-template h3 {
  color: var(--container-text-color);
  font-weight: var(--container-h-font-weight);
  text-align: left;
}
.universal-template h1 {
  font-size: var(--container-h1-font-size);
  line-height: 48px;
  margin: 0 0 16px;
}
@media only screen and (max-width: 767px) {
  .universal-template h1 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 12px;
  }
}
.universal-template h2 {
  font-size: var(--container-h2-font-size);
  line-height: 32px;
  margin: 32px 0 12px;
}
@media only screen and (max-width: 767px) {
  .universal-template h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 20px 0 8px;
  }
}
.universal-template h2.title_list {
  margin: 32px 0 5px;
}
@media only screen and (max-width: 767px) {
  .universal-template h2.title_list {
    margin: 32px 0 6px;
  }
}
.universal-template h3 {
  font-size: var(--container-h3-font-size);
  line-height: 28px;
  margin: 28px 0 12px;
}
@media only screen and (max-width: 767px) {
  .universal-template h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.universal-template h4 {
  font-size: var(--container-h4-font-size);
  font-weight: 700;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .universal-template h4 {
    font-size: 12px;
    line-height: 32px;
  }
}
.universal-template .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.universal-template .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.universal-template .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.universal-template a {
  color: var(--container-link-color);
  text-decoration: none;
}
.universal-template a:hover {
  text-decoration: underline;
}
.universal-template a:hover,
.universal-template a:visited {
  color: var(--container-link-hover-color);
}
.universal-template button {
  border: none;
}
.universal-template .text_container p {
  color: var(--container-text-color);
  font-size: var(--container-font-size);
  font-style: normal;
  font-weight: var(--container-font-weight);
  line-height: 22px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .universal-template .text_container p {
    font-size: var(--container-font-size);
    line-height: 22px;
    margin-bottom: 18px;
  }
}
.universal-template .text_container ol,
.universal-template .text_container ul {
  list-style-position: inside;
  margin: 12px 0 28px;
  padding-left: 12px;
}
.universal-template .text_container ol li,
.universal-template .text_container ul li {
  font-size: var(--container-font-size);
  line-height: 22px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .universal-template .text_container ol li,
  .universal-template .text_container ul li {
    line-height: 22px;
  }
}
.universal-template .text_container ol li:last-child,
.universal-template .text_container ul li:last-child {
  margin: 0;
}
.universal-template .text_container .cover-table {
  overflow-x: auto;
}
.universal-template .text_container .cover-table table {
  margin: 32px 0;
}
.universal-template .text_container .cover-table table tr td,
.universal-template .text_container .cover-table table tr th {
  border: 1px solid var(--container-table-border-color);
  border-radius: 0;
  box-sizing: border-box;
  color: var(--container-table-text-color);
  font-size: var(--container-font-size);
  line-height: 24px;
  padding: var(--container-table-cell-padding);
}
@media only screen and (max-width: 767px) {
  .universal-template .text_container .cover-table table tr td,
  .universal-template .text_container .cover-table table tr th {
    line-height: 18px;
  }
}
.universal-template .text_container .cover-table table tr td .btn--wrap,
.universal-template .text_container .cover-table table tr th .btn--wrap {
  margin: var(--container-table-cell-button-margin);
}
.universal-template .text_container .cover-table table tr td button,
.universal-template .text_container .cover-table table tr th button {
  background-color: var(--container-table-cell-button-color);
  color: var(--container-table-cell-button-text-color);
  padding: var(--container-table-cell-button_padding-t-b)
    var(--container-table-cell-button_padding-l-r);
}
.universal-template .text_container .cover-table table tr td button:hover,
.universal-template .text_container .cover-table table tr th button:hover {
  background-color: var(--container-table-cell-hover-button-color);
  color: var(--container-table-cell-hover-button-text-color);
}
.universal-template .text_container .cover-table table tr th {
  color: var(--container-table-text-color);
  font-weight: 800;
  line-height: 18px;
}
.universal-template .text_container .cover-table table th,
.universal-template .text_container .cover-table table tr:nth-child(odd) {
  background-color: var(--container-table-odd-row-background-color);
}
.universal-template .text_container .cover-table table tr:nth-child(2n) {
  background-color: var(--container-table-even-row-background-color);
}
.universal-template .text_container .cover-table table td,
.universal-template .text_container .cover-table table th {
  border-bottom: 1px solid var(--container-table-border-color) !important;
}
.universal-template .text_container .cover-table table tr:first-child {
  background-color: var(--container-table-header-background-color);
}
.universal-template .text_container .cover-table ::marker {
  white-space: nowrap;
}
.universal-template img {
  height: auto;
  max-width: 100%;
}
.universal-template .container {
  margin: 0 auto;
  max-width: 1110px;
  padding: 0 32px;
}
@media only screen and (max-width: 1024px) {
  .universal-template .container {
    padding: 0 16px;
  }
}
.universal-template .bottom__buttons {
  align-items: center;
  background-color: var(--header-top-background-color);
  bottom: 0;
  -moz-column-gap: 15px;
  column-gap: 15px;
  display: none;
  justify-content: center;
  justify-items: center;
  padding-bottom: 5px;
  padding-top: 5px;
  position: sticky;
  width: 100%;
  z-index: 99;
}
@media only screen and (max-width: 1024px) {
  .universal-template .bottom__buttons {
    display: flex;
  }
}
.universal-template .bottom__buttons .btn:first-child {
  background: var(--header-login-button-background-color);
  color: var(--header-login-button-text-color);
}
.universal-template .bottom__buttons .btn:first-child:hover {
  background: var(--header-login-button-background-hover-color);
  color: var(--header-login-button-text-hover-color);
}
.universal-template .bottom__buttons .btn:last-child {
  background: var(--header-register-button-background-color);
  color: var(--header-register-button-text-color);
}
.universal-template .bottom__buttons .btn:last-child:hover {
  background: var(--header-register-button-background-hover-color);
  color: var(--header-register-button-text-hover-color);
}
.universal-template .bottom__buttons.menu-opened {
  position: fixed;
  z-index: 99999;
}
.universal-template button {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
}
.universal-template .btn--wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 20px auto;
}
.universal-template .btn {
  background-color: var(--container-button-background-color);
  border-radius: 8px;
  box-sizing: border-box;
  color: var(--container-button-text-color);
  cursor: pointer;
  display: inline-block;
  font-size: var(--container-button-font-size);
  font-weight: var(--container-button-font-weight);
  line-height: 24px;
  padding: 13px 32px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .universal-template .btn {
    padding: 13px 32px;
  }
}
@media only screen and (max-width: 575px) {
  .universal-template .btn {
    font-size: 14px;
    line-height: 24px;
  }
}
.universal-template .btn:hover {
  background-color: var(--container-button-hover-background-color);
  color: var(--container-button-hover-text-color);
  text-decoration: none;
}
.universal-template .btn__white {
  background: transparent;
  border: 2px solid #ececec;
  color: #ececec;
}
.universal-template .btn__white:hover {
  background: #ececec;
  color: #000;
}
.universal-template .btn__blue {
  background: #2e53fd;
  color: #ececec;
}
.universal-template .btn__blue:hover {
  background: #8599ff;
  color: #ececec;
}
.universal-template .btn__green {
  background: #0ead2c;
  color: #ececec;
}
.universal-template .btn__green:hover {
  background: #37d354;
  color: #ececec;
}
.universal-template .btn__red {
  background: #cc1433;
  color: #ececec;
}
.universal-template .btn__red:hover {
  background: #a31029;
  color: #ececec;
}
.universal-template .btn:visited {
  color: #ececec;
}
.universal-template .container .btn,
.universal-template .header_banner .btn,
.universal-template header .btn {
  font-size: var(--container-button-font-size);
  font-weight: var(--container-button-font-weight);
}
.universal-template .header {
  display: flex;
  margin: 0;
  min-height: 74px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .universal-template .header {
    margin: 0;
  }
}

.header {
  max-width: 1200px;
  margin: 0 auto;
}
.header__top {
  margin: 0 auto;
  align-items: center;
  background: var(--header-top-background-color);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  width: 100%;
}

.universal-template .header__top .mobile_menu_icon {
  background-color: var(--header-left-menu-burger-button-background-color);
  border: none;
  border-radius: 3px;
  cursor: pointer;
  height: 46px;
  padding: 0;
  position: absolute;
  width: 46px;
}
@media only screen and (max-width: 1024px) {
  .universal-template .header__top .mobile_menu_icon {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    margin-left: 0;
    position: relative;
  }
}
.universal-template .header__top .mobile_menu_icon span {
  background-color: var(--header-left-menu-burger-button-icon-color);
  display: flex;
  height: 2px;
  left: 14px;
  margin-bottom: 3px;
  position: relative;
  top: 17px;
  width: 18px;
}
.universal-template .header__top .mobile_menu_icon span:last-child {
  margin: 0;
}
.universal-template .header__top .mobile_menu_icon.active span {
  position: absolute;
  transform: scale(0);
}
.universal-template .header__top .mobile_menu_icon.active span:first-child {
  left: 14px;
  top: 21px;
  transform: rotate(45deg);
}
.universal-template .header__top .mobile_menu_icon.active span:last-child {
  left: 14px;
  top: 21px;
  transform: rotate(-45deg);
}
.universal-template .header__top .hide_burger,
.universal-template .header__top .mobile_only_burger {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .universal-template .header__top .mobile_only_burger {
    display: flex;
  }
}
.universal-template .header__top .header-menu-left ul a,
.universal-template .header__top .header-menu-left ul span {
  font-weight: var(--header-menu-left-link-font-weight);
}
@media only screen and (max-width: 1024px) {
  .universal-template .header__top .header-menu-left ul a,
  .universal-template .header__top .header-menu-left ul span {
    font-weight: 400;
  }
}
.universal-template .header__top .header-menu-main ul a,
.universal-template .header__top .header-menu-main ul span {
  font-weight: var(--header-menu-main-link-font-weight);
}
@media only screen and (max-width: 1024px) {
  .universal-template .header__top .header-menu-main ul a,
  .universal-template .header__top .header-menu-main ul span {
    font-weight: 400;
  }
}
.universal-template .header__top .header-menu-left ul,
.universal-template .header__top .header-menu-main ul {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .universal-template .header__top .header-menu-left ul,
  .universal-template .header__top .header-menu-main ul {
    align-items: start;
    flex-direction: column;
    margin-bottom: 28px;
    padding-bottom: 0 !important;
  }
}
.universal-template .header__top .header-menu-left ul li,
.universal-template .header__top .header-menu-main ul li {
  display: block;
  list-style-type: none;
  margin: 0 20px;
  padding: 12px 0;
  position: relative;
  text-align: left;
  white-space: nowrap;
}
@media only screen and (max-width: 1300px) {
  .universal-template .header__top .header-menu-left ul li,
  .universal-template .header__top .header-menu-main ul li {
    margin: 0 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .universal-template .header__top .header-menu-left ul li,
  .universal-template .header__top .header-menu-main ul li {
    text-align: center;
    white-space: normal;
  }
}
.universal-template .header__top .header-menu-left ul li a,
.universal-template .header__top .header-menu-left ul li span,
.universal-template .header__top .header-menu-main ul li a,
.universal-template .header__top .header-menu-main ul li span {
  color: var(--header-top-menu-link-color);
  cursor: pointer;
  display: block;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 24px;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.universal-template .header__top .header-menu-left ul li a:hover,
.universal-template .header__top .header-menu-left ul li span:hover,
.universal-template .header__top .header-menu-main ul li a:hover,
.universal-template .header__top .header-menu-main ul li span:hover {
  color: var(--header-top-menu-link-hover-color);
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .universal-template .header__top .header-menu-left ul li a,
  .universal-template .header__top .header-menu-left ul li span,
  .universal-template .header__top .header-menu-main ul li a,
  .universal-template .header__top .header-menu-main ul li span {
    color: var(--header-top-menu-link-color);
    white-space: normal;
  }
}
@media only screen and (max-width: 1300px) {
  .universal-template .header__top .header-menu-left ul li a,
  .universal-template .header__top .header-menu-left ul li span,
  .universal-template .header__top .header-menu-main ul li a,
  .universal-template .header__top .header-menu-main ul li span {
    font-size: 14px;
  }
}
.universal-template .header__top .header-menu-left ul li span,
.universal-template .header__top .header-menu-main ul li span {
  opacity: 1;
}
.universal-template .header__top .header-menu-left ul li .sub-menu,
.universal-template .header__top .header-menu-main ul li .sub-menu {
  background-color: var(--header-top-background-color);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
  display: none;
  height: auto;
  left: 0;
  margin: 0;
  min-width: 100%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 100%;
  width: auto;
  z-index: 1111;
}
.universal-template .header__top .header-menu-left ul li .sub-menu .sub-menu,
.universal-template .header__top .header-menu-main ul li .sub-menu .sub-menu {
  box-shadow: none;
  left: 100%;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .universal-template .header__top .header-menu-left ul li .sub-menu,
  .universal-template .header__top .header-menu-main ul li .sub-menu {
    background: inherit;
    box-shadow: none;
    display: block;
    position: relative;
  }
}
.universal-template .header__top .header-menu-left ul li .sub-menu a,
.universal-template .header__top .header-menu-main ul li .sub-menu a {
  display: block;
  padding: 0 25px;
}
.universal-template .header__top .header-menu-left ul li .sub-menu li,
.universal-template .header__top .header-menu-main ul li .sub-menu li {
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .universal-template .header__top .header-menu-left ul li .sub-menu li,
  .universal-template .header__top .header-menu-main ul li .sub-menu li {
    border: none !important;
    margin: 0;
  }
}
.universal-template .header__top .header-menu-left ul li:hover > .sub-menu,
.universal-template .header__top .header-menu-main ul li:hover > .sub-menu {
  display: block;
  overflow: unset;
}
.universal-template .header__top .header-menu-left ul li {
  text-align: left;
}
.universal-template .header__top .header-menu-left ul li a:hover,
.universal-template .header__top .header-menu-left ul li span:hover {
  color: var(--header-left-menu-link-hover-color);
  opacity: 0.9;
}
.universal-template .header__top .header-menu-left ul li .sub-menu {
  background: inherit;
  box-shadow: none;
  display: block;
  margin-left: 20px;
  position: relative;
}
.universal-template
  .header__top
  .header-menu-left
  ul
  li
  .sub-menu
  li:not(:last-child) {
  border-bottom: none;
}
.universal-template .header__top .header-menu-left ul li .sub-menu a,
.universal-template .header__top .header-menu-left ul li .sub-menu span {
  padding: 0;
  text-align: left;
}
.universal-template .header__top .header-menu-left ul li .sub-menu a:hover,
.universal-template .header__top .header-menu-left ul li .sub-menu span:hover {
  color: var(--header-left-menu-link-hover-color);
  opacity: 0.9;
}
.universal-template .header__top .dd-menu {
  position: relative;
}
.universal-template .header__top .dd-menu:hover .dd-menu-list {
  display: flex !important;
}
.universal-template .header__top .dd-menu:hover .dd-menu-btn:before {
  top: 28px;
  transform: rotate(225deg);
}
.universal-template .header__top .dd-menu ul.dd-menu-list {
  background: var(--header-top-background-color);
  border-radius: 0 0 10px 10px;
  display: flex;
  display: none !important;
  flex-direction: column;
  padding: 0 15px;
  position: absolute;
  right: -10px;
  top: 100%;
  z-index: 100;
}
.universal-template .header__top .dd-menu ul.dd-menu-list li {
  display: block;
  width: 100%;
}
.universal-template
  .header__top
  .dd-menu
  ul.dd-menu-list
  li.menu-item-has-children:after {
  right: 20px;
  transform: rotate(-90deg);
}
.universal-template
  .header__top
  .dd-menu
  ul.dd-menu-list
  li.menu-item-has-children:hover:after {
  transform: rotate(90deg);
}
.universal-template .header__top .dd-menu ul.dd-menu-list li ul.sub-menu {
  box-shadow: none;
  left: 100%;
  top: 0;
}
.universal-template .header__top .dd-menu-btn {
  cursor: pointer;
  display: block;
  height: 60px;
  padding: 0 10px;
  position: relative;
  width: 40px;
}
.universal-template .header__top .dd-menu-btn:before {
  border-bottom: 1px solid var(--header-top-menu-link-color);
  border-right: 1px solid var(--header-top-menu-link-color);
  content: "";
  display: block;
  height: 10px;
  left: 27px;
  position: absolute;
  top: 22px;
  transform: rotate(45deg);
  transform-origin: center;
  transition: all 0.25s ease;
  width: 10px;
}
.universal-template .header__top .dd-menu-btn:after {
  color: var(--header-top-menu-link-color);
  content: "...";
  font-size: 28px;
  left: 23px;
  position: absolute;
  top: 20px;
}
.universal-template .header__top .header-menu-left .dd-menu-btn:before {
  border-bottom: 1px solid var(--header-left-menu-link-color);
  border-right: 1px solid var(--header-left-menu-link-color);
}
.universal-template .header__top .header-menu-left .dd-menu-btn:after {
  color: var(--header-left-menu-link-color);
}
.universal-template .header__top_buttons {
  display: flex;
  margin-left: auto;
}
.universal-template .header__top_buttons .btn:first-child {
  background: var(--header-login-button-background-color);
  color: var(--header-login-button-text-color);
}
.universal-template .header__top_buttons .btn:first-child:hover {
  background: var(--header-login-button-background-hover-color);
  color: var(--header-login-button-text-hover-color);
}
.universal-template .header__top_buttons .btn:last-child {
  background: var(--header-register-button-background-color);
  color: var(--header-register-button-text-color);
}
.universal-template .header__top_buttons .btn:last-child:hover {
  background: var(--header-register-button-background-hover-color);
  color: var(--header-register-button-text-hover-color);
}
@media only screen and (max-width: 1300px) {
  .universal-template .header__top_buttons {
    margin-left: auto;
  }
  .universal-template .header__top_buttons .btn {
    color: transparent !important;
    height: 46px;
    margin-left: 12px;
    overflow-x: clip;
    padding: 0;
    position: relative;
    width: 46px;
  }
  .universal-template .header__top_buttons .btn:first-child:after {
    content: url(/wp-content/themes/universal-template/assets/img/login_icon.svg);
    left: 8px;
    position: absolute;
    top: 8px;
  }
  .universal-template .header__top_buttons .btn:last-child:after {
    content: url(/wp-content/themes/universal-template/assets/img/register_icon.svg);
    left: 8px;
    position: absolute;
    top: 8px;
  }
}

.universal-template .header__top_buttons .btn {
  margin-left: 16px;
}
.universal-template .header__top_buttons .btn:hover {
  text-decoration: none;
}
.universal-template .header__top.fixed {
  background: var(--header-top-background-color);
  left: 0;
  padding: 5px 32px;
  position: fixed;
  right: 0;
  top: 0;
  width: calc(100% - 64px);
  z-index: 100;
}
@media only screen and (max-width: 1300px) {
  .universal-template .header__top.fixed {
    padding: 8px 16px;
    width: calc(100% - 32px);
  }
}
.universal-template .mobile_menu_bg.visible {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 25;
}
.universal-template .header-menu-left {
  background-color: var(--header-left-menu-background-color);
  height: 100vh;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 74px;
  transform: translateX(-100vw);
  transition: all 1s;
  visibility: hidden;
  width: 290px;
  z-index: 101;
}
@media only screen and (max-width: 1024px) {
  .universal-template .header-menu-left {
    display: flex;
    visibility: visible;
    width: 100%;
  }
}
.universal-template .header__top .header-menu-left ul {
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  padding: 8px 8px 15px;
  text-align: left;
}
.universal-template .header__top .header-menu-left ul li a,
.universal-template .header__top .header-menu-left ul li span {
  color: var(--header-left-menu-link-color);
}
.universal-template .header__top .header-menu-main {
  display: flex;
  max-width: 45%;
}
.universal-template
  .header__top
  .header-menu-main
  .menu-item-has-children:after {
  color: var(--header-top-menu-link-color);
  content: "\25BE";
  display: flex;
  font-size: 14px;
  height: 10px;
  line-height: 1;
  position: absolute;
  right: -15px;
  top: 16px;
  width: 8px;
}
.universal-template
  .header__top
  .header-menu-main
  .menu-item-has-children:hover:after {
  top: 20px;
  transform: rotate(180deg);
}
.universal-template
  .header__top
  .header-menu-main
  .menu-item-has-children
  .sub-menu
  .menu-item-has-children:after {
  right: 11px;
  top: 15px;
  transform: rotate(-90deg);
}
.universal-template
  .header__top
  .header-menu-main
  .menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover:after {
  transform: rotate(90deg);
}
.universal-template
  .header__top
  .header-menu-main.without_left_menu
  div:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1980px) {
  .universal-template .header__top .header-menu-main {
    min-width: 25vw;
  }
}
@media only screen and (max-width: 1100px) {
  .universal-template .header__top .header-menu-main {
    display: none;
  }
}
.universal-template.single .header {
  margin-bottom: 0;
}
.universal-template .menu-item .icon {
  margin-right: 12px;
  max-height: 20px;
}
.universal-template .menu-item .icon-hover {
  display: none;
  margin-right: 12px;
}
.universal-template .menu-item.current-menu-item span .icon {
  display: none;
}
.universal-template .menu-item.current-menu-item span .icon-hover {
  display: inline-block;
}
.universal-template .menu-item:hover .icon {
  display: none;
}
.universal-template .menu-item:hover .icon-hover {
  display: inline-block !important;
}
.universal-template .header-top-mobile-menu {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .universal-template .header-top-mobile-menu {
    display: flex;
  }
}
.universal-template .search-button-container {
  align-self: center;
  display: block;
  justify-self: flex-end;
}
.universal-template .search-button-container .search-button {
  background-color: var(--header-search-button-background-color);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  height: 46px;
  margin-left: 40px;
  padding: 0;
  position: relative;
  width: 46px;
}
.universal-template .search-button-container .search-button svg path {
  fill: var(--header-search-button-icon-color);
}
.universal-template .search-button-container .search-button:hover {
  background-color: var(--header-search-button-background-color);
}
@media only screen and (max-width: 1024px) {
  .universal-template .search-button-container {
    display: flex;
    flex: 1;
    justify-content: end;
  }
}
.universal-template .search-container {
  display: none;
  position: fixed;
  right: 0;
  top: 75px;
  z-index: 99;
}
.universal-template .search-container form {
  background-color: var(--header-search-container-background-color);
  display: flex;
  padding: 12px 20px;
}
.universal-template .search-container form #search_input {
  background-color: var(--header-search-input-container-background-color);
  border: none;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  color: var(--header-search-container-input-text-color);
  padding: 12px;
  width: 100%;
}
.universal-template .search-container form #search_submit {
  display: none;
}
.universal-template .search-container form .submit-label {
  align-items: center;
  background-color: var(--header-search-button-background-color);
  border: none;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  cursor: pointer;
  display: flex;
  height: 46px;
  justify-content: center;
  justify-items: center;
  min-width: 46px;
  padding: 0;
  position: relative;
}
.universal-template .search-container form .submit-label svg path {
  fill: var(--header-search-button-icon-color);
}
.universal-template .search-container .search-result-container {
  align-items: center;
  background-color: var(--header-search-container-background-color);
  cursor: default;
  display: flex;
  flex-direction: column;
  justify-items: center;
  max-height: 400px;
  max-width: 340px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 40px 20px;
}
.universal-template .search-container .search-result-container a {
  color: var(--header-search-container-link-color);
  margin-bottom: 20px;
  width: 100%;
}
.universal-template .search-container .search-result-container a:hover {
  color: var(--header-search-container-link-hover-color);
}
.universal-template .search-container .search-result-container span {
  color: var(--header-search-container-text-color);
}
.universal-template .search-container .search-result-container .result-content {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-items: center;
}
.universal-template
  .search-container
  .search-result-container
  .result-content
  h2 {
  font-size: var(--container-font-size);
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.universal-template
  .search-container
  .search-result-container
  .result-content
  img {
  border-radius: 6px;
  margin-right: 15px;
  max-height: 125px;
  max-width: 165px;
}
.universal-template .footer {
  margin: 50px auto 0;
  width: 60vw;
  text-align: center;
}
@media only screen and (max-width: 1680px) {
  .universal-template .footer {
    width: 70vw;
  }
}
@media only screen and (max-width: 1300px) {
  .universal-template .footer {
    width: 90vw;
  }
}
@media only screen and (max-width: 1024px) {
  .universal-template .footer {
    width: calc(100% - 32px);
  }
}
@media only screen and (max-width: 1300px) {
  .universal-template .footer .container {
    padding: 0;
  }
}
.universal-template .footer .menu-footer-container {
  display: flex;
}
.universal-template .footer .footer-menu__title {
  color: var(--footer-text-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
}
.universal-template .footer .footer-menu ul {
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style-type: none;
  margin: 0 0 100px;
  padding: 0;
  row-gap: 40px;
}
.universal-template .footer .footer-menu ul li a,
.universal-template .footer .footer-menu ul li span {
  color: var(--footer-menu-link-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.universal-template .footer .footer-menu ul li a:hover,
.universal-template .footer .footer-menu ul li span:hover {
  color: var(--footer-menu-link-hover-color);
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .universal-template .footer .footer-menu ul li a,
  .universal-template .footer .footer-menu ul li span {
    font-size: 12px;
  }
}
.universal-template .footer .footer-menu ul li span {
  color: var(--footer-menu-link-color);
  cursor: default;
}
.universal-template .footer-top {
  padding: 32px 0;
}
@media only screen and (max-width: 767px) {
  .universal-template .footer-top {
    padding: 32px 0 12px;
  }
}
.universal-template .footer-top .row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .universal-template .footer-top .row {
    align-items: center;
    flex-direction: column;
  }
}
.universal-template .footer-icons--top {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .universal-template .footer-icons--top {
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
  }
}
.universal-template .footer-icons--top__item {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  min-width: 115px;
}
@media only screen and (max-width: 767px) {
  .universal-template .footer-icons--top__item {
    margin: 5px;
  }
}
.universal-template .footer-middle {
  border-top: 1px solid #c3d1da;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  .universal-template .footer-middle {
    padding: 12px 0;
  }
}
.universal-template .footer-icons--middle {
  align-items: center;
  display: flex;
  justify-content: center;
  justify-content: space-around;
}
.universal-template .footer-icons--middle__item {
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .universal-template .footer-icons--middle__item {
    margin: 12px 0;
  }
}
.universal-template .footer-icons--middle__item img {
  max-height: 25px;
}
.universal-template .footer-bottom {
  border-top: 1px solid #c3d1da;
}
.universal-template .footer-bottom .copyright {
  color: var(--footer-text-color);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  padding: 24px 0;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .universal-template .footer-bottom .copyright {
    font-size: 10px;
  }
}
.universal-template .footer-divider-image {
  margin-bottom: 85px;
}
.universal-template .footer .divider-footer {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 76px;
  margin-bottom: 45px;
  width: 100%;
}
.universal-template .header_banner {
  margin: 30px auto 40px;
  max-width: 1100px;
  min-height: 245px;
  overflow: hidden;
  position: relative;
  text-align: left;
}

.universal-template .header_banner__container {
  position: relative;
  min-height: 245px;
  width: 100%;
}

.universal-template .header_banner__container .render-image {
  position: relative;
  min-height: 245px;
  overflow: hidden;
}

.universal-template .header_banner_img_wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.universal-template .header_banner_img_wrap img,
.universal-template .header_banner img {
  width: 100%;
  height: 100%;
  min-height: 245px;
  object-fit: cover;
  display: block;
}

.universal-template .header_banner__container .banner-overlay {
  position: relative;
  z-index: 2;
  min-height: 245px;
  display: flex;
  align-items: center;
  padding: 18px 20px;
  box-sizing: border-box;
}

.universal-template .header_banner__text {
  max-width: 520px;
  margin-left: 30px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.universal-template .header_banner__text p {
  margin: 0 0 16px;
}

.universal-template .header_banner__text .btn {
  background-color: var(--banner-button-background-color);
  color: var(--banner-button-text-color);
  margin-top: 10px;
}

.universal-template .header_banner__text .btn:hover {
  background-color: var(--banner-button-hover-background-color);
  color: var(--banner-button-hover-text-color);
}

@media only screen and (max-width: 767px) {
  .universal-template .header_banner {
    margin-top: 0;
    text-align: center;
  }

  .universal-template .header_banner__container,
  .universal-template .header_banner__container .render-image,
  .universal-template .header_banner__container .banner-overlay,
  .universal-template .header_banner_img_wrap img,
  .universal-template .header_banner img {
    min-height: 245px;
    height: 245px;
  }

  .universal-template .header_banner__container .banner-overlay {
    align-items: flex-start;
    padding: 20px 16px;
  }

  .universal-template .header_banner__text {
    max-width: 100%;
    margin-left: 0;
  }

  .universal-template .header_banner__text .btn {
    margin-top: 20px;
  }
}
.universal-template .header_banner__text .btn:hover {
  background-color: var(--banner-button-hover-background-color);
  color: var(--banner-button-hover-text-color);
}
@media only screen and (max-width: 767px) {
  .universal-template .header_banner__text .btn {
    margin-top: 30px;
  }
}
.universal-template .header_banner .slick-list {
  background-color: var(--banner-background-color);
  border-radius: 16px;
  height: inherit;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .universal-template .header_banner .slick-list {
    border-radius: 0;
  }
}
.universal-template .header_banner .slick-dots {
  bottom: 0;
  position: absolute;
}
@media only screen and (max-width: 575px) {
  .universal-template .header_banner .slick-dots {
    bottom: 0;
  }
}
.universal-template .header_banner .slick-arrow {
  height: 36px;
  width: 24px;
  z-index: 95;
}
.universal-template .header_banner .slick-prev {
  left: 5px;
}
.universal-template .header_banner .slick-prev:before {
  content: url(/wp-content/themes/universal-template/assets/img/slider_left.svg);
  font-size: 9px;
}
.universal-template .header_banner .slick-next {
  right: 5px;
}
.universal-template .header_banner .slick-next:before {
  content: url(/wp-content/themes/universal-template/assets/img/slider_right.svg);
  font-size: 9px;
}
.universal-template .menu-banner {
  cursor: default;
  display: none;
  margin-bottom: 215px;
  position: relative;
}
.universal-template .menu-banner-text-container {
  bottom: 25%;
  display: flex;
  flex-flow: column;
  left: 25%;
  position: absolute;
  right: 25%;
}
.universal-template .menu-banner-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.universal-template .menu-banner-text {
  color: var(--header-left-menu-banner-text-color);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
  text-shadow: 0 2px #000;
}
.universal-template .menu-banner-button {
  background-color: var(--header-left-menu-banner-button-background-color);
  border-radius: 3px;
  color: var(--header-left-menu-banner-button-text-color);
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  padding: 11px 31px;
  text-align: center;
}
.universal-template .menu-banner-button:active,
.universal-template .menu-banner-button:hover {
  background-color: var(
    --header-left-menu-banner-button-hover-background-color
  );
  color: var(--header-left-menu-banner-button-text-hover-color);
}
.universal-template .mobile_active .menu-banner {
  display: flex;
}
.universal-template .bonus-block {
  background-color: var(--bonus-background-color);
  border-radius: 16px;
  cursor: default;
  display: flex;
  flex-flow: column;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 25px;
  position: relative;
}
.universal-template .bonus-block-top {
  display: flex;
  justify-content: space-between;
  min-height: 80px;
}
@media only screen and (max-width: 767px) {
  .universal-template .bonus-block-top {
    flex-flow: column;
  }
}
.universal-template .bonus-block-top-img {
  min-width: 150px;
}
@media only screen and (max-width: 767px) {
  .universal-template .bonus-block-top-img {
    display: flex;
    justify-content: center;
  }
}
.universal-template .bonus-block-top-img img {
  position: absolute;
  top: -15px;
}
@media only screen and (max-width: 767px) {
  .universal-template .bonus-block-top-img img {
    margin-bottom: 15px;
    position: relative;
    top: 0;
  }
}
.universal-template .bonus-block-top-titles {
  text-align: center;
}
.universal-template .bonus-block-top-titles h4 {
  color: var(--bonus-text-color);
  font-size: var(--container-h1-font-size);
  margin: 0 0 15px;
}
.universal-template .bonus-block-top-titles h3 {
  color: var(--bonus-text-color);
  font-size: var(--container-h3-font-size);
  margin: 0 0 15px;
  text-align: center;
}
.universal-template .bonus-block-top-buttons {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-items: center;
}
.universal-template .bonus-block-top-buttons .main-button {
  background-color: var(--bonus-button-background-color);
  border-radius: 3px;
  color: var(--bonus-button-text-color);
  cursor: pointer;
  font-size: var(--container-button-font-size);
  font-weight: var(--container-button-font-weight);
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 11px 31px;
}
.universal-template .bonus-block-top-buttons .main-button:active,
.universal-template .bonus-block-top-buttons .main-button:hover {
  background-color: var(--bonus-button-hover-background-color);
  color: var(--bonus-button-hover-text-color);
}
.universal-template .bonus-block-top-buttons .secondary-button {
  background-color: transparent;
  color: var(--bonus-read-more-color);
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.universal-template .bonus-block-top-buttons .secondary-button:active,
.universal-template .bonus-block-top-buttons .secondary-button:hover {
  color: var(--bonus-read-more-hover-color);
}
.universal-template .bonus-block-top-buttons .secondary-button:after {
  content: url(/wp-content/themes/universal-template/assets/img/menu_dropdown.svg);
  display: flex;
  position: absolute;
  right: -10px;
  top: -1px;
}
.universal-template .bonus-block-top-buttons .secondary-button.active:after {
  top: 1px;
  transform: rotate(180deg);
}
.universal-template .bonus-block-bottom {
  display: flex;
  display: none;
  padding-top: 15px;
}
.universal-template .bonus-block-bottom span,
.universal-template .bonus-block-bottom-text {
  color: var(--bonus-text-color);
}
.universal-template #toc_container {
  float: left;
  margin: 0 15px 15px 0;
  min-height: 50px;
  min-width: 270px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .universal-template #toc_container {
    float: none;
  }
}
.universal-template #ctoc-list-captions {
  background: var(--toc-background-color);
  border: 1px solid transparent;
  border-radius: 8px;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  padding: 16px;
  position: absolute;
  width: 100%;
  z-index: 98;
}
.universal-template #ctoc-list-captions ul {
  list-style-position: inherit;
  margin: 30px 0 0;
  padding: 0;
}
.universal-template #ctoc-list-captions ul li {
  color: var(--toc-link-color);
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.universal-template #ctoc-list-captions ul li::marker {
  font-size: 10px;
}
.universal-template #ctoc-list-captions ul li ul {
  margin: 5px 0 0 12px;
}
.universal-template #ctoc-list-captions ul li a {
  color: var(--toc-link-color);
}
.universal-template #ctoc-list-captions ul li a:hover {
  color: var(--toc-link-hover-color);
  text-decoration: none;
}
.universal-template #ctoc-list-captions .ctoc-list-captions-title {
  font-size: 20px;
  min-width: 220px;
  position: relative;
}
.universal-template #ctoc-list-captions .ctoc-list-captions-title span {
  position: absolute;
  right: 10px;
  top: 13px;
  transition: all 0.3s ease;
}
.universal-template
  #ctoc-list-captions
  .ctoc-list-captions-title
  span:hover:after {
  border-top: 10px solid #ccc;
}
.universal-template #ctoc-list-captions .ctoc-list-captions-title span:after {
  border: 10px solid transparent;
  border-top: 10px solid var(--toc-link-color);
  content: "";
  cursor: pointer;
  position: absolute;
  transition: all 0.3s ease;
}
.universal-template .ctoc-toggle {
  align-items: center;
  color: var(--toc-link-color);
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  justify-content: space-between;
  padding: initial;
}
.universal-template .ctoc-toggle:after {
  border-bottom: 2px solid transparent;
  border-bottom-color: var(--toc-link-color);
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-right-color: var(--toc-link-color);
  border-top: 2px solid transparent;
  content: "";
  display: inline-block;
  height: 5px;
  position: relative;
  right: 2px;
  top: -3px;
  transform: rotate(45deg);
  transition: 0.3s ease;
  width: 5px;
}
.universal-template .ctoc-toggle + .ctoc-body {
  padding-top: 0;
}
.universal-template .ctoc-toggle.active:after {
  top: 3px;
  transform: scaleY(-1) rotate(45deg);
}
.universal-template .ctoc-body {
  display: none;
  padding: 0 5px;
}
.universal-template .ctoc-body > ul {
  margin: 0;
  padding: 0;
}
.universal-template .ctoc-body ul {
  counter-reset: heading;
  padding: 10px 0 10px 15px;
}
.universal-template .ctoc__item {
  align-items: flex-start;
  display: flex;
  padding: 0.5rem 0;
}
.universal-template .ctoc__item:before {
  background-color: var(--toc-link-color) !important;
  margin-top: 5px;
}
.universal-template .ctoc__item-thumbnail {
  background-position: 50%;
  background-size: contain;
  height: 50px;
  margin: 0 10px;
  width: 50px;
}
.universal-template .ctoc__item-thumbnail img {
  height: auto;
  max-width: 100%;
}
.universal-template .ctoc__item-number {
  display: none;
}
@media (max-width: 767px) {
  .universal-template .ctoc-body {
    display: none;
  }
}

/* faq */

.faq h3.faq-question {
  margin: 0;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
}

.faq h3.faq-question span.faq-icon {
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.faq p.faq-answer {
  display: none;
  margin: 0;
  padding: 0 0 16px;
  border-bottom: 1px solid rgb(255, 255, 255, 0.05);
}

.faq h3.faq-question.is-open span.faq-icon {
  transform: rotate(180deg);
}

.faq p.faq-answer.is-open {
  display: block;
}

.universal-template .breadcrumbs-content {
  margin-bottom: 25px;
  margin-top: 25px;
}
.universal-template .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 8px;
  padding: 0 0 13px;
}
.universal-template .breadcrumbs svg {
  position: absolute;
  right: 8px;
  top: 2px;
}
.universal-template .breadcrumbs svg path {
  stroke: var(--container-link-color);
}
.universal-template .breadcrumbs li {
  padding-right: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .universal-template .breadcrumbs li {
    padding-right: 25px;
  }
}
.universal-template .breadcrumbs li a {
  color: var(--container-link-color);
  text-decoration: none;
}
.universal-template .breadcrumbs li a:hover {
  color: var(--container-link-hover-color);
  text-decoration: underline;
}
.universal-template .breadcrumbs li a,
.universal-template .breadcrumbs li span {
  font-size: 14px;
}
@media (max-width: 768px) {
  .universal-template .breadcrumbs li a,
  .universal-template .breadcrumbs li span {
    font-size: 12px;
  }
}
.universal-template .breadcrumbs li > span {
  color: var(--container-link-hover-color);
  font-weight: 500;
}
.universal-template .breadcrumbs li:after {
  content: "";
  height: 12px;
  position: absolute;
  right: 8px;
  top: 3px;
  width: 12px;
}
@media (max-width: 768px) {
  .universal-template .breadcrumbs li:after {
    height: 9px;
    width: 7px;
  }
}
.universal-template .breadcrumbs li:last-child:after {
  content: none;
}
.universal-template.error404 h1 {
  color: #6a5cad;
  font-size: 70px;
  font-weight: 400;
  line-height: 75px;
  margin-bottom: 60px;
  margin-top: 80px;
  text-align: center;
}
@media (min-width: 450px) {
  .universal-template.error404 h1 {
    font-size: 80px;
    line-height: 85px;
  }
}
@media (min-width: 767px) {
  .universal-template.error404 h1 {
    font-size: 96px;
    line-height: 100px;
  }
}
.universal-template.error404 .text_container {
  text-align: center;
}
.universal-template.error404 .text_container p {
  color: var(--container-text-color);
  font-size: var(--container-font-size);
}
.universal-template.error404 .text_container:after {
  background-image: url(/wp-content/themes/universal-template/assets/img/404.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 120px;
  margin-bottom: 45px;
  margin-top: 50px;
  width: 100%;
}
.universal-template.error404 .slots_list {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  justify-content: center;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .universal-template.error404 .slots_list {
    gap: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .universal-template.error404 .slots_list {
    gap: 15px;
  }
}
.universal-template .lang-block-wrapper {
  -webkit-tap-highlight-color: transparent;
  display: flex;
  height: 46px;
  justify-content: flex-end;
  margin-left: 40px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 140px;
}
.universal-template .lang-block-wrapper.mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .universal-template .lang-block-wrapper {
    left: 15px;
    margin-left: 0;
    position: fixed;
    top: 81px;
    transform: translateX(-100vw);
    visibility: hidden;
    z-index: 1111;
  }
  .universal-template .lang-block-wrapper.mobile {
    display: block;
    left: 0;
    position: relative;
    top: 0;
    transform: none;
    visibility: visible;
  }
  .universal-template .lang-block-wrapper:not(.mobile):before {
    background-color: var(--header-lang-switcher-background-color);
    content: "";
    display: block;
    height: 31px;
    left: -15px;
    padding-bottom: 38px;
    position: absolute;
    top: -8px;
    width: 100vw;
  }
}
@media only screen and (max-width: 425px) {
  .universal-template .lang-block-wrapper.mobile {
    width: 106px;
  }
}
.universal-template .lang-block-wrapper.active {
  z-index: 111;
}
.universal-template .lang-block-wrapper.active .lang-toggle-block {
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
.universal-template .lang-block-wrapper.active .lang-toggle-block__item {
  display: flex;
}
.universal-template
  .lang-block-wrapper.active
  .lang-toggle-block__item.current-lang {
  display: flex;
  order: 1;
}
.universal-template
  .lang-block-wrapper.active
  .lang-toggle-block__item.other-lang {
  order: 2;
}
.universal-template .lang-block-wrapper.active .lang-button svg {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  .universal-template .mobile_active .lang-block-wrapper {
    transform: translateX(0);
    visibility: visible;
  }
}
.universal-template .mobile-device .lang-block-wrapper {
  transition:
    visibility 1s,
    transform 1s;
}
@media only screen and (max-width: 1024px) {
  .universal-template .fixed .lang-block-wrapper:not(.mobile) {
    top: 95px;
  }
}
.universal-template .lang-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  margin-right: 10px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.universal-template .lang-toggle-block {
  background-color: var(--header-lang-switcher-dropdown-background-color);
  border: none;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  left: 0;
  min-height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.universal-template .lang-toggle-block a {
  color: var(--header-lang-switcher-link-color);
  text-decoration: none;
}
.universal-template .lang-toggle-block a:active,
.universal-template .lang-toggle-block a:hover {
  color: var(--header-lang-switcher-link-hover-color);
  text-decoration: underline;
}
.universal-template .lang-toggle-block a:visited {
  color: var(--header-lang-switcher-link-color);
}
.universal-template .lang-toggle-block__item {
  align-items: center;
  background-repeat: no-repeat;
  background-size: 100%;
  color: var(--header-lang-switcher-link-color);
  display: none;
  gap: 10px;
  height: 42px;
  margin: 10px;
  text-decoration: none;
  width: auto;
}
.universal-template .lang-toggle-block__item.en:before {
  background-image: url(/wp-content/themes/universal-template/assets/img/lang/EN.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-left: 0;
  position: absolute;
  width: 100%;
}
.universal-template .lang-toggle-block__item.current-lang {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  top: 2px;
  width: calc(100% - 40px);
}
.universal-template .top-blocks {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: space-between;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1024px) {
  .universal-template .jackpot {
    display: none;
  }
  .top-blocks .winners {
    width: 100% !important;
  }
}
.universal-template .top-blocks.shortcode .winners {
  width: 100%;
}
.universal-template .top-blocks.shortcode .winners-list-shortcode {
  max-width: 1110px;
}
.universal-template .top-blocks .slick-arrow {
  background: var(--win-now-slider-arrow-background-color);
  border: none;
  border-radius: 5px;
  height: 36px;
  width: 24px;
  z-index: 95;
}
.universal-template .top-blocks .slick-prev {
  left: 15px;
}
.universal-template .top-blocks .slick-prev:before {
  color: var(--win-now-slider-arrow-icon-color);
  content: "\2039";
  font-size: 25px;
  height: 25px;
  line-height: 22px;
}
.universal-template .top-blocks .slick-next {
  right: 15px;
}
.universal-template .top-blocks .slick-next:before {
  color: var(--win-now-slider-arrow-icon-color);
  content: "\203A";
  font-size: 25px;
  height: 25px;
  line-height: 22px;
}
.universal-template .top-blocks .winners {
  cursor: default;
  display: flex;
  flex-flow: column;
  width: calc(50% - 15px);
}
.universal-template .top-blocks .winners.winners-only {
  width: 100%;
}
.universal-template .top-blocks .winners.winners-only .winners-list-shortcode {
  max-width: 1110px;
}
.universal-template .top-blocks .winners-title {
  font-size: 14px;
  font-weight: 700;
}
.universal-template .top-blocks .winners-list-default,
.universal-template .top-blocks .winners-list-shortcode {
  align-items: center;
  background: var(--win-now-background-color);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  max-width: 535px;
  min-height: 82px;
  overflow: hidden;
  width: 100%;
}
.universal-template .top-blocks .winners-list-default-item,
.universal-template .top-blocks .winners-list-shortcode-item {
  color: var(--win-now-text-color);
  display: flex !important;
  margin-left: 50px;
  margin-right: 5px;
}
.universal-template .top-blocks .winners-list-default-item .item-user,
.universal-template .top-blocks .winners-list-shortcode-item .item-user {
  font-size: 14px;
  font-weight: 400;
}
.universal-template .top-blocks .winners-list-default-item .item-sum,
.universal-template .top-blocks .winners-list-shortcode-item .item-sum {
  color: var(--win-now-text-sum-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.universal-template .top-blocks .winners-list-default-item .item-title,
.universal-template .top-blocks .winners-list-shortcode-item .item-title {
  font-size: 14px;
  font-weight: 400;
}
.universal-template .top-blocks .winners-list-default-item .item-sum,
.universal-template .top-blocks .winners-list-default-item .item-title,
.universal-template .top-blocks .winners-list-default-item .item-user,
.universal-template .top-blocks .winners-list-shortcode-item .item-sum,
.universal-template .top-blocks .winners-list-shortcode-item .item-title,
.universal-template .top-blocks .winners-list-shortcode-item .item-user {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.universal-template .top-blocks .winners-list-default-item img,
.universal-template .top-blocks .winners-list-shortcode-item img {
  border-radius: 5px;
  height: 53px;
  margin-right: 7px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 53px;
}
.universal-template .top-blocks .winners-list-default-item-text,
.universal-template .top-blocks .winners-list-shortcode-item-text {
  display: flex;
  flex-flow: column;
}
.universal-template .top-blocks .jackpot {
  cursor: default;
  width: calc(50% - 15px);
}
.universal-template .top-blocks .jackpot.jackpot-only {
  width: 100%;
}
.universal-template .top-blocks .jackpot-title {
  font-size: 14px;
  font-weight: 700;
}
.universal-template .top-blocks .jackpot-big-sum {
  align-items: center;
  background: var(--win-now-background-color);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
  display: flex;
  min-height: 82px;
}
.universal-template .top-blocks .jackpot-big-sum img {
  margin-left: 35px;
  min-width: 75px;
}
.universal-template .top-blocks .jackpot-big-sum span {
  color: var(--win-now-text-total-prize-color);
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.scroll-top {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-position: 50%;
  background-repeat: no-repeat;
  bottom: 100px;
  cursor: pointer;
  display: none;
  height: 58px;
  position: fixed;
  right: 40px;
  text-align: center;
  width: 48px;
  z-index: 99;
}
.scroll-top svg path {
  fill: var(--container-button-scroll-top-color);
}
.scroll-top:hover {
  transition-duration: 0.2s;
}
.scroll-top:hover svg path {
  fill: var(--container-button-scroll-top-hover-color);
}
@media (max-width: 768px) {
  .scroll-top {
    right: 19px;
  }
}
@media (max-width: 576px) {
  .scroll-top {
    bottom: 75px;
  }
}
.universal-template .slot__loop {
  clear: both;
  margin-top: 40px;
}
.universal-template .slots_list {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .universal-template .slots_list {
    margin: 0 -5px;
  }
}
@media only screen and (max-width: 425px) {
  .universal-template .slots_list {
    margin: 0;
  }
}
.universal-template .slots_list-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.universal-template .slots_list-top a,
.universal-template .slots_list-top a:active,
.universal-template .slots_list-top a:hover,
.universal-template .slots_list-top a:visited {
  color: var(--slots-text-color);
}
.universal-template .slots_list .slick-arrow:before {
  opacity: 1;
  position: relative;
  top: -10px;
}
.universal-template .slots_list .slick-disabled {
  display: none !important;
}
.universal-template .slots_list .slick-prev {
  background: linear-gradient(
    90deg,
    var(--slots-background-color) 0,
    rgba(238, 245, 248, 0) 100%
  );
  height: 100%;
  left: -1px;
  width: 40px;
  z-index: 95;
}
.universal-template .slots_list .slick-prev:before {
  content: url(/wp-content/themes/universal-template/assets/img/slider_demo_prev.svg);
}
.universal-template .slots_list .slick-next {
  background: linear-gradient(
    270deg,
    var(--slots-background-color) 0,
    rgba(238, 245, 248, 0) 100%
  );
  height: 100%;
  right: -1px;
  width: 40px;
  z-index: 95;
}
.universal-template .slots_list .slick-next:before {
  content: url(/wp-content/themes/universal-template/assets/img/slider_demo_next.svg);
}
@media only screen and (max-width: 767px) {
  .universal-template .slots_list .slick-slide {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 425px) {
  .universal-template .slots_list .slick-slide {
    margin: 0;
  }
}
.universal-template .slots_list .slot-card {
  border-radius: 16px;
  height: 180px;
  line-height: 0;
  max-width: 240px;
  position: relative;
  width: 240px;
}
@media only screen and (max-width: 1300px) {
  .universal-template .slots_list .slot-card {
    max-width: 220px;
  }
}
@media only screen and (max-width: 1024px) {
  .universal-template .slots_list .slot-card {
    max-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .universal-template .slots_list .slot-card {
    height: auto;
    max-width: 170px;
  }
}
@media only screen and (max-width: 425px) {
  .universal-template .slots_list .slot-card {
    height: auto;
    max-width: 90px;
  }
}
@media only screen and (max-width: 375px) {
  .universal-template .slots_list .slot-card {
    max-width: 90px;
  }
}
.universal-template .slots_list .slot-card img {
  border-radius: 6px;
  height: 100%;
  min-height: 80px;
  min-width: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 425px) {
  .universal-template .slots_list .slot-card img {
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
}
.universal-template .slots_list .slot-card .slot__card-overlay {
  align-items: center;
  background: rgba(45, 67, 89, 0.5);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  line-height: 1.3;
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.2s;
  width: 100%;
  z-index: 99;
}
@media only screen and (max-width: 425px) {
  .universal-template .slots_list .slot-card .slot__card-overlay {
    max-width: 165px;
  }
}
@media only screen and (max-width: 340px) {
  .universal-template .slots_list .slot-card .slot__card-overlay {
    max-width: none;
  }
}
.universal-template .slots_list .slot-card:hover .slot__card-overlay {
  opacity: 1;
  transition-duration: 0.2s;
}
.universal-template .slots_list .slot-card .btn {
  background-color: var(--slots-button-play-background-color);
  border-radius: 3px;
  color: var(--slots-button-play-text-color);
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 15px;
  padding: 11px 31px;
  width: 146px;
}
.universal-template .slots_list .slot-card .btn:active,
.universal-template .slots_list .slot-card .btn:hover {
  background-color: var(--slots-button-play-hover-background-color);
  color: var(--slots-button-play-hover-text-color);
}
@media only screen and (max-width: 425px) {
  .universal-template .slots_list .slot-card .btn {
    margin-bottom: 10px;
    padding: 8px 25px;
    width: auto;
  }
}
.universal-template .slots_list .slot-card .btn_play {
  background-color: var(--slots-button-demo-background-color);
  border: 1px solid var(--slots-button-demo-border-color);
  border-radius: 3px;
  box-sizing: border-box;
  color: var(--slots-button-demo-text-color);
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  width: 146px;
}
.universal-template .slots_list .slot-card .btn_play:active,
.universal-template .slots_list .slot-card .btn_play:hover {
  background-color: var(--slots-button-demo-hover-background-color);
  border: 1px solid var(--slots-button-demo-hover-border-color);
  color: var(--slots-button-demo-hover-text-color);
}
@media only screen and (max-width: 425px) {
  .universal-template .slots_list .slot-card .btn_play {
    padding: 8px 18px;
    width: auto;
  }
}
.universal-template .slots_list .demo-name {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 425px) {
  .universal-template .slots_list .demo-name {
    line-height: 1;
  }
}
.universal-template .slots_list .demo-name a {
  color: var(--slots-text-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}
.universal-template .slots_list .demo-name a:active,
.universal-template .slots_list .demo-name a:hover,
.universal-template .slots_list .demo-name a:visited {
  color: var(--slots-text-color);
}
@media only screen and (max-width: 425px) {
  .universal-template .slots_list .demo-name a {
    max-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.universal-template .slots_list__header {
  align-items: center;
  clear: both;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  padding-top: 20px;
}
.universal-template .slots_list__header .slots_list__title {
  align-items: flex-start;
  color: var(--slots-text-color);
  display: flex;
  font-size: 26px;
  font-weight: 700;
  position: relative;
}
.universal-template .slots_list__header .slots_list__title img {
  margin-right: 14px;
  max-height: 38px;
  vertical-align: top;
}
.universal-template .slots_list__link {
  align-items: center;
  color: var(--slots-text-color);
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
}
.universal-template .slots_list__link:hover {
  color: var(--slots-text-color);
}
.universal-template .slots_list__link.desktop-none {
  display: none;
}
.universal-template .slot-card__demo {
  color: var(--slots-text-color);
  cursor: pointer;
  padding: 10px 0;
}
.universal-template .slot-card__demo:hover {
  color: var(--slots-text-color);
}
@media (max-width: 1024px) {
  .universal-template .single__slot .through-img__mobile {
    margin-top: 10px;
  }
  .universal-template .full-screen-iframe .play-box img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .universal-template .single__slot h1 {
    padding-right: 40px;
  }
}
@media (max-width: 576px) {
  .universal-template .slots_list__link.desktop-none {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 45px;
  }
  .universal-template .slot__loop {
    margin-bottom: 24px;
    margin-top: 0;
  }
  .universal-template .slots_list .slot-card:nth-child(2n) {
    margin-right: 0;
  }
}
.universal-template .slots-list-block {
  background-color: var(--slots-background-color);
  border-radius: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
  max-height: 320px;
  overflow: hidden;
  padding: 20px 45px 40px;
}
.universal-template .slots-list-block.slots-category-page {
  max-height: 100%;
}
.universal-template .slots-list-block.slots-category-page .slots_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  justify-content: center;
  padding-bottom: 25px;
  row-gap: 50px;
}
.universal-template .slots-list-block a {
  color: var(--slots-text-color);
}
.universal-template .slots-list-block-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.universal-template .slots-list-block-top p.title_list {
  color: var(--slots-text-color);
}
.universal-template .slots-list-block .title_list {
  color: var(--container-text-color);
  font-size: var(--container-h2-font-size);
  font-weight: var(--container-h-font-weight);
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
}
@media only screen and (max-width: 575px) {
  .universal-template .slots-list-block {
    padding: 20px;
  }
}
.universal-template .btn-play {
  background-image: linear-gradient(90deg, #51b139 0, #72b139);
  font-size: 30px;
  padding: 15px 50px;
}
.universal-template .btn-play:hover {
  background-image: linear-gradient(270deg, #51b139 0, #72b139);
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.15);
}
.universal-template .single__slot-game {
  margin: 0 auto;
  max-width: 1110px;
}
.universal-template .single__slot-game .iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.universal-template .single__slot-game .iframe iframe {
  height: 100% !important;
  width: 100%;
}
.universal-template .single__slot-game .iframe.show {
  z-index: 1;
}
.universal-template .single__slot-game .play-box {
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
.universal-template .single__slot-game .play-box img {
  height: 692px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .universal-template .single__slot-game .play-box img {
    height: 550px;
  }
}
@media (max-width: 567px) {
  .universal-template .single__slot-game .play-box img {
    height: 350px;
  }
}
@media (max-width: 411px) {
  .universal-template .single__slot-game .play-box img {
    height: 270px;
  }
}
.universal-template .single__slot-game .play-box .overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  height: 100%;
  left: 0;
  line-height: 1;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
}
.universal-template .single__slot-game .full-screen {
  background-image: url(/wp-content/themes/universal-template/assets/img/demo-full.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  height: 28px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: -50px;
  width: 28px;
  z-index: 9;
}
@media (max-width: 768px) {
  .universal-template .single__slot-game .full-screen {
    height: 22px;
    top: -40px;
    width: 22px;
  }
}
.universal-template .single__slot-content {
  margin-top: 50px;
}
.universal-template .full-screen-overlay {
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  cursor: pointer;
  display: none;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s;
  z-index: -1;
}
.universal-template .overflow-hidden {
  overflow: hidden;
}
.universal-template .full-screen-iframe .full-screen-overlay {
  display: block;
  opacity: 1;
  z-index: 1999;
}
.universal-template .full-screen-iframe .play-box {
  bottom: 0;
  box-shadow: none;
  left: 0;
  margin: 0 auto;
  max-width: 100%;
  min-height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.universal-template .full-screen-iframe .play-box img {
  height: 100%;
  max-height: 100%;
}
.universal-template .full-screen-iframe .play-box-title {
  display: none;
}
.universal-template .full-screen-iframe .play-box-iframe {
  height: 100%;
  margin: 0;
}
.universal-template .full-screen-iframe .play-box .iframe {
  height: 100%;
  max-height: 100%;
}
.universal-template .full-screen-iframe .play-box .preload-img {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
.universal-template .full-screen-iframe .play-box .preload-img img {
  height: 100% !important;
  max-height: 100%;
}
.universal-template .full-screen-iframe .play-box .iframe.active-frame iframe {
  height: 100% !important;
}
.universal-template .full-screen-iframe .play-btn {
  padding: 20px 47px 0;
}
.universal-template .full-screen-iframe .full-screen {
  background-image: url(/wp-content/themes/universal-template/assets/img/demo-closed.svg);
  right: 20px;
  top: 20px;
}
.universal-template .under-demo {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.universal-template .under-demo .btn {
  border: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
.universal-template .button-play-for-free {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 28px;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (max-width: 768px) {
  .universal-template .button-play-for-free {
    font-size: 16px;
  }
}
.universal-template .button-play-for-free svg {
  height: 115px;
  margin-bottom: 20px;
  text-align: center;
  transform: translateX(20px);
  transition-duration: 0.2s;
  width: 115px;
}
@media (max-width: 768px) {
  .universal-template .button-play-for-free svg {
    height: 70px;
    margin-bottom: 15px;
    transform: translateX(10px);
    width: 70px;
  }
}
.universal-template .popup-overlay {
  background-color: rgba(14, 18, 26, 0.8);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.5s ease;
  width: 100%;
  z-index: 998;
}
.universal-template .popup-overlay.display-overlay {
  display: block;
}
.universal-template .popup-overlay.fade-overlay {
  opacity: 1;
}
.universal-template .popup-form.display {
  display: flex;
}
.universal-template .popup-form.show {
  opacity: 1;
}
.universal-template .popup-form {
  align-items: center;
  background: var(--popup-background-color);
  border-radius: 16px;
  cursor: default;
  display: none;
  flex-flow: column;
  left: 50%;
  max-width: 660px;
  opacity: 0;
  padding-bottom: 40px;
  padding-top: 40px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s linear 0.3s;
  width: 60vw;
  z-index: 1001;
}
@media only screen and (max-width: 767px) {
  .universal-template .popup-form {
    padding-left: 40px;
    padding-right: 40px;
    width: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  .universal-template .popup-form .btn {
    width: auto;
  }
}
.universal-template .popup-form-close-button {
  bottom: auto;
  color: var(--popup-text-color);
  cursor: pointer;
  font-size: 40px;
  left: auto;
  line-height: 20px;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: opacity 0.2s linear 0.3s;
  z-index: 1005;
}
.universal-template .popup-form-close-button:hover {
  color: var(--popup-text-color);
}
.universal-template .popup-form-popup-title {
  font-size: var(--container-h3-font-size);
  margin: 20px 0 5px;
}
.universal-template .popup-form-popup-text,
.universal-template .popup-form-popup-title {
  color: var(--popup-text-color);
  font-weight: var(--container-h-font-weight);
  text-align: center;
}
.universal-template .popup-form-popup-text {
  font-size: var(--container-h1-font-size);
  margin: 10px 0;
}
.universal-template .popup-form-button {
  background-color: var(--popup-button-background-color);
  color: var(--popup-button-text-color);
  margin-top: 15px;
}
.universal-template .popup-form-button:hover {
  background-color: var(--popup-button-hover-background-color);
  color: var(--popup-button-hover-text-color);
}
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.slick-list,
.slick-slider {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  align-items: stretch;
  display: block;
  display: flex;
  justify-content: flex-start;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  flex: none !important;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-next,
.slick-prev {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  background-size: cover;
  display: block;
  opacity: 0.8;
  transition: all 0.17s ease-in-out;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  display: block;
  list-style: none;
  margin: 10px 0 20px;
  padding: 0;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .slick-dots {
    margin: 0 0 20px;
  }
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  position: relative;
}
.slick-dots li,
.slick-dots li button {
  cursor: pointer;
  height: 10px;
  width: 10px;
}
.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  display: block;
  font-size: 0;
  line-height: 0px;
  outline: none;
  padding: 5px;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  background: #ccc;
  opacity: 1;
}
.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #e5e5e5;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: transparent;
  content: "\2022";
  font-size: 0;
  height: 10px;
  left: 0;
  line-height: 20px;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.17s ease-in-out;
  width: 10px;
}
.slick-dots li.slick-active button:before {
  background: #666;
  border-color: #666;
  color: #000;
}
.posts-block {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.posts-block,
.posts-block--one {
  align-items: center;
  justify-items: center;
}
.posts-block--one {
  grid-template-columns: 1fr;
}
.posts-block--one .posts-block_post {
  max-width: 500px;
}
.posts-block_post {
  border-radius: 16px;
  color: var(--posts-text-color);
  display: flex;
  max-width: 500px;
  min-height: 350px;
  position: relative;
  width: 100%;
}
.posts-block_post img {
  border-radius: 16px;
  height: auto;
  width: 100%;
}
.posts-block_post h3,
.posts-block_post p {
  color: var(--posts-text-color) !important;
}
.posts-block_post a {
  background-color: var(--posts-button-color);
  color: var(--posts-button-text-color);
  margin-bottom: 15px;
}
.posts-block_post a:hover {
  background-color: var(--posts-button-hover-color);
}
.posts-block_post a,
.posts-block_post h3,
.posts-block_post p {
  margin-left: 5%;
}
.posts-block_post-desc {
  background: hsla(0, 0%, 100%, 0.2);
  bottom: 0;
  min-height: 40%;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .posts-block {
    grid-template-columns: 1fr;
  }
}
:root {
  --site-background-color: #0d0e23;
  --container-text-color: #e5eff6;
  --container-link-color: #c30054;
  --container-link-hover-color: #ea0065;
  --container-h-color: #ececec;
  --container-button-background-color: #c30054;
  --container-button-hover-background-color: #ea0065;
  --container-button-text-color: #ececec;
  --container-button-hover-text-color: #ececec;
  --container-button-scroll-top-color: #c30054;
  --container-button-scroll-top-hover-color: #ea0065;
  --container-table-background-color: #0d0e23;
  --container-table-header-background-color: #0d0e23;
  --container-table-odd-row-background-color: #0d0e23;
  --container-table-even-row-background-color: #0d0e23;
  --container-table-text-color: #e5eff6;
  --container-table-border-color: #1e1e1e;
  --container-table-cell-button-color: #c30054;
  --container-table-cell-hover-button-color: #ea0065;
  --container-table-cell-button-text-color: #ececec;
  --container-table-cell-hover-button-text-color: #ececec;
  --container-table-cell-button-margin: 5px;
  --container-table-cell-button-padding-t-b: 13px;
  --container-table-cell-button-padding-l-r: 32px;
  --container-table-cell-padding: 16px;
  --container-font-size: 16px;
  --container-font-weight: 450;
  --container-button-font-size: 16px;
  --container-button-font-weight: 700;
  --container-h1-font-size: 36px;
  --container-h2-font-size: 28px;
  --container-h3-font-size: 24px;
  --container-h4-font-size: 18px;
  --container-h-font-weight: 700;
  --header-top-background-color: #0d0e23;
  --header-top-menu-link-color: #ffffff;
  --header-top-menu-link-hover-color: #ea0065;
  --header-left-menu-background-color: #0d0e23;
  --header-left-menu-link-color: #ffffff;
  --header-left-menu-link-hover-color: #ea0065;
  --header-left-menu-banner-button-background-color: #c30054;
  --header-left-menu-banner-button-hover-background-color: #ea0065;
  --header-left-menu-banner-text-color: #ffffff;
  --header-left-menu-banner-button-text-color: #ffffff;
  --header-left-menu-banner-button-text-hover-color: #ffffff;
  --header-left-menu-burger-button-background-color: #c30054;
  --header-left-menu-burger-button-icon-color: #ffffff;
  --header-login-button-background-color: #3c297b;
  --header-login-button-background-hover-color: #4e33a5;
  --header-login-button-text-color: #ffffff;
  --header-login-button-text-hover-color: #ffffff;
  --header-register-button-background-color: #c30054;
  --header-register-button-background-hover-color: #ea0065;
  --header-register-button-text-color: #ffffff;
  --header-register-button-text-hover-color: #ffffff;
  --header-search-button-background-color: #ffffff;
  --header-search-button-icon-color: #c30054;
  --header-search-container-background-color: #ececec;
  --header-search-input-container-background-color: #ffffff;
  --header-search-container-input-background-color: #ffffff;
  --header-search-container-input-text-color: #000000;
  --header-search-container-text-color: #000000;
  --header-search-container-link-color: #000000;
  --header-search-container-link-hover-color: #8599ff;
  --header-lang-switcher-dropdown-background-color: #0d0e23;
  --header-lang-switcher-link-color: #ececec;
  --header-lang-switcher-link-hover-color: #ea0065;
  --header-menu-main-link-font-weight: 400;
  --header-menu-left-link-font-weight: 400;
  --banner-text-color: #e5eff6;
  --banner-background-color: #0d0e23;
  --banner-button-background-color: #c30054;
  --banner-button-hover-background-color: #ea0065;
  --banner-button-text-color: #ffffff;
  --banner-button-hover-text-color: #ffffff;
  --banner-text-font-size: 22px;
  --win-now-background-color: #11112d;
  --win-now-slider-arrow-background-color: #3c2a76;
  --win-now-slider-arrow-icon-color: #e5eff6;
  --win-now-text-color: #e8e8ea;
  --win-now-text-sum-color: #e5eff6;
  --win-now-text-total-prize-color: #e5eff6;
  --toc-background-color: #11112d;
  --toc-link-color: #e5eff6;
  --toc-link-hover-color: #ea0065;
  --slots-text-color: #e5eff6;
  --slots-background-color: #11112d;
  --slots-button-play-background-color: #c30054;
  --slots-button-play-hover-background-color: #ea0065;
  --slots-button-play-text-color: #ececec;
  --slots-button-play-hover-text-color: #ececec;
  --slots-button-demo-background-color: #3c297b;
  --slots-button-demo-hover-background-color: #4e33a5;
  --slots-button-demo-border-color: #ececec;
  --slots-button-demo-hover-border-color: #ececec;
  --slots-button-demo-text-color: #ececec;
  --slots-button-demo-hover-text-color: #ececec;
  --bonus-text-color: #e5eff6;
  --bonus-background-color: #11112d;
  --bonus-button-background-color: #c30054;
  --bonus-button-hover-background-color: #ea0065;
  --bonus-button-text-color: #ececec;
  --bonus-button-hover-text-color: #ececec;
  --bonus-read-more-color: #ececec;
  --bonus-read-more-hover-color: #8599ff;
  --faq-text-color: #e5eff6;
  --faq-background-color: #11112d;
  --faq-arrow-color: #ea0065;
  --popup-text-color: #e5eff6;
  --popup-background-color: #11112d;
  --popup-button-background-color: #c30054;
  --popup-button-hover-background-color: #ea0065;
  --popup-button-text-color: #ececec;
  --popup-button-hover-text-color: #ececec;
  --footer-text-color: #ececec;
  --footer-menu-link-color: #ffffff;
  --footer-menu-link-hover-color: #ea0065;
  --posts-text-color: #ececec;
  --posts-button-text-color: #ececec;
  --posts-button-hover-color: #37d354;
}

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined:
    6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:where(.is-layout-flex) {
  gap: 0.5em;
}
:where(.is-layout-grid) {
  gap: 0.5em;
}
body .is-layout-flex {
  display: flex;
}
.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}
.is-layout-flex > :is(*, div) {
  margin: 0;
}
body .is-layout-grid {
  display: grid;
}
.is-layout-grid > :is(*, div) {
  margin: 0;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}
.has-black-color {
  color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
  color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}

.ctoc-toggle {
  font-size: 16px;
}
#ctoc-list-captions {
  width: 30%;
}
#ctoc-list-captions ul li a,
#ctoc-list-captions ol li a {
  font-size: 12px;
}
#toc_container {
  justify-content: flex-start;
}

.winners-slider {
  overflow: hidden;
  position: relative;
}

.winners-track {
  display: flex;
  gap: 3px;
  will-change: transform;
}

.winners-list-default-item {
  flex: 0 0 auto;
  min-width: 160px;
  box-sizing: border-box;
}

.winners-list-default-item-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.item-user,
.item-sum,
.item-title {
  display: block;
}

.item-title {
  white-space: normal;
}

@media (max-width: 767px) {
  .winners-list-default-item {
    min-width: 220px;
  }
}

@media (max-width: 767px) {
  .winners-slider {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    width: 100%;
  }

  .winners-list-default-item {
    min-width: 220px;
    margin-left: 0 !important;
    margin-right: 8px;
  }

  .winners-slider::-webkit-scrollbar {
    display: none;
  }

  .winners-slider {
    scrollbar-width: none;
  }
}
