/*
Theme Name: My Theme
Theme URI: 
Author: My Theme
Author URI: 
Description: 

Version: 1.7
License: GNU General Public License
License URI: license.txt
Text Domain: My Theme

*/
html {
  max-width: 100%;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  position: relative;
  color: #777;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit
}

ul {
  list-style: none;
}

ol {
  padding-left: 30px;
}

ol li {
  margin-bottom: 8px;
}

h1 {
  font-size: 30px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
  padding: 45px 0;
}

h2 {
  font-size: 20px;
  color: #424242;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 50px 0 25px;
}

h3 {
  font-size: 20px;
  color: #424242;
  font-family: 'Raleway', sans-serif;
  line-height: 1.3;
  margin: 30px 0 20px;
}

h4 {
  font-size: 18px;
  color: #424242;
  font-family: 'Raleway', sans-serif;
  line-height: 1.3;
  margin: 20px 0 15px;
}

h5 {
  font-size: 16px;
  color: #424242;
  font-family: 'Raleway', sans-serif;
  line-height: 1.3;
  margin: 20px 0 10px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input::-moz-focus-inner {
  border: 0px !important;
}

input:hover,
input:active,
input:focus {
  outline: none !important;
}

input[type="radio"],
input[type="checkbox"] {
  display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

label {
  cursor: pointer;
}

.wp-block-image, .wp-block-columns {
  margin-bottom: 0;
}

.container {
  width: 1140px;
  margin: 0 auto;
}

.main p+p {
  margin-top: 10px;
}

.hidden {
  display: none !important;
}

.button {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  border: 0;
  outline: none;
  font-size: 14px;
  text-align: center;
  background: #55A747;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}

.center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.privacy-policy p {
  margin-bottom: 10px;
}

.grecaptcha-badge {
    right: -300px !important;
}
/* пагинация
--------------------*/
.pagination {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.pagination .nav-links {
  display: flex;
}

.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid #55A747;
  border-radius: 2px;
  margin: 0 3px;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  position: relative;
  width: 34px;
  border: 0;
}

.pagination .page-numbers.prev {
  margin-right: 20px;
}

.pagination .page-numbers.next {
  margin-left: 20px;
}

.pagination .page-numbers.prev:before,
.pagination .page-numbers.next:before {
  content: '';
  position: absolute;
  background: url(images/arrows-slider.svg) no-repeat center;
  width: 33px;
  height: 25px;
  top: 0;
  left: 0;
}

.pagination .page-numbers.prev:before {
  transform: rotate(180deg);
}

.pagination .page-numbers.dots {
  border: 0;
}

.pagination .page-numbers.current {
  background: #55A747;
  color: #fff;
}

/* Формы
--------------------*/
.input-filed {
  position: relative;
}

.input-filed i {
  color: #797979;
  font-size: 16px;
  position: absolute;
  right: 12px;
  top: 12px;
}

.input_your {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 2px;
  margin-bottom: 20px;
}

textarea.input_your {
  height: 150px;
  padding: 15px 20px;
}

.input_your::-webkit-input-placeholder {
  color: #424242;
}

.input_your::-moz-placeholder {
  color: #424242;
}

.input_your:-moz-placeholder {
  color: #424242;
}

.input_your:-ms-input-placeholder {
  color: #424242;
}

.wpcf7-response-output {
  position: fixed;
  width: 300px;
  text-align: center;
  padding: 10px 25px !important;
  background: #55A747;
  color: #fff;
  border: 0 !important;
  top: 50px;
  right: 50px;
  z-index: 9999;
  margin: 0 !important;
}

.wpcf7 .ajax-loader,
.wpcf7-not-valid-tip,
.wpcf7-spinner {
  display: none !important;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}

/* Модальные окна
--------------------*/
.close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 17px;
  right: 17px;
  opacity: 0.3;
  cursor: pointer;
}

.close:before,
.close:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #424242;
  position: absolute;
  top: 49%;
  left: 25%;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.close:after {
  transform: rotate(-45deg);
  transition: all 0.3s;
}

.close:hover:before,
.close:hover:after {
  transform: rotate(180deg);
}

.popup_modal {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-overflow-scrolling: touch;
  z-index: 888;
  overflow: hidden;
}

.win_modal {
  position: absolute;
  background: #fff;
  width: 400px;
  overflow: hidden;
  margin-top: -200px;
  display: none;
  opacity: 0;
  top: 50%;
  left: 50%;
  padding: 40px;
  transform: translate(-50%, -50%);
}

.win_modal.city {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  top: 100px;
  transform: translate(-50%, 0);
}

.win_modal .input_your {
  width: 100%;
  background: #F4F6F7;
  border: 1px solid #F4F6F7;
}

.win_modal .button {
  width: 100%;
}

.win_modal .wpcf7-response-output {
  position: absolute;
  width: calc(100% - 80px);
  top: 38px;
  right: 40px;
}

/* Шапка
--------------------*/
.head-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.site-logo {
  display: block;
  width: 200px;
  position: relative;
}

.site-kz .site-logo::after,.site-ru .site-logo::after {
    content: '';
    display: inline-block;
    width: 36px;
    height: 24px;
    background-image: url('/wp-content/uploads/flag-kz.jpg'); /* Флаг Казахстана */
    background-size: cover;
    margin-left: 6px;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
}

.site-ru .site-logo::after {
    background-image: url('/wp-content/uploads/r.png'); /* Флаг России */
}

.toggle {
  display: none;
}

.head-col .menu {
  display: flex;
}

.head-col .menu li {
  position: relative;
  padding: 15px 20px;
}

.head-col .menu>li>a {
  display: block;
  color: #555;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}

.head-col .menu li.menu-item-has-children>a:before {
  content: '\f107';
  font-family: rcl-awesome;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.head-col .menu li ul {
  display: block;
  width: 270px;
  z-index: 999;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 53px;
  left: 0;
  background-color: #1f1f1f;
  padding: 10px 0;
  transition: .3s all;
}

.head-col .menu li:hover>ul {
  visibility: visible;
  opacity: 1;
}

.head-col .menu li ul li {
  display: block;
  padding: 0 20px;
}

.head-col .menu li ul li a {
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 4px 0;
}

.head-col .menu li ul>li:last-child>a {
  border-bottom: 0;
}

.head-col .lk-out {
  display: block;
  position: relative;
}

.head-col .lk-out.active:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: red;
  right: -1px;
  top: -1px;
}

/* Главная основоной сайт
--------------------*/
.home-blog-offer {
  margin: 0 calc((-100vw + 1140px) / 2) 80px;
  padding: 30px calc((100vw - 1140px) / 2) 60px;
}

.home-blog-offer img {
  width: 250px;
}

.home-blog-offer .city-search {
  text-align: center;
}

.home-blog-offer #region {
  width: 600px;
}

.ui-menu .ui-menu-item-wrapper {
  display: block;
  padding: 5px 28px;
}

.ui-menu .ui-menu-item-wrapper.ui-state-active {
  border: 0;
  background: #F4F6F7;
  color: #333;
  margin: 0;
}

.contry-job {
  margin-bottom: 32px;
}

.contry-job .wp-block-column {
  background: #F4F6F7;
  padding: 30px 20px 0;
}

.contry-job h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  margin: 0 0 10px;
}

.contry-job h3 img {
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 35%);
}

