/*
 Theme Name:   ТРУИНФО
 Theme URI:    https://truinfo.ru
 Description:  MyListing Child Theme
 Author:       Pb164
 Author URI:   https://media-top.net
 Template:     my-listing
 Version:      1.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/

html, body {
    max-width: 100%;
    overflow-x: hidden; 
}
.animate {
	background: radial-gradient(ellipse at top center, ghostwhite -10%, skyblue 0%, royalblue, midnightblue 75%, #004 95%);
	height: 100%;
	width: 100%;
}
.animate .elementor-container, .cosmo .elementor-container {
	z-index: 10;
}
.animate ul, .cosmo ul {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}
.animate ul li {
	position: absolute;
	display: block;
	list-style: none;
	background-color: rgba(255,255,255,0.25);
	animation: animate 25s ease-in infinite;
	bottom: -150px;
	border-radius: 25%;
}
.animate ul li:nth-child(1) {
	left: 20%;
	width: 30px;
	height: 30px;
	margin-left: -15px; 
	animation-delay: 1s;
	animation-duration: 3s;
}
.animate ul li:nth-child(2) {
	left: 40%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	animation-delay: 3s;
	animation-duration: 5s;
}
.animate ul li:nth-child(3) {
	left: 25%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	animation-delay: 10s;
	animation-duration: 10s;
}
.animate ul li:nth-child(4) {
	left: 60%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	animation-delay: 5s;
	animation-duration: 5s;
}
.animate ul li:nth-child(5) {
	left: 80%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	animation-delay: 5s;
	animation-duration: 3s;
}
.animate ul li:nth-child(6) {
	left: 45%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	animation-delay: 2s;
	animation-duration: 5s;
}
.animate ul li:nth-child(7) {
	left: 10%;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	animation-delay: 9s;
	animation-duration: 6s;
}
.animate ul li:nth-child(8) {
	left: 90%;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	animation-delay: 4s;
	animation-duration: 8s;
}
.animate ul li:nth-child(9) {
	left: 75%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	animation-delay: 5s;
	animation-duration: 10s;
}
.animate ul li:nth-child(10) {
	left: 15%;
	width: 150px;
	height: 150px;
	margin-left: -75px;
	animation-delay: 5s;
	animation-duration: 12s;
}
.animate ul li:nth-child(11) {
	left: 85%;
	width: 150px;
	height: 150px;
	margin-left: -75px;
	animation-delay: 0s;
	animation-duration: 8s;
}
.animate ul li:nth-child(12) {
	left: 55%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	animation-delay: 4s;
	animation-duration: 7s;
}

@keyframes animate {
	0%{
		transform: translateY(0)/* rotate(0deg)*/;
		opacity: 1;
	}
	100%{
		transform: translateY(-1200px)/* rotate(720deg)*/;
		opacity: 0.25;
	}
}

.page-id-587 .animate ul li:nth-child(10):before, .page-id-587 .animate ul li:nth-child(11):before,
.page-id-587 .animate ul li:nth-child(3):before, .page-id-587 .animate ul li:nth-child(6):before {
	background: url('https://truinfo.ru/wp-content/uploads/2020/09/organization_64px.png')no-repeat center;
	background-size: 75%;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	filter: invert(1);
	opacity: 0.5;
}

.page-id-587 .animate ul li:nth-child(1):before, .page-id-587 .animate ul li:nth-child(2):before,
.page-id-587 .animate ul li:nth-child(4):before, .page-id-587 .animate ul li:nth-child(5):before {
	background: url('https://truinfo.ru/wp-content/uploads/2021/05/electricity_64px.png')no-repeat center;
	background-size: 100%;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	filter: invert(1);
	opacity: 0.75;
}
.page-id-587 .animate ul li:nth-child(12):before, .page-id-587 .animate ul li:nth-child(9):before,
.page-id-587 .animate ul li:nth-child(7):before, .page-id-587 .animate ul li:nth-child(8):before {
	background: url('https://truinfo.ru/wp-content/uploads/2020/09/services_64px.png')no-repeat center;
	background-size: 75%;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	filter: invert(1);
	opacity: 0.5;
}

.page-template a {
	color: #F30C0C;
}
.modal-open {
	overflow-y: hidden;
}

.page-btn a {
	padding: 15px 20px !important;
}

.header .user-area{margin-right:15px !important;}
/** Добавление объявления */

.header-left {
    max-width: 475px;
}

.profile-avatar {
    background-size: contain;
}

.mylisting-basic-form li .lt-icon { 
	width: 40px;
	position: relative;
}

.mylisting-basic-form li .lt-icon i { 
	margin: auto;
}

.mylisting-basic-form li.active .lt-icon i {
	font-size: 38px;
	position: absolute;
}
.woocommerce-account .select2-selection__arrow {
	top: 5px !important;
}
.pricing-item .days {
	color: #f30c0c;
	padding: 10px 0;
}

