/*!
Theme Name: Localdirectory
Theme URI: https://themesartist.com/localdirectory/
Author: themesartist
Author URI: https://themesartist.com/
Description: Localdirectory is the Best Directory & Listing WordPress Theme built with Elementor and the powerful Directorist plugin. Perfect for creating business directories, service listings, classified ads, real estate portals, or city guides, it offers everything you need to launch a high-performance directory website—without any coding.Enjoy advanced search filters, front-end submission, user dashboards, custom fields, monetization options, and seamless integrations with popular payment gateways.Whether you’re building a local directory or a global marketplace, this theme provides the tools and customization options to make it happen—making it truly the Best Directory & Listing WordPress Theme for professionals and entrepreneurs alike. View Demo at https://demo.themesartist.com/localdirectoryfree/
Version: 1.0.4
Tested up to: 6.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: localdirectory
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Localdirectory is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: none;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	outline: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	clear: both;
}

p {
	margin-bottom: 15px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

ul,
ol {
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #404040;
}

a:visited {
	color: #404040;
}

a:hover,
a:focus,
a:active {
	color: #404040;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #747474; 
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.header-navigation {
	display: block;
	width: 100%;
}
	.header-navigation ul {
display: inline-block;
	}
.header-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.header-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.header-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.header-navigation ul ul li:hover > ul,
.header-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.header-navigation ul ul a {
	width: 200px;
}

.header-navigation ul li:hover > ul,
.header-navigation ul li.focus > ul {
	left: auto;
}

.header-navigation li {
	position: relative;
}

.header-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.header-navigation.toggled ul {
	display: block;
}


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}



.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
/*.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}*/

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.entry-footer {
	display: none;
}
header.entry-header h1.entry-title {
	text-transform: uppercase;
}
.prefooter h2 {
   color: #fff;
   font-weight: 600;
   font-size: 28px;
   margin: 0 0 40px 0;
   padding: 0 0 0 12px;
}
footer#colophon h3.widget-heading {
	line-height: 1.2 !important;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px !important;
	margin: 0 0 10px 0 !important;
}
footer ul,
footer ol {
    margin: 0;
    padding: 0 0 0 2px;
	list-style: none;
}
footer ul li,
footer ol li {
	margin: 0 0 2px 0;
}
#menu-item-264 a,
#menu-item-264 a:hover,
#menu-item-255 a,
#menu-item-255 a:hover,
#menu-item-33 a,
#menu-item-33 a:hover {
	background: #33e771;
	border-radius: 5px;
	padding-left: 18px;
	padding-right: 18px;
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}
#menu-item-264 a:hover,
#menu-item-255 a:hover,
#menu-item-33 a:hover {
	background: #27d563;
}
.header-navigation li a,
.header-navigation li a:hover {
    padding: 13px 12px 12px;
    color: #555;
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
	text-decoration: none
}
#top_sl {
	margin: 30px 0;
}
#top_sl .ms-info {
	position: absolute;
	max-width: 550px;
	top: 160px;
	left: 90px;
	bottom: unset;
}
#top_sl h2 {
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: 0;
}
#top_sl p {
	margin: 0 0 40px 0;
	font-size: 16px;
}
#top_sl a,
#top_sl a:hover {
	background: #33e771;
	border-radius: 5px;
	padding: 15px 30px 16px;
	color: #333;
	text-decoration: none;
	transition: 0.3s;
	font-weight: 600;
	font-size: 16px;
}
#top_sl a:hover {
	background: #27d563;
}
#ab_us {
    padding: 50px 0 10px;
}
#ab_us h2 {
	font-size: 35px;
	font-weight: bold;
	margin: 0 0 20px 10px;
}
#ab_us .elementor-widget-image-box {
	background: #f5f5f5;
	border-radius: 10px;
	padding: 30px;
}
#ab_us figure {
	margin: 0 0 5px 0;
}
#ab_us figure img {
	width: 60px;
}
#ab_us h3 {
	font-weight: 600;
	margin: 0 0 10px 0;
	font-size: 25px;
}
#service {
	padding: 50px 0 10px;
}
#service h2 {
	font-size: 35px;
	font-weight: bold;
	margin: 0 0 20px 10px;
}
#service h5 {
	margin: -20px 0 10px 10px;
	font-size: 18px;
}
#service .elementor-widget-image-box {
	background: #f5f6fa;
	border-radius: 10px;
	padding: 30px;
}
#service figure {
	margin: 0 0 10px 0;
}
#service h3 {
	font-weight: 600;
	margin: 0 0 10px 0;
	font-size: 25px;
}
#invest_banner {
    padding: 40px 0 0;
    margin: 0 0 -40px 0;
}
#invest_banner h2 {
	font-size: 35px;
	font-weight: bold;
	margin: 0 0 10px 10px;
}
#invest_banner .elementor-widget-image-box {
	background: #f5f5f5;
	border-radius: 10px;
	padding: 50px 40px;
}
#invest_banner h3 {
	font-weight: 600;
	margin: 0 0 15px 0;
	font-size: 30px;
}
#invest_banner p {
	margin: 0;
	font-size: 19px;
	padding: 0 170px 0 0;
}
#invest_banner .elementor-widget-image-box:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 250px;
	height: 177px;
	background: url(/wp-content/uploads/2025/08/ph-ttt.png);
	background-size: contain;
	background-repeat: no-repeat;
}
footer#colophon {
    margin: 60px 0 0 0;
}
.zayavla_main {
	background: #f5f6fa;
	padding: 60px 0 35px;
	border-radius: 10px;
	margin: 0 10px;
}
.zayavla_main h2 {
	text-align: center;
	margin: 0 0 -10px 0;
    font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
}
.zayavla_main h4 {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	margin: 5px 0 -20px 0;
}
.zayavla_main .dl_formi {
	padding: 0 120px;
}
.short_pole {
	width: 49% !important;
	float: left !important;
	clear: none !important;
	margin-right: 1% !important;
}
.vt_short_pole {
	margin-right: 0 !important;
	margin-left: 1% !important;
}
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 10px 0 !important;
}
div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea {
    height: 50px;
    border: 0;
    border-radius: 5px;
}
.to_politf {
	text-decoration: underline !important;
	transition: 0.2s;
}
.to_politf:hover {
	text-decoration: underline;
	transition: 0.2s;
	color: #33e771;
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label {
	font-size: 13px;
	padding-top: 3px;
}
div.wpforms-container-full input[type=checkbox] {
	margin: 0 0 0 0;
}
.wpforms-submit-container {
	text-align: center;
	margin: 20px 0 0 0 !important;
}
button[type=submit] {
	background: #33e771 !important;
	color:  #333 !important;
	text-transform: uppercase;
	font-weight: 600 !important;
	font-size: 15px !important;
	padding: 15px 30px 14px !important;
	letter-spacing: 0.2px;
	line-height: 1 !important;
	height: auto !important;
	transition: 0.3s;
}
button[type=submit]:hover {
	text-decoration: none;
	background: #27d563 !important;
}
.pliti {
	padding: 20px 0 30px;
}
.pliti .elementor-widget-image-box {
	background: #f5f5f5;
	border-radius: 10px;
	padding: 30px;
}
.pliti figure {
	margin: 0 0 0 0;
}
.pliti h3 {
	font-weight: 600;
	margin: 0 0 10px 0;
	font-size: 25px;
}
.pliti p {
	font-size: 16px;
}
.wpforms-container label.wpforms-error, .wpforms-container em.wpforms-error {
    font-size: 13px !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #27d56382;
    border: 0;
    text-align: center;
	border-radius: 5px;
}
#map_cont {
	margin: -25px 0 20px 0;
	border-radius: 10px !important;
}
.broker_kg {
	padding: 50px 0 0;
}
.broker_kg .elementor-container {
	background: #f5f5f5;
	padding: 30px 20px 20px;
	border-radius: 10px;
}
.broker_kg h2 {
	font-size: 35px;
    font-weight: bold;
    margin: 0 0 0 0;
}
.broker_kg h4 {
	margin: 0 0 0 0;
}
.broker_kg h3 {
	font-weight: 600;
    margin: 0 0 10px 0;
    font-size: 25px;
}
.broker_kg .elementor-widget-image-box {
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
}
.broker_kg figure {
	width: 60px !important;
	margin: 0 0 5px 0 !important;
}
.z_okno {
	position: fixed;
	top: 11%;
	left: 0;
	right: 0;
	margin: auto;
	width: 620px;
	z-index: 999999;
	background: #f5f6fa;
	border-radius: 10px;
	box-shadow: 0 0 10px #999;
	padding: 60px 50px 30px;
	display: none;
}
.z_okno h3 {
	text-align: center;
	margin: 0 0 0 0;
}
.close_okno,
.close_okno:hover {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 15px;
	right: -5px;
	color: #f59a9a;
	transition: 0.2s;
}
.close_okno i {
	font-size: 19px;
	transform: rotate(180deg);
	transition: 0.3s;
	color: #f59a9a;
}
.close_okno i:hover {
	transform: rotate(0);
	transition: 0.3s;
	color: #f59a9a;
}
.form_vipad {
	display: none;
}