.contry-job ul {
  height: 200px;
  overflow: hidden;
}

.contry-job .js-city {
  border-top: 1px solid #55A747;
  padding: 15px 0;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #55A747;
  cursor: pointer;
}

/* Главная все сайты
--------------------*/
.cat-grid {
  display: flex;
  flex-wrap: wrap;
}

.cat-grid a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% / 4);
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
  padding: 15px;
  transition: .3s;
}

.cat-grid a .cat-grid-title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600;
  font-size: 14px;
}

.cat-grid a .cat-grid-title img {
  width: 20px;
  filter: grayscale(1);
}

.cat-grid a .cat-grid-count {
  font-size: 13px;
  margin-top: 5px;
  padding-left: 30px;
}

.cat-grid a .cat-grid-count span {
  font-size: 14px;
  font-weight: 600;
}

.cat-grid a:before {
  content: '\f105';
  font-family: rcl-awesome;
  position: absolute;
  font-size: 16px;
  right: 15px;
  bottom: 15px;
}

.cat-grid a:hover {
  background: #fff;
}

.cat-grid a:hover .cat-grid-title,
.cat-grid a:hover:before {
  color: #55A747;
}

.cat-grid a:hover .cat-grid-title img {
  filter: grayscale(0);
}

.banner-main {
  height: 200px;
  background: #BEF0B9 url(images/banner.jpg) bottom right no-repeat;
  background-size: 350px 200px;
  border-radius: 4px;
  margin: 80px 100px;
}

