.background {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
.background > i {
  position: absolute;
  z-index: -1;
  display: block;
}
.bg-clouds {
  width: 100%;
  display: flex !important;
  justify-content: center;
}
.cloud-c1 {
  fill: var(--cloud-c1);
  opacity: 0.1;
}
.cloud-c2 {
  fill: var(--cloud-c2);
}
.darktheme .cloud-c1 {
  opacity: 1;
}
@media (min-width: 768px) {
  .bg-circle-yellow,
  .bg-circle-purple,
  .bg-circle-green {
    width: 75rem;
    height: 75rem;
  }
  .bg-circle-purple {
    background-image: radial-gradient(
      closest-side,
      rgba(155, 84, 232, 0.2) 0,
      rgba(155, 84, 232, 0) 100%
    );
  }
  .bg-circle-yellow {
    background-image: radial-gradient(
      closest-side,
      rgba(254, 222, 74, 0.2) 0,
      rgba(254, 222, 74, 0) 100%
    );
  }
  .bg-circle-green {
    background-image: radial-gradient(
      closest-side,
      rgba(76, 203, 112, 0.2) 0,
      rgba(76, 203, 112, 0) 100%
    );
  }
  .bg-style-1 .bg-circle-yellow.bgc-1 {
    top: 0;
    right: 50%;
    transform: translate(10%, -60%);
  }
  .bg-style-1 .bg-circle-yellow.bgc-2 {
    top: 50%;
    right: 50%;
    transform: translate(-5%, -50%);
  }
  .bg-style-1 .bg-circle-purple {
    top: 70%;
    left: 70%;
    transform: translate(0%, -50%);
  }
  .bg-style-1 .bg-circle-green {
    top: 5%;
    left: 75%;
    transform: translate(0%, 0%);
  }
  .bg-style-1 .bg-clouds svg,
  .bg-style-2 .bg-clouds svg {
    max-width: 2880px;
    min-width: 2880px;
    height: auto;
  }
  .bg-style-2 .bg-circle-purple {
    top: 75%;
    left: 50%;
    transform: translate(50%, -50%);
  }
  .bg-style-2 .bg-circle-yellow.bgc-1 {
    bottom: 0;
    left: 50%;
    transform: translate(10%, 50%);
  }
  .bg-style-2 .bg-circle-yellow.bgc-2 {
    top: 30%;
    right: 50%;
    transform: translate(-5%, -50%);
  }
  .bg-style-2 .bg-circle-green {
    top: 15%;
    left: 50%;
    transform: translate(60%, 0%);
  }
  .bg-style-2 .bg-clouds {
    bottom: 0;
    left: 0;
  }
  .darktheme .bg-style-1 .bg-circle-yellow,
  .darktheme .bg-style-1 .bg-circle-purple,
  .darktheme .bg-style-1 .bg-circle-green,
  .darktheme .bg-style-2 .bg-circle-yellow,
  .darktheme .bg-style-2 .bg-circle-purple,
  .darktheme .bg-style-2 .bg-circle-green {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .bg-style-1 .bg-clouds svg,
  .bg-style-2 .bg-clouds svg {
    max-width: 2000px;
    min-width: 2000px;
    height: 570px;
    margin-left: 22rem;
  }
}
.page-cat-bg {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative;
}
.page-cat-bg .footer {
  margin-top: auto;
}
.page-head-cat {
  background-color: #3bb375;
  z-index: 0;
  position: relative;
  background-image: linear-gradient(0deg, #3bb375 0%, #289b7f 100%);
  padding-top: 5.5rem;
  margin-top: -5.5rem;
  padding-bottom: 5rem;
  color: #fff;
}
html.darktheme .page-head-cat {
  background-color: var(--dark-section-bg);
  background-image: var(--dark-section-grad);
}
.page-head-cat .wrp-min {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.page-cat-cont {
  margin-top: -4rem;
  margin-bottom: 2rem;
}
html.darktheme .page-head-cat .bg-clouds {
  display: none !important;
}
@media (max-width: 767px) {
  .page-head-cat {
    border-radius: 1.75rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .page-head-cat {
    padding-top: 6.5rem;
    margin-top: -6.5rem;
    padding-bottom: 5.5rem;
  }
}
@media (min-width: 992px) {
  .page-cat-bg .background {
    display: block !important;
  }
  .page-head-cat .bg-clouds {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.4;
    background-image: url(../images/green_cloud.svg);
    background-size: 2560px auto;
    background-repeat: repeat-y;
    background-position: 50% 100%;
  }
}
@media (min-width: 1040px) {
  .page-head-cat .wrp-min {
    padding-top: 3.5rem;
  }
  .page-cat-cont {
    margin-bottom: 3.5rem;
  }
}
.head-cat-title {
  display: flex;
  align-items: center;
}
.head-cat-title .title {
  font-size: 1.5rem;
}
.head-cat-tools {
}
@media (min-width: 500px) {
  .head-cat-title .title {
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  .head-cat-title {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    flex-direction: column;
    
  }
  .head-cat-tools {
    margin-left: inherit;
  }
}
@media (min-width: 1040px) {
  .head-cat-title .title {
    font-size: 2.5rem;
  }
}
.cat-menu-btn {
    background-color: rgba(23, 43, 61, 0.8);
    color: #fff;
    border: 0;
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 0.4rem 0.9rem;
    border-radius: 25px;
    position: relative;
}
.cat-menu-btn svg {
  display: block;
  transition: transform 0.2s ease, opacity 0.2s ease;
  margin-right: 10px;
}
/* .cat-menu-btn::after {
  content: "";
  height: 0;
  border-top: 2px solid;
  width: 1.5rem;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -0.75rem;
  opacity: 0;
  transition: opacity 0.3s ease;
} */
.cat-menu-btn:not(.collapsed) svg {
  opacity: 0.5;
}
.cat-menu-btn:not(.collapsed)::after {
  opacity: 1;
}
.page-head-cat.darkmod {
  background-color: var(--dark-section-bg);
  background-image: var(--dark-section-grad);
}
.page-head-cat.darkmod .bg-clouds {
  background-image: url(../images/dark_cloud.svg);
}
html.darktheme .page-head-cat.darkmod .bg-clouds {
  display: none !important;
}
.cat-menu-list::before {
  content: "";
  display: block;
  height: 1rem;
}
.cat-menu-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.125rem;
}
.cat-menu-list ul > li {
  padding: 0.125rem;
}
.cat-menu-list ul > li a {
  display: block;
  padding: 0.375rem 0.5rem;
  border-radius: 0.375rem;
  background-color: var(--cat-menu);
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
}
.cat-menu-list ul > li.active a {
  cursor: default;
  background-color: #4ccb70 !important;
  box-shadow: 0 0.5rem 1.5rem -0.25rem rgba(0, 0, 0, 0.25);
  position: relative;
}
@media (max-width: 639px) {
  .cat-menu-list {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cat-menu-list ul > li a {
    transition: background-color 0.2s ease;
  }
  .cat-menu-list ul > li a:hover {
    background-color: var(--cat-menu-h);
  }
  .cat-menu-btn {
    transition: color 0.2s ease;
  }
  .cat-menu-btn:hover {
    color: #fede4a;
  }
}
.footer {
  margin-top: auto;
}
.footer-panel {
  background-color: var(--footer-bg);
  color: #fff;
  border-radius: 1.75rem;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding: 1rem;
  position: relative;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .footer-panel {
    border-radius: 2.25rem;
  }
}
.upper {
  display: block;
  margin: 0 auto;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: #4ccb70;
  padding: 0.75rem;
}
.upper svg {
  display: block;
}
.copyright {
  padding: 0.75rem 0;
  line-height: 1.4;
}
.f-telegram a {
  display: flex;
  align-items: center;
  color: #7cceff;
  font-weight: 700;
  line-height: 1.4;
}
.f-telegram a .c-icon {
  min-width: 2rem;
  max-width: 2rem;
  height: 2rem;
  padding: 0.25rem;
}
.f-telegram a .c-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 575px) {
  .footer-panel {
    text-align: center;
  }
  .f-telegram a {
    flex-direction: column;
  }
  .f-telegram a .c-icon {
    margin-bottom: 0.5rem;
  }
  .copyright {
    max-width: 13.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-top: -1rem;
  }
}
@media (min-width: 576px) {
  .footer-panel {
    padding: 1rem 5rem;
  }
  .footer-panel .logotype,
  .footer-panel .upper {
    position: absolute;
    top: 0;
    margin: 1rem;
  }
  .footer-panel .logotype {
    display: block !important;
    padding: 0.375rem;
    left: 0;
  }
  .footer-panel .upper {
    right: 0;
  }
  .copyright {
    font-weight: 700;
  }
  .f-telegram a .c-icon {
    margin-right: 1rem;
  }
}
@media (max-width: 991px) {
  .footer-panel {
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 768px) {
  .footer-cont .copyright {
    flex: 1 1 auto;
  }
  .footer-cont {
    height: 3rem;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .footer-panel {
    height: 5rem;
  }
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 3.5rem;
  pointer-events: none;
}
.header-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  height: 3.5rem;
  pointer-events: auto;
  background-color: var(--header-bg);
  border-radius: 1.75rem;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.03),
    0 0.125rem 2rem -0.5rem rgba(23, 43, 61, 0.2);
}
@media (min-width: 768px) {
  .header {
    height: 4.5rem;
  }
  .header-panel {
    padding: 1rem;
    height: 4.5rem;
    border-radius: 2.25rem;
  }
}
@media (max-width: 991px) {
  .header .wrp-min,
  .footer .wrp-min {
    padding-left: 0;
    padding-right: 0;
  }
}
.logotype {
  color: inherit !important;
  padding: 0.125rem 0.5rem;
  display: inline-block;
  vertical-align: top;
}
.logotype svg {
  display: block;
}
.logo-icon {
  max-width: 2.25rem;
  overflow: hidden;
  display: block;
}
.log-in,
.q-search-call {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  border: 0;
  background: 0 0;
  cursor: pointer;
  height: 2.5rem;
  min-width: 2.5rem;
  max-width: 2.5rem;
  padding: 0.5rem;
}
.log-in {
  background: rgba(76, 203, 112, 0.1);
  color: #4ccb70;
  transition: background 0.2s ease;
}
.log-in svg,
.q-search-call svg {
  display: block;
}
@media (min-width: 992px) {
  .head-tools-panel {
    margin: 0 auto;
    max-width: 38rem;
  }
  .head-tools {
    flex: 1 1 auto;
    display: block !important;
    opacity: 1 !important;
  }
  .hmenu {
    padding-right: 2.5rem;
  }
  .hmenu,
  .hmenu > a > span {
    display: flex;
    align-items: center;
  }
  .hmenu > a {
        width: 100%;
        max-width: 25%;
        flex: 0 0 25%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: .875rem;
        line-height: 1.5rem;
        padding: .25rem;
        font-weight: 700;
        color: inherit;
        transition: color .2s ease;
  }
  .hmenu > a .c-icon {
    min-width: 2rem;
    max-width: 2rem;
    height: 2rem;
    padding: 0.25rem;
    margin-right: 0.75rem;
    transition: transform 0.2s ease;
    position: relative;
  }
  .hmenu > a.active .c-icon {
    transform: scale(1) !important;
  }
  .hmenu > a:hover .c-icon {
    transform: scale(0.9);
  }
  a.hm-games:hover {
    color: var(--menu-hover-games);
  }
  a.hm-apps:hover {
    color: var(--menu-hover-apps);
  }
  a.hm-top:hover {
    color: var(--menu-hover-top);
  }
  a.hm-news:hover {
    color: var(--menu-hover-news);
  }
  .hmenu-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2rem;
    border: 0;
    line-height: 1rem;
    padding: 0.5rem;
    border-radius: 1rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: transparent;
    background-image: var(--hmenu-more-grad);
  }
  .hmenu-more-dots {
    width: 1rem;
    height: 0.25rem;
    display: flex;
    justify-content: space-between;
    transition: width 0.2s ease;
  }
  .hmenu-more-dots > i {
    width: 0.25rem;
    height: 0.25rem;
    background-color: var(--tcolor);
    transition: background-color 0.2s ease;
    display: inline-block;
    border-radius: 50%;
  }
  .hmenu-more:hover .hmenu-more-btn {
    background-image: linear-gradient(
      90deg,
      rgba(76, 203, 112, 0) 0%,
      rgba(76, 203, 112, 0.1) 100%
    );
  }
  .hmenu-more:hover .hmenu-more-btn .hmenu-more-dots {
    width: 1.25rem;
  }
  .hmenu-more:hover .hmenu-more-btn .hmenu-more-dots > i {
    background-color: #4ccb70;
  }
  .hmenu-more .dropdown-menu {
    display: block !important;
    left: 50%;
    width: 15rem;
    margin-left: -7.5rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.5rem);
    transition: opacity 0.2s ease 0.15s, visibility 0s linear 0.15s,
      transform 0.2s ease 0.15s;
  }
  .hmenu-more:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .hmenu-order > a {
    border-bottom: 1px solid var(--line);
    font-size: 1rem;
  }
  .hmenu-sub {
    padding: 1rem 0;
  }
  .hmenu-sub > a {
    color: inherit;
    display: block;
    line-height: 1.5rem;
    padding: 0.25rem 1.25rem;
  }
  .hmenu-sub > a:hover {
    color: var(--lcolor);
  }
  .head-right {
    min-width: 7.5rem;
    margin-left: auto;
  }
  .head-right > * {
    float: right;
    margin-left: 0.5rem;
  }
  .log-in:hover {
    background: rgba(76, 203, 112, 0.2);
  }
}
a.hm-games.active .s-yellow {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(251, 205, 66, 0.3),
    0 0 0 0.375rem rgba(251, 205, 66, 0.3);
}
a.hm-apps.active .s-purple {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(146, 72, 225, 0.3),
    0 0 0 0.375rem rgba(146, 72, 225, 0.3);
}
a.hm-top.active .s-red {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(255, 89, 64, 0.3),
    0 0 0 0.375rem rgba(255, 89, 64, 0.3);
}
a.hm-news.active .s-blue {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(55, 169, 228, 0.3),
    0 0 0 0.375rem rgba(55, 169, 228, 0.3);
}
.hmenu-more .dropdown-menu {
  display: block !important;
}
.hmenu-order {
  display: block;
  position: relative;
  padding: 0 1.25rem;
}
.hmenu-order > a {
  display: block;
  line-height: 1.75rem;
  padding: 1rem 0;
  height: 3.75rem;
  font-weight: 700;
}
.hmenu-order > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.hmenu-order > svg {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  margin-top: -1rem;
}
@media (max-width: 991px) {
  .header-panel .logotype {
    margin: 0 auto;
  }
  .menu-butter {
    order: -1;
    display: block !important;
    padding: 0.625rem;
    border: 0;
    background: 0 0;
    color: #4ccb70;
  }
  .butterbrod {
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .butterbrod > i {
    width: 100%;
    height: 0;
    border-top: 4px solid;
    border-radius: 3px;
  }
  .head-tools {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: opacity ease 0.2s;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
  .mm-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .head-tools.open,
  .head-tools.open .mm-overlay,
  .q-search,
  .hmenu-sub,
  .menu-close {
    display: block !important;
  }
  .head-tools-panel {
    width: 100%;
    padding: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--modal-bg);
    box-shadow: 0 0.5rem 1.5rem -0.25rem rgba(0, 0, 0, 0.1);
    border-radius: 1.75rem;
    transition: transform ease 0.4s;
  }
  .head-tools-panel::before {
    content: "";
    display: block;
    height: 2.5rem;
    order: -1;
  }
  .menu-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
  }
  .menu-close svg {
    display: block;
  }
  .q-search {
    order: -1;
    margin-bottom: 2rem;
    padding-top: 1.5rem;
  }
  .q-search-label {
    position: absolute;
    bottom: 100%;
    width: 100%;
    text-align: center;
    opacity: 0.5;
    text-transform: uppercase;
    font-size: 0.75rem;
  }
  .hmenu {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5rem;
  }
  .hmenu > a {
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0.5rem;
    font-weight: 700;
    color: inherit !important;
  }
  .hmenu > a span {
    display: block;
    text-align: center;
    padding: 0.75rem;
    border-radius: 1.125rem;
  }
  .hmenu > a .c-icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5rem;
  }
  a.hm-games > span {
    background-color: rgba(254, 216, 74, 0.1);
  }
  a.hm-apps > span {
    background-color: rgba(151, 79, 229, 0.1);
  }
  a.hm-top > span {
    background-color: rgba(251, 96, 72, 0.1);
  }
  a.hm-news > span {
    background-color: rgba(55, 164, 227, 0.1);
  }
  .hmenu-more {
    width: 100%;
    margin-top: 1rem;
    padding: 0.5rem;
  }
  .hmenu-more .dropdown-menu {
    position: static;
    border: 0 !important;
    background: 0 0 !important;
    box-shadow: none !important;
  }
  .hmenu-order {
    background-color: rgba(76, 203, 112, 0.1);
    border-radius: 1.125rem;
  }
  .hmenu-more-btn {
    display: none !important;
  }
  .hmenu-sub {
    margin-top: 2rem;
  }
  .hmenu-sub a {
    display: block;
    text-align: center;
    padding: 0.25rem;
    color: inherit;
    font-size: 0.875rem;
    opacity: 0.5;
  }
  .toolbar {
    transition: transform ease 0.4s;
  }
  html.mm body {
    overflow: hidden;
  }
  html.mm .head-tools.open {
    opacity: 1;
  }
  html.mm .head-tools.open .head-tools-panel {
    transform: translateY(0%);
  }
  html.mm .toolbar {
    transform: translateY(100%);
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .head-tools {
    padding: 2rem;
  }
  .head-tools-panel {
    max-width: 30rem;
    margin: 0 auto;
    transform: translateY(2rem);
  }
}
@media (max-width: 639px) {
  .head-tools {
    padding-right: 2rem;
  }
  .head-tools-panel {
    min-height: 100%;
    max-width: 24rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transform: translateX(-2rem);
  }
  .hmenu {
    margin: -0.25rem;
  }
  .hmenu > a,
  .hmenu-more {
    padding: 0.25rem;
  }
}
.q-search-box {
  position: relative;
}
.q-search-btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  transition: color 0.2s ease;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  color: inherit !important;
  background: 0 0;
}
.q-search-btn:hover {
  color: #4ccb70 !important;
}
.q-search-btn svg {
  display: block;
}
.q-search-text {
  border-radius: 1.25rem !important;
  padding-left: 1rem !important;
  padding-right: 3rem !important;
}
@media (min-width: 992px) {
  .q-search.open {
    display: block !important;
  }
  .q-search {
    margin-top: -2.5rem;
    opacity: 0;
    transform: translateY(1rem);
  }
  .hmenu,
  .q-search,
  .q-search-call > svg {
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .hmenu {
    transform: translateY(0);
    opacity: 1;
  }
  .q-search-label {
    display: none;
  }
  .q-search-call {
    display: block !important;
    color: inherit;
  }
  .q-search-call:hover {
    opacity: 0.8;
  }
  .q-search-call > svg.qs-2 {
    opacity: 0;
    transform: scale(0.8);
    margin-top: -100%;
  }
  .qs .q-search {
    transform: translateY(0);
    opacity: 1;
  }
  .qs .hmenu {
    transform: translateY(-1rem);
    opacity: 0;
    pointer-events: none;
  }
  .qs .q-search-call {
    background-color: rgba(23, 43, 61, 0.05);
  }
  .qs .q-search-call > svg.qs-1 {
    opacity: 0;
    transform: scale(0.8);
  }
  .qs .q-search-call > svg.qs-2 {
    opacity: 1;
    transform: scale(1);
  }
}
#searchsuggestions {
  z-index: 102;
  border-radius: 0.75rem;
  background: var(--searchsug);
  padding: 0.5rem;
  width: 17.5rem;
  font-size: 0.875rem;
  box-shadow: 0 0.5rem 4rem -0.5rem rgba(0, 0, 0, 0.1),
    0 0.25rem 1.5rem 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  overflow-y: auto;
  max-height: 20rem;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  #searchsuggestions {
    position: fixed !important;
    width: 37rem;
    left: 50% !important;
    top: 3.5rem !important;
    transform: translateX(-50%) !important;
  }
}
#searchsuggestions:hover {
  display: block !important;
}
#searchsuggestions a,
#searchsuggestions span.notfound {
  padding: 0.75rem 1.25rem;
  display: block;
  text-decoration: none;
  border-radius: 0.5rem;
}
#searchsuggestions a + a {
  margin-top: 0.125rem;
}
#searchsuggestions a {
  color: inherit;
  background-color: var(--searchsug-item);
}
#searchsuggestions a .searchheading {
  transition: color 0.2s ease;
}
#searchsuggestions a:hover .searchheading {
  color: #4ccb70;
}
#searchsuggestions a span {
  display: block;
  cursor: pointer;
}
#searchsuggestions span.searchheading {
  display: block;
  font-weight: 700;
  margin-bottom: 0.2em;
}
#searchsuggestions span.seperator a {
  padding: 10px 0;
  text-align: center;
  border: 0;
  background-color: transparent;
  color: #919191;
}
#searchsuggestions .break,
#searchsuggestions span.seperator {
  display: none !important;
}
.speedbar-panel {
  background-color: #289b7f;
  z-index: 1;
  position: relative;
  background-image: linear-gradient(90deg, #4ccb70 0%, #30a478 100%);
  box-shadow: 0 0.25rem 1.5rem 0 rgba(0, 0, 0, 0.15);
  margin-top: -2.5rem;
  padding-top: 3.0rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  border-bottom-left-radius: 1.75rem;
  border-bottom-right-radius: 1.75rem;
}

.speedbar-panel > span {
  display: block;
  line-height: 1.25rem;
  padding: 0.375rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.speedbar-panel a {
  color: #fff;
}
.speedbar-panel a:hover {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991px) {
  .wrp-min.speedbar {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .speedbar-panel {
    float: left;
    max-width: calc(100% - 2.5rem);
    padding-left: 1.5rem;
    padding-right: 1rem;
    border-bottom-left-radius: 2.25rem;
    border-bottom-right-radius: 1.125rem;
  }
}
.anchor-line {
  overflow: hidden;
  height: 0;
}
.anchor-line > span {
  margin-top: -4.5rem;
  display: block;
}
.page-head-main {
  text-align: center;
  margin-top: -4.5rem;
  padding-top: 4.5rem;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.page-head-main > .title {
  font-size: 1.5rem;
  line-height: 1.3;
  max-width: 14rem;
  margin: 2rem auto;
  color: var(--main-heading);
  pointer-events: auto;
}
.page-head-main > img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -7%);
  width: 50rem;
  height: auto;
  pointer-events: none;
}
.section {
  margin-bottom: 2rem;
}
.section-title,
.section-head,
.static-page .title {
  margin-bottom: 1rem;
}
.section-head {
  display: flex;
  align-items: center;
}
.section-head .section-title {
  margin-bottom: 0;
  margin-right: auto;
}
.section-title {
  font-size: 1rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
}
.static-page .title {
  font-size: 1.25rem;
  line-height: 1.3;
}
.section-title > .c-icon {
  margin-right: 1rem;
}
.btn-all + .btn-all {
  display: none !important;
}
@media (min-width: 500px) {
  .page-head-main > .title {
    font-size: 2rem;
    max-width: 22rem;
    margin: 3rem auto;
  }
  .page-head-main > img {
    width: 70rem;
  }
}
@media (max-width: 639px) {
  .btn-all {
    padding: 0.25rem!important;
    width: 2rem;
    height: 2rem!important;
  }
  .btn-all > span {
    display: none;
  }
  .btn-all > svg {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (min-width: 640px) {
  .section-title {
    font-size: 1.25rem;
  }
  .btn-all svg {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .page-head-main + .section {
    margin-top: -2rem;
  }
  
  .head-cat-title {
    flex-direction: column;
}
}
@media (min-width: 992px) {
  .section-title,
  .static-page .title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1040px) {
  .page-head-main > .title {
    font-size: 2.5rem;
    max-width: 27rem;
    margin: 4rem auto 1rem;
  }
  .page-head-main > img {
    width: 88rem;
  }
  .section {
    margin-bottom: 3.5rem;
  }
    .related {
    margin-top: 3.5rem;
  }
  .section-title,
  .section-head,
  .static-page .title {
    margin-bottom: 1.5rem;
  }
}
.dark-section {
  color: #fff;
  background-color: var(--dark-section-bg);
  position: relative;
  margin-top: auto;
  z-index: 0;
}
.dark-foot {
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .dark-foot {
    border-radius: 1.75rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1040px) {
  .dark-foot {
    padding-top: 3.5rem;
  }
  .dark-foot .background {
    margin-top: -1.5rem;
    display: block !important;
  }
  .dark-foot .bg-clouds svg {
    max-width: 2550px;
    min-width: 2550px;
    height: auto;
  }
  .dark-foot .bg-circle-green {
    top: 1.5rem;
    left: 50%;
    transform: translate(0%, 0%);
  }
}
.dark-head {
  padding-top: 5.5rem;
  margin-top: -5.5rem;
}
@media (min-width: 768px) {
  .dark-head {
    padding-top: 6.5rem;
    margin-top: -6.5rem;
  }
}
@media (min-width: 992px) {
  .dark-head .background {
    display: block !important;
    margin-bottom: -1.5rem;
  }
  .dark-head .bg-clouds {
    bottom: 0;
    z-index: 1;
  }
  .dark-head .bg-clouds svg {
    max-width: 2550px;
    min-width: 2550px;
    height: auto;
  }
  .dark-head .bg-circle-green {
    bottom: 5%;
    left: 50%;
    transform: translate(0%, -30%);
    z-index: 1;
  }
}
.block {
  background-color: var(--block-bg);
  border-radius: 1.125rem;
  margin-top: 1rem;
}
.block-list > .block:first-child {
  margin-top: 0;
}
.dark-section .block {
  background-color: var(--block-dark-bg);
}
.block img {
  max-width: 100%;
}
.b-cont,
.b-head,
.b-icon-title {
  padding: 1.5rem;
}
.b-title {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
}
.b-cont video,
.b-cont iframe {
  max-width: 100%;
  vertical-align: top;
  margin-top: 1rem;
}
.b-head {
  display: flex;
  align-items: center;
}
.b-head .section-title {
  margin-bottom: 0;
  margin-right: auto;
}
.b-head .btn {
  margin-left: 0.5rem;
}
@media (max-width: 639px) {
  .wrp-min.block-list {
    padding-left: 0;
    padding-right: 0;
  }
  .b-add-info {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .b-comments .b-head .btn-all svg {
    transform: rotate(90deg);
  }
  .b-comments .b-cont {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 640px) {
  .b-cont,
  .b-head,
  .b-icon-title {
    padding: 2rem;
  }
  .b-title {
    font-size: 1.25rem;
  }
  .b-head .btn {
    margin-left: 1rem;
  }
}
@media (min-width: 992px) {
  .b-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1040px) {
  .block {
    margin-top: 2rem;
  }
}
.b-icon-title {
  padding-bottom: 0;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
}
.b-icon-title .c-icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.b-icon-title .b-title {
  text-transform: uppercase;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.b-icon-title .c-icon + .b-title {
  margin-top: 0.25rem !important;
}
.b-icon-title + .b-cont {
  padding-top: 0;
}
.b-tabs {
  padding: 0 0.5rem;
  overflow: hidden;
  display: flex;
  font-weight: 700;
}
@media (min-width: 640px) {
  .b-tabs {
    padding: 0 1rem;
  }
}
.b-tabs + .b-cont,
.b-head + .b-cont {
  padding-top: 0;
}
.b-tabs > a {
  height: 4.5rem;
  line-height: 1.5rem;
  padding: 1.5rem 1rem;
  position: relative;
}
.b-tabs > a:not(.active) {
  color: inherit !important;
}
.b-tabs > a::after {
  content: "";
  height: 0;
  border-top: 0.5rem solid;
  border-radius: 0.25rem;
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0;
  margin-top: -0.25rem;
  opacity: 0;
  transform: translateY(-0.5rem);
  background-color: #4ccb70;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.b-tabs > a.active::after {
  opacity: 1;
  transform: translateY(0);
}
.navigation {
  display: flex;
  width: 100%;
  margin-top: 2rem;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .entry-listpage #dle-content > .wrp-min {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    max-width: 61rem;
  }
  .entry-listpage #dle-content > .wrp-min > .navigation {
    margin-top: 1rem;
  }
}
@media (min-width: 640px) {
  .entry-listpage #dle-content > .wrp-min {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .entry-listpage #dle-content > .wrp-min > .navigation {
    margin-top: 1.5rem;
  }
}
@media (max-width: 639px) {
  .entry-listpage #dle-content > .wrp-min {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .entry-listpage #dle-content > .wrp-min > .navigation {
    margin-top: 1.75rem;
  }
  .b-comments .b-cont .navigation {
    margin-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.navigation a {
  color: inherit;
}
.pages,
.navigation svg {
  display: block;
}
.pages {
  border-radius: 1.25rem;
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}
.pages-list {
  display: flex;
  margin: 0 auto;
}
.pages-list > *,
.page_prev > *,
.page_next > * {
  display: block;
  line-height: 1.5rem;
  height: 2.5rem;
  font-weight: 700;
  padding: 0.5rem;
  border-radius: 2rem;
  transition: background-color ease 0.2s, color ease 0.2s;
}
.page_prev {
  margin-right: 0.5rem;
}
.page_next {
  margin-left: 0.5rem;
}
.page_prev > a,
.page_next > a {
  background-color: #45c368;
  color: #fff;
  background-image: linear-gradient(180deg, #4ccb70 0%, #3dba60 100%);
  box-shadow: 0 0.25rem 0.5rem 0 rgba(69, 195, 104, 0.3);
}
.page_prev > span,
.page_next > span {
  opacity: 0.5;
  color: #fff;
  background-color: rgba(23, 43, 61, 0.2);
}
@media (max-width: 767px) {
  .pages-list {
    margin: -1.5rem 0;
    padding: 1.5rem 0;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .pages-list span:not(.nav_ext) {
    color: #4ccb70;
  }
  .pages-list::after,
  .pages-list::before {
    content: "";
    max-width: 1rem;
    min-width: 1rem;
    height: 1rem;
  }
  .pages-list > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .pages {
    overflow: hidden;
    background-color: var(--block-bg);
    position: relative;
  }
  .pages::after,
  .pages::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    width: 2rem;
    height: 100%;
    pointer-events: none;
    border-radius: 1.25rem;
  }
  .pages::before {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    left: 0;
    background-image: linear-gradient(
      90deg,
      var(--block-bg) 0%,
      var(--block-bg-transp) 100%
    );
  }
  .pages::after {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    right: 0;
    background-image: linear-gradient(
      -90deg,
      var(--block-bg) 0%,
      var(--block-bg-transp) 100%
    );
  }
}
@media (min-width: 768px) {
  .pages-list > * {
    margin: 0 0.125rem;
  }
  .pages-list > *,
  .page_prev > *,
  .page_next > * {
    font-size: 1.125rem;
    min-width: 2.5rem;
  }
  .pages-list span:not(.nav_ext) {
    background-color: #f9bd3b;
    color: #fff;
    background-image: linear-gradient(180deg, #fede4a 0%, #f8b035 100%);
    box-shadow: 0 0.25rem 0.5rem 0 rgba(251, 205, 66, 0.3);
  }
}
@media (min-width: 992px) {
  .pages-list a:hover {
    background-color: rgba(76, 203, 112, 0.1);
    color: #4ccb70;
  }
}
.page-orders {
  margin-top: 0 !important;
}
.order-form {
  background-color: var(--spoiler);
  padding: 1rem;
  border-radius: 0.5rem;
  margin: 1.5rem 0;
}
.order-form .form-submit {
  margin-top: 1rem;
}

figure {
  margin: 0;
}

figure.align-left {
  float: left;
}

figure.align-right {
  float: right;
}

figure.image.align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

figure.image figcaption {
  padding: 1rem;
  background-color: #fafafa;
  font-size: 0.8rem;
  caption-side: bottom;
  word-break: break-word;
  text-align: center;
}

figure.image.align-center figcaption {
  display: table-caption;
}

.comments-image-gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}

.comments-image-gallery li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comments-image-gallery li img {
  float: left;
  margin-right: 5px;
  border: 5px solid #fff;
  width: 100px;
  height: 100px;
  transition: box-shadow 0.5s ease;
}

.image-bordered {
  border: 1px solid #ddd;
}

.image-shadows {
  box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px,
    rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}

.image-padded {
  padding: 0.5rem;
}

.comments-user-profile {
  font-weight: bold;
  cursor: pointer;
  color: #3394e6;
}

.nameh3class{
        font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

/* ===========*/

.f5 * {
  transition: none !important;
}

.page-sys {
  margin-top: 7rem;
}

.f5-hero {
  border-radius: 20px;
  padding: 22px;
  margin-bottom: 16px;
  background: rgba(76, 203, 112, .06);
}

.f5-hero-title {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 8px;
}

.f5-hero-text {
  font-size: 14px;
  line-height: 1.6;
  opacity: .9;
  max-width: 520px;
}

.f5-form {
  border-radius: 20px;
  padding: 20px;
  background: #2c9a5a;
  color: #fff;
  margin-bottom: 18px;
  text-align: center;
}

.f5-form-title {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 6px;
}

.f5-form-text {
  font-size: 14px;
  opacity: .9;
  margin-bottom: 12px;
}

.f5-form-hint {
  font-size: 12px;
  opacity: .7;
  margin-top: 8px;
}

.f5-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(0, 0, 0, .22);
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  border: none;
}

.f5-btn:hover {
  background: rgba(0, 0, 0, .28);
}

.f5-cards {
  display: grid;
  gap: 16px;
}

.f5-card {
  border-radius: 16px;
  padding: 16px;
}

.f5-card:hover {
  background: rgba(76, 203, 112, .08);
}

.f5-card--1 {
  background: rgba(76, 203, 112, .05);
}

.f5-card--2 {
  background: rgba(76, 203, 112, .03);
}

.f5-card--3 {
  background: rgba(76, 203, 112, .07);
}

.f5-card-title {
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 10px;
}

.f5-card-text {
  font-size: 14px;
  line-height: 1.6;
}

.f5-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}

.f5-list-item {
  display: flex;
  gap: 10px;
}

.f5-dot {
  width: 6px;
  height: 6px;
  margin-top: 7px;
  border-radius: 50%;
  background: #4ccb70;
  flex-shrink: 0;
}

.f5-foot {
  margin-top: 18px;
  padding: 18px 16px;
  border-radius: 14px;
  background: rgba(255, 80, 80, .08);
  font-size: 13.5px;
  line-height: 1.6;
}

.f5-notify {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #4ccb70;
  color: #fff;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
}

.f5-notify.show {
  opacity: 1;
}

.f6 * {
  transition: none;
}

.f6-wrap {
  margin: 0 auto;
  padding: 24px 0;
  box-sizing: border-box;
}

.f6-grid {
  display: grid;
  gap: 16px;
}

.f6-card {
  border-radius: 16px;
  padding: 16px;
  background: rgba(76, 203, 112, .04);
}

.f6-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  margin-bottom: 6px;
}

.f6-title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ccb70;
  flex-shrink: 0;
}

.f6-text {
  font-size: 14px;
  line-height: 1.6;
  opacity: .9;
}

.f6-top {
  border-radius: 18px;
  padding: 16px;
  background: rgba(76, 203, 112, .08);
  margin-bottom: 18px;
}

.f6-final {
  margin-top: 18px;
  border-radius: 16px;
  padding: 14px;
  background: rgba(76, 203, 112, .06);
}

.f6-header {
  margin-bottom: 18px;
}

.f6-header-title {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 6px;
}

.f6-header-text {
  max-width: 720px;
}

.f6-contact {
  margin-top: 14px;
}
.pv * {
  transition: none;
}

.pv-wrap {
  margin: 0 auto;
  padding: 28px 0;
  box-sizing: border-box;
}

.pv-header {
  margin-bottom: 18px;
}

.pv-header-title {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 8px;
}

.pv-header-text {
  max-width: 800px;
}

.pv-menu {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
  margin-bottom: 18px;
}

.pv-menu a {
  text-decoration: none;
  flex-shrink: 0;
  scroll-snap-align: start;
}

.pv-menu::-webkit-scrollbar {
  display: none;
}

.pv-pill {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(76, 203, 112, .10);
  font-size: 12.5px;
  font-weight: 600;
}

.pv-card {
  border-radius: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, .05);
  margin-bottom: 14px;
}

.pv-card--updates {
  background: rgba(76, 203, 112, .08);
}

.pv-title {
  font-weight: 800;
  margin-bottom: 6px;
}

.pv-text {
  font-size: 14px;
  line-height: 1.7;
  opacity: .9;
}

.pv-contact {
  border-radius: 18px;
  padding: 16px;
  background: rgba(76, 203, 112, .05);
}

.pv-contact-title {
  font-weight: 900;
  margin-bottom: 8px;
}

.pv-contact-text {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.pv-contact-link {
  text-decoration: none;
}

.pv-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 14px;
  background: #4ccb70;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
}

.cp3-outer {
  margin: 0 auto;
  padding: 34px 0;
  box-sizing: border-box;
}

.cp3 * {
  transition: none;
}

.cp3-wrap {
  max-width: 820px;
  margin: 0 auto;
}

.cp3-title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
}

.cp3-desc {
  font-size: 14px;
  line-height: 1.7;
  opacity: .9;
  margin-bottom: 24px;
}

.cp3-line {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cp3-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border-radius: 16px;
  background: rgba(76, 203, 112, .05);
}

.cp3-icon {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: rgba(76, 203, 112, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 900;
  font-size: 13px;
}

.cp3-text {
  font-size: 14px;
  line-height: 1.7;
}

.cp3-warning {
  margin: 22px 0;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 80, 80, .08);
  font-size: 14px;
  line-height: 1.7;
}

.cp3-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

@media (max-width: 800px) {
  .cp3-bottom {
    grid-template-columns: 1fr;
  }
}

.cp3-box {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .05);
  font-size: 14px;
  line-height: 1.7;
}

.cp3-foot {
  margin-top: 20px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(76, 203, 112, .08);
  font-size: 14px;
}

.cat-descr {
  margin-top: 2rem;
}
.cat-descr .b-cont {
  font-size: 0.875rem;
  line-height: 1.7;
}
.cat-descr .b-cont > *:first-child {
  margin-top: 0;
}
.cat-descr .b-cont > *:last-child {
  margin-bottom: 0;
}
.cat-descr .b-cont h2,
.cat-descr .b-cont h3 {
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 1.5rem 0 0.75rem;
  font-weight: 700;
}
.cat-descr .b-cont p {
  margin: 0 0 0.75rem;
}
.cat-descr .b-cont ul,
.cat-descr .b-cont ol {
  margin: 0 0 0.75rem;
  padding-left: 1.25rem;
}
.cat-descr .b-cont li {
  margin-bottom: 0.375rem;
}
.cat-descr .b-cont a {
  color: #4ccb70;
}
@media (min-width: 1040px) {
  .cat-descr {
    margin-top: 3.5rem;
  }
   .cat-desc {
    margin-bottom: 3.5rem;
  }
}


.page-cat-cont {
    display: flex;
    flex-direction: column;
}

.cat-descr {
    order: 2;
}

.entry-listpage {
    order: 1;
}

.titledesc {
  background: #379de4;
    display: inline-block;
    padding: 4px 17px;
    border-radius: 40px;
    margin-bottom: 20px;
    font-size: 14px;
}


@media (max-width: 767px) {
  .titledesc {
    font-size: 13px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    text-align: center;
  }
}

.iiners {
    display: flex;
    flex-direction: column;
}

.main-content {
    order: 1;
}

.main-desc {
    order: 2;
  margin-bottom: 3.5rem;
}

/* .page-cat-cont{
    position: relative;
    z-index: 2;
    margin-top: -3rem;
    background: var(--bgcolor);
    border-radius: 1.75rem 1.75rem 0 0;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    flex: 1 1 auto;
} */

.uiX { max-width:1000px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:20px; font-size:14px; }
@media(max-width:900px){ .uiX { grid-template-columns:1fr; } }
.uiX-left { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.mode { padding:18px; border-radius:18px; background:rgba(76,203,112,.08); cursor:pointer; }
.mode.active { background:#4ccb70; color:#fff; }
.mode-title { font-weight:800; }
.mode-sub { opacity:.7; font-size:13px; }
.uiX-right { border-radius:20px; padding:20px; background:rgba(76,203,112,.08); display:flex; flex-direction:column; gap:14px; min-height:200px; }
.rx-title { font-size:18px; font-weight:800; }
.rx-steps { display:flex; flex-direction:column; gap:8px; }
.rx-step { padding:10px; border-radius:12px; background:rgba(76,203,112,.12); }
.rx-note { padding:12px; border-radius:12px; background:rgba(0,170,255,.12); font-size:13px; }
.rx-warn { padding:12px; border-radius:12px; background:rgba(255,80,80,.12); font-size:13px; }


.installation * { transition:none !important; }
.installation { max-width:900px; margin:0 auto; font-size:14px; }
.installation-head { margin-bottom:20px; }
.installation-title { font-size:20px; font-weight:900; }
.installation-sub { opacity:.8; }
.installation-tabs { display:flex; gap:8px; margin-bottom:18px; flex-wrap:wrap; }
.installation-tab { padding:10px 14px; border-radius:999px; background:rgba(76,203,112,.12); cursor:pointer; font-weight:700; }
.installation-tab.active { background:#4ccb70; color:#fff; }
.installation-box { border-radius:20px; padding:18px; background:rgba(76,203,112,.08); }
.installation-box-title { font-size:16px; font-weight:900; margin-bottom:6px; }
.installation-list { display:flex; flex-direction:column; gap:8px; margin-top:10px; }
.installation-item { padding:10px 12px; border-radius:12px; background:rgba(76,203,112,.10); }
.installation-warning { margin-top:16px; padding:14px; border-radius:16px; background:rgba(255,80,80,.12); }
.installation-footer { margin-top:16px; padding:14px; border-radius:16px; background:rgba(76,203,112,.10); }



.not-download * { transition:none !important; }
.not-download-wrap { display:grid; grid-template-columns:1fr 300px; gap:20px; }
@media(max-width:900px){ .not-download-wrap { grid-template-columns:1fr; } }
.not-download-main { display:flex; flex-direction:column; gap:18px; }
.not-download-side { border-radius:20px; padding:16px; background:rgba(76,203,112,.10); height:max-content; }
.not-download-title { font-size:24px; font-weight:900; }
.not-download-sub { font-size:14px; opacity:.9; line-height:1.6; }
.not-download-box { border-radius:16px; padding:14px; background:rgba(76,203,112,.10); }
.not-download-step { display:flex; justify-content:space-between; align-items:center; padding:10px 0; font-size:14px; border-bottom:1px solid rgba(76,203,112,.12); }
.not-download-step:last-child { border-bottom:0; }
.not-download-badge { font-size:11px; padding:4px 8px; border-radius:999px; background:rgba(76,203,112,.18); white-space:nowrap; font-weight:700; }
.not-download-main-action { border-radius:16px; padding:14px; background:rgba(76,203,112,.10); font-size:14px; font-weight:600; }
.not-download-warning { border-radius:16px; padding:14px; background:rgba(255,80,80,.08); font-size:14px; }
.not-download-dns-wrap { display:flex; flex-direction:column; gap:10px; margin:10px 0; }
.not-download-dns-card { border-radius:14px; padding:12px; background:rgba(76,203,112,.14); }
.not-download-dns-title { font-weight:900; margin-bottom:6px; font-size:13px; }
.not-download-dns-ip { display:flex; justify-content:space-between; gap:8px; font-size:13px; }
.not-download-dns-ip span { background:rgba(0,0,0,.10); padding:6px 8px; border-radius:8px; font-weight:700; }
.not-download-btn, .not-download-btn:hover, .not-download-btn:visited { display:inline-block; padding:10px 14px; border-radius:12px; background:#4ccb70; color:#fff !important; text-decoration:none !important; font-weight:700; }

.screen * { transition:none !important; }
.screen { max-width:900px; margin:0 auto; }
.screen-head { margin-bottom:24px; }
.screen-title { font-size:28px; font-weight:900; margin-bottom:6px; }
.screen-sub { font-size:14px; opacity:.8; }
.screen-actions { display:flex; gap:10px; flex-wrap:wrap; margin-bottom:20px; }
.screen-chip { padding:8px 12px; border-radius:999px; background:rgba(76,203,112,.12); font-size:13px; }
.screen-card { border-radius:20px; padding:18px; background:rgba(76,203,112,.08); margin-bottom:14px; }
.screen-card-title { font-size:16px; font-weight:900; margin-bottom:6px; }
.screen-text { font-size:14px; line-height:1.7; }
.screen-steps { display:flex; flex-direction:column; gap:10px; }
.screen-step { display:flex; justify-content:space-between; padding:10px 0; border-bottom:1px solid rgba(76,203,112,.15); font-size:14px; }
.screen-highlight { border-radius:18px; padding:16px; background:rgba(76,203,112,.15); font-size:14px; margin-top:14px; }
.screen-warning { border-radius:18px; padding:16px; background:rgba(255,80,80,.10); font-size:14px; margin:18px 0; }
.screen-bottom { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:12px; }
@media(max-width:800px){ .screen-bottom { grid-template-columns:1fr; } }
.screen-mini { border-radius:16px; padding:14px; background:rgba(76,203,112,.06); }
.screen-foot { margin-top:18px; border-radius:18px; padding:16px; background:rgba(76,203,112,.10); font-size:14px; }
.screen-faq { margin-top:20px; display:flex; flex-direction:column; gap:10px; }
.screen-faq-item { border-radius:16px; background:rgba(76,203,112,.06); overflow:hidden; }
.screen-faq-q { padding:14px; cursor:pointer; font-weight:800; display:flex; justify-content:space-between; color:var(--tcolor); }
.screen-faq-a { max-height:0; overflow:hidden; padding:0 14px; font-size:14px; line-height:1.6; opacity:.85; transition:max-height .2s ease, padding .2s ease !important; }
.screen-faq-item.open .screen-faq-a { max-height:200px; padding:0 14px 14px; }