.mlduo-welcome-message h1 {
	font-size: 24px;
}
.mlduo-stat-box h2, .mlduo-stat-box p {
	color: darkslategray;
}


/* Гео */
.region-data {
    font-size: 24px;
    margin: 0;
    padding: 0 5px;
    line-height: 50px;
    /*border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;*/
    position: relative;
}
.region-data:hover {
    color: #F30C0C;
    cursor: pointer;
    /*border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
}
.region-data .region-info {
    width: 0px;
    /*transition: all .2s ease;*/
    transition: all .3s ease;
    height: 0px;
    /*top: -10px;*/
    /*left: 100px;*/
}

.region-data:hover .region-info {
    display: block !important;
    position: absolute;
    background: #fff;
    text-align: left;
    padding: 15px;
    font-size: 15px !important;
    /*border-radius: ;*/
    color: #4E4E4E;
    border-top: 2px solid #F30C0C;
    transition: all .3s ease;
    margin: 8px 0 0 -6px;
    min-width: 275px;
    max-width: 350px;
    /*left: -100px;*/
    right: -1px;
    height: auto;
    width: 275px;
    /*top: 35px;*/
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
}
.region-data:hover:after {
    display: block !important;
    position: absolute;
    background: transparent;
    content: "";
    width: 99%;
    height: 30px;
    top: 25px;
    right: 0;
}
/* Гео */

/***** Иконки */

/* отображение пароля */
span.hsp {
    position: absolute;
    top: 12px;
    z-index: 100;
    font-size: 20px;
    font-weight: normal;
    text-shadow: 0px 0px 1px;
    right: 0px;
    border: 1px solid #aaaaaa;
    text-align: center;
    border-radius: 7px;
    background: #fff;
    color: dimgray;
    cursor: pointer;
}
.woocommerce-ResetPassword .hsp {
	top: 6px;
	right: 5px;
}
.hsp span {
    position: relative;
    display: block;
    padding: 0px 4px;
}

.hsp.active,  .hsp:hover {
    color: crimson;
    border-color: crimson;

}
/* отображение пароля */

.ac-front-side .hovering-c {
    width: 100%;
    padding: 0px;
    display: block;
    height: 100%;
    border-radius: 50px;
    transform: translateZ(50px) scale(1);
    -webkit-transform: translateZ(50px) scale(1);
    -ms-transform: translateZ(50px) scale(1);
}
.cat-icon {
	padding: 0px !important;
}
.ac-front-side .cat-icon {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
}
.ac-front-side .cat-icon i {
    font-size: 50px !important;
    margin-top: -15% !important;
}
.ac-front-side .category-name {
    position: absolute !important;
    top: 60% !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: bold;
    width: 100%;
    left: 0;
}
.face.ac-back-side p {
    font-weight: bold !important;
}

#submit-job-form .wp-editor-wrap {
    margin: 0px 0 0 !important;
}

.c27-submit-listing-form .select2-container--default .select2-selection--multiple > ul > li {
    width: 48% !important;
    margin: 2px 1% 2px !important;
}

.face.ac-front-side {
    overflow: hidden;
}

.col-md-3.ac-category {
    height: 160px;
}

.page-id-123 > #c27-site-wrapper > em {
    font-style: normal;
}
.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
    margin: 0px;
}
.elementor-posts-container .elementor-post__title {
    margin-top: 15px !important;
}

.add-listing-nav > ul {
    margin-top: 0 !important;
}

.pricing-item {
    padding: 20px 15px;
}
.pricing-item .plan-name {
    padding: 0px;
}
.pricing-item .plan-price {
    padding-left: 0px;
    padding-right: 0px;
}
.pricing-item .plan-image {
	width: auto;
}
.plan-features {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.plan-features .line {
    padding: 0 0 10px 0 !important;
    border-bottom: 1px solid #efefef !important;
}
.pricing-item .plan-desc {
    padding-left: 10px;
    padding-right: 10px;
}
.plan-features li {
	text-align: left;
    line-height: 24px;
}
.plan-features li em {
    display: inline-block;
    max-width: 85%;
    color: chocolate;
    /*text-shadow: 0px 1px 1px whitesmoke;*/
}
.plan-features li em:not(strong) {
    text-shadow: 0px 1px 1px lightskyblue;
}
.plan-features li del em {
    display: inline-block;
    max-width: 85%;
    color: #ccc;
}
.plan-features em strong {
    display: block;
    color: #696969;
    text-shadow: none;
}
.plan-features del em strong {
    display: block;
    color: #ccc;
}
.plan-features li em del {
    color: #ccc;
}
.plan-features i {
    font-size: 30px;
    line-height: 24px;
    vertical-align: super;
    padding: 2px;
    color: #F30C0C;
    width: 15% !important;
    display: inline-block;
}

.select-package {
    padding: 0 0px 10px;
}
.select-plan {
    width: max-content;
    height: auto;
}

.plan-features del i:before{
	color: #ddd;
	margin: -3px 0 0;
	position: relative;
	display: table-caption;
	text-decoration:none;
}
.package-available > .use-package-toggle {
    font-size: 13px;
    line-height: 24px;
    color: #565d62;
    margin: 5px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    display: inline-block;
    border-bottom: 2px solid transparent;
}
.pac-container { display: none !important; }

.l-type .listing-type .value { width: max-content; }

.header.header-scroll.header-scroll-dark-skin .header-skin {
    background: rgba(255,255,255,.75)!important;
}

.case27-primary-text { 
	font-weight: 500 !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Форма подачи объявления */

#submit-job-form .description {
	z-index: 10;
}
.fieldset-job_description #count {
    display: none;
}
.helper {
    font-size: 20px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}