.banner-main .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 30px 40px;
}

.banner-main h2 {
  font-size: 30px;
  margin: 0;
}

.banner-main p {
  font-size: 18px;
  font-weight: 500;
}

.relevant-posts .wp-block-column {
  background: #F4F6F7;
  border-radius: 4px;
  padding: 50px 100px 10px;
}

.relevant-posts .wp-block-column>h2 {
  margin-top: 0;
}

.relevant-posts .wp-block-column .job-item {
  border-bottom: 1px solid #BEF0B9;
}

.relevant-posts .wp-block-column .job-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

/* Категории
--------------------*/
.post-job-sidebar .cat-item-list {
  background: #F4F6F7;
  padding: 12px 25px;
}

.post-job-sidebar .cat-item-list a {
  display: block;
  font-weight: 500;
  margin: 8px 0;
  transition: .3s;
}

.post-job-sidebar .cat-item-list a:hover {
  color: #55A747;
}

.title-job-content {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.title-job-desc {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 10px;
}

.job-item {
  display: flex;
  border-bottom: 1px solid #f0f1f2;
  margin-bottom: 30px;
  padding-bottom: 30px;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}


.job-item .date-info {
  position: relative;
  font-size: 13px;
  padding-left: 20px;
}

.job-item .date-info:before {
  content: '\f508';
  font-family: dashicons;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.job-item h2 {
  margin: 5px 0 10px;
}

.job-item h2 a {
  color: #55A747;
  border-bottom: 1px solid;
  transition: 0.3s;
}

.job-item h2 a:hover {
  color: #212121;
}

.job-item .prise-info {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #0e52ad;
  padding-left: 23px;
}

.job-item .prise-info:before {
  content: '\f323';
  font-family: dashicons;
  position: absolute;
  left: 0;
  top: -1px;
}

.job-item .user-info {
  width: 200px;
}

.job-item .user-info img {
  max-height: 40px;
  margin-bottom: 10px;
}

.job-item .user-info .user-name {
  display: flex;
  text-align: left;
  font-size: 15px;
  gap: 5px;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  align-items: center;
}

.no-items {
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
}

/* Страница объявления
--------------------*/
.post-job-title {
  background: url(/wp-content/uploads/title-fon.jpg) no-repeat bottom;
  background-size: cover;
  margin: 0 calc((-100vw + 1140px) / 2) 80px;
  padding: 1px calc((100vw - 1140px) / 2);
}

.wp-singular .post-job-title{
	margin-bottom: 20px;
}

.post-job-row {
  display: flex;
  gap: 100px;
}

.post-job-content {
  width: calc(100% - 400px);
}

.post-job-head {
  display: flex;
  gap: 50px;
  gap: 15px;
  color: #55A747;
  font-weight: 500 !important;
  border-bottom: 1px solid #55A747;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.post-job-head .date {
  position: relative;
  padding-left: 23px;
}

.post-job-head .date:before {
  content: '\f508';
  font-family: dashicons;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.simplefavorite-button.active {
  opacity: 1 !important;
  cursor: pointer;
}

.rcl-field {
  margin-bottom: 25px;
}

.rcl-field .rcl-field-title {
  text-transform: uppercase;
  color: #424242;
  font-size: 14px;
  margin-bottom: 0;
}

.rcl-field .title-colon {
  color: #424242;
}

.rcl-field.type-textarea-value .rcl-field-title {
  display: block;
  margin-bottom: 5px;
}

.rcl-field.type-textarea-value .title-colon {
  display: none;
}

.rcl-field.type-textarea-value .rcl-field-value {
  font-size: 14px;
}

.post-job-content .rcl-custom-fields .rcl-field:first-child .rcl-field-title {
    font-size: 20px;
}

.post-job-content .rcl-custom-fields .rcl-field:first-child .title-colon {
    font-size: 20px;
    font-weight: 600;
}

.post-job-content .rcl-custom-fields .rcl-field:first-child .rcl-field-value {
    font-size: 26px;
    font-weight: 600;
    color: #0e52ad;
}

.post-job-sidebar {
  width: 300px;
}

.post-job-sidebar .user-logo {
  width: 120px;
  height: 50px;
  margin: 0 auto 15px;
}

.post-job-sidebar .user-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.user-name {
  font-size: 18px;
  color: #424242;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #f0f1f2;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.post-job-sidebar .phone {
  display: block;
  text-align: center;
  background: #55A747;
  color: #fff;
  border-radius: 2px;
  font-weight: 500;
  padding: 10px 30px;
}

.post-job-sidebar .phone small {
  display: block;
  font-weight: 400;
}

.user-send h4 {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0 15px;
}

.user-send .wpcf7 {
  background: #313540;
  border-radius: 2px;
  padding: 20px;
}

.user-send .wpcf7 textarea {
  font-size: 14px;
  height: 200px;
}

.user-send .wpcf7 .button {
  width: 100%;
}

/* Правила размещения
--------------------*/
.job-rules {
  background: #F4F6F7;
  padding: 50px;
}

/* 404
--------------------*/
.page-not-found {
  text-align: center;
  margin-top: -20px;
}

.page-not-found h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 40px 0 10px;
}

.page-not-found p {
  margin-bottom: 50px;
}

/* footer
--------------------*/
.footer {
  color: #fff;
  margin-top: 80px;
}

.footer-top {
  background: #25262a;
  padding: 45px 0;
}

.footer-top .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-top .menu a {
  font-size: 14px;
  cursor: pointer;
  transition: .3s;
}

.footer-top .menu a:hover {
  color: #55A747;
}

.footer-bottom {
  background: #1e1f21;
  padding: 15px 0;
}

.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .copy {
  display: flex;
  align-items: center;
  font-size: 14px;
  opacity: .7;
}

.footer-bottom .copy img {
  width: 150px;
  margin-left: 7px;
}

.footer-bottom .to-top {
  position: relative;
  font-size: 14px;
  color: #55A747;
  padding-right: 28px;
  cursor: pointer;
}

.footer-bottom .to-top:before {
  content: '';
  position: absolute;
  background: url(images/to-top.svg) no-repeat center;
  width: 22px;
  height: 22px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* личный кабинет
--------------------*/
h4.rcl_cab_guest_message,
.panel_lk_recall .required,
#register-form-rcl .form-block-rcl label,
#register-form-rcl #login-user,
.wprecallblock #lk-conteyner,
#subtab-profile h3,
#subtab-profile .rcl-table #profile-field-in_block,
.lk-sidebar,
.attachment-manager .rcl-bttn:after,
.cab_lt_sidebar #lk-menu a .rcli,
.cab_lt_sidebar #lk-menu span span::after,
.form-block-rcl.default-field .rcli,
.lk-sidebar .lk-avatar {
  display: none !important;
}

.rcl-bttn {
  display: inline-block !important;
  padding: 15px 28px !important;
  border: 0 !important;
  border-radius: 2px !important;
  outline: none !important;
  font-size: 14px !important;
  text-align: center !important;
  background: #55A747 !important;
  color: #fff !important;
  overflow: hidden !important;
  cursor: pointer !important;
}

.rcl-bttn:hover {
  opacity: 1 !important;
}

.panel_lk_recall {
  color: inherit;
  line-height: 1.3;
  max-width: 1750px;
}

.authorize-form-rcl {
  width: 400px;
  border: 1px solid #55A747;
  padding: 50px 50px 40px;
  margin: 0 auto 100px;
}

.authorize-form-rcl .rcl-widget-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.authorize-form-rcl .rcl-widget-buttons .rcl-widget-button {
  width: 100%;
}

.authorize-form-rcl .rcl-widget-buttons .rcl-bttn {
  width: 100%;
  margin: 5px 0 !important;
}

.panel_lk_recall .rcl-widget-buttons .rcl-widget-button {
  margin: 0;
  overflow: visible;
}

body .rcl-bttn:not(.rcl-bttn__type-clear):not(.rcl-bttn__fullwidth) {
  margin: 0;
}

.panel_lk_recall.floatform {
  position: fixed;
  width: 350px;
  margin-left: 0;
  top: 50% !important;
  transform: translate(-50%, -50%);
}

.panel_lk_recall .form-tab-rcl .form_head a {
  border-bottom: 0;
  color: #424242;
}

.panel_lk_recall .form_reg, .panel_lk_recall .form_auth {
  background: #F4F6F7;
  color: #424242;
}

.panel_lk_recall .form_active {
  background-color: #fff;
}

.panel_lk_recall .default-field input {
  background: #F4F6F7;
  border: 1px solid #F4F6F7;
  height: 40px;
  padding: 0 20px;
  -webkit-box-shadow: none !important;
}

#register-form-rcl .form-block-rcl.form_extend {
  display: flex;
  flex-direction: column;
}

#register-form-rcl .form-block-rcl.form_extend .form-block-rcl.default-field {
  order: 1;
}

.panel_lk_recall .rcl-field-input select,
.panel_lk_recall .rcl-field-input textarea,
.panel_lk_recall .rcl-field-input input:not([type="file"]):not([type="checkbox"]):not([type="radio"]) {
  background: #F4F6F7;
  border: 1px solid #F4F6F7;
  height: 45px;
  padding: 0 28px;
  margin: 0;
  -webkit-box-shadow: none !important;
}

.rcl-field-input input:invalid {
  border-color: #F4F6F7 !important;
}

#register-form-rcl .rcl-bttn,
#remember-form-rcl .rcl-bttn {
  width: 100%;
}

