/* Variables */
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.wrapper .content-full {
  background-image: var(--background-banner-url);
  background-position-x: center;
  background-color: var(--background-banner-color);
  background-size: cover;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  background-repeat: no-repeat;
  margin-top: 110px;
}
.wrapper .content-banner-backgroung-container-top {
  position: relative;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 992px) {
  .wrapper .content-banner-backgroung-container-top {
    display: none;
  }
}
.wrapper .content-banner-backgroung-container-top .content-banner-backgroung-top {
  position: absolute;
  z-index: 1;
  margin-top: 110px;
  height: var(--main-content-margin-top);
  width: auto;
  padding: 10px 0;
  max-width: 1160px;
  max-height: max-content;
}
@media (max-width: 992px) {
  .wrapper .content-banner-backgroung-container-top .content-banner-backgroung-top {
    display: none;
  }
}
.wrapper .content-banner-backgroung-container-left .content-banner-backgroung-left {
  margin-top: calc(110px + var(--main-content-margin-top));
  position: fixed;
  z-index: 1;
  left: 0;
  max-width: 300px;
  height: auto;
}
@media (max-width: 992px) {
  .wrapper .content-banner-backgroung-container-left .content-banner-backgroung-left {
    display: none;
  }
}
@media (min-width: 1160px) and (max-width: 1500px) {
  .wrapper .content-banner-backgroung-container-left .content-banner-backgroung-left {
    max-width: 135px;
  }
}
@media (min-width: 1500px) and (max-width: 1580px) {
  .wrapper .content-banner-backgroung-container-left .content-banner-backgroung-left {
    left: 40px;
    max-width: 150px;
  }
}
@media (min-width: 1580px) and (max-width: 1660px) {
  .wrapper .content-banner-backgroung-container-left .content-banner-backgroung-left {
    max-width: 200px;
  }
}
@media (min-width: 1660px) and (max-width: 1800px) {
  .wrapper .content-banner-backgroung-container-left .content-banner-backgroung-left {
    left: 40px;
    max-width: 200px;
  }
}
@media (min-width: 1800px) and (max-width: 1900px) {
  .wrapper .content-banner-backgroung-container-left .content-banner-backgroung-left {
    left: 100px;
    max-width: 220px;
  }
}
@media (min-width: 1900px) and (max-width: 2000px) {
  .wrapper .content-banner-backgroung-container-left .content-banner-backgroung-left {
    left: 70px;
  }
}
@media (min-width: 2000px) and (max-width: 2260px) {
  .wrapper .content-banner-backgroung-container-left .content-banner-backgroung-left {
    left: 115px;
  }
}
@media (min-width: 2260px) and (max-width: 2480px) {
  .wrapper .content-banner-backgroung-container-left .content-banner-backgroung-left {
    left: 190px;
  }
}
@media (min-width: 2480px) {
  .wrapper .content-banner-backgroung-container-left .content-banner-backgroung-left {
    left: 310px;
  }
}
.wrapper .content-banner-backgroung-container-right .content-banner-backgroung-right {
  margin-top: calc(110px + var(--main-content-margin-top));
  position: fixed;
  z-index: 1;
  max-width: 300px;
  height: auto;
  right: 0;
}
@media (max-width: 992px) {
  .wrapper .content-banner-backgroung-container-right .content-banner-backgroung-right {
    display: none;
  }
}
@media (min-width: 1160px) and (max-width: 1500px) {
  .wrapper .content-banner-backgroung-container-right .content-banner-backgroung-right {
    max-width: 135px;
  }
}
@media (min-width: 1500px) and (max-width: 1580px) {
  .wrapper .content-banner-backgroung-container-right .content-banner-backgroung-right {
    max-width: 150px;
  }
}
@media (min-width: 1580px) and (max-width: 1660px) {
  .wrapper .content-banner-backgroung-container-right .content-banner-backgroung-right {
    max-width: 200px;
  }
}
@media (min-width: 1660px) and (max-width: 1800px) {
  .wrapper .content-banner-backgroung-container-right .content-banner-backgroung-right {
    right: 40px;
    max-width: 200px;
  }
}
@media (min-width: 1800px) and (max-width: 1900px) {
  .wrapper .content-banner-backgroung-container-right .content-banner-backgroung-right {
    right: 100px;
    max-width: 220px;
  }
}
@media (min-width: 1900px) and (max-width: 2000px) {
  .wrapper .content-banner-backgroung-container-right .content-banner-backgroung-right {
    right: 70px;
  }
}
@media (min-width: 2000px) and (max-width: 2260px) {
  .wrapper .content-banner-backgroung-container-right .content-banner-backgroung-right {
    right: 115px;
  }
}
@media (min-width: 2260px) and (max-width: 2480px) {
  .wrapper .content-banner-backgroung-container-right .content-banner-backgroung-right {
    right: 190px;
  }
}
@media (min-width: 2480px) {
  .wrapper .content-banner-backgroung-container-right .content-banner-backgroung-right {
    right: 310px;
  }
}
.wrapper .content.main.container {
  margin-top: calc(110px + var(--main-content-margin-top));
  z-index: 1;
  max-width: 1160px;
  padding: 0px;
}
.wrapper .content.main.container .main-row {
  --mdb-gutter-x: 0;
  border: 5px solid #ebebeb;
  border-radius: 5px 5px 0px 0px;
}
.wrapper .content.main.container .page-container-main {
  background-color: #ebebeb;
  padding-bottom: 30px;
}
.wrapper .content.main.container .page-container-single {
  background-color: #ebebeb;
  border-radius: 10px;
}
.wrapper .content.main.container .page-content-main {
  padding: 0px;
}
.wrapper .content.main.container .page-content-main .main-page-description {
  padding: 20px;
}
.wrapper .content.main.container .page-content-main .main-row {
  border: 0;
  padding: 20px;
}
.wrapper .top-banner img {
  width: 100%;
}
.wrapper .btn-standart {
  padding: 8px 15px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
}
.wrapper h1 {
  font-weight: 700;
}
.wrapper h3 {
  font-size: 19px;
}
.wrapper .title-h1 {
  font-size: 100%;
}
.content {
  flex: 1 0 auto;
}
header {
  flex: 0 0 auto;
}
footer {
  flex: 0 0 auto;
}
.header__elements .offcanvas {
  z-index: 999999;
}
.header__search .search-header #search-run {
  display: none;
}
.header__search .search-header #search-addon {
  cursor: pointer;
}
@media (min-width: 979px) {
  ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
    /* для раскрывания субменю по наведению */
    display: block;
  }
  .comment-list .children {
    /* для комментов */
    padding: 0;
    margin-left: 74px;
    padding-bottom: 15px;
  }
  .comment-list .media {
    margin-top: 0;
  }
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.page-content-main {
  background-color: #ffffff;
  max-width: 1160px;
  border: 5px solid #ebebeb;
  border-radius: 5px 5px 0px 0px;
}
.footer {
  width: 100%;
  background-color: #eff3f6;
  z-index: 1;
  margin-bottom: 0px;
}
.footer .footer-container {
  max-width: 1160px;
  padding: 0px;
  padding: 20px;
}
.footer .footer-container a {
  color: #000000;
}
.wrapper .header {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
}
.wrapper .header .after-header-profile-banner img {
  max-width: 140px;
}
.wrapper .navbar-header {
  display: block;
  padding: 0px;
}
.wrapper .navbar-header .header__container {
  height: auto;
}
.wrapper .navbar-header .header__container .header__logo {
  height: 60px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
}
.wrapper .navbar-header .header__container .header__logo i {
  margin: 10px;
}
.wrapper .navbar-header .header__container .header__logo img {
  max-height: 50px;
  width: auto;
}
.wrapper .navbar-header .header__container .header__option {
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
.wrapper .navbar-header .header__container .header__option .header__profile {
  display: flex;
}
.wrapper .navbar-header .header__container .header__option .header__profile img {
  width: 18px;
}
.wrapper .navbar-header .header__container .header__option .header__profile .group-profile {
  margin: 0px 5px;
}
.wrapper .navbar-header .header__container .header__option .header__profile .group-cart {
  margin: 0px 5px;
}
.wrapper .navbar-header .header__container .header__option .header__profile .btn-profile {
  background-color: #bbb9b9;
}
.wrapper .navbar-header .header__container .header__option .header__profile .btn-account {
  background-color: #f08729;
}
.wrapper .navbar-header .header__container .header__option .header__profile .btn-account .wallet {
  display: none;
}
.wrapper .navbar-header .header__container .header__option .header__profile .btn-cart-open {
  background-color: #0057a4;
}
.wrapper .navbar-header .header__container .header__option .header__profile .btn-wallet {
  background-color: #87cd39;
}
.wrapper .navbar-header .header__container .header__option .header__search .search-header {
  position: fixed;
  display: none;
  z-index: 10000;
  width: 100%;
  left: 0;
  top: 0;
  padding: 55px 80px;
  text-align: -webkit-center;
  background-color: #ffffff;
}
.wrapper .navbar-header .header__container .header__option .header__search .search-header .input-group {
  max-width: 1160px;
}
.wrapper .navbar-header .header__container .header__option .header__search .search-header #search-header-close {
  align-self: center;
  margin-left: 20px;
}
.wrapper .navbar-header .header__container .header__option .header__search .search-prev .search-icon {
  cursor: pointer;
  background-color: #0057a4;
  border-radius: 20px;
  width: 40px;
  padding: 12px;
}
.wrapper .navbar-header .header__menu {
  background-color: #eff3f6;
}
.wrapper .navbar-header .header__menu .offcanvas-body {
  font-weight: 700;
}
.wrapper .navbar-header .header__menu .offcanvas-body #top-nav-ul {
  width: 100%;
}
.wrapper .navbar-header .header__menu .offcanvas-body #top-nav-ul .main-menu-item.menu-item-has-children .sub-menu-container {
  position: absolute;
  display: none;
  padding-top: 10px;
  background: #eff3f6;
}
.wrapper .navbar-header .header__menu .offcanvas-body #top-nav-ul .main-menu-item.menu-item-has-children .sub-menu-container ul {
  list-style: none;
  padding-left: 0px;
  text-align: left;
}
.wrapper .navbar-header .header__menu .offcanvas-body #top-nav-ul .main-menu-item.menu-item-has-children .sub-menu-container .sub-menu-item .sub-menu-link {
  display: block;
  padding: 10px 20px;
  color: #000000;
}
.wrapper .navbar-header .header__menu .offcanvas-body #top-nav-ul .main-menu-item.menu-item-has-children .sub-menu-container .sub-menu-item .sub-menu-link:hover,
.wrapper .navbar-header .header__menu .offcanvas-body #top-nav-ul .main-menu-item.menu-item-has-children .sub-menu-container .sub-menu-item .sub-menu-link:focus {
  background: #ffffff;
  color: #0057a4;
}
.wrapper .navbar-header .header__menu .offcanvas-body #top-nav-ul .scroll-sub-menu {
  display: block;
}
.wrapper .navbar-header .header__menu .offcanvas-body #top-nav-ul .scroll-sub-menu.flip {
  transform: rotate(180deg);
}
.wrapper .navbar-header .header__menu .offcanvas-body #top-nav-ul > * {
  flex: 1 1;
  padding: 18px 0px 8px 0px;
  font-size: 12px;
  text-wrap: nowrap;
  flex-basis: content;
  text-align: center;
  line-height: 1;
}
.wrapper .navbar-header .header__menu .offcanvas-body #top-nav-ul > * a {
  color: #000000;
}
.wrapper .navbar-header .header__menu .offcanvas-body #top-nav-ul > *:last-child {
  background-color: #f08729;
  height: 150%;
  border-radius: 0px 0px 10px 10px;
}
.wrapper .navbar-header .header__menu .offcanvas-body #top-nav-ul > *:last-child a {
  color: #fff;
}
.wrapper .navbar-header .header__menu .offcanvas-body .dropdown-menu {
  padding: 10px;
  background-color: #eff3f6;
  line-height: 1.75;
  font-size: 13px;
}
.wrapper .navbar-header .header__menu .navbar-toggler {
  height: 40px;
}
.wrapper .navbar-header .header__menu .mobile-menu .search-prev-mobile {
  display: none;
  place-self: center;
  padding-right: 10px;
}
.wrapper .navbar-header .header__menu .mobile-menu .search-prev-mobile .search-icon {
  cursor: pointer;
  background-color: #0057a4;
  border-radius: 20px;
  padding: 8px;
  width: 32px;
  height: 32px;
}
.wrapper .navbar-header .header__menu .mobile-menu .profile-menu {
  display: none;
  align-items: center;
}
.wrapper .navbar-header .header__menu .mobile-menu .profile-menu img {
  width: 18px;
}
.wrapper .navbar-header .header__menu .mobile-menu .profile-menu .group-cart {
  padding: 0px 5px;
}
.wrapper .navbar-header .header__menu .mobile-menu .profile-menu .btn-profile {
  background-color: #bbb9b9;
}
.wrapper .navbar-header .header__menu .mobile-menu .profile-menu .btn-account {
  background-color: #f08729;
}
.wrapper .navbar-header .header__menu .mobile-menu .profile-menu .btn-account .wallet {
  display: none;
}
.wrapper .navbar-header .header__menu .mobile-menu .profile-menu .btn-cart-open {
  background-color: #0057a4;
}
.wrapper .navbar-header .header__menu .mobile-menu .profile-menu .btn-wallet {
  background-color: #87cd39;
}
.wrapper .navbar-header .header__menu .mobile-menu .profile-menu .btn-standart {
  padding: 6px 10px;
  height: 32px;
}
.wrapper .navbar-header .group-profile .btn-account img {
  border-radius: 50%;
}
@media (max-width: 568px) {
  .wrapper .header .navbar-header .header__container .header__option {
    padding: 0px;
  }
  .wrapper .header .navbar-header .header__container .header__option .header__search .search-header {
    padding: 55px 10px;
  }
  .wrapper .header .navbar-header .header__container .header__option .after-header-profile-banner {
    padding-right: 10px;
  }
  .wrapper .header .navbar-header .header__container .header__option .after-header-profile-banner img {
    max-width: 100px;
  }
  .wrapper .header .navbar-header .header__container .header__option .header__profile .btn-account .label {
    display: none;
  }
  .wrapper .header .navbar-header .header__container .header__option .header__profile .btn-cart-open .label {
    display: none;
  }
  .wrapper .header .navbar-header .header__container .header__option .header__profile .btn-wallet img {
    display: none;
  }
  .wrapper .header .navbar-header .header__menu .mobile-menu .profile-menu .btn-wallet img {
    display: none;
  }
  .wrapper .header .navbar-header .header__menu .mobile-menu .profile-menu .btn-cart-open .label {
    display: none;
  }
}
@media (min-width: 569px) and (max-width: 758px) {
  .wrapper .header .navbar-header .header__container .header__option .header__search .search-header {
    padding: 55px 50px;
  }
  .wrapper .header .navbar-header .header__container .header__option .after-header-profile-banner {
    text-align: center;
    padding: 5px 0px;
  }
}
@media (max-width: 991px) {
  .wrapper .header .navbar-header .header__container .header__option .header__search {
    padding-right: 10px;
  }
  .wrapper .header .navbar-header .header__container .header__option .header__search .search-prev {
    display: none;
  }
  .wrapper .header .navbar-header .header__container .header__option .header__profile {
    display: none;
  }
  .wrapper .header .navbar-header .header__menu .mobile-menu {
    display: flex;
    justify-content: space-between;
  }
  .wrapper .header .navbar-header .header__menu .mobile-menu .profile-menu {
    display: flex;
  }
  .wrapper .header .navbar-header .header__menu .mobile-menu .search-prev-mobile {
    display: block;
  }
  .wrapper .header .navbar-header .header__menu .offcanvas {
    max-width: 270px;
  }
  .wrapper .header .navbar-header .header__menu .offcanvas-body #top-nav-ul .main-menu-item {
    text-align: start;
  }
  .wrapper .header .navbar-header .header__menu .offcanvas-body #top-nav-ul .main-menu-item .scroll-sub-menu {
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
  }
  .wrapper .header .navbar-header .header__menu .offcanvas-body #top-nav-ul .main-menu-item .sub-menu-container {
    background: #ffffff;
  }
  .wrapper .header .navbar-header .header__menu .offcanvas-body #top-nav-ul .main-menu-item:last-child {
    background-color: #ffffff;
    border: 0;
  }
  .wrapper .header .navbar-header .header__menu .offcanvas-body #top-nav-ul .main-menu-item:last-child a {
    color: #0057a4;
  }
  .wrapper .header .navbar-header .header__menu .offcanvas-body #top-nav-ul .main-menu-item.menu-item-has-children .sub-menu-container {
    position: relative;
  }
  .wrapper .header .navbar-header .header__menu .offcanvas-body #top-nav-ul > * {
    flex-wrap: wrap;
  }
}
@media (max-width: 400px) {
  .wrapper .header .navbar-header .header__container .header__logo img {
    max-width: 80px;
  }
  .wrapper .header .navbar-header .header__container .header__option .after-header-profile-banner img {
    max-width: 80px;
  }
  .wrapper .header .navbar-header .header__menu .mobile-menu .profile-menu .group-profile .btn-wallet {
    display: none;
  }
  .wrapper .header .navbar-header .header__menu .mobile-menu .profile-menu .group-profile .btn-account .wallet {
    display: contents;
  }
  .wrapper .header .navbar-header .header__menu .mobile-menu .profile-menu .group-profile .btn-account .label {
    display: none;
  }
}
.orders h3 {
  padding: 10px;
  margin-bottom: 0px;
}
.orders .orders-preview {
  overflow-x: auto;
  background-color: #ffffff;
  padding: 10px 6px;
}
.orders .orders-preview .no-orders-message {
  text-align: center;
  padding: 30px;
  font-size: 16px;
}
.orders .orders-preview .orders-table .order-preview img {
  width: 24px;
}
.orders .orders-preview .orders-table .order-preview .btn-more {
  background-color: #87cd39;
  color: #ffffff;
  padding: 4px 10px;
}
.orders .orders-preview .orders-table th,
.orders .orders-preview .orders-table td {
  padding: 4px;
}
.orders .orders-preview .orders-table tr:nth-child(2n) {
  background-color: #ebebeb;
}
.orders #payment-add select {
  white-space: pre-wrap;
}
.orders #payment-add select option {
  white-space: pre-wrap;
}
.profile h2 {
  padding: 10px;
  background-color: #0057a4;
  color: #ffffff;
  border-radius: 5px 5px 0px 0px;
}
.profile .profile-nav {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 5px 5px;
}
.profile .profile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media (max-width: 768px) {
  .profile .profile-nav ul {
    flex-direction: column;
  }
}
.profile .profile-nav ul li a {
  display: block;
  padding: 15px 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #0057a4;
}
@media (max-width: 768px) {
  .profile .profile-nav ul li a {
    padding: 12px 15px;
    text-align: center;
  }
}
.profile .profile-nav ul li a:hover {
  background-color: rgba(0, 87, 164, 0.1);
}
.profile .profile-nav ul li a.active {
  color: #0057a4;
  font-weight: 600;
  border-bottom: 3px solid #0057a4;
  background-color: rgba(0, 87, 164, 0.05);
}
.profile .content-profile {
  background-color: #ebebeb;
  padding: 20px;
}
@media (max-width: 1200px) {
  .profile .content-profile {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .profile .content-profile {
    padding: 10px;
  }
}
.profile .content-profile .row-info {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .profile .content-profile .row-info {
    flex-direction: column;
    gap: 15px;
  }
}
.profile .content-profile .row-info i {
  font-size: 24px;
}
.profile .content-profile .row-info h3 a {
  color: #0057a4;
}
.profile .content-profile .profile-section {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px 30px;
  min-width: 0;
}
@media (max-width: 1200px) {
  .profile .content-profile .profile-section {
    padding: 20px 25px;
  }
}
@media (max-width: 768px) {
  .profile .content-profile .profile-section {
    padding: 15px 20px;
    width: 100% !important;
  }
}
.profile .content-profile .profile-section h3 {
  margin: 0 0 20px 0;
  font-size: 18px;
}
.profile .content-profile .profile-section.profile-info {
  height: 100%;
}
.profile .content-profile .profile-section.profile-info .profile-header {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .profile .content-profile .profile-section.profile-info .profile-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    margin-bottom: 15px;
  }
}
.profile .content-profile .profile-section.profile-info .profile-header .profile-picture {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .profile .content-profile .profile-section.profile-info .profile-header .profile-picture {
    width: 80px;
    height: 80px;
    margin-right: 15px;
  }
}
.profile .content-profile .profile-section.profile-info .profile-header .profile-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile .content-profile .profile-section.profile-info .profile-header .profile-details {
  flex: 1;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .profile .content-profile .profile-section.profile-info .profile-header .profile-details {
    padding-top: 0;
  }
}
.profile .content-profile .profile-section.profile-info .profile-header .profile-details h3 {
  margin: 0 0 25px 0;
  font-size: 28px;
  font-weight: bold;
  color: #0057a4;
}
@media (max-width: 1200px) {
  .profile .content-profile .profile-section.profile-info .profile-header .profile-details h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .profile .content-profile .profile-section.profile-info .profile-header .profile-details h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.profile .content-profile .profile-section.profile-info .profile-header .profile-details .registration-date {
  color: #666;
  margin-bottom: 25px;
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
@media (max-width: 768px) {
  .profile .content-profile .profile-section.profile-info .profile-header .profile-details .registration-date {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.profile .content-profile .profile-section.profile-info .profile-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.profile .content-profile .profile-section.profile-info .profile-actions .telegram {
  display: flex;
  align-items: center;
  gap: 8px;
}
.profile .content-profile .profile-section.profile-info .profile-actions .telegram:hover .text i {
  color: #0057a4;
}
.profile .content-profile .profile-section.profile-info .profile-actions .telegram .text {
  font-size: 15px;
  color: #495057;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.profile .content-profile .profile-section.profile-info .profile-actions .telegram .text i {
  padding-right: 6px;
}
.profile .content-profile .profile-section.profile-info .profile-actions .telegram .name {
  font-size: 15px;
  font-weight: 500;
  color: #212529;
}
.profile .content-profile .profile-section.profile-info .profile-actions .logout-section .btn-logout {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  color: #212529;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s;
}
.profile .content-profile .profile-section.profile-info .profile-actions .logout-section .btn-logout i {
  color: #4f4f4f;
  font-size: 18px;
}
.profile .content-profile .profile-section.profile-info .profile-actions .logout-section .btn-logout:hover {
  background: #f8f9fa;
  border-color: #ced4da;
}
@media (max-width: 768px) {
  .profile .content-profile .profile-section.profile-info .profile-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .profile .content-profile .profile-section.profile-info .profile-actions .telegram .text,
  .profile .content-profile .profile-section.profile-info .profile-actions .telegram .name {
    font-size: 14px;
  }
  .profile .content-profile .profile-section.profile-info .profile-actions .logout-section {
    width: 100%;
  }
  .profile .content-profile .profile-section.profile-info .profile-actions .logout-section .btn-logout {
    width: 100%;
    justify-content: center;
  }
}
.profile .content-profile .profile-section.profile-info .logout-section {
  margin-top: 5px;
}
.profile .content-profile .profile-section.profile-info .logout-section .btn-danger {
  background-color: #dc3545;
  color: white;
  padding: 8px 20px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
}
.profile .content-profile .profile-section.profile-info .logout-section .btn-danger:hover {
  background-color: #c82333;
}
.profile .content-profile .profile-section.level-info {
  display: flex;
  flex-direction: column;
}
.profile .content-profile .profile-section.level-info .level-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.profile .content-profile .profile-section.level-info .level-header .level-img {
  color: #ffc414;
  transition: transform 0.3s ease;
}
.profile .content-profile .profile-section.level-info .level-header .level-img:hover {
  transform: scale(1.1);
}
.profile .content-profile .profile-section.level-info .level-header .level-text {
  font-size: 20px;
  font-weight: bold;
  color: #0057a4;
}
.profile .content-profile .profile-section.level-info .level-stats {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.profile .content-profile .profile-section.level-info .level-stats .stat-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.profile .content-profile .profile-section.level-info .level-stats .stat-item .stat-label {
  color: #666;
}
.profile .content-profile .profile-section.level-info .level-stats .stat-item .stat-value {
  font-weight: bold;
  color: #0057a4;
}
.profile .content-profile .profile-section.level-info .level-stats .level-progress {
  margin-top: auto;
  text-align: center;
  color: #0057a4;
  font-weight: 500;
  padding-top: 15px;
}
.profile .content-profile .profile-section.balance-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.profile .content-profile .profile-section.balance-info .balance-header {
  margin-bottom: 15px;
}
.profile .content-profile .profile-section.balance-info .balance-header .currency-sign {
  font-size: 32px;
  color: #0057a4;
  margin-right: 10px;
}
.profile .content-profile .profile-section.balance-info .balance-header .balance-label {
  font-size: 24px;
  font-weight: bold;
}
.profile .content-profile .profile-section.balance-info .balance-amount {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
}
.profile .content-profile .profile-section.balance-info .btn-replenish {
  padding: 12px 35px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  min-width: 160px;
}
.profile .content-profile .profile-section.reviews,
.profile .content-profile .profile-section.referral-system {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.profile .content-profile .profile-section.reviews .section-header,
.profile .content-profile .profile-section.referral-system .section-header {
  margin-bottom: 15px;
}
.profile .content-profile .profile-section.reviews .section-header h3,
.profile .content-profile .profile-section.referral-system .section-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.profile .content-profile .profile-section.reviews .section-count,
.profile .content-profile .profile-section.referral-system .section-count {
  font-size: 16px;
  margin-bottom: 25px;
  color: #666;
}
.profile .content-profile .profile-section.reviews .section-count .count,
.profile .content-profile .profile-section.referral-system .section-count .count {
  font-size: 24px;
  font-weight: bold;
  color: #0057a4;
  display: block;
  margin-bottom: 5px;
}
.profile .content-profile .profile-section.reviews .btn,
.profile .content-profile .profile-section.referral-system .btn {
  padding: 12px 35px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  min-width: 160px;
}
.profile .content-profile .profile-section.analytics {
  padding: 0;
  overflow: hidden;
}
.profile .content-profile .profile-section.analytics .user-stats {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding: 25px 30px;
  border-top: 1px solid #E5E7EB;
  width: 100%;
  border-radius: 0 0 10px 10px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .profile .content-profile .profile-section.analytics .user-stats {
    padding: 20px;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .profile .content-profile .profile-section.analytics .user-stats {
    padding: 15px;
    gap: 15px;
  }
}
.profile .content-profile .profile-section.analytics .user-stats .stat-group {
  flex: 1;
  min-width: 200px;
}
@media (max-width: 768px) {
  .profile .content-profile .profile-section.analytics .user-stats .stat-group {
    min-width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .profile .content-profile .profile-section.analytics .user-stats .stat-group {
    min-width: 100%;
  }
}
.profile .content-profile .profile-section.analytics .user-stats .stat-group .stat-title-header {
  font-size: 14px;
  font-weight: 500;
  color: #4B5563;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .profile .content-profile .profile-section.analytics .user-stats .stat-group .stat-title-header {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.profile .content-profile .profile-section.analytics .user-stats .stat-group .stat-col {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: #F9FAFB;
  border-radius: 8px;
  transition: all 0.2s ease;
  min-height: 90px;
  box-sizing: border-box;
}
.profile .content-profile .profile-section.analytics .user-stats .stat-group .stat-col:hover {
  background: #F3F4F6;
}
.profile .content-profile .profile-section.analytics .user-stats .stat-group .stat-col:hover i {
  color: #0057a4;
}
@media (max-width: 768px) {
  .profile .content-profile .profile-section.analytics .user-stats .stat-group .stat-col {
    padding: 12px;
    gap: 12px;
    min-height: 80px;
  }
}
@media (max-width: 480px) {
  .profile .content-profile .profile-section.analytics .user-stats .stat-group .stat-col {
    padding: 10px;
    min-height: 70px;
  }
}
.profile .content-profile .profile-section.analytics .user-stats .stat-group .stat-col .stat-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .profile .content-profile .profile-section.analytics .user-stats .stat-group .stat-col .stat-icon {
    width: 38px;
    height: 38px;
  }
}
.profile .content-profile .profile-section.analytics .user-stats .stat-group .stat-col .stat-info {
  flex: 1;
  min-width: 0;
}
.profile .content-profile .profile-section.analytics .user-stats .stat-group .stat-col .stat-info .stat-value {
  font-size: 24px;
  font-weight: bold;
  color: #0057a4;
  margin-bottom: 4px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .profile .content-profile .profile-section.analytics .user-stats .stat-group .stat-col .stat-info .stat-value {
    font-size: 20px;
  }
}
.profile .content-profile .profile-section.analytics .user-stats .stat-group .stat-col .stat-info .stat-title {
  font-size: 14px;
  color: #666;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .profile .content-profile .profile-section.analytics .user-stats .stat-group .stat-col .stat-info .stat-title {
    font-size: 13px;
  }
}
.profile .content-profile .profile-section .all-orders {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile .content-profile .profile-section .all-orders a {
  color: #0057a4;
}
.profile .content-profile .profile-section.my-orders {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100% !important;
}
.profile .content-profile .profile-section.my-orders .order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.profile .content-profile .profile-section.my-orders .order-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.profile .content-profile .profile-section.my-orders .order-header h3 .order-number {
  color: #0057a4;
  font-weight: 600;
}
.profile .content-profile .profile-section.service-help .service-menu {
  margin-top: 20px;
}
.profile .content-profile .profile-section.service-help .service-menu .service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
}
.profile .content-profile .profile-section.service-help .service-menu .service-button {
  flex: 0 1 calc(33.333% - 10px);
  min-width: 200px;
  padding: 12px 20px;
  background-color: #f5f5f5;
  border-radius: 8px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  display: flex;
}
.profile .content-profile .profile-section.service-help .service-menu .service-button:hover {
  background-color: #e8e8e8;
  transform: translateX(5px);
}
.profile .content-profile .profile-section.service-help .service-menu .service-button:hover i {
  color: #0057a4;
}
.profile .content-profile .profile-section.service-help .service-menu .service-button:active {
  background-color: #dadada;
}
.profile .content-profile .profile-section.service-help .service-menu .service-button i {
  color: #888;
  margin-right: 0.35em;
}
.profile .content-profile .profile-section.service-help .service-menu .service-button img {
  width: 24px;
  height: auto;
  max-height: 24px;
  margin-right: 0.5em;
}
@media (max-width: 1200px) {
  .profile .content-profile .profile-section.service-help .service-menu .service-button {
    flex: 0 1 calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .profile .content-profile .profile-section.service-help .service-menu .service-grid {
    gap: 10px;
  }
  .profile .content-profile .profile-section.service-help .service-menu .service-button {
    flex: 1 1 100%;
    min-width: unset;
    padding: 10px 16px;
  }
}
.profile .content-profile .row-1 {
  height: 300px;
}
@media (max-width: 768px) {
  .profile .content-profile .row-1 {
    height: auto;
  }
}
.profile .content-profile .row-1 .profile-info {
  width: calc(55% - 10px);
}
.profile .content-profile .row-1 .level-info {
  width: calc(45% - 10px);
}
.profile .content-profile .row-2 .profile-section {
  width: calc(33.33% - 14px) !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px 20px;
}
.profile .content-profile .row-2 .profile-section .section-header {
  margin-bottom: 15px;
  width: 100%;
}
.profile .content-profile .row-2 .profile-section .section-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.profile .content-profile .row-2 .profile-section .section-count {
  margin-bottom: 25px;
  width: 100%;
}
.profile .content-profile .row-2 .profile-section .section-count .count {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #0057a4;
  margin-bottom: 5px;
}
.profile .content-profile .row-2 .profile-section .btn {
  padding: 12px 35px;
  font-size: 16px;
  font-weight: 500;
  min-width: 160px;
  margin-top: auto;
  background-color: #0057a4;
}
@media (max-width: 768px) {
  .profile .content-profile .row-2 .profile-section {
    width: 100% !important;
    padding: 20px 15px;
  }
  .profile .content-profile .row-2 .profile-section .section-header h3 {
    font-size: 16px;
  }
  .profile .content-profile .row-2 .profile-section .section-count .count {
    font-size: 20px;
  }
  .profile .content-profile .row-2 .profile-section .btn {
    padding: 10px 30px;
    font-size: 14px;
    min-width: 140px;
  }
}
.profile .content-profile .row-3 .profile-section.my-orders {
  width: 100% !important;
}
.profile .content-profile .row-3 .profile-section.my-orders .order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.profile .content-profile .row-3 .profile-section.my-orders .order-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.profile .content-profile .row-3 .profile-section.my-orders .order-header h3 .order-number {
  color: #0057a4;
  font-weight: 600;
}
@media (max-width: 768px) {
  .profile .content-profile .row-4 {
    height: auto;
  }
}
.profile .content-profile .row-4 .analytics {
  width: 100%;
}
@media (max-width: 768px) {
  .profile .content-profile .row-5 {
    height: auto;
  }
}
.profile .content-profile .row-5 .similar-products {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .profile .content-profile .row-6 {
    height: auto;
  }
}
.profile .content-profile .row-6 .service-help {
  width: 100%;
}
.order-block h3 {
  padding: 10px;
  margin-bottom: 0px;
}
.order-block .order-info-block {
  padding: 6px;
  margin-bottom: 10px;
}
.order-block .order-info-block a {
  color: #0057a4;
}
.order-block .order-info {
  background-color: #ffffff;
  overflow-x: auto;
}
.order-block .order-info .order-table {
  padding-top: 10px;
}
.order-block .order-info .order-table .product-table-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.order-block .order-info .order-table .product-table-button .create-review {
  padding: 6px;
  line-height: 1;
  font-size: 12px;
  text-transform: none;
  background: #0057a4;
  color: white;
}
.order-block .order-info .order-table .dowload-order {
  position: relative;
}
.order-block .order-info .order-table .dowload-order:hover {
  opacity: 0.9;
}
.order-block .order-info .order-table .dowload-order .small-download {
  font-size: 12px;
  margin-left: 3px;
  font-weight: bold;
  position: absolute;
  color: #ffffff;
}
.order-block .order-info .order-table .dowload-order img {
  background-color: #87cd39;
  width: 54px;
  padding: 10px 4px 4px 4px;
  border-radius: 5px;
}
.order-block .order-info .order-table th,
.order-block .order-info .order-table td {
  padding: 4px;
}
.order-block .order-info .order-table tr:nth-child(2n) {
  background-color: #eff3f6;
}
.popup-banner .popup-body {
  border: 3px solid #0057a4;
  border-radius: 20px;
}
.popup-banner .popup-body .popup-img {
  top: -15px;
  left: 0;
}
.popup-banner .popup-body .popup-img img {
  border-radius: 15px;
  height: 80px;
}
.popup-banner .popup-body .popup-close {
  font-size: 20px;
  color: #0057a4;
}
.popup-banner .popup-body .popup-button {
  background-color: #0057a4;
  color: #ffffff;
}
@media (max-width: 991px) {
  #popup-banner {
    display: none;
  }
}
.conference-categories-root .categories-list {
  background: #ffffff;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.conference-categories-root .categories-list .category-list {
  padding: 2px 20px;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  font-size: 14px;
  color: #444444;
  margin: 4px;
}
.conference-categories-root .categories-list .category-list.active {
  color: #ffffff;
  border-color: #87cd39;
  background: #87cd39;
}
.categories-block .category .conferences-block {
  padding: 10px 0px;
}
.categories-block .category .conferences-block .conference-block {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  padding: 10px;
}
.categories-block .category .conferences-block .conference-block .block {
  padding: 0 10px;
}
.categories-block .category .conferences-block .conference-block .block .label {
  text-align: start;
  font-size: 13px;
  font-weight: bold;
}
.categories-block .category .conferences-block .conference-block .block .info .label {
  font-size: 16px;
  float: left;
  padding-right: 4px;
}
.categories-block .category .conferences-block .conference-block .thumb {
  margin: 0px 10px;
  text-align: center;
  width: 250px;
  padding: 0;
  overflow: hidden;
  align-self: center;
  box-shadow: 0 4px 4px 0 #ebebeb;
  border-radius: 5px;
}
.categories-block .category .conferences-block .conference-block .thumb img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.categories-block .category .conferences-block .conference-block .thumb .tablet {
  display: none;
}
.categories-block .category .conferences-block .conference-block .conference-name {
  width: 100%;
  margin: 0px;
}
.categories-block .category .conferences-block .conference-block .conference-name .options {
  display: flex;
  justify-content: space-between;
}
.categories-block .category .conferences-block .conference-block .conference-name .options .min-pay {
  padding: 0px 10px;
}
.categories-block .category .conferences-block .conference-block .conference-info {
  margin: 0px 10px;
  padding: 0;
  text-align: center;
  display: grid;
  align-content: space-evenly;
}
.categories-block .category .conferences-block .conference-block a {
  color: #000000;
  text-decoration: none;
}
.categories-block .category .conferences-block .conference-block a:hover {
  color: #0057a4;
}
.categories-block .category .conferences-block .conference-block a h3 {
  font-size: 120%;
  font-weight: normal;
}
.categories-block .category .conferences-block .more-conferences {
  text-align: center;
  padding: 10px 0px;
}
.categories-block .category .conferences-block .more-conferences a {
  color: #000000;
}
@media (max-width: 768px) {
  .categories-block .category .conferences-block {
    margin: 0px 10px;
  }
  .categories-block .category .conferences-block .conference-block {
    background-color: #ffffff;
    display: block;
  }
  .categories-block .category .conferences-block .conference-block .thumb {
    display: flex;
    justify-content: space-between;
    width: auto;
    margin: 0px;
    border-radius: 0;
    border-bottom: 1px solid #eff3f6;
  }
  .categories-block .category .conferences-block .conference-block .thumb .tablet {
    display: block;
    margin: 0px;
  }
  .categories-block .category .conferences-block .conference-block .conference-info {
    display: none;
  }
}
@media (max-width: 568px) {
  .categories-block .category .conferences-block .conference-block {
    margin-left: 0;
    margin-right: 0;
  }
  .categories-block .category .conferences-block .conference-block .conference-name .options {
    display: block;
  }
  .categories-block .category .conferences-block .conference-block .service-info {
    display: block;
  }
}
.content-show .content-block-single .content-post .info .conference-time,
.content-show .content-block-single .content-post .info .conference-location {
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #f08729;
}
.content-show .content-block-single .content-post .info .conference-time span,
.content-show .content-block-single .content-post .info .conference-location span {
  color: #0057a4;
}
.categories-block .category .contents-block .content-block {
  background-color: #ffffff;
  border: 5px solid #ebebeb;
  padding: 10px 0px;
  display: flex;
  flex-wrap: wrap;
}
.categories-block .category .contents-block .content-block .thumb {
  align-self: center;
}
.categories-block .category .contents-block .content-block .thumb .content-thumb img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.categories-block .category .contents-block .content-block .thumb .no-thumb {
  text-align: center;
  font-size: 24px;
  color: #0057a4;
  opacity: 0.4;
}
.categories-block .category .contents-block .content-block .info {
  padding: 10px;
}
.categories-block .category .contents-block .content-block .info .content-name {
  font-size: 28px;
}
.categories-block .category .contents-block .content-block .info .content-name a {
  color: #0057a4;
}
.categories-block .category .contents-block .content-block .info .content-name a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.categories-block .category .contents-block .more-contents {
  text-align: center;
  padding: 10px 0px;
}
.categories-block .category .contents-block .more-contents a {
  color: #000000;
}
.category-show .page.type-page.post-type-content {
  padding: 0px;
  border: 5px solid #ebebeb;
}
.content-show {
  padding-bottom: 30px;
  border-radius: 5px 5px 0px 0px;
  background-color: #eff3f6;
  border: 5px solid #ebebeb;
}
.content-show .content-block-single {
  background-color: #ffffff;
}
.content-show .content-block-single .content-post {
  padding: 10px;
  contain: content;
}
.content-show .content-block-single .content-post .thumb {
  float: left;
  padding-right: 16px;
  padding-bottom: 10px;
}
.content-show .content-block-single .content-post .thumb img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .content-show .content-block-single .content-post .thumb {
    float: none;
  }
  .content-show .content-block-single .content-post .thumb img {
    width: 100%;
    height: auto;
  }
}
.console-categories-root .categories-list {
  background: #ffffff;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.console-categories-root .categories-list .category-list {
  padding: 2px 20px;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  font-size: 14px;
  color: #444444;
  margin: 4px;
}
.console-categories-root .categories-list .category-list.active {
  color: #ffffff;
  border-color: #87cd39;
  background: #87cd39;
}
.consoles-block {
  padding: 10px 0px;
}
.consoles-block a {
  color: #0057a4;
}
.consoles-block .more-consoles {
  text-align: center;
  padding: 10px 0px;
}
.consoles-block .more-consoles a {
  color: #000000;
}
.consoles-block .description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.console-block {
  background-color: #ffffff;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
}
.console-block .console-info {
  display: flex;
  padding: 10px;
  position: relative;
  height: auto;
}
@media (min-width: 769px) and (max-width: 991px) {
  .console-block .console-info .thumb {
    max-height: 400px;
  }
}
@media (min-width: 992px) {
  .console-block .console-info .thumb {
    max-height: 300px;
  }
}
.console-block .console-info .gallery-thumb {
  width: 33%;
  padding-right: 20px;
}
.console-block .console-info .gallery-thumb .thumb img {
  max-width: 100%;
  max-height: 100%;
}
.console-block .console-info .description {
  width: 67%;
  overflow-wrap: break-word;
}
@media (min-width: 769px) {
  .console-block .console-info .description .description-fields {
    display: flex;
  }
  .console-block .console-info .description .description-fields .short-description {
    width: 50%;
  }
}
.console-block .console-info .description .title {
  color: black;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
}
.console-block .console-info .description .title:hover {
  color: #0057a4;
}
.console-block .console-info .description .price {
  position: absolute;
  padding: 6px 24px;
  border-radius: 5px;
  text-decoration: none;
  background: #4E9DD6;
  color: white;
  right: 10px;
  bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.console-block .console-option .comment {
  border-top: 1px solid #eff3f6;
  padding: 10px;
}
.console-block .console-button {
  place-self: end;
}
.console-block .console-button .console-btn {
  background-color: #0057a4;
  color: #ffffff;
  font-size: 100%;
  text-transform: none;
  padding: 6px 15px;
}
.console-block .console-button .console-btn:hover {
  text-decoration: none;
  opacity: 0.9;
}
.console-block .sold-banner {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 200px;
  z-index: 10;
}
@media (max-width: 567px) {
  .console-block .sold-banner {
    width: 100%;
    padding-left: 20px;
  }
}
.console-block .sold-banner .img-sold {
  width: 100%;
}
@media (min-width: 992px) {
  .console-block-single .console-block .console-info {
    height: 440px;
  }
  .console-block-single .console-block .console-info .thumb {
    height: 420px;
  }
}
@media (max-width: 768px) {
  .consoles-block {
    margin: 0px 10px;
  }
  .console-block .console-info {
    display: block;
  }
  .console-block .console-info .gallery-thumb {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 0px;
  }
  .console-block .console-info .description {
    width: 100%;
  }
}
.console-show {
  padding-bottom: 30px;
  border-radius: 5px 5px 0px 0px;
  background-color: #eff3f6;
  border: 5px solid #ebebeb;
}
.console-show .console-block-single {
  border-radius: 10px;
}
.console-show .console-block-single .console {
  display: flex;
  flex-direction: column;
  padding: 0px 10px 20px;
}
.console-show .console-block .apps-title,
.console-show .console-block .faq-title {
  align-content: center;
}
.console-show .console-block .apps-title h2,
.console-show .console-block .faq-title h2 {
  margin-bottom: 0;
}
.console-show .console-block .apps .app {
  border-bottom: 10px solid #f08729;
}
.console-show .console-block .apps .app:last-child {
  border-bottom: 0;
}
.console-show .console-block .faq {
  padding: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f08729;
}
.console-show .console-block .faq img {
  max-width: 50px;
}
.console-show .console-block .faq .faq-ask,
.console-show .console-block .faq .faq-answer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 20px;
}
.console-show .console-block .faq .faq-ask .faq-user,
.console-show .console-block .faq .faq-answer .faq-user {
  display: flex;
  align-items: center;
}
.console-show .console-block .faq .faq-ask .faq-user .avatr,
.console-show .console-block .faq .faq-answer .faq-user .avatr {
  padding-right: 10px;
}
.console-show .console-block .faq .faq-ask .faq-user .text,
.console-show .console-block .faq .faq-answer .faq-user .text {
  padding-left: 10px;
}
.console-show .console-block .faq .faq-ask .date,
.console-show .console-block .faq .faq-answer .date {
  align-self: end;
  color: #888;
  font-size: 13px;
}
.console-show .console-block .faq .faq-answer {
  padding-left: 60px;
}
.console-show .console-block .faq .faq-answer .faq-user .avatr {
  padding-left: 10px;
  border-left: 2px solid #eff3f6;
}
.console-show .console-block .faq:last-child {
  border-bottom: 0;
}
@media (max-width: 1160px) {
  .console-show {
    border-radius: 0px;
  }
}
@media (max-width: 768px) {
  .console-show .console-block-single .console {
    display: block;
  }
}
.partner-categories-root .categories-list {
  background: #ffffff;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.partner-categories-root .categories-list .category-list {
  padding: 2px 20px;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  font-size: 14px;
  color: #444444;
  margin: 4px;
}
.partner-categories-root .categories-list .category-list.active {
  color: #ffffff;
  border-color: #87cd39;
  background: #87cd39;
}
.partner-categories-root .categories-list.layer {
  overflow-x: auto;
  flex-flow: column wrap;
  text-align: center;
  max-height: 115px;
}
.partner-categories-root .categories-list.layer .category-list {
  width: auto;
  height: 30px;
  align-content: center;
}
.categories-block .category .partners-block {
  padding: 10px 0px;
}
@media (max-width: 768px) {
  .categories-block .category .partners-block {
    margin: 0px 10px;
  }
}
.categories-block .category .partners-block .partner-block {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  padding: 10px;
  /*service*/
}
@media (max-width: 768px) {
  .categories-block .category .partners-block .partner-block {
    background-color: #ffffff;
    display: block;
  }
}
@media (max-width: 568px) {
  .categories-block .category .partners-block .partner-block {
    margin-left: 0;
    margin-right: 0;
  }
}
.categories-block .category .partners-block .partner-block .block {
  padding: 0 10px;
}
.categories-block .category .partners-block .partner-block .block .label {
  text-align: start;
  font-size: 13px;
  font-weight: bold;
}
.categories-block .category .partners-block .partner-block .block .info .label {
  font-size: 16px;
  float: left;
  padding-right: 4px;
}
.categories-block .category .partners-block .partner-block .thumb {
  margin: 0px 10px;
  text-align: center;
  width: 250px;
  padding: 0;
  overflow: hidden;
  align-self: center;
  box-shadow: 0 4px 4px 0 #ebebeb;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .categories-block .category .partners-block .partner-block .thumb {
    display: flex;
    justify-content: space-between;
    width: auto;
    margin: 0px;
    border-radius: 0;
    border-bottom: 1px solid #eff3f6;
  }
}
.categories-block .category .partners-block .partner-block .thumb img {
  width: 100%;
  max-width: 180px;
  border-radius: 25px;
}
.categories-block .category .partners-block .partner-block .thumb .tablet {
  display: none;
}
@media (max-width: 768px) {
  .categories-block .category .partners-block .partner-block .thumb .tablet {
    display: block;
    margin: 0px;
  }
}
.categories-block .category .partners-block .partner-block .partner-name {
  width: 100%;
  margin: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.categories-block .category .partners-block .partner-block .partner-name .options {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 568px) {
  .categories-block .category .partners-block .partner-block .partner-name .options {
    display: block;
  }
}
.categories-block .category .partners-block .partner-block .partner-name .options .min-pay {
  padding: 0px 10px;
}
.categories-block .category .partners-block .partner-block .partner-name .options .option-categories {
  display: flex;
  flex-wrap: wrap;
  align-content: end;
}
.categories-block .category .partners-block .partner-block .partner-name .options .option-categories .option-category {
  margin: 4px;
  padding: 2px 10px;
  background: #87cd39;
  color: #ffffff;
  border-radius: 5px;
  font-size: 14px;
  text-wrap: nowrap;
  height: 26px;
}
.categories-block .category .partners-block .partner-block .partner-info {
  margin: 0px 10px;
  padding: 0;
  text-align: center;
  display: grid;
  align-content: space-evenly;
}
@media (max-width: 768px) {
  .categories-block .category .partners-block .partner-block .partner-info {
    display: none;
  }
}
.categories-block .category .partners-block .partner-block .block-bars {
  padding-right: 10px;
}
.categories-block .category .partners-block .partner-block .block-bars .promo {
  display: flex;
  height: 40px;
  margin-bottom: 10px;
  text-wrap: nowrap;
}
.categories-block .category .partners-block .partner-block .block-bars .promo .label {
  padding: 8px 70px 8px 20px;
  background-color: #4E9DD6;
  color: #ffffff;
  border-radius: 25px;
  line-height: 1;
  text-align: center;
}
.categories-block .category .partners-block .partner-block .block-bars .promo .promo-action {
  background-color: #ffffff;
  padding: 10px 14px;
  margin-left: -50px;
  box-shadow: 0 0 2px 1px #eff3f6;
  border-radius: 25px;
  text-wrap: nowrap;
  cursor: pointer;
  font-size: 12px;
  width: 105px;
}
.categories-block .category .partners-block .partner-block .block-bars .promo .promo-action .after-copy {
  display: none;
  color: #19812ADE;
}
.categories-block .category .partners-block .partner-block .block-bars .promo .promo-action .promo-hide {
  display: none;
}
.categories-block .category .partners-block .partner-block .service-info {
  margin: 0px 10px;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
}
@media (max-width: 568px) {
  .categories-block .category .partners-block .partner-block .service-info {
    display: block;
    min-width: 100%;
  }
}
.categories-block .category .partners-block .partner-block a {
  color: #000000;
  text-decoration: none;
}
.categories-block .category .partners-block .partner-block a:hover {
  color: #0057a4;
}
.categories-block .category .partners-block .partner-block a h3 {
  font-size: 120%;
  font-weight: normal;
}
.categories-block .category .partners-block .service-block {
  color: #444444;
  text-decoration: none;
}
.categories-block .category .partners-block .more-partners {
  text-align: center;
  padding: 10px 0px;
}
.categories-block .category .partners-block .more-partners a {
  color: #000000;
}
.partner-show {
  padding-bottom: 30px;
  border-radius: 5px 5px 0px 0px;
  background-color: #eff3f6;
  border: 5px solid #ebebeb;
}
@media (max-width: 1160px) {
  .partner-show {
    border-radius: 0px;
  }
}
.partner-show .partner-block-single {
  border-radius: 10px;
}
.partner-show .partner-block-single .partner-banner .partner-margin-top {
  margin-top: 100px;
}
@media (max-width: 568px) {
  .partner-show .partner-block-single .partner-banner .partner-margin-top {
    margin-top: 70px;
  }
}
.partner-show .partner-block-single .partner-banner img {
  width: 100%;
  object-fit: cover;
  border-radius: 0;
}
.partner-show .partner-block-single .partner {
  display: flex;
  flex-direction: column;
  padding: 0px 10px;
}
@media (max-width: 768px) {
  .partner-show .partner-block-single .partner {
    display: block;
  }
}
.partner-show .partner-block-single .partner .partner-preview {
  margin-top: -100px;
  margin-bottom: -100px;
  padding: 0 100px;
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .partner-show .partner-block-single .partner .partner-preview {
    padding: 0 60px;
  }
}
@media (max-width: 568px) {
  .partner-show .partner-block-single .partner .partner-preview {
    padding: 0;
    margin-top: -70px;
    margin-bottom: -70px;
  }
  .partner-show .partner-block-single .partner .partner-preview .title h1 {
    font-size: 110%;
  }
  .partner-show .partner-block-single .partner .partner-preview a {
    font-size: 14px;
  }
}
.partner-show .partner-block-single .partner .partner-preview .thumb {
  background-color: #ffffff;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.partner-show .partner-block-single .partner .partner-preview .thumb .thumb-img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.partner-show .partner-block-single .partner .partner-preview .thumb img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 8px solid #eff3f6;
}
@media (max-width: 568px) {
  .partner-show .partner-block-single .partner .partner-preview .thumb {
    width: 140px;
    height: 140px;
  }
  .partner-show .partner-block-single .partner .partner-preview .thumb img {
    width: 140px;
    height: 140px;
  }
}
.partner-show .partner-block-single .partner .partner-preview .prev-desc {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  margin-left: -100px;
  padding: 20px 50px 20px 120px;
  border-radius: 0 100px 100px 0;
  align-self: center;
  border: 8px solid #eff3f6;
}
@media (max-width: 568px) {
  .partner-show .partner-block-single .partner .partner-preview .prev-desc {
    margin-left: -70px;
    padding: 10px 20px 10px 80px;
    border-radius: 0 20px 20px 0;
  }
}
.partner-show .partner-block-single .partner .partner-preview .min-pay {
  display: flex;
  justify-content: space-between;
}
.partner-show .partner-block-single .partner .partner-info {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .partner-show .partner-block-single .partner .partner-info .info {
    display: block;
  }
}
.partner-show .partner-block-single .partner a {
  color: #0057a4;
}
.partner-show .partner-block-single .works h2 {
  padding: 10px 20px;
  margin-bottom: 0;
  color: white;
  background: #f08729;
}
.partner-show .partner-block-single .works .works-list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .partner-show .partner-block-single .works .works-list {
    display: block;
  }
}
.partner-show .partner-block-single .works .works-list .work {
  background: white;
  border-radius: 10px;
  padding: 10px;
  width: -webkit-fill-available;
}
@media (max-width: 768px) {
  .partner-show .partner-block-single .works .works-list .work {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.partner-show .partner-block-single .works .works-list a {
  color: #0057a4;
}
.partner-main-info {
  padding: 100px 20px 8px 20px;
  background-color: #ffffff;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 576px) {
  .partner-main-info {
    padding-top: 80px;
  }
}
.partner-main-info .main-flex {
  display: flex;
}
@media (max-width: 768px) {
  .partner-main-info .main-flex {
    display: block;
  }
  .partner-main-info .main-flex .main-info-logo {
    padding-bottom: 20px;
  }
}
.partner-main-info .main-info-logo {
  padding-right: 20px;
}
@media (max-width: 768px) {
  .partner-main-info .main-info-logo {
    padding-bottom: 20px;
  }
}
.partner-main-info .main-info-logo .thumb-img img {
  max-width: 300px;
}
@media (max-width: 460px) {
  .partner-main-info .main-info-logo .thumb-img img {
    max-width: 100%;
  }
}
.partner-main-info .promo {
  margin: 5px 0;
  display: flex;
  flex-wrap: wrap;
}
.partner-main-info .promo .label {
  margin-right: 5px;
}
.partner-main-info .promo .promo-value {
  padding: 5px 15px;
  border: 3px dotted #eff3f6;
  border-radius: 5px;
  letter-spacing: 1px;
  background: #f08729;
  color: white;
}
.partner-main-info .promo .promo-action {
  text-wrap: nowrap;
  cursor: pointer;
}
.partner-main-info .promo .promo-action .before-copy {
  display: none;
}
.partner-main-info .promo .promo-action .after-copy {
  display: none;
  color: #19812ADE;
  font-weight: bold;
}
.partner-main-info .promo .promo-action .promo-hide {
  display: none;
}
.partner-main-info .main-info-desc .option-categories {
  display: flex;
  flex-wrap: wrap;
  align-content: end;
}
.partner-main-info .main-info-desc .option-categories .option-category {
  margin: 4px;
  padding: 2px 10px;
  background: #87cd39;
  color: #ffffff;
  border-radius: 5px;
  font-size: 14px;
  text-wrap: nowrap;
  height: 26px;
}
.partner-channel {
  padding: 8px 20px;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 20px 0;
}
.partner-channel .channel-links {
  display: flex;
  gap: 10px;
  justify-content: end;
}
@media (max-width: 578px) {
  .partner-channel .channel-links img {
    width: 48px;
  }
}
.partner-about-media {
  background: #f08729;
  color: white;
}
.partner-about-media .about-media-title {
  padding: 10px 30px;
}
.partner-about-media .about-media-title h2 {
  margin-bottom: 0;
}
.partner-about-media .about-media {
  background: white;
  padding: 10px 20px;
}
.partner-about-media .about-media p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.team-categories-root .categories-list {
  background: #ffffff;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.team-categories-root .categories-list .category-list {
  padding: 2px 20px;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  font-size: 14px;
  color: #444444;
  margin: 4px;
}
.team-categories-root .categories-list .category-list.active {
  color: #ffffff;
  border-color: #87cd39;
  background: #87cd39;
}
.categories-block .category .teams-block {
  padding: 10px 0px;
}
.categories-block .category .teams-block .team-block {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  padding: 10px;
}
.categories-block .category .teams-block .team-block .block {
  padding: 0 10px;
}
.categories-block .category .teams-block .team-block .block .label {
  text-align: start;
  font-size: 13px;
  font-weight: bold;
}
.categories-block .category .teams-block .team-block .block .info .label {
  font-size: 16px;
  float: left;
  padding-right: 4px;
}
.categories-block .category .teams-block .team-block .thumb {
  margin: 0px 10px;
  text-align: center;
  width: 250px;
  padding: 0;
  overflow: hidden;
  align-self: center;
  box-shadow: 0 4px 4px 0 #ebebeb;
  border-radius: 5px;
}
.categories-block .category .teams-block .team-block .thumb img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.categories-block .category .teams-block .team-block .thumb .tablet {
  display: none;
}
.categories-block .category .teams-block .team-block .team-name {
  width: 100%;
  margin: 0px;
}
.categories-block .category .teams-block .team-block .team-name .options {
  display: flex;
  justify-content: space-between;
}
.categories-block .category .teams-block .team-block .team-name .options .min-pay {
  padding: 0px 10px;
}
.categories-block .category .teams-block .team-block .team-info {
  margin: 0px 10px;
  padding: 0;
  text-align: center;
  display: grid;
  align-content: space-evenly;
}
.categories-block .category .teams-block .team-block a {
  color: #000000;
  text-decoration: none;
}
.categories-block .category .teams-block .team-block a:hover {
  color: #0057a4;
}
.categories-block .category .teams-block .team-block a h3 {
  font-size: 120%;
  font-weight: normal;
}
.categories-block .category .teams-block .more-teams {
  text-align: center;
  padding: 10px 0px;
}
.categories-block .category .teams-block .more-teams a {
  color: #000000;
}
@media (max-width: 768px) {
  .categories-block .category .teams-block {
    margin: 0px 10px;
  }
  .categories-block .category .teams-block .team-block {
    background-color: #ffffff;
    display: block;
  }
  .categories-block .category .teams-block .team-block .thumb {
    display: flex;
    justify-content: space-between;
    width: auto;
    margin: 0px;
    border-radius: 0;
    border-bottom: 1px solid #eff3f6;
  }
  .categories-block .category .teams-block .team-block .thumb .tablet {
    display: block;
    margin: 0px;
  }
  .categories-block .category .teams-block .team-block .team-info {
    display: none;
  }
}
@media (max-width: 568px) {
  .categories-block .category .teams-block .team-block {
    margin-left: 0;
    margin-right: 0;
  }
  .categories-block .category .teams-block .team-block .team-name .options {
    display: block;
  }
  .categories-block .category .teams-block .team-block .service-info {
    display: block;
  }
}
.training-categories-root .categories-list {
  background: #ffffff;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.training-categories-root .categories-list .category-list {
  padding: 2px 20px;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  font-size: 14px;
  color: #444444;
  margin: 4px;
}
.training-categories-root .categories-list .category-list.active {
  color: #ffffff;
  border-color: #87cd39;
  background: #87cd39;
}
.categories-block .category .trainings-block {
  padding: 10px 0px;
}
.categories-block .category .trainings-block .training-block {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  padding: 10px;
}
.categories-block .category .trainings-block .training-block .block {
  padding: 0 10px;
}
.categories-block .category .trainings-block .training-block .block .label {
  text-align: start;
  font-size: 13px;
  font-weight: bold;
}
.categories-block .category .trainings-block .training-block .block .info .label {
  font-size: 16px;
  float: left;
  padding-right: 4px;
}
.categories-block .category .trainings-block .training-block .thumb {
  margin: 0px 10px;
  text-align: center;
  width: 250px;
  padding: 0;
  overflow: hidden;
  align-self: center;
  box-shadow: 0 4px 4px 0 #ebebeb;
  border-radius: 5px;
}
.categories-block .category .trainings-block .training-block .thumb img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.categories-block .category .trainings-block .training-block .thumb .tablet {
  display: none;
}
.categories-block .category .trainings-block .training-block .training-name {
  width: 100%;
  margin: 0px;
}
.categories-block .category .trainings-block .training-block .training-name .options {
  display: flex;
  justify-content: space-between;
}
.categories-block .category .trainings-block .training-block .training-name .options .min-pay {
  padding: 0px 10px;
}
.categories-block .category .trainings-block .training-block .training-info {
  margin: 0px 10px;
  padding: 0;
  text-align: center;
  display: grid;
  align-content: space-evenly;
}
.categories-block .category .trainings-block .more-trainings {
  text-align: center;
  padding: 10px 0px;
}
.categories-block .category .trainings-block .more-trainings a {
  color: #000000;
}
@media (max-width: 768px) {
  .categories-block .category .trainings-block {
    margin: 0px 10px;
  }
  .categories-block .category .trainings-block .training-block {
    background-color: #ffffff;
    display: block;
  }
  .categories-block .category .trainings-block .training-block .thumb {
    display: flex;
    justify-content: space-between;
    width: auto;
    margin: 0px;
    border-radius: 0;
    border-bottom: 1px solid #eff3f6;
  }
  .categories-block .category .trainings-block .training-block .thumb .tablet {
    display: block;
    margin: 0px;
  }
  .categories-block .category .trainings-block .training-block .training-info {
    display: none;
  }
}
@media (max-width: 568px) {
  .categories-block .category .trainings-block .training-block {
    margin-left: 0;
    margin-right: 0;
  }
  .categories-block .category .trainings-block .training-block .training-name .options {
    display: block;
  }
  .categories-block .category .trainings-block .training-block .service-info {
    display: block;
  }
}
.categories-work {
  background-color: #ffffff;
}
.categories-work .categories-work-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 5px;
  border-bottom: 5px solid #ebebeb;
  flex-direction: column;
  width: 100%;
  height: 128px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #ebebeb #ffffff;
  justify-content: stretch;
  align-items: stretch;
  align-content: flex-start;
}
.categories-work .categories-work-list .categories-work::-webkit-scrollbar {
  height: 8px;
}
.categories-work .categories-work-list .categories-work::-webkit-scrollbar-track {
  background: #ffffff;
}
.categories-work .categories-work-list .categories-work::-webkit-scrollbar-thumb {
  background-color: #ebebeb;
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.categories-work .categories-work-list .category-list {
  width: 18%;
  flex: 0 0 auto;
}
.categories-work .categories-work-list .category-list .category-list-item {
  margin: 5px;
  padding: 5px;
  background-color: #eff3f6;
  border-radius: 5px;
}
.categories-work .categories-work-list .category-list .category-list-item .view-child-categories-work {
  color: #87cd39;
  padding-right: 5px;
}
.categories-work .categories-work-list .category-list .category-list-item .category-name {
  align-items: center;
  display: flex;
  padding-left: 5px;
  color: #444444;
  overflow: hidden;
  white-space: nowrap;
}
.categories-work .categories-work-list .category-list .category-list-item.active {
  background-color: #4f4f4f;
}
.categories-work .categories-work-list .category-list .category-list-item.active .category-name {
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .categories-work .categories-work-list .category-list {
    width: 32%;
  }
}
@media (max-width: 567px) {
  .categories-work .categories-work-list .category-list {
    width: 45%;
  }
}
.works-block .work-block {
  background-color: #ffffff;
  border: 5px solid #ebebeb;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.works-block .work-block .thumb {
  align-self: center;
}
.works-block .work-block .thumb .work-thumb img {
  width: 100%;
  height: auto;
}
.works-block .work-block .thumb .no-thumb {
  text-align: center;
  font-size: 24px;
  color: #0057a4;
  opacity: 0.4;
}
.works-block .work-block .info {
  padding: 0 20px 0 10px;
}
.works-block .work-block .info .work-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.works-block .work-block .info .work-head .work-name {
  font-size: 28px;
}
.works-block .work-block .info .work-head .salary {
  text-wrap: nowrap;
}
@media (max-width: 567px) {
  .works-block .work-block .info .work-head {
    display: block;
  }
}
.works-block .work-block .info a {
  color: #000000;
}
.works-block .work-block .info a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.works-block .work-block .info .description {
  font-size: 13px;
}
.works-block .work-block .info .option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
.works-block .work-block .info .option .option-group .btn-custom {
  padding: 6px 15px;
  border-radius: 5px;
  border: 0;
  box-shadow: 0 0 1px 1px #bbb9b9;
  font-size: 14px;
}
.works-block .work-block .info .option .option-group .btn-custom:hover {
  opacity: 0.9;
}
.works-block .work-block .info .option .option-group .btn-respond {
  background-color: #0057a4;
  color: #ffffff;
}
.works-block .work-block .info .option .option-group .btn-contact {
  background-color: #87cd39;
  color: #ffffff;
  margin: 0 10px;
}
@media (max-width: 567px) {
  .works-block .work-block .info .option .option-group .btn-contact {
    margin: 10px 0;
  }
}
.works-block .work-block .info .option .option-group .btn-review {
  background-color: #ffffff;
}
@media (max-width: 567px) {
  .works-block .work-block .info .option .option-group {
    display: flex;
    flex-direction: column;
  }
}
.works-block .more-works {
  text-align: center;
  padding: 10px 0px;
}
.works-block .more-works a {
  color: #000000;
}
.category-show .page.type-page.post-type-work {
  padding: 0px;
  border: 5px solid #ebebeb;
}
.work-design.work-opportunities-section {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) and (max-width: 1919px) {
  .work-design.work-opportunities-section {
    display: flex !important;
  }
}
.work-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 9px 0;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 1120px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 2999px) {
  .work-list-wrapper {
    width: 100%;
  }
}
.work-list-wrapper .work-card {
  display: flex;
  flex-direction: column;
  gap: 9px 0;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  outline: 1px solid #ededed;
  outline-offset: -1px;
}
@media (min-width: 992px) and (max-width: 2999px) {
  .work-list-wrapper .work-card {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .work-list-wrapper .work-card {
    margin: 0 16px;
  }
}
@media (max-width: 383px) {
  .work-list-wrapper .work-card {
    margin: 0 8px;
  }
}
.work-list-wrapper .work-card .work-category-menu {
  z-index: 1;
  display: flex;
  gap: 0 4px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #ebebeb #ffffff;
}
.work-list-wrapper .work-card .work-category-menu .work-category {
  display: flex;
  justify-content: center;
  min-width: 50px;
  max-width: 100px;
  font: 600 12px/1.6 Arial, serif;
  color: #59a505;
  text-align: center;
  background-color: rgba(135, 205, 57, 0.478);
  border-radius: 4.05px;
  padding: 1px 16px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: hidden;
}
.work-list-wrapper .work-card .work-content {
  display: flex;
  gap: 0 22px;
}
@media (max-width: 767px) {
  .work-list-wrapper .work-card .work-content {
    flex-direction: column;
    align-items: center;
    gap: 30px 22px;
  }
}
.work-list-wrapper .work-card .work-content .company-logo {
  z-index: 2;
  margin: 8px 0 13px;
  width: 172px;
  min-width: 172px;
  aspect-ratio: 1.09;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.work-list-wrapper .work-card .work-content .company-logo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  max-height: 100%;
}
@media (max-width: 767px) {
  .work-list-wrapper .work-card .work-content .company-logo img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .work-list-wrapper .work-card .work-content .company-logo {
    flex: 0 1 auto;
    order: 1;
    margin: 0;
    width: 100%;
    min-width: unset;
    max-width: 174px;
    aspect-ratio: 0;
    padding-top: 20px;
  }
}
.work-list-wrapper .work-card .work-content .work-details {
  display: flex;
  flex-direction: column;
  gap: 19px 0;
  min-width: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .work-list-wrapper .work-card .work-content .work-details {
    flex: 0 1 auto;
    order: 3;
    width: 100%;
    min-width: unset;
  }
}
.work-list-wrapper .work-card .work-content .work-details .work-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.work-list-wrapper .work-card .work-content .work-details .work-header .work-title {
  width: 100%;
}
@media (max-width: 479px) {
  .work-list-wrapper .work-card .work-content .work-details .work-header .work-title {
    align-items: flex-start;
    font-size: 17px;
  }
}
.work-list-wrapper .work-card .work-content .work-details .work-header .work-title .work-link {
  color: black;
  font: 700 22px/2.22 Arial, serif;
}
.work-list-wrapper .work-card .work-content .work-details .work-header .company-name {
  width: 100%;
  font: 600 12.93px/1.53 Arial, serif;
  color: black;
}
.work-list-wrapper .work-card .work-content .work-details .work-header .work-description-container_box {
  width: 100%;
}
.work-list-wrapper .work-card .work-content .work-details .work-header .work-description-container_box .work-description-container {
  font: 500 9.49px/1.72 Arial, serif;
  color: black;
  text-decoration: underline;
}
.work-list-wrapper .work-card .work-content .work-details .work-header .work-description-container_box .work-description-container_span1 {
  font: 500 12px/1.72 Arial, serif;
}
.work-list-wrapper .work-card .work-content .work-details .work-tags {
  display: flex;
  gap: 0 8px;
}
@media (max-width: 383px) {
  .work-list-wrapper .work-card .work-content .work-details .work-tags {
    flex-direction: column;
    align-items: center;
    gap: 10px 8px;
  }
}
.work-list-wrapper .work-card .work-content .work-details .work-tags .remote-tag {
  display: flex;
  justify-content: center;
  min-width: 0;
  font: 600 14px/1.53 Arial, serif;
  color: black;
  text-align: center;
  background-color: rgba(205, 205, 205, 0.478);
  border-radius: 4.05px;
  padding: 0 8px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 383px) {
  .work-list-wrapper .work-card .work-content .work-details .work-tags .remote-tag {
    width: 100%;
    min-width: unset;
  }
}
.work-list-wrapper .work-card .work-content .work-meta {
  display: flex;
  flex-direction: column;
  gap: 132px 0;
  margin: 6px 0 2px;
  width: 170px;
  min-width: 170px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .work-list-wrapper .work-card .work-content .work-meta {
    flex-direction: row;
    align-items: center;
    column-gap: 8px;
    flex: 0 1 auto;
    order: 5;
    margin: 0;
    width: 100%;
    min-width: unset;
  }
}
@media (max-width: 575px) {
  .work-list-wrapper .work-card .work-content .work-meta {
    gap: 132px 8px;
  }
}
@media (max-width: 383px) {
  .work-list-wrapper .work-card .work-content .work-meta {
    gap: 50px 8px;
  }
}
.work-list-wrapper .work-card .work-content .work-meta .salary-range {
  font: 600 14px/1.53 Arial, serif;
  color: black;
}
@media (max-width: 767px) {
  .work-list-wrapper .work-card .work-content .work-meta .salary-range {
    margin: unset;
    width: 100%;
  }
}
.work-list-wrapper .work-card .work-content .work-meta .date-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .work-list-wrapper .work-card .work-content .work-meta .date-container {
    margin: unset;
    width: 100%;
  }
}
@media (max-width: 383px) {
  .work-list-wrapper .work-card .work-content .work-meta .date-container {
    margin: 0 8px;
  }
}
.work-list-wrapper .work-card .work-content .work-meta .date-container .posting-date {
  display: flex;
  justify-content: center;
  font: 400 11.77px/1.53 Arial, serif;
  color: black;
  text-align: center;
}
@media (max-width: 767px) {
  .work-list-wrapper .work-card .work-content .work-meta .date-container .posting-date {
    width: 100%;
    justify-content: end;
    padding-right: 30px;
  }
}
.work-show {
  padding: 5px;
  padding-bottom: 30px;
  border-radius: 5px;
  background-color: #eff3f6;
}
.work-show .work-block-single .work-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 20px;
  background: #eff3f6;
}
.work-show .work-block-single .work-main .work-info-container {
  display: flex;
  gap: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .work-show .work-block-single .work-main .work-info-container {
    flex-direction: column;
    align-items: center;
  }
}
.work-show .work-block-single .work-main .work-info-container .employer-info {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  width: 30%;
}
@media (max-width: 767px) {
  .work-show .work-block-single .work-main .work-info-container .employer-info {
    width: 100%;
  }
}
.work-show .work-block-single .work-main .work-info-container .employer-info .employer-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.work-show .work-block-single .work-main .work-info-container .employer-info .employer-details .company-logo {
  width: 100%;
  max-width: 200px;
  display: flex;
  justify-content: center;
}
.work-show .work-block-single .work-main .work-info-container .employer-info .employer-details .company-logo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .work-show .work-block-single .work-main .work-info-container .employer-info .employer-details .company-logo {
    max-width: 150px;
  }
}
@media (max-width: 480px) {
  .work-show .work-block-single .work-main .work-info-container .employer-info .employer-details .company-logo {
    max-width: 120px;
  }
}
.work-show .work-block-single .work-main .work-info-container .employer-info .employer-details .employer-name {
  text-align: center;
  font-weight: bold;
}
.work-show .work-block-single .work-main .work-info-container .work-details-container {
  flex: 1;
  background: #ffffff;
  border-radius: 10px;
  padding: 30px 50px;
  width: 100%;
}
.work-show .work-block-single .work-main .work-info-container .work-details-container .work-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.work-show .work-block-single .work-main .work-info-container .work-details-container .work-details .post-date {
  font: 400 11.77px/1.53 Arial, serif;
  color: #bbb9b9;
}
.work-show .work-block-single .work-main .work-info-container .work-details-container .work-details .work-title {
  color: black;
  font: 700 22px/2.22 Arial, serif;
  width: 100%;
}
@media (max-width: 479px) {
  .work-show .work-block-single .work-main .work-info-container .work-details-container .work-details .work-title {
    align-items: flex-start;
    font-size: 17px;
  }
}
.work-show .work-block-single .work-main .work-info-container .work-details-container .work-details .work-info-text {
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
}
.work-show .work-block-single .work-main .work-info-container .work-details-container .work-details .apply-btn {
  width: fit-content;
  padding: 10px 20px;
  background: #0057a4;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}
.work-show .work-block-single .work-main .work-info-container .work-details-container .work-details .apply-btn:hover {
  background: #003c71;
}
.work-show .work-block-single .work-description-section {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px 50px;
}
.work-show .work-block-single .work-description-section .work-details-wrapper .work-info-content-box .work-info-content {
  line-height: 1.6;
}
.work-show .work-block-single .work-other-section {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px 50px;
}
.work-show .work-block-single .work-other-section .work-other-container .work-other-flexcol .work-other-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.wrapper header .header__container,
.wrapper header .header__menu__container {
  max-width: 1160px;
  padding: 0px;
  height: 50px;
}
.wrapper .breadcrumbs {
  font-size: 90%;
}
.wrapper .breadcrumbs a {
  color: #0057a4;
}
.wrapper .search-container article {
  margin-bottom: 15px;
  padding: 10px;
}
.wrapper .search-container article:nth-child(even) {
  background-color: #eff3f6;
}
.wrapper .search-container article .excerpt-more {
  background-color: #87cd39;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 5px;
  margin-left: 6px;
  font-size: 80%;
}
.wrapper .search-container article .excerpt-more:hover {
  opacity: 0.9;
}
.wrapper .search-container .article-title {
  font-size: 120%;
}
.wrapper .search-container .article-title a {
  color: #0057a4;
}
.wrapper .search-container .pagination {
  justify-content: center;
}
.wrapper .search-container .pagination > li {
  padding: 0px 3px;
}
.wrapper .search-container .pagination > li a {
  color: #0057a4;
}
.wrapper .type-post {
  padding-top: 16px;
}
.wrapper .type-post a {
  color: #0057a4;
}
.wrapper .other-post {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 759px) and (max-width: 991px) {
  .wrapper .content-full {
    margin-top: 90px;
    background-size: contain;
  }
  .wrapper .content.main.container {
    margin-top: calc(90px + var(--main-content-margin-top-tablet));
  }
}
@media (max-width: 758px) {
  .wrapper .content-full {
    margin-top: 100px;
    background-size: contain;
  }
  .wrapper .content.main.container {
    margin-top: calc(100px + var(--main-content-margin-top-mobile));
  }
}
@media (max-width: 991px) {
  .wrapper .content-full {
    background-image: var(--background-banner-mobile-url);
  }
  .wrapper header .header__menu__container {
    height: 40px;
  }
}
@media (max-width: 1160px) {
  .wrapper .content.main.container .main-row {
    border-radius: 0;
  }
  .page-content-main {
    border-radius: 0;
  }
}
@media (min-width: 1921px) {
  .wrapper .content-full {
    background-size: cover;
  }
}
/* ================================
   FarmChel: главное меню в шапке
   ================================ */

/* Убираем общую границу у хедера */
.header.border-bottom {
    border-bottom: none !important;
}

/* Полоса с меню */
.header__menu {
    background-color: #f3f7fb;          /* фон под меню */
    border-bottom: 1px solid #e2e8f0;
    padding: 10px 0;
}

/* Контейнер внутри полосы меню */
.header__menu__container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/.header__menu .top-menu {
    display: flex;
    flex-wrap: nowrap;        /* одна строка */
    gap: 8px;                 /* чуть меньше, чтобы лучше влезало */
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
}



/* Сброс li */
.header__menu .top-menu > li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}

/* БАЗОВЫЙ ВИД КНОПКИ (белая пилюля с рамкой) */
.header__menu .top-menu > li > a,
.header__menu .top-menu > li > a.nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 40px;
    padding: 0 26px;

    background: #ffffff;
    color: #111827 !important;

    font-size: 14px;
    font-weight: 500;

    border-radius: 999px;
    border: 1px solid #d1d5db;

    text-decoration: none;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

/* Hover для обычных пунктов */
.header__menu .top-menu > li > a:hover {
    background-color: #111827;
    color: #ffffff !important;
    border-color: #111827;
    box-shadow: 0 3px 8px rgba(0,0,0,0.18);
}

/* Активный пункт (как первая чёрная кнопка на скрине) */
.header__menu .top-menu > li.current-menu-item > a,
.header__menu .top-menu > li.current_page_item > a {
    background-color: #111827;
    color: #ffffff !important;
    font-weight: 600;
    border-color: #111827;
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
}

/* --------------------------
   Фикс последнего пункта меню
   -------------------------- */

/* Сброс bootstrap-отступов */
.header__menu .navbar-nav > li {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
}

/* Сам li прозрачный */
.header__menu .top-menu > li:last-child {
    background: transparent !important;
}

/* Последний пункт — оранжевая пилюля */
.header__menu .top-menu > li:last-child > a {
    background-color: #ff8a00 !important;
    color: #ffffff !important;
    border-color: #ff8a00 !important;
    font-weight: 600;
    border-radius: 999px;

    box-shadow: 0 3px 8px rgba(0,0,0,0.20);
}

/* Hover последнего — чуть темнее */
.header__menu .top-menu > li:last-child > a:hover {
    background-color: #ff7a00 !important;
    border-color: #ff7a00 !important;
    box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

.header__menu .top-menu > li > a,
.header__menu .top-menu > li > a.nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 40px;
    padding: 0 20px;          /* было 26 – делаем чуть меньше */

    background: #ffffff;
    color: #111827 !important;
    font-size: 14px;
    font-weight: 500;

    border-radius: 999px;
    border: 1px solid #d1d5db;

    text-decoration: none;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}
/* Убираем фон везде на главной */
body.home,
body.home .wrapper,
body.home .content.main,
body.home .page-container-main,
body.home .main-row {
    background-color: transparent !important;
    border: none !important;
}

body.home .fc-home {
    background-color: transparent !important;
}


/* Скруглить баннер в топе на 40px только на главной */
body.home .top-banner img {
    border-radius: 40px;
    display: block;      /* чтобы не было лишних зазоров */
}

/* ===== FarmChel: футер ===== */

.footer {
    background-color: #f3f7fb;
    padding: 24px 0 20px;
    margin-top: 40px;
    color: #111827;
}

.footer-container {
    /* контейнер темы, оставляем как есть */
}

/* Основной блок футера */
.fc-footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Верхняя часть: логотип, навигация, телега */
.fc-footer-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

/* Лого слева */
.fc-footer-left {
    flex: 0 0 auto;
}

.fc-footer-logo {
    width: 100px;
    height: 116px;
    display: block;
    object-fit: contain;
}

/* Навигация по центру */
.fc-footer-nav {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex: 1 1 auto;
}

.fc-footer-nav-col {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Пункты меню футера — 24px */
.fc-footer-link {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #111827;
}

.fc-footer-link:hover {
    text-decoration: underline;
}

/* Карточка Telegram справа */
.fc-footer-right {
    flex: 0 0 auto;
}

.fc-footer-tg-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 18px;
    border-radius: 12px;
    border: 1px solid #cbd5e1;
    background-color: #ffffff;
}

/* Иконка ТГ 60x60 */
.fc-footer-tg-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fc-footer-tg-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fc-footer-tg-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 12px;
}

.fc-footer-tg-row {
    display: flex;
    gap: 6px;
    align-items: baseline;
}

.fc-footer-tg-label {
    color: #6b7280;
}

.fc-footer-tg-handle {
    color: #111827;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
}

.fc-footer-tg-handle:hover {
    text-decoration: underline;
}

/* Нижняя строка */
.fc-footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    font-size: 12px;
}

.fc-footer-bottom-link {
    color: #111827;
    text-decoration: none;
}

.fc-footer-bottom-link:hover {
    text-decoration: underline;
}

/* Глобальный шрифт – Roboto для всего текста */
body,
button,
input,
select,
textarea,
a,
p,
span,
h1, h2, h3, h4, h5, h6,
.fc-title,
.fc-subtitle,
.fc-desc,
.fc-btn,
.fc-pill,
.fc-footer-link,
.fc-footer-bottom,
.fc-footer-tg-text,
.fc-footer-tg-handle,
.fc-footer-tg-label {
    font-family: 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}
/* Правая колонка: карточка + подпись под ней */
.fc-footer-right {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;  /* карточка прижата вправо, как на макете */
    gap: 8px;
}

/* Правая колонка: карточка + подпись под ней */
.fc-footer-right {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;  /* карточка прижата вправо, как на макете */
    gap: 8px;
}

.fc-footer-bottom-link:hover {
    text-decoration: underline;
}