.helper:hover .helper-container {
    display: block;
    left: -290px;
    top: -6px;
}
.helper-container {
	display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.95);
    width: 280px;
    height: auto;
    padding: 10px;
    margin: 0 auto;
    color: white;
    font-weight: normal;
    font-family: sans-serif;
    font-size: 16px;
    border-radius: 5px;
}
.helper-container:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-left: 10px solid rgba(0, 0, 0, 0.95);
    top: 5px;
    right: -19px;
}
.helper-container .title {
	display: block;
	border-bottom: 1px solid #777;
    padding: 0 0 5px;
}
.helper-container .data {
    padding: 5px 0 0;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
}
.helper a {
	display: block;
	color: #fff;
	padding: 5px 0 0;
}
.helper a:hover {
	color: #F30C0C;
}
.formlink {
    color: #F30C0C;
}
.formlink:hover {
    text-decoration: underline;
}

#submit-job-form .fieldset-job_description .field-head {
    /*margin: 0 0 -10px 0;*/
}
.type-place .fieldset-job_category .field.desc:after {
    content: attr(data-content);
    display: block;
    width: auto;
    height: auto;
    position: relative;
    top: 0px;
    margin: 0px 0px 20px;
    border: 2px dashed #cccccc;
    color: #aaa;
    font-size: 14px;
    padding: 20px;
}
/*.pf-head {
  
}*/

#submit-job-form .element .pf-body{
    padding-bottom: 15px;
}

.pf-head .title-style-1 i {
    color: red;
    font-size: 35px;
    position: relative;
    left: 0;
    width: 60px;
    top: 0;
    text-align: center;
}

.round-icon .title-style-1 i {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 10px;
    background: none;
    padding: 8px;
    text-align: center;
}


#submit-job-form .pf-head .title-style-1 h5 {
    font-size: 24px;
    line-height: 50px;
    left: 0;
    text-align: center;
    width: 100%;
}

.pf-head .title-style-1 h5, .pf-head .title-style-1 h3 {
    font-size: 18px;
    line-height: 35px;
    margin: 0px;
}

/*#submit-job-form label { font-weight: 400 !important; }*/

/*input#job_title::placeholder, 
input#job_tagline::placeholder,*/
input::placeholder, textarea::placeholder { color: #ccc; }

.required-field::after {
    content: '*';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    color: red;
    font-size: 20px;
    margin: -30px 0 0 -10px;
}

.required-field { position: relative; }
.fieldset-importants { pointer-events: none; }

/* ИП */
.class-person .fieldset-kpp, .class-person .fieldset-okpo,
.class-person .fieldset-oktmo {
    display: none !important;
}
.fieldset-job_category,
.fieldset-job_tagline, 
.fieldset-job_description, 
.fieldset-job_tags,
.fieldset-bonus-tags,
.fieldset-vacancies,
.fieldset-job_category,
.fieldset-expectations,
.fieldset-job_website, 
.fieldset-bank-name {
    clear: both;
}
/* Профессиональные навыки */
.fieldset-vacancies {
    display: none;
}
/* Профессиональные навыки */
.fieldset-opf {
    pointer-events: none;
}
.form-group small:not(.description),
.requis .details-block-content i,
.footer-bottom .social-links,
.fieldset-bonus-switch .md-checkbox:first-of-type { 
    display:none; 
}
.full input:not(:checked) + label {
    pointer-events: none;
    opacity: 0.35;
}
.field-type-texteditor textarea, .field-type-textarea textarea {
    margin-bottom: 15px;
}


.fieldset-job_tags .select2-selection__choice {
    padding: 5px 10px 5px 5px !important;
    width: min-content !important;
}
.fieldset-job_tags .tier1 label, .term-select-0 .select2-selection__rendered {
    color: brown !important;
}
.fieldset-job_tags .tier2 label, .term-select-1 .select2-selection__rendered {
    color: royalblue !important;
}
.fieldset-job_location .repeater-item {
	border-bottom: none !important; 
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.fieldset-job_location .delete-repeater-item, .fieldset-job_location .add-location {
	display: none !important;
}
.stop {
    pointer-events: none;
}




/* Форма подачи объявления */

.finder-tabs{
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.form-group-tags .tags-nav {
	overflow-y: scroll;
	height: 300px;
	scrollbar-color: #f30c0c #efefef;
	scrollbar-width: thin;
	padding-top: 0px;
	margin-top: 10px;
}

.form-group-tags .tags-nav::-webkit-scrollbar {
	width: 5px;
}
.form-group-tags .tags-nav::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
.form-group-tags .tags-nav::-webkit-scrollbar-thumb {
	background: red;
	border-radius: 5px;
}
.form-group-tags .tags-nav li {
	float: left;
	width: 50%;
	overflow: hidden;
	/* height: 100%; */
}

.form-group-tags .tags-nav li label {
	font-size: 11px !important;
	padding: 0px 10px;
	border-radius: 30px;
	border:2px solid #f1f1f1;
}

.form-group-tags .md-checkbox input[type=checkbox]:checked+label {
	background: var(--accent);
	border: none;
	color: #fff;
    border: 2px solid;
}
.form-group-tags .md-checkbox label:before, .form-group-tags .md-checkbox label:after { 
	display: none;
}

/* Страница объявления */

#c27-single-listing:not(.informer) .quick-listing-actions .qa-internal-link {
    display: none;
}


#marketplace-info .pf-body {
    padding-top: 0px;
}

.block-type-tags h4, .block-type-terms h4, #pro-tags h4, #social h4 {
    font-size: 12px;
    font-weight: normal;
}