.rcl-bttn:not(.rcl-bttn__type-clear):not(.rcl-bttn__ico-mask) .rcl-bttn__text+.rcl-bttn__ico,
.rcl-bttn:not(.rcl-bttn__type-clear):not(.rcl-bttn__ico-mask) .rcl-bttn__ico+.rcl-bttn__text,
.rcl-bttn:not(.rcl-bttn__type-clear):not(.rcl-bttn__ico-mask) .rcl-bttn__ico+.rcl-bttn__count {
  padding: 0;
}

#subtab-profile .rcl-table {
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}

#subtab-profile .rcl-table #profile-field-primary_pass,
#subtab-profile .rcl-table #profile-field-repeat_pass {
  order: 1;
}

#subtab-profile .rcl-table {
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}

#rcl-office {
  background: transparent;
}

.cab_lt_sidebar {
  width: 300px;
  background: #313540;
  border-radius: 2px;
  padding: 20px 20px 0;
}

.cab_lt_sidebar #lk-menu {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.cab_lt_sidebar .rcl-tab-button {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.cab_lt_sidebar #lk-menu a {
  display: block !important;
  margin: 0 !important;
  border-bottom: 0 !important;
}

.cab_lt_sidebar #lk-menu a span {
  display: block;
  text-align: center;
  padding: 15px 30px;
}