/* = MY NEXT NEW PLUS GO 2k - 2560
-------------------------------------------------------------- */
@media (min-width: 2560px) {






}


/* = MY NEXT NEW PLUS GO 1600
-------------------------------------------------------------- */
@media (max-width: 1600px) {
.header-navigation ul li.focus > ul {
    left: auto !important;
    opacity: 1 !important;
}





}

/* = MY NEXT NEW PLUS GO 1536
-------------------------------------------------------------- */
@media (max-width: 1536px) {






}



/* = MY NEXT NEW PLUS GO 1440
-------------------------------------------------------------- */
@media (max-width: 1440px) {






}

/* = MY NEXT NEW PLUS GO 1366
-------------------------------------------------------------- */
@media (max-width: 1366px) {






}

/* = MY NEXT NEW PLUS GO 1280
-------------------------------------------------------------- */
@media (max-width: 1280px) {






}

/* = MY NEXT NEW PLUS GO 1194
-------------------------------------------------------------- */
@media (max-width: 1194px) {






}

/* = MY NEXT NEW PLUS GO 1024
-------------------------------------------------------------- */
@media (max-width: 1024px) {
.z_okno h3 {
    text-align: center;
    margin: 0 0 0 0;
    font-size: 20px;
    font-weight: 600;
}





}