#listing_tab_store-ads  .menu-item-title {
    font-size: 16px; 
}
/*.package-start .content-block {
  display: none;
}*/
.package-plus .content-block, .plus {
  background: lightcyan;
}
.package-premium .content-block, .premium {
  background: lightgoldenrodyellow;
}
#coupons .pf-body, #coupons .row {
	padding: 0px;
	margin: 0px;
}
#coupons a.coupon-create {
    display: inline-block;
    vertical-align: sub;
}
.coupon-info {
    padding: 2px 35px;
    position: absolute;
    background: #F30C0C;
    color: white;
    rotate: 35deg;
    top: 15px;
    right: -30px;
    box-shadow: -10px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
#coupons .content-block {
	overflow: hidden;
	position: relative;
}
.coupon-code {
	font-size: 24px;
	line-height: 35px;
}
.ticket {
	border: 2px dashed #ccc;
}

.store-connect, .store-update, .store-products, .coupon-create {
    /*font-size: 35px;*/
    position: relative;
    font-size: 35px; 
    font-weight: bold;
    margin: 0 5px;
}
/*.store-update {
    font-size: 35px; 
    font-weight: bold;
}*/
/*.store-connect:not([data-id='']), */

.controller[data-key="M"] .store-connect, .controller[data-key="M"] .store-update {
    pointer-events: none;
}
.store-link.actived, .store-update-info.actived {
    color: #F30C0C !important;
}
.store-update[data-updates=''], .client-view .store-connect, .client-view .store-update, .store-products {
    color: var(--accent);
    pointer-events: none;
}

.store-connect:not([data-id='']), .store-connect[data-loader='loading'], .store-update[data-loader='loading'] {
    color: forestgreen;
    pointer-events: none;
}

.store-connect:not([data-id='']):before {
    color: forestgreen;
    content: "✓";
    position: absolute;
    width: 19px;
    height: 19px;
    background: #fff;
    font-size: 12px;
    padding: 0px;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    border: 1px solid forestgreen;
    text-align: center;
}
.store-connect[data-loader='loading'] .fa-store, .store-update[data-loader='loading'] .fa-history {
    display:none;
}
.store-connect[data-loader='loading'] .fa-spinner, .store-update[data-loader='loading'] .fa-spinner {
    display: inline-block;
    animation-name: rotation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
.store-connect:not([data-loader='loading']) .fa-spinner, .store-update:not([data-loader='loading']) .fa-spinner {
    display:none;
}

/*.client-view .store-connect:before {
    color: #fff;
    content: "?";
    position: absolute;
    width: 19px;
    height: 19px;
    background: var(--accent);
    font-size: 12px;
    padding: 0px;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    border: 1px solid var(--accent);
    text-align: center;
}*/
.client-view .store-connect[data-id='connected']:before {
    color: forestgreen;
    content: "✓";
    border: 1px solid forestgreen;
    background: #fff;
}
.store-main, .store-updates, .store-products-info {
  vertical-align: text-bottom;
  line-height: 32px;
  height: 32px;
  display: inline-block;
  font-size: 18px;
  margin: 0;
}

.store-name, .store-link, .store-data, .store-date, .store-limits, .store-link-alt, .store-update-info {
    display: block;
    line-height: 18px;
}

.store-date, .store-link a, .store-link, .store-link-alt, .store-update-info, .store-package {
    color: #999;
    font-size: 14px;
}
.store-link a:hover {
    color:var(--accent);
}
.store-phone {
    color: #999;
    font-size: 14px;
    display: contents;
}

#truinfo-links h3 {
    font-size: 16px;
}
#truinfo-links .content-block {
    background: transparent;
    padding: 0;
    box-shadow: none;
}
#truinfo-links .article {
    box-shadow: 0 1px 4px rgba(0,0,0,.0705882353);
}

