/**
 * * Theme name: Unitheme
 * */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.uni_section h1 {
  font-size: clamp(28px, 4vw, 36px);
}
.uni_section h1, .uni_section h2, .uni_section h3, .uni_section h4, .uni_section h5 {
  margin-bottom: 1rem;
}
.uni_section p, .uni_section ul, .uni_section ol {
  margin-bottom: 1rem;
  line-height: 1.5;
}
.uni_section ul, .uni_section ol {
  padding: 0 0 0 1rem;
}
.uni_section li {
  line-height: 1.5;
}
.uni_section table {
  margin: 1rem 0;
}
.uni_section .aligncenter {
  margin: 1rem auto;
}

.container {
  max-width: 100%;
}

.uni_row {
  display: flex;
}

.uni_header__row {
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}

#menu-header {
  display: flex;
  align-items: center;
  list-style: none;
}
#menu-header a {
  color: #fff;
  padding: 1rem;
  font-weight: 900;
  white-space: nowrap;
}

.uni_main {
  width: 100%;
  overflow-x: hidden;
  display: flex;
}

.uni_main__wrapper {
  flex-grow: 1;
}

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

.uni_menu {
  list-style: none;
}

.uni_header__logo_row {
  gap: 2rem;
  justify-content: space-between;
}

.uni_header__logo, .uni_sidebar__logo, .uni_footer__logo {
  display: block;
  min-width: 150px;
  min-height: 40px;
  max-width: 180px;
  max-height: 140px;
}
.uni_header__logo img, .uni_sidebar__logo img, .uni_footer__logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.uni_site__wrapper {
  display: flex;
}

.uni_sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 50;
}

.uni_sidebar__logo {
  display: inline-flex;
  justify-content: center;
  max-width: 100%;
  align-items: center;
  padding-inline: 1rem;
}

.uni_sidebar__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.uni_sidebar__menu a {
  padding: 0.5rem 1rem;
  color: #fff;
  display: inline-flex;
  gap: 0.5rem;
  font-weight: 900;
}

.uni_main {
  max-width: 100%;
}

.uni_btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  min-width: 120px;
  min-height: 42px;
  white-space: nowrap;
  background: #f7f7f7;
  font-weight: 900;
  border: none;
  cursor: pointer;
  transition: 0.3s opacity;
  padding: 0 1rem;
  font-size: clamp(12px, 1vw, 14px);
}
.uni_btn:hover {
  opacity: 0.85;
}

.uni_header__controls {
  gap: 1rem;
}

.swiper-wrapper {
  height: 100%;
  width: 100%;
}

.uni_banner__slide {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.uni_banner__caption {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  position: relative;
  z-index: 5;
  max-width: 840px;
}

.uni_title {
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 900;
}

.uni_title_md {
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 700;
}

.uni_banner__overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(34, 34, 34, 0.4117647059);
}

.uni_cats__container {
  gap: 1rem;
  justify-content: center;
}

.uni_cats {
  margin-inline: 0;
  width: 100%;
}

.uni_cat {
  color: #222;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex-basis: calc(14.2857142857% - 1rem);
}

.uni_section__title {
  font-weight: 900;
  font-size: clamp(22px, 2vw, 24px);
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
}