/* = MY NEXT NEW PLUS GO 768
-------------------------------------------------------------- */
@media (max-width: 768px) {
body {
	font-size: 14px;
}
#top_sl h2 {
	margin: 0 0 10px 0;
	font-size: 30px;
}
#top_sl .ms-info {
	position: absolute;
	max-width: 450px;
	top: 80px;
	left: 40px;
	bottom: unset;
}
#hamburger-menu span {
    background-color: #333 !important;
}
.site-logo img.custom-logo {
    height: 30px !important;
}
#top_sl a,
#top_sl a:hover {
	border-radius: 5px;
	padding: 15px 30px 16px;
	font-size: 14px;
}
#ab_us h2,
#invest_banner h2,
#service h2 {
    font-size: 30px;
	line-height: 1.1;
}
#ab_us h3,
.pliti h3,
#service h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
}	
#menu-item-264 a,
#menu-item-264 a:hover,
#menu-item-255 a,
#menu-item-255 a:hover,
#menu-item-33 a,
#menu-item-33 a:hover {
	border-radius: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0;
}	
#ab_us .elementor-widget-image-box {
    padding: 25px;
}	
#service .elementor-widget-image-box {
    padding: 20px 15px;
}	
#invest_banner h3 {
    margin: 0 0 15px 0;
    font-size: 25px;
}
#invest_banner p {
    margin: 0;
    font-size: 16px;
    padding: 0 150px 0 0;
}	
.zayavla_main {
    padding: 40px 0 30px;
    margin: 0 10px;
}	
.zayavla_main h2 {
    font-size: 20px;
}
.prefooter h2 {
    font-size: 25px;
    margin: 0 0 30px 0;
    padding: 0 0 0 12px;
}
footer#colophon h3.widget-heading {
    font-size: 15px !important;
    margin: 0 0 8px 0 !important;
}	
.prefooter {
    padding: 60px 0 25px !important;
}	
.pliti p {
    font-size: 14px;
}	
.zayavla_main .dl_formi {
    padding: 0 100px;
}	
#service h5 {
    margin: -25px 0 10px 10px;
    font-size: 16px;
    line-height: 1.2;
}
#invest_banner .elementor-widget-image-box {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 45px 25px;
}	
.broker_kg h2 {
    font-size: 30px;
}	
.broker_kg .elementor-widget-image-box {
    padding: 30px 12px;
}
.broker_kg h3 {
    margin: 0 0 7px 0;
    font-size: 18px;
}	
.broker_kg figure {
    width: 55px !important;
    margin: 0 0 5px 0 !important;
}	
nav#site-navigation .menu li.menu-item-has-children:hover .sub-menu,nav#site-navigation .menu li.menu-item-has-children:focus .sub-menu,
nav#site-navigation .menu li.menu-item-has-children:focus-within .sub-menu {
  left: 0 !important;	
}
nav#site-navigation .menu li.menu-item-has-children .sub-menu {
    position: relative !important;
    opacity: 1 !important;
	left: 0 !important;
}
	
	
	
	
}