/*.store-update .loader {
    animation-name: rotation;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(720deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}*/

.search-filters .form-group-tags label {
	padding: 0px 0px 15px;

}


/* Страница объявления */

.subscription-actions span {
    display: block;
    padding: 8px 0;
}

.term-type-hierarchy .term-select {
    border-bottom: 1px solid rgba(0,0,0,.12);
    margin-top: 0px;
}
.form-group .c27-term-checklist li.c27-term {
    width: 33.333%;
}

.details-block-content .wp-editor-content { 
    margin: 0;
    line-height: 40px;
}

.requis .details-block-content .wp-editor-content { 
    margin: 0;
    line-height: 20px;
}

#salary .details-block-content > li:last-child i, #demands .details-block-content > li:last-child i {
    display: none;
}

#salary .details-block-content > li:last-child .wp-editor-content, #demands .details-block-content > li:last-child .wp-editor-content {
    width: 100%;
}

#salary .details-block-content > li:first-child {
	border-bottom: 1px solid #efefef;
    padding: 0px 0px 15px 0px;
}

#salary .cplus, #demands .dplus {
    border-top: 1px solid #efefef;
    padding: 0px 10px;
    display: inherit;
}

#salary .p-style {
    line-height: 14px;
    white-space: nowrap;
    display: block;
}
#salary .p-month, #salary .p-contract {
	line-height: 14px;
	white-space: nowrap;
	display: inline-block;
}

.infoBox .lf-type-2 .lf-item-info-2 {
    padding: 0 10px;
}
.lf-item-info {
    left: 15px !important;
    right: 15px;
}

.lf-head {
    top: 15px;
    left: 15px;
    right: 15px;
    z-index: 10;
}
.lf-head-btn.listing-rating.rating-preview-card {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}
.lf-head-btn.ad-badge {
    margin: 0px 5px 0px;
}
.term-icon img { 
	filter: invert(1);
	/*vertical-align: -moz-middle-with-baseline;*/
	margin: 5px;
}
.block-type-tags .term-icon img, #pro-tags img { 
    /*filter: invert(1);*/
    /*vertical-align: -moz-middle-with-baseline;*/
    height: 30px !important;
    width: 30px !important;
    top: 15px !important;
    left: 15px !important;
}
.lf-item-alternate + .c27-footer-section { border-top: 1px solid #e3e3e3;}
.lf-item-info-2 h6 { 
    line-height: 22px; 
    max-height: 40px; 
    white-space: normal; 
    font-size: 12px;
}
.lf-item-info-2>ul.lf-contact li { vertical-align: middle; padding-bottom: 0px !important; display:flex !important;}
.lf-avatar { top: -30px; box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 25%); }
.lf-avatar, .profile-avatar.size_64 {
    background-size: 75%;
    background-repeat: no-repeat;
}
.event-host .avatar {
    border-radius: 50%;
    border: 1px solid #cccccc;
}
.lf-head-btn {
    font-size: 12px;
    background: rgba(0,0,0,0.25);
}
.lf-head-btn i {
    font-size: 20px;
    margin: 0 5px 0 0;
}

.lf-item-container { width: 100%; }
.grid .lf-item-container .lf-contact a[href*="tel:"], 
.grid .lf-item-container .lf-contact a[href*="mailto:"]{
    color: #242429;
}
.lf-item-container .listing-details > ul {
    width: 80%;
}
.lf-item-container .listing-details > ul > li:first-child {
    max-width: 100%;
    margin-right: 0px;
    width: 100%;
}
.grid .lf-item-container .lf-contact a:hover, .lf-contact a:hover {
    color: var(--accent);
}
.active-taxonomy-container h1.category-name {
  font-weight: normal;
  word-wrap: normal;
  white-space: break-spaces;
  text-align: left !important;
  line-height: 1;
}
.lc-info h4 {
    font-size: 12px;
}
.plan-features li {
    position: relative;
}
.hint {
    font-size: 10px;
    background: green;
    color: #fff;
    position: absolute;
    padding: 3px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.5);
    opacity: 0.75;
    top: 4px;
    right: 4px;
}

.price-or-date {
    /*position: absolute;*/
    left: 0;
    display: block;
    /*margin: 0 0 0 -60px !important;*/
}