a.recall-button.active,
a.recall-button.active:hover,
a.recall-button.filter-active,
a.recall-button.filter-active:hover,
a.data-filter.filter-active,
a.data-filter.filter-active:hover {
  background: rgba(85, 167, 71, 0.7) !important;
  color: #fff !important;
  opacity: 1 !important;
}

#rcl-office .recall_content_block {
  background: transparent !important;
  padding: 0 !important;
}

#lk-content {
  margin: 0;
  margin-left: 50px;
}

#tab-profile {
  margin-top: -15px;
}

.rcl-table__zebra .rcl-table__row:nth-child(2n+1):not(.rcl-table__row-header) {
  background-color: transparent;
}

.rcl-table__zebra .rcl-table__row {
  border-bottom: 1px solid #f0f1f2;
}

.rcl-table__not-header .rcl-table__row {
  padding: 15px 0;
}

.rcl-table__cell {
  padding: 0;
}

.rcl-field-input input:not([type="file"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]),
.rcl-field-input textarea {
  height: 40px;
  padding: 0 20px;
  border-radius: 2px;
}

#tab-profile .rcl-field-input input:not([type="file"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]),
#tab-profile .rcl-field-input textarea {
  background: #F4F6F7;
  border: 1px solid #F4F6F7;
}

.rcl-field-input textarea {
  padding: 10px 20px;
  height: 100px;
}

.rcl-field-notice {
  display: block;
  font-size: 12px;
  margin: 10px 0 0;
}

.rcl-field-notice .rcli {
  position: relative;
  color: #55A747;
  margin-right: 7px;
  top: 1px;
}

.rcl-notice {
  border: 0 !important;
  font-size: 15px !important;
}

.rcl-notice>.rcli {
  font-size: 25px;
  left: 20px;
}

#tab-profile .rcl-bttn {
  margin-top: 30px;
}