/* = MY NEXT NEW PLUS GO 500
-------------------------------------------------------------- */
@media (max-width: 500px) {
#top_sl h2 {
	margin: 0 0 5px 0;
	font-size: 20px;
}
#top_sl .ms-info {
	position: absolute;
	max-width: 250px;
	top: 15px;
	left: 30px;
	bottom: unset;
}
#top_sl .ms-info p {
	font-size: 13px;
	margin: 0 0 18px 0;
	line-height: 1.2;
}
.broker_kg h2,
#ab_us h2,
#invest_banner h2,
#service h2 {
	font-size: 24px;
	margin-left: 0;
    text-align: center;
}
#ab_us h3,
.pliti h3,
#service h3 {
    margin: 0 0 10px 0;
    font-size: 19px;
}	
#top_sl a,
#top_sl a:hover {
	border-radius: 5px;
	padding: 10px 20px 11px;
	font-size: 14px;
}
.z_okno {
	top: 9%;
    width: 95%;
    padding: 45px 25px 20px;
}
#ab_us {
    padding: 35px 0 10px;
}	
#service .elementor-widget-image-box {
    padding: 20px 15px;
    text-align: center !important;
}	
#service .elementor-image-box-wrapper {
	text-align: center !important;	
}
#ab_us .elementor-widget-image-box {
    padding: 25px;
    text-align: center !important;
}
#ab_us .elementor-image-box-wrapper {
	text-align: center !important;	
}
.pliti .elementor-widget-image-box {
    text-align: center !important;
	padding: 25px;
}
.pliti .elementor-image-box-wrapper {
    text-align: center !important;
}
.ms-nav-next,
.ms-nav-prev {
	display: none;
}
#invest_banner .elementor-widget-image-box:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 143px;
    background: url(/wp-content/uploads/2025/08/ph-ttt.png);
    background-size: contain;
    background-repeat: no-repeat;
}	
#invest_banner p {
    margin: 0;
    font-size: 15px;
    padding: 0 105px 0 0;
}	
.zayavla_main h2 {
    font-size: 17px;
	margin: 0 0 -30px 0;
}	
.zayavla_main {
    padding: 32px 0 15px;
    margin: 0 10px;
}		
.zayavla_main .dl_formi {
    padding: 0 10px;
}		
.prefooter {
    padding: 60px 0 25px !important;
    text-align: center;
}	
.prefooter h2 {
    font-size: 20px;
    margin: 0 0 30px 0;
    padding: 0;
}	
#invest_banner h3 {
    margin: 0 0 15px 0;
    font-size: 23px;
    line-height: 1.2;
}	
#invest_banner .elementor-widget-image-box {
    border-radius: 10px;
    padding: 30px 22px;
}		
#service h5 {
    margin: -25px 0 10px 0;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
}
.zayavla_main h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin: 20px 0 -35px 0;
    line-height: 1.2;
}	
button[type=submit] {
    font-size: 14px !important;
    padding: 15px 30px 14px !important;
}	
#ab_us h2 {
    margin-bottom: 0;
}	
.broker_kg h4 {
    text-align: center;
}
	
	
	
	
	
	
}

/* = MY NEXT NEW PLUS GO 400
-------------------------------------------------------------- */
@media (max-width: 400px) {
#top_sl a,
#top_sl a:hover {
	border-radius: 4px;
	padding: 9px 15px 10px;
	font-size: 13px;
}
#top_sl .ms-info p {
	font-size: 13px;
	margin: 0 0 17px 0;
	line-height: 1.2;
}
#top_sl .ms-info {
	position: absolute;
	max-width: 250px;
	top: 10px;
	left: 20px;
	bottom: unset;
}
.broker_kg h2, #ab_us h2, #invest_banner h2, #service h2 {
    font-size: 23px;	
}
#service h2 {
    margin-bottom: 0;
}	
#service {
    padding: 30px 0 10px;
}
.zayavla_main h2 {
    font-size: 16px;
}	
#invest_banner h3 {
    font-size: 22px;
}	
#service h5 {
    margin: -15px 0 10px 0;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
}	
.zayavla_main h4 {
    font-size: 12px;
    line-height: 1.3;
}		
button[type=submit] {
    font-size: 13px !important;
    padding: 13px 25px 12px !important;
}	
.z_okno {
	top: 7%;
}
	
	
	
	
	


}

/* = MY NEXT NEW PLUS GO 390
-------------------------------------------------------------- */
@media (max-width: 390px) {






}