.details-block-content i {
    font-size: 20px;
}


#salary .wp-editor-content b {
    margin: 0 2px;
    font-size: x-large;
    line-height: 32px;
}

#salary:not(.payment-from-to) .s-to {
  display: none;
}
#salary:not(.contract, .project) .p-contract {
  display: none !important;
}
#salary.contract .p-month, #salary.project .p-month {
  display: none !important;
}

.block-type-details a {
    text-decoration: none !important;
    color: #222222 !important;
}

.block-type-details a:hover {
    color: #f30c0c !important;
}

#c27-single-listing .element .pf-body .listing-details li, .element .social-nav li {
    width: 100%;
}
.profile-name h1 {
    font-size: 26px;
    margin: 0;
}
.footer {
    background: #222222;
}
.footer .footer-logo {
	background: url('https://truinfo.ru/wp-content/uploads/2020/09/tru-log-a.png');
	height: 50px;
	width: 250px;
	background-size: contain;
	background-repeat: no-repeat;
    background-position: center;
}
.footer .footer-logo span {
	position: absolute;
	display: block;
	bottom: -20px;
	margin: 0 25px;
	width: 200px;
	text-align: center;
    font-size: 11px;
}

.footer .c_widget .menu > li > a {
	color: #eee;
	font-size: 13px !important;
	padding: 0px;
	font-weight: normal;
}
.footer .c_widget .menu > li > a:hover, .footer .c_widget .menu > li.current_page_item > a, .header .main-nav li a:hover {
	color: #F30C0C !important;
}


.footer .blog-feed .blogTitle h5, .copyright p { color: #dededd;}
.footer .elementor-column-wrap { padding: 0px !important;}
.footer h5,
#submit-job-form .field-type-radio > .field {
  margin-top: 0px;
}

.marker-img {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.75);
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1150px;
}

.single-post .hentry img {
	padding: 20px 0px;
}

/* Страница магазина и товаров */

body.post-type-archive #c27-site-wrapper,
body.tax-product_cat #c27-site-wrapper {
    background: #f4f4f4;
}

.post-type-archive .price, 
.post-type-archive .add_to_cart_button, 
.tax-product_cat .price,
.tax-product_cat .add_to_cart_button,
.single-product .cart, 
.single-product .stock,
.related .price,
.related .add_to_cart_button {
    display: none !important;
}

#listing_tab_store h3 {
    font-size: 14px;
}

.wpcf7-mail-sent-ok {
    background: aquamarine;
}

label.products-select {
    padding: 0 0 20px;
    border-bottom: 1.5px solid rgba(0,0,0,0.2);
    margin: 20px 0 !important;
}

.products-select .wpcf7-select {
    display: block;
    padding: 10px 5px;
    width: 100%;
}

.results-view .type-place .lf-background, .c27-related-listings .type-place .lf-background {
	background-color: #AF000085;
}
.results-view .type-service .lf-background, .c27-related-listings .type-service .lf-background {
	background-color: #0000AF85;
}
.results-view .type-vacancy .lf-background, .c27-related-listings .type-vacancy .lf-background {
	background-color: #00AF0085;
}
.results-view .type-place-event .lf-background, .c27-related-listings .type-place-event .lf-background {
	background-color: #AF00AF85;
}

/* Страница магазина и товаров */

/* Логика скрыть показать */

body:not(.org) .org, body:not(.pers) .pers, body:not(.ffa) .ffa {
    display: none;
}
body.ffa .org.ffa, body.org .org.ffa, body.org .org.pers, body.pers .org.pers {
    display: block;
}


/* Логика скрыть показать */

/* Управление картами */
.single-job_listing .contact-map, .contact-map {
    display: none;
}

#truinfo-map {
    height: auto;
    width: 100%;
    display: block;
}
#truinfo-map-add {
    height: 300px;
    width: 100%;
    display: block;
}
.ymaps-2-1-79-map {
    height: 300px !important;
    width: 100% !important;
}

.ymaps-2-1-79-image-with-content {
    border-radius: 50%;
    box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.5);
    border: 4px solid #fff;
    background: #fff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.c27-submit-listing-form .ymaps-2-1-79-image-with-content {
    border-radius: 50%;
    box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.5);
    border: 4px solid #fff;
    background: #fff;
    background-image: url('https://truinfo.ru/wp-content/uploads/2020/09/truinfo-favicon.png') !important;
    background-size: 120% !important;
    background-position: center;
}

.ymaps-2-1-79-image-with-content:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #ffffff transparent transparent transparent;
    filter: drop-shadow(0px 8px 3px #555);
    bottom: -12px;
    margin: 0 12px;
    z-index: 10;
}

.page-sidebar {
    background-color: #fff;
}

.listing-main-buttons > ul {
    overflow: visible;
    width: 100%;
    justify-content: right;
}