.rcl-bttn:not(.rcl-bttn__type-clear) .rcl-bttn__text,
.rcl-bttn:not(.rcl-bttn__type-clear) .rcl-bttn__ico-left {
  padding: 0 7px 0 0;
}

.rcl-subtab-menu {
  display: flex;
  gap: 20px;
  background: transparent;
  margin: 0;
  padding: 0;
}

.rcl-subtab-menu a {
  flex-grow: 1;
}

#tab-publics h3 {
  text-transform: uppercase;
  margin: 40px 0 20px;
}

.rcl-table__row-header {
  background-color: #F4F6F7;
}

#tab-publics .rcl-table__cell {
  padding: 10px;
}

#tab-publics .rcl_author_postlist a {
  transition: .3s;
}

#tab-publics .rcl_author_postlist a:hover {
  text-decoration: none;
  color: #55A747;
}

.rcl-content .rcl-content-area {
  padding: 0;
}

.rcl-public-box .rcl-form-field {
  background-color: #F4F6F7;
  border: 0;
  padding: 20px;
}

.rcl-public-box .rcl-form-field .rcl-terms-select .rcl-field-input {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.rcl-field-input select {
  border-radius: 2px;
  border: 1px solid #fff;
  padding: 0 20px;
  height: 40px;
}

.rcl-public-form .rcl-field-input textarea {
  height: 300px;
}

.rcl-public-box .submit-public-form {
  display: flex;
  padding: 0;
  margin: 30px 0 0;
  background: transparent;
  justify-content: flex-end;
  gap: 20px;
}

#rcl-post-bar .post-bar-item i {
  padding: 0;
}

#form-field-delete {
  background-color: transparent;
  text-align: right;
  padding: 0;
  margin: 20px 0 0;
}

#form-field-delete .rcl-bttn {
  background: rgb(229, 57, 53) !important;
}

/* аккордеон
--------------------*/
.accordion-block {
  margin-top: 50px;
}

.accordion-group {
  margin-bottom: 10px;
}

.dropdownlink {
  position: relative;
  background: #f9f9f9;
  border-radius: 2px;
  font-weight: 600;
  font-size: 18px;
  color: #333;
  padding: 12px 50px 12px 20px;
  cursor: pointer;
  transition: .3s;
}

.dropdownlink:before {
  content: '\f107';
  font-family: rcl-awesome;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}

.accordion-group.open .dropdownlink {
  color: #55A747;
}

.accordion-group.open .dropdownlink:before {
  transform: translateY(-50%) rotate(-90deg);
  color: #55A747;
}

.submenuItems {
  display: none;
  margin: 20px;
}

.accordion-group.open .submenuItems {
  display: block;
}

/* Вопрос-ответ
--------------------*/
.yoast-breadcrumbs {
  font-size: 12px;
}

.faq-section .post-job-title {
  margin-bottom: 30px;
}

.faq-section .is-search-form {
  margin: 30px 0;
}

.faq-section h2 {
    text-align: center;
}

.question-block {
  background: #F4F6F7;
  padding: 30px;
  margin: 30px 0 60px;
}

.question {
  font-size: 20px;
  color: #424242;
  margin-bottom: 30px;
}

.answer-block {
  display: flex;
  gap: 30px;
  line-height: 1.5;
}

.answer-block .author {
  text-align: center;
  flex-shrink: 0;
}

.answer-block .author img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
}

.answer-block .author p {
  margin: 10px 0 0;
  color: #55A747;
}

.answer-block .author p:before {
  content: none;
}

.answer-block #rcl-post-bar {
  display: none !important;
}

.answer-block .answer {
  position: relative;
  background: #fff;
  padding: 20px;
  box-shadow: 0 1px 10px rgb(146 123 165 / 10%);
}

.answer-block .answer:before {
  content: "";
  position: absolute;
  top: 16px;
  left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 12px 9px 0;
  border-color: transparent #fff transparent transparent;
}

.answer-block .answer p,
.answer-block .answer li,
.answer-block .answer img {
  margin-bottom: 10px;
}

.faq-form {
  display: flex;
  gap: 40px;
  border: 1px solid #55A747;
  padding: 30px;
}

.faq-form .col-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  text-align: center;
}

.faq-form .col-left p {
  font-size: 18px;
  font-weight: 600;
}

.faq-form .col-left img {
  width: 100px;
}