.uni_slots {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

.uni_widget_footer {
  width: 100%;
}

.uni_slots__swiper {
  margin: 1rem 0 0 0;
  display: flex;
}

.uni_slot__image {
  width: 100%;
  height: 180px;
  position: relative;
}
.uni_slot__image:hover .uni_slot__overlay {
  opacity: 0.75;
}
.uni_slot__image:hover .uni_slot__caption {
  opacity: 1;
}

.uni_slot__overlay {
  opacity: 0;
  transition: 0.3s opacity;
}

.uni_slot__caption {
  position: absolute;
  top: 50%;
  z-index: 10;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  opacity: 0;
  transition: 0.3s opacity;
  transform: translate(-50%, -50%);
}

.uni_slot__caption a {
  color: #fff;
  font-weight: 700;
}

.uni_slot__play {
  padding: 0.25rem;
  border-radius: 50%;
  min-width: 32px;
  color: #fff;
  background: orange;
  min-height: 32px;
  transition: 0.3s opacity;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.uni_slot__play:hover {
  opacity: 0.75;
}

.uni_slot__title {
  font-size: 1rem;
  font-weight: bolder;
  padding: 0.5rem 0;
  display: inline-flex;
  color: #2f2f2f;
}

.uni_promotions_list {
  gap: 1rem;
  clear: both;
  margin: 1rem 0;
}

.uni_promotion {
  position: relative;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2rem;
}

.uni_promotion__overlay {
  z-index: 3;
}

.uni_promotion__caption {
  position: relative;
  z-index: 15;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.uni_footer__container {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.uni_footer__menu_row {
  flex-basis: 800px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.uni_menu_title {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-bottom: 1rem;
}

.uni_menu__footer {
  padding: 0 !important;
}
.uni_menu__footer a {
  color: #fff;
}

.uni_providers__wrapper {
  width: 100%;
}
.uni_providers__wrapper .uni_title_md {
  color: #fff;
}

.uni_providers {
  margin: 1rem 0;
  width: 100%;
}

.uni_copyright {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 1rem;
  width: 100%;
}

.uni_iframe {
  width: 100%;
  max-width: 80%;
  margin-inline: auto;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.uni_iframe .iframe {
  min-height: 500px;
  width: 100%;
}
.uni_iframe iframe {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 500px;
}

.uni_comments {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  clear: both;
  margin-top: 2rem;
}

.uni_comment {
  padding: 1rem;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.uni_comment_rating {
  display: flex;
  gap: 0.25rem;
}

.uni_comment_rating i {
  color: #ffd83e;
}

.uni_comment_name {
  font-weight: 900;
  letter-spacing: 0.125rem;
}

.uni_comment_date {
  font-size: clamp(12px, 1vw, 14px);
  color: #0c6ca0;
}

.uni_comment_body {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.8;
}

.uni_input {
  width: 100%;
  padding: 0.5rem;
}
.uni_input::placeholder {
  font-size: clamp(14px, 1vw, 16px);
}

.uni_faq {
  margin: 0 0 2rem 0;
}

.uni_faq__item {
  overflow: hidden;
}
.uni_faq__item .uni_question {
  padding: 10px;
  cursor: pointer;
  font-weight: bolder;
  position: relative;
  overflow-y: hidden;
}
.uni_faq__item .uni_question:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.uni_faq__item .uni_answer {
  overflow-y: hidden;
  max-height: 0;
  transition: 0.3s;
  line-height: 1.5;
  padding: 0;
  display: none;
  background-color: #f7f7f7;
}

.uni_faq__item-active .uni_question:after {
  transform: rotateY(180deg), translateY(-50%);
}
.uni_faq__item-active .uni_answer {
  display: block;
  max-height: 960px;
  transition: 0.3s max-height, 0.3s padding-top, 0.3s padding-bottom;
}

.uni_sidebar {
  display: none;
}
.uni_sidebar .wp-block-uni-blocks-menu-block {
  flex-basis: unset !important;
}

.uni_main {
  padding-left: 0;
}

.uni_sidebar__visible .uni_sidebar__left {
  display: flex;
  flex-direction: column;
}
.uni_sidebar__visible .uni_main .uni_header__logo {
  display: none;
}

.uni_sidebar_right__visible .uni_sidebar_right {
  display: flex;
}

.uni_big_description {
  font-size: clamp(42px, 4vw, 54px);
  font-weight: 900;
  line-height: 1.2;
}

.uni_banner_left {
  align-items: flex-start;
  text-align: left;
}
.uni_banner_left .uni_banner__caption {
  align-items: flex-start;
}

.uni_banner_center {
  align-items: center;
  text-align: center;
}
.uni_banner_center .uni_banner__caption {
  align-items: center;
  max-width: 800px;
}

.uni_promotion_column {
  overflow: hidden;
}
.uni_promotion_column .uni_promotion__caption {
  position: relative;
  z-index: 5;
}
.uni_promotion_column .uni_title, .uni_promotion_column .uni_description {
  position: relative;
  z-index: 5;
}

.uni_promotion__caption_splitter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.uni_promotion__caption_splitter .uni_cats_full_width .uni_category {
  white-space: nowrap;
}
.uni_promotion__caption_splitter .uni_promotion__caption {
  height: 100%;
  width: 100%;
  justify-content: space-between;
}
.uni_promotion__caption_splitter .uni_btn {
  width: max-content;
}
.uni_promotion__caption_splitter .uni_faq {
  margin: 2rem 0 2rem 0;
}
.uni_promotion__caption_splitter .uni_provider {
  max-width: 200px;
  width: 100% !important;
}

.menu-sidebar-container ul, .menu-sidebar-container ol {
  list-style: none;
}
.menu-sidebar-container a {
  display: block;
  padding: 0.5rem 0;
}

@media (max-width: 1124px) {
  .uni_slots {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 768px) {
  .uni_slots {
    grid-template-columns: repeat(4, 1fr);
  }
  .uni_promotions_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .uni_slots {
    grid-template-columns: repeat(3, 1fr);
  }
  .uni_promotions_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 420px) {
  .uni_slots {
    grid-template-columns: repeat(2, 1fr);
  }
}