.listing-main-buttons > ul > li {
    line-height: 32px;
    width: 32%;
}

.price-or-date .value {
    line-height: 48px;
    font-size: 26px;
}

.price-or-date .prefix {
    color: #bbb;
}

.bookmarked {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
}

.mt-35 {
    margin: 35px 0 0;
}

.explore-head .explore-types > div > a i {
    font-size: 30px !important;
}

/*.tier1 {
    background: blue;
}
.tier2 {
    background: green;
}*/
#c27-explore-listings .tier1 .tags-nav li:not(.tier1, .tier2), #submit-job-form.tier1 .fieldset-job_tags li:not(.tier1, .tier2),
#c27-explore-listings .tier2 .tags-nav li:not(.tier1, .tier2), #submit-job-form.tier2 .fieldset-job_tags li:not(.tier1, .tier2)
{
    display: none;
}

/*#c27-explore-listings .explore-classic-sidebar:not[tags=""] {
    background: red;
}
#c27-explore-listings .explore-classic-sidebar:not[subtags=""] {
    background: green;
}*/


.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}

.page .offer-block {
	padding: 20px;
	border: 1px solid gainsboro;
	border-radius: 20px;
}

/*#first {
	background: aliceblue;
}*/
.radial-bg-light-blue, .gradient-about {
	background: radial-gradient(ellipse at bottom center, aliceblue 55%, lightsteelblue 100%);
}
#first .offer-block {
	background: aliceblue;
}
/*#second {
	background: transparent;
}*/
#second .offer-block {
	background: ghostwhite;
}
/*#third {
	background: ghostwhite;
}*/
#third .offer-block {
	background: aliceblue;
}
/*#fourth {
	background: ghostwhite;
}*/
#fourth .offer-block {
	background: ghostwhite;
}
.elementor-headline-dynamic-wrapper {
	/*min-width: 60%;*/
	text-align: center !important;
}
.blur-me {
    backdrop-filter: blur(5px);
    border-radius: 5px;
    background: rgba(255,255,255,0.5);
    border: 1px solid rgba(255,255,255,0.5);
    margin: 0px;
}
.texture-org {
	background: URL('https://truinfo.ru/wp-content/uploads/2025/03/place-texture.png');
	background-attachment: fixed;
	background-color: #000000;
}
.texture-org .elementor-background-overlay {
	background-color: #F30C0C85;
	box-shadow: 0px 0px 500px 100px inset;
}

.title-shadow h2, .title-shadow h3 {
    text-shadow: 0px 5px 5px black;
}
.profile-cover-image {
    background-position: center 85%;
}

.wpcf7 .cf7-cf-turnstile, .wpcf7 .cf7sr-g-recaptcha {
    margin-bottom: 15px !important;
}

.sign-in-box .g-recaptcha, .g-recaptcha {
	opacity: 1 !important;
}

.login-container {
	min-height: auto !important;
	width: 500px !important;
	margin: 100px auto;
}
.login-tabs li {
	width: 50%;
	text-align: center;
}
.choose-role-text {
	text-align: center;
	margin: 0 0 20px;
}
.role-tabs > div {
	width: 50%;
}


body.woocommerce-account:not(.logged-in) {
	overflow-y: auto !important;
}


.top-line, .single-blog-feed .listing-details {
    border-top: 1px solid #efefef !important;
}
.related h3.elementor-post__title {
	margin-top: 4% !important;
}
.related .elementor-post__excerpt {
	margin-bottom: 0px !important;
}
.sbf-title p {
	font-size: 14px !important;
	color: #bebebe !important;
	padding: 0px 0px 10px;
}
.sbf-title a:hover {
	color: #F30C0C !important;
}
.single-post .elementor-column {
	margin-right: 10px;
	margin-left: 10px;
}
.grecaptcha-badge {
	display: none !important;
}
.elementor-widget-theme-post-content p {
	font-size: medium;
}
.overlay-one .elementor-background-overlay {
	background-color: darkslateblue;
}
#c27-single-listing:not(.author) #coupons {
    display: none;
}
.correct .field-head label {
    color: forestgreen !important;
}
.correct .field-head:before {
    color: forestgreen;
    content: "✓";
    position: absolute;
    width: 19px;
    height: 19px;
    background: transparent;
    font-size: 16px;
    padding: 0px;
    top: auto;
    left: 5px;
    text-align: center;
    margin: -2px 0 0;
}
.incorrect .field-head label {
    color: orangered !important;
}