.faq-form .col-right {
  width: 50%;
}

.faq-form .input_your {
    border: 1px solid #BEF0B9;
}

.faq-form textarea {
  height: 100px;
}

.cat-select {
  position: relative;
  z-index: 10;
}

.cat-select .cat-input {
  position: relative;
  border: 1px solid #BEF0B9;
  font-size: 13px;
  color: #000;
  border-radius: 2px;
  padding: 10px 20px;
  cursor: pointer;
}

.cat-select .dropdown {
  position: absolute;
  display: none;
  background: #fff;
  width: 100%;
  box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
  padding: 10px 20px 15px;
  top: 41px;
  left: 0;
}

.cat-select .dropdown li {
  list-style: none;
  font-size: 14px;
}

.cat-select .dropdown li span {
  display: block;
  padding-top: 5px;
  cursor: pointer;
}

.cat-select .dropdown li span:hover {
  color: #55A747;
}

.cat-select .dropdown ul {
  padding-left: 20px;
}

[name="faq_category"] {
  display: none !important;
}

.faq-section .entry-social {
  margin-top: 60px;
  text-align: center;
}

.faq-section .entry-bottom__header {
  font-weight: bold;
  color: #424242;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.faq-item {
  margin-bottom: 10px;
}

.faq-item a {
  font-size: 22px;
  font-weight: 500;
  color: #55A747;
}

.faq-item .faq-date {
  font-size: 13px;
}

.faq-cat-grid-title {
  font-size: 20px;
  color: #424242;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin: 50px 0 25px;
}

.faq-cat-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.faq-cat-grid a {
  display: block;
  background: #F4F6F7;
  width: calc((100% - 60px) / 4);
  padding: 15px;
}

.faq-cat-grid a img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.faq-cat-grid a h3 {
  font-size: 17px;
  margin: 15px 0 0;
  transition: .3s;
}

.faq-cat-grid a:hover h3 {
  color: #55A747;
}

.child-cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}

.child-cat a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
  width: calc(100% / 4);
  padding: 25px 10px;
  transition: .3s;
}

.child-cat a:hover {
    color: #55A747;
}

.is-search-form{
	margin:0 auto;
}

.card .card-img{
	text-align: center;
}

.card-container{
    width: 100%;
}

.card-container h4{
	text-align: center;
}


.card .card-img .dashicons-businessman{
    width: 70px;
    height: 100%;
    text-align: center;
}

.card .dashicons-businessman:before {
    font-size: 70px;
}

.filter-form{
    background: #F4F6F7;
    padding: 12px 25px;
}

.filter-price{
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 15px;
}

.filter-children{
     padding: 12px 5px;	
     display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    flex-direction: column;
    gap: 10px;
}

.filter-children label {
    font-size: 16px; 
    line-height: 1.5; 
    color: rgb(119, 119, 119);
    text-transform: lowercase;
    cursor: pointer;
    display: flex;
    align-content: center;
    align-items: center;
    gap: 5px;
}

form .noUi-tooltip{
	font-size: 17px; 
    line-height: 2.5; 
    border: 3px gray solid;
}

.filter-children input {
    display: inline-block;
    /*transform: scale(1.5);*/
    transform: scale(2.5);
    margin-right: 10px;
}

.filter-form strong,#price_range_value-popup{
    color: #777;
    font-size: 18px; 
    margin-top: 20px;
}
#price_range_value-popup{
	font-size: 16px; 
}


.filter-children label{
    color: rgb(119, 119, 119);
}

#price-range-slider .noUi-connect {
    background:#55A747;
}

#price-range-slider,#price-range-slider-popup{
     margin-top: 45px;
}

#reset-filters,#reset-filters-popup{
     margin-top: 20px;

}

.noUi-horizontal .noUi-handle{
     transform: scale(0.7)!important;
}