/* - РАЗМЕР ЭКРАНА ДО 1200px - */
@media (max-width:1200px){
    h6{display: none;}
	#intro h3, #first h3, #second h3, #third h3, #fourth h3 {
    	font-size: 5vw;
    	padding: 0px;
    }

    .store-name, .store-link, .store-link a, .store-data, .store-date, .store-limits, .store-link-alt, .store-package {
      font-size: 12px;
      line-height: 16px;
    }

    .listing-main-buttons > ul > li {
        margin-right: 10px;
    }

	.listing-main-buttons > ul > li a {
		padding: 10px;
	}

	.listing-main-buttons {
	padding: 20px 0px 0px 0px;
	}
	.price-or-date .value {
		line-height: 42px;
		font-size: 22px;
	}
	#salary .p-month, #salary .p-contract, #salary .p-style {
		display: block;
		width: 50%;
		float: left;
	}
}

/* - РАЗМЕР ЭКРАНА ДО 1024px - */
@media (max-width:1024px){
    h6{display: none;}
	#intro h3, #first h3, #second h3, #third h3, #fourth h3 {
    	font-size: 5vw;
    }

    .store-name, .store-link, .store-link a, .store-data, .store-date, .store-limits, .store-link-alt, .store-package {
      font-size: 12px;
      line-height: 16px;
    }

    .listing-main-buttons > ul > li {
        margin-right: 2%;
        width: 32%;
    }

    .listing-main-buttons > ul > li a {
        padding: 10px;
        font-size: 12px;
    }
}

/* - РАЗМЕР ЭКРАНА ДО 990px - */
@media (max-width:990px){
	#intro h3, #first h3, #second h3, #third h3, #fourth h3 {
    	font-size: 5vw;
    }
    .animate ul li:nth-child(10), .animate ul li:nth-child(11) {
		display: none;
	}
    .listing-main-buttons > ul {
        justify-content: left;
    }
    #listing_tab_vacancy-info .row {
        display: grid !important;
    }
    #salary .p-month, #salary .p-contract/*, #salary .p-style*/ {
		display: inline-block;
		width: auto;
		float: none;
	}
	#salary .p-style {
		display: block;
		float: none;
	}
}

/* - РАЗМЕР ЭКРАНА ДО 800px - */
@media (max-width:800px){
    h6{display: none;}
	#intro h3, #first h3, #second h3, #third h3, #fourth h3 {
    	font-size: 5vw;
    }
    .store-name, .store-link, .store-link a, .store-data, .store-date, .store-limits, .store-link-alt, .store-package {
      font-size: 12px;
      line-height: 16px;
    }

    .profile-cover-image {
        height: 200px;
    }
    .footer .footer-logo {
        margin: 0 auto;
    }
    .footer .container {
        text-align: center;
    }
}


/* - РАЗМЕР ЭКРАНА ДО 600px - */
@media (max-width:600px){
    h6{display: none;}

	#intro h3, #first h3, #second h3, #third h3, #fourth h3 {
    	font-size: 5vw;
    }
	.animate ul li:nth-child(10), .animate ul li:nth-child(11) {
		display: none;
	}
    /*.c27-submit-listing-form .description { display: none; }*/
    
    .fieldset-bank-name,
    /*.fieldset-employment-type,*/
    /*.fieldset-job-time,*/
    .fieldset-bonus-switch
    { clear: both; width: 100% !important; }

/*    .fieldset-salary,
    .fieldset-bonus-salary,*/
    .form-group .c27-term-checklist li.c27-term {
        width: 50%;
        float: left;
    }

    .lmb-calltoaction > a {
        height: 32px;
        padding: 0 8px;
    }

    .store-name, .store-link, .store-data, .store-date, .store-limits, .store-link-alt, .store-package {
      font-size: 12px;
    }

    .price-or-date {
        width: auto !important;
    }

    .price-or-date .value {
        line-height: 32px;
        font-size: 18px;
    }
    .block-type-tags h4, .block-type-terms h4 {
        font-size: 12px;
        white-space: nowrap;
    }
    .footer .footer-logo {
    	margin: 0 auto;
    }
    .login-container {
		width: 90% !important;
	}
	.login-container h3 {
		font-size: large;
	}
}


/* - РАЗМЕР ЭКРАНА ДО 420px - */
@media (max-width:420px){
    h6{display: none;}

    #intro h3, #first h3, #second h3, #third h3, #fourth h3 {
    	font-size: 5vw;
    }
	.animate ul li:nth-child(10), .animate ul li:nth-child(11) {
		display: none;
	}


    .fieldset-bank-name,
    .fieldset-bonus-switch
    { clear: both; width: 100% !important; }
    
    .form-group .c27-term-checklist li.c27-term {
        width: 50%;
        float: left;
    }
    .lmb-calltoaction a {
        font-size: 12px; 
    }
    .block-type-tags h4, .block-type-terms h4 {
        font-size: 12px;
        white-space: nowrap;
    }
/*	#salary .p-month, #salary .p-contract {
		line-height: 14px;
		display: block;
	}*/
	#salary .p-month, #salary .p-contract, #salary .p-style {
		display: block;
		width: 50%;
		float: left;
	}
	.login-container {
		width: 90% !important;
	}
}