.all-page{
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
    position: relative;
    padding: 0px 15px;
    border: 0;
    outline: none;
    font-size: 14px;
    text-align: center;
    background: #55A747;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}

.all-page .dashicons{
	font-size: 14px; 
	height: auto;
}

.open-popup-button{
	display: none;	
}

/* Стили для попапа */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none; /* Скрыт по умолчанию */
    z-index: 999998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Когда попап скрыт */
.filter_popup.hidden {
    transform: translateX(-300px);  /* Сдвиг попапа влево */
    opacity: 0;  /* Уменьшаем непрозрачность до 0 */
}

/* Когда оверлей видим */
.popup-overlay.visible {
    display: block;
    opacity: 1;  /* Показываем оверлей */
}

.filter_popup {
    position: fixed;
    left: -300px; /* Начальная позиция за экраном */
    top: 0;
    width: 300px;
    height: 100%;
    background-color: #333;
    color: white;
    transition: left 0.3s ease-in-out; /* Анимация появления */
    z-index: 999999;
}

.filter_popup.active {
   left: 0;
}

.filter_popup-content {
    overflow-y: auto;
    height: 100%;
}

#popup-filter-form,#popup-filter-form .filter-form{
    height: auto;
}

.filter_popup .filter_close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: black;
    cursor: pointer;
}

/* Кнопка для открытия попапа (для примера) */
#open-popup {
    align-items: center;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

#open-popup:hover {
    background-color: #0056b3;
}

#open-popup.open-popup-button {
    background-color: #55A747;
}

 /* Навыки */
.vacancy-skill-list--JsTYRZ5o6dsoavK7 li{
    padding: 15px 20px;
    margin-bottom: 10px;
    border: 0;
    outline: none;
    font-size: 14px;
    text-align: center;
    background: #55A747;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}

/* Реклама */

.casino-section {
    margin: 0;
    font-family: Arial, sans-serif;
}

.casino-section h3 {
    color: #e53935;
    font-size: 18px;
    margin:0;
    margin-bottom: 5px; 
}

.casino-scroll-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 15px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    /*padding-bottom: 10px;*/

    /* Custom scrollbar for modern browsers */
    scrollbar-color: #4CAF50 #e0f5e0;
    scrollbar-width: thin;
}

.casino-scroll-container::-webkit-scrollbar {
    height: 8px;
}

.casino-scroll-container::-webkit-scrollbar-track {
    background: #e0f5e0;
    border-radius: 10px;
}

.casino-scroll-container::-webkit-scrollbar-thumb {
    background: #4CAF50;
    border-radius: 10px;
}

.casino-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #43a047;
}

.casino-card {
    width: calc(25% - 12px);
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: transform 0.3s, box-shadow 0.3s;
    scroll-snap-align: start;
    flex: 0 0 auto;
}

.casino-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.casino-logo {
    height: 141px;
    margin-bottom: 10px;
    object-fit: cover;
    max-width: 100%;
}

.casino-bonus {
    font-size: 20px;
    font-weight: bold;
    color: #388e3c;
    margin-bottom: 10px;
}

.claim-button {
    background: #ffc107;
    border: none;
    padding: 10px 15px;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 5px;
    transition: background 0.2s;
}

.claim-button:hover {
    background: #ffb300;
}

.terms-text {
    font-size: 11px;
    color: #888;
}

/* Уникальные стили для всплывающего окна */
.unique-popup {
    display: none; /* Скрыто по умолчанию */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.unique-popup-content {
    position: relative;
 	display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 70vw;
    height: 60vh;
    align-items: center;
    background-color: rgba(17, 35, 66, 1);
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.unique-close-popup {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
}

.unique-popup-content h2 {
	font-size: 16px;
    color: #fff;
    margin: 0;
}

.unique-popup-content h2 span {
    text-decoration: underline;
}

.unique-popup-content p {
    font-size: 16px;
    color: #fff;
}

.unique-popup-content .popup-soc_btn {
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.unique-popup-content img {
    position: absolute;
    left: -50px;
}

.unique-subscribe-button {
    background-color: #00aaff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
}

.unique-subscribe-button:hover {
    background-color: #0077cc;
}

.skill-badge {
    display: inline-block;
    padding: 6px 10px;
    margin-right: 8px;
    border-radius: 10px;
    font-weight: 500;
    font-family: sans-serif;
    font-size: 12px;
    white-space: nowrap;
}
.green {
    background-color: #d5f5d5;
    color: #1b5e20;
}
.red {
    background-color: #fde2e2;
    color: #b71c1c;
}

.skills-scroll {
 display: flex;
 flex-wrap: nowrap;
 align-items: center;
 align-content: center
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  gap: 8px;
  overflow-x: auto;
  max-width: 100%;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
  white-space: nowrap; 
}

.skills-scroll::-webkit-scrollbar {
  height: 6px;
}
.skills-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}