/*!
Theme Name: dprofit_by_bnv
Theme URI: http://underscores.me/
Author: BNV
Author URI: https://seomax.guru/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dprofit_by_bnv
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.

dprofit_by_bnv 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.
 */

/*Fonts*/


@font-face {
font-family: 'Lato Thin';
src: url('libs/fonts/Lato-Thin.eot');
src: url('libs/fonts/Lato-Thin.eot?#iefix') format('embedded-opentype'),
url('libs/fonts/Lato-Thin.woff') format('woff'),
url('libs/fonts/Lato-Thin.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Lato Light';
src: url('libs/fonts/Lato-Light.eot');
src: url('libs/fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
url('libs/fonts/Lato-Light.woff') format('woff'),
url('libs/fonts/Lato-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Lato Regular';
src: url('libs/fonts/Lato-Regular.eot');
src: url('libs/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
url('libs/fonts/Lato-Regular.woff') format('woff'),
url('libs/fonts/Lato-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Lato Semibold';
src: url('libs/fonts/Lato-SemiboldItalic.eot');
src: url('libs/fonts/Lato-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
url('libs/fonts/Lato-SemiboldItalic.woff') format('woff'),
url('libs/fonts/Lato-SemiboldItalic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}


@font-face {
font-family: 'Lato Bold';
src: url('libs/fonts/Lato-Bold.eot');
src: url('libs/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
url('libs/fonts/Lato-Bold.woff') format('woff'),
url('libs/fonts/Lato-Bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Lato Black';
src: url('libs/fonts/Lato-Black.eot');
src: url('libs/fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
url('libs/fonts/Lato-Black.woff') format('woff'),
url('libs/fonts/Lato-Black.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}



html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'Lato Light' !important;
	color: #202020 !important;
	font-size: 20px !important
}

/**
 * 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;
}

.container{
	max-width: 1170px !important
}

/* 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: 1px dotted ButtonText;
}

/**
 * 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"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * 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: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	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
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-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;
}

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 980px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.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;
}

/*-------style ----------*/

.site-header{
	padding-top: 10px;
	padding-bottom: 10px;
border-bottom: #f5f5f5 2px solid;
}

.site-header .custom-logo{
	max-width: 80px;
	width: 100%;
}

.site-header i{
	color: #246C22 ;
}



#site-navigation ul li a, .site-footer .FirstFooter .menu li a, .main-navigation a{
color: #202020 !Important;
font-family: 'Lato Thin';
font-size: 18px;
transition: 1s
}

#site-navigation ul li a:hover, .site-footer .FirstFooter .menu li a:hover, , .main-navigation a:hover{
	font-family: 'Lato Thin';
	color: #246C22;
	text-decoration: underline;
	transition: 1s
}

.main-navigation ul{
justify-content: space-around;	
}

#masthead .row{
	align-items: center;
}

.Phone{
font-family: 'Lato Bold';
font-size: 18px;
color: #246C22;
float: right;
transition: 1s
}

.Phone:hover{
	color: #246C22;
	transition: 1s;
	text-decoration: none;
}

.site-header .site-branding{
	flex: 0 0 80px;
	margin-right: 20px;
}

.site-header .Post{
flex: 0 0 30px;
margin-right: 20px;
}

.site-header .Post{
flex: 0 0 30px;
margin-right: 20px;
}

.site-header .HeaderPhone{
	flex: 0 0 160px;
}

.call{
	display: flex;
}

.HeaderPhone{
	display: flex;
flex-direction: column;
align-items: flex-end;
}

.site-header .container{
	display: flex;
	align-items: center;
}

.call img{
	
	margin-right: 8px;
	margin-top: 3px;
}

.call a{
	font-family: 'Lato Bold';
	color: #f9bb6d;
	font-size: 16px;
	text-decoration: underline;
	line-height: 1;
}

.call a:hover{
	color: #f9bb6d;
	text-decoration: underline;
}

.site-footer{
	background-color: #dddddd;
	padding-top: 17px
}

.site-footer .custom-logo{
	max-width: 138px;
	width: 100%;
}

.FirstFooter{
	display: flex;
	align-items: center;
}

.FirstFooter .footer_logo{
	flex: 0 0 180px;
	margin-right: 20px;
}

.FirstFooter .footer_logo img{
	max-width: 100px;
}

.FirstFooter .FooterCall{
	flex: 0 0 180px;
}

.FirstFooter .footer-nav{
	flex: 1;
}

.FirstFooter .footer-nav ul{
	margin-bottom: 0;
}


.site-footer .FirstFooter .menu{
	margin-left: 0;
	padding-left: 0;
	max-width: 600px;
	display: flex;
	justify-content: space-around;
	margin-right: auto;
	margin-left: auto;
	flex-wrap: wrap;
}

.site-footer .FirstFooter .menu li{
	list-style: none;
	display: inline-block;
	line-height: 1
}

.FooterCall{
	text-align: right;
}

.FooterCall a{
	color: #202020;
	font-size: 18px;

transition: 1s
}

.FooterCall .LineLink{
	border-bottom: #929292 1px solid;
	line-height: 1.1;
}

.FooterCall a:hover{
	color: #246C22;
	text-decoration: none;
	transition: 1s;
	border-bottom:none;
}

.FooterCall > div{
	line-height: 1.2;
	margin-bottom: 8px;
}

.FooterCall > div:first-child{
	line-height: 1.1
}

.FirstFooter .row{
	align-items: center;
	border-bottom: #cfcfcf 1px solid;
	padding-top: 20px;
	padding-bottom: 20px
}

.site-info{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px
}

.site-info p{
	color: #707070;
	font-family: 'Lato Light';
	font-size: 15px;
	margin-bottom: 0;
}

.site-info a{
	color: #707070;
	font-family: 'Lato Light';
	font-size: 15px;
	text-decoration: none;
	border-bottom: #acacac 1px solid;
	transition: 1s
}

.site-info a:hover{
	font-family: 'Lato Bold';
	color: #246C22;
	text-decoration: none;
	transition: 1s;
	border-bottom: #246C22 1px solid
}

#Main_banner{
	min-height: 600px;
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: 50% 50% !important;
display: flex;
justify-content: center;
align-items: center;
}

.wt_btn, .green_btn{
	width: 100%;
	max-width: 320px;
	min-height: 60px;
	border-radius: 5px;
}

.green_btn{
	border: green 1px solid;
}

.wt_btn, .green_btn:hover {
	background-color: #fff;
	transition: 1s;
}

.green_btn, .wt_btn:hover{
	background-color: #246C22;
	
	transition: 1s;
}

.wt_btn a, .green_btn a{
font-weight: 600;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 20px;
	min-height: 60px;

}

.wt_btn a:hover, .green_btn a:hover {
text-decoration: none;
}


.wt_btn a, .green_btn a:hover, input[type="submit"]:hover{
	color:#246C22;
	transition: 1s;
}

.green_btn a, .wt_btn a:hover{
	color:#fff;
	transition: 1s;
}

#Main_banner h2{
	font-family: 'Lato Bold';
color: #fff;
font-size: 65px;
text-align: center;
margin-bottom: 40px;
}

#Main_banner .wt_btn{
	margin: 0 auto;
}

.parallax {
  
   /* Create the parallax scrolling effect */
    background-attachment: fixed !Important;
max-width: 1920px;
margin-right: auto;
margin-left: auto;
display: flex;
justify-content: center;
}

.parallax h1{
	font-weight: 600;
	font-size: 40px;
	color: #222931;
	max-width: 750px;
	text-align: center;
}

.parallax2, .parallax_title {
    /* The image used */
  
    /* Set a specific height */
   

    /* Create the parallax scrolling effect */
   background-attachment: fixed !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
    margin-top: 0px;
max-width: 1920px;
margin-right: auto;
margin-left: auto;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
text-align: center;
padding: 80px 0;
}

.parallax2 {
	 min-height: 370px; 
}

.parallax_title{
 min-height: 100px; 
 margin-bottom: 30px;
}

.parallax2 h2, .parallax_title h2, .parallax_title h1, .parallax_title p{
	color: #fff;
}

.parallax_title h1{
	font-family: 'Lato Bold';
	font-size: 40px;
	max-width: 750px;
	text-align: center;
	margin: 0 auto;
}

.pp{
	font-size: 16px;
	max-width: 500px;
}

.parallax2 .pp, .parallax2 .pp a{
	color: #fff;
}

.parallax2 .pp a{
	text-decoration: underline;
}

.wpcf7-form-control-wrap input{
	height: 50px;
	padding: 0 20px;
	width: 100%;
}

input[type="submit"]{
	border: none !Important;
	background: transparent !Important;
	  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 57px;
}

.parallax2 .green_btn{
	margin: 0 auto;
}


.wpcf7-spinner{
	display: none !Important;
}

.green_btn p{
	margin-bottom: 0;
}

a:active, a:focus { outline: none; }

input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}

/* убираем синюю обводку при клике */

/* Remove outline on the forms and links */
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}


.white_block, .grey_block{
	min-height: 300px;

position: relative;
z-index: 600;
padding: 60px 0;
}

.white_block{
	background-color: #fff;	
}

.grey_block{
	background-color: #f8f8f8;	
}

.droggy .content_bl {
  left: -160px;
}

.droggy img{
	border-radius: 5px;
}

.content_bl {
  padding: 50px 40px;
  background-color: #fff;
 margin-top: 60px;
  position: relative;
  width: 130%;
  box-shadow: #c0bdbd 0 0 10px;
border-radius: 5px;
 }

h2{
	color:#246C22;
	font-family: 'Lato Bold';
	font-size: 35px !important;
margin-bottom: 30px !important;
}

/* slick slider  */

.slick-arrow{
	position: absolute;
	top: 50%;
	z-index: 500;
cursor: pointer;
background-color: rgba(255,255,255,0.5);
padding: 10px;
}

.slick-arrow i{
	font-size: 40px;
	color: #246C22;
}

.sprite-prev{
	left: 0;
}

.sprite-next{
	right: 0;
}

.keys_item{
	max-width: 320px;
margin: 0 auto;
display: block !Important;
background: #fff;
padding: 30px 20px;
border-radius: 5px;
box-shadow: #c0bdbd 0 0 10px;
min-height: 400px;
}

.keys_item h3{
	color: #246C22;
font-family: 'Lato Regular';
	margin-bottom: 20px;
}

.uslugy_item{
	max-width: 560px;
border: #246C22 2px solid;
border-radius: 5px;
margin: 0 auto 30px auto;
}

.uslugy_item .title{
font-family: 'Lato Semibold';	
	background-color: #246C22;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-weight: 600;
font-size: 24px;
text-transform: uppercase;
padding: 20px;
border-radius: 2px 2px 0 0;
}

.uslugy_item .cont{
	padding: 30px 20px;
font-size: 22px;
min-height: 250px;
}

.uslugy_list{
	list-style-type: none;
  counter-reset: css-counter 0;
  margin-top: 30px;
}

.uslugy_list .uslugy_item .cont{
  counter-increment: css-counter 1; 
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.uslugy_list .uslugy_item .cont:before {
content: "0" counter(css-counter);
font-family: 'Lato Black';
font-size: 260px;
color: rgba(245,245,245,.4);
position: absolute;
z-index: -1;
left: 0;
bottom: 0;
line-height: .8;}

.uslugy_item .cost{
font-family: 'Lato Bold';
background: #f5f5f5;
height: 60px;
padding: 0 20px;
display: flex;
align-items: center;
color: #246C22;
font-weight: 800;
font-size: 28px;
border-radius: 0 0 5px 5px;
}

.egipment_img{
	align-items: center;
}

.pppp{
	padding: 40px 0;
}

.pppp img{
	border-radius: 0 30px 30px 30px;
}

.mt60{
	margin-top: 60px;
}

.droggy.right3 .content_bl {
  left: 30px;
  z-index: 88;
}

.egipment_img_item{
	width: 100%;
height: 120px;
max-width: 120px;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 30px;
}

.client-slider-item{
	padding: 10px;
}

.client-slider-item img{
	background-color: #fff;
	border: #f5f5f5 1px solid;
	border-radius: 10px;
	width: 100%;
	max-width: 180px;
	height: 150px;
	object-fit: contain;
padding: 10px;
box-shadow: #c0bdbd 0 0 10px;
}

.client-slider .slick-arrow{
	top: 30%;
}

.otzyvy_item{
	margin-bottom: 30px;
}

.otzyvy_item img{
	width: 110px;
height: 110px;
object-fit: contain;
border-radius: 50%;
background-color: #fff;
}

.otzyvy_wrap .text_block{
background: #fff;
padding: 20px;
border-radius: 10px;
position: relative;
box-shadow: #c0bdbd 5px 5px 10px;
}

.otzyvy_wrap .text_block:before{
content: '';
width: 0; 
height: 0;
border-top: 20px solid transparent;
border-right: 30px solid #fff;
border-bottom: 20px solid transparent;
position: absolute;
top: 20%;
left: -30px;
}

.otzyvy_wrap .text_block h4, .otzyvy_wrap .text_block h5{
	color: #246C22;
}

.otzyvy_wrap .text_block h4{
	font-weight: 800;
	text-transform: uppercase;
}


.contacts, #contact_form_pop_up{
	background: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4)),url(/wp-content/uploads/2023/03/1674698318_top-fon-com-p-foni-dlya-prezentatsii-nalogovaya-18.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 100%;
}

.contacts{
	padding: 60px 0;
}

#contact_form_pop_up{
	padding: 40px;
}


.contacts h3{
font-family: 'Lato Bold';
color: #fff;

font-size: 40px;
max-width: 450px;	
}

.contacts h3 span{
	color:#246C22;
	background: #fff;
padding: 2px;
}

.contacts hr{
	max-width: 200px;
	height: 5px;
	background-color: #246C22;
	margin: 20px 0;
}

.contacts p{
	font-size: 25px;
color: #fff;
}

.contacts .row{
	align-items: center;
}

.contacts .pp, #contact_form_pop_up .pp, .contacts .pp a, #contact_form_pop_up .pp a{
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.contacts .green_btn, #contact_form_pop_up .green_btn{
	margin: 0 auto;
}

.contacts .wpcf7-form > div{
	text-align: center;
}

.page{
	margin-bottom: 0 !Important;
}

.socsety a{
width: 30px;
height: 30px;
background-color: #fff;
border-radius: 10px;
display: flex !Important;
justify-content: center;
align-items: center;
transition: 1s;
margin-left: 10px;
}

.socsety a:hover, .contact_info .socsety a:hover{
	background-color: #246C22;
transition: 1s;
color: #fff;
text-decoration: none;
}

.socsety{
	display: flex;
justify-content: end;
}

.contact_info a{
	color: #292929;
	display: block;
}

.contact_info p{
	margin-bottom: 0;
}

.contact_info {
	margin-bottom: 30px;
}

.contact_info .socsety a{
background-color: #f5f5f5;
}


.bredcr_wrap{
	background: #f5f5f5;
padding: 20px 0;
margin-bottom: 30px;
}

#breadcrumbs{
	margin-bottom: 0;
}

#breadcrumbs a, .breadcrumb_last{
	font-size: 16px;
}

#breadcrumbs a{

	color: #246C22;
	font-weight: 400;
border-bottom: #246C22 1px solid;
}

.Ya_sh_wrap{
	margin-bottom: 30px;
}

.artc_item{
	background-color: #f5f5f5;
padding: 20px;
margin-bottom: 30px;
border-radius: 5px;
transition: 0.5s;
box-shadow: none;
max-width: 360px;
margin-left: auto;
margin-right: auto;

}

.artc_item img{
	height: 320px;
	width: 100%;
	max-width: 320px;
	object-fit: cover;
}

.ark_link{
	display: block;
	min-height: 430px;
}

.artc_item:hover{
	background-color: #fff;
	box-shadow: #c0bdbd 0 0 10px;
	transition: .5s;
}

.artc_item a, .artc_item a:hover, .post_nav a, .post_nav a:hover{
	color: #292929;
	text-decoration: none;
}

.artc_item h3{
	font-size: 20px;
margin-top: 20px;
text-transform: uppercase;
}

.info_ark{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.info_ark .data{
	color: #9f9f9f;
font-size: 16px;
}

.info_ark .data p{
	margin-bottom: 0;
}

.news .green_btn{
	margin: 0 auto;
	border: #246C22 1px solid;
}

.news .green_btn:hover{
	background-color: #f5f5f5;
}


.post_nav{
	background-color: #f5f5f5;
padding: 10px 20px;
margin: 20px 0;
}

.post_nav .post-navigation{
	margin: 0;
}

.page-numbers {
padding: 1% 2%;
box-shadow: 0 0 10px #ccc;
margin: 0 1% 0 0;
background: #fff;
border-radius: 3px;
display: inline-block;
text-decoration: none;
color: #246C22 !important;
font-weight: 600;
}

.nav-links{
	width: 100%;
margin-bottom: 30px;
}

.pokazately{
position: fixed;
top: 140px;
right: 20px;
background: rgba(255, 255, 255, .8);
padding: 30px;
border-radius: 5px;
z-index: 8888;
transition: 1s;
}

.pokazately.close{
	right: -250px;
	transition: 1s;
}

.pokazately.close > .close_pokazately i{
	transform: rotate(180deg);
	transition: 1s;
}

.pokazately_item{
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
box-shadow: #938e8e 0 0 20px;
max-width: 200px;
}

.pokazately_item:not(:last-child){
	margin-bottom: 30px;

}

.pokazately_item h3{
	font-size: 18px;
}

.pokazately_item a, .pokazately_item a:hover, .pokazately_item a:visited {
	color: green;
	text-decoration: none;
}

.pokazately_item a:hover .pokazately_item{
	box-shadow: #292929 0 0 5px;
}

.pokazately_item p{
	font-family: 'Lato Bold';
font-size: 20px;
color: #212529;
margin-bottom: 0;
}

.close_pokazately{
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
position: absolute;
left: -30px;
cursor: pointer;
}

.close_pokazately i{
	color: green;
}

.pokaz_table td{
	padding: 10px;
}

.pokaz_table tr > td:nth-child(2), .pokaz_table tr > td:nth-child(3){
	color: green;
}

/* Вертикальные табы */
.wrap-myvertical-tabs {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
    margin-top: 30px;
}
.myvertical-tabs {
    list-style: none;
    background: #FFF;
    padding: 0;
    margin: 0;
    flex: 0 0 20%;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}

.myvertical-tabs li {
    padding: 10px 15px;
    color: #777;
    cursor: pointer;
    background: #f7f7f7;
    border: 1px solid #e3e3e3;
    position: relative;
    flex-basis: 100%;
    min-height: 64px;
    display: flex;
align-items: center;
}
.myvertical-tabs li:hover {
    color: #434343;
    background: #efefef;
    border: 1px solid #e3e3e3;
}

.myvertical-tabs li.chosen {
    color: #434343;
    background: #efefef;
    border-right: 1px solid transparent;
   font-family: 'Lato Bold';
}
.myvertical-tabs-content {
    display: none;
    background: #EFEFEF;
    padding: 15px 30px;
    margin-left: -1px;
    min-height: 400px;
    border: #EFEFEF 1px solid;
}
.myvertical-tabs-content.active {
    display: block;
}
.myvertical-tabs-content-wrap{
	width: 100%;
}

.myvertical-tabs-content a, .poles_link a{
	font-size: 18px;
color: #246C22;
border-bottom: green 1px solid;
}

.myvertical-tabs-content a:hover, .poles_link a:hover{
	color: #246C22;
border-bottom: none;
text-decoration: none;
}

.lending_banner{
	background: linear-gradient(rgba(255, 255, 255, 0.8),rgba(0, 0, 0, 0.8)),url(/wp-content/uploads/2023/06/1614858748_98-p-bukhgalterskii-fon-132.webp) 50% 0% no-repeat;
	background-size: cover;
	max-height: 550px;
	margin-bottom: 60px;
}

.lending_banner .banner_pict img{
  border-radius: 40px;
  max-height: 550px;
}

.lending_banner .banner_pict{
	margin-top: 30px;
	display: flex;
  justify-content: end;
  position: relative;
}

.lending_banner .banner_text{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.lending_banner .banner_pict::before {
  content: '';
  border-radius: 60px 0px 60px 60px;
  width: 500px;
  height: 500px;
  transform: rotate(-5.989deg);
  z-index: 1;
  border: #fff 4.7px solid;
  position: absolute;
  left: 30%;
}

.lending_banner .banner_text h1{
color: #fff;
margin-bottom: 30PX;
}

.lending_banner .banner_text h2{
	color: #44EA3F;
}

.arrow-7 {
   margin: 0 0 0px 30px;
    width: 38px;
    height: 100px;
}
.arrow-7 span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #44EA3F;
    border-right: 5px solid #44EA3F;
    transform: rotate(45deg);
    margin: -16px 0;
    animation: arrow-7 2s infinite;
}
.arrow-7 span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow-7 span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes arrow-7 {
    0%{
        opacity: 0;
        transform: translate(0,-20px) rotate(45deg);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: translate(0,20px) rotate(45deg);
    }
}

.gorizont .ikon_block_item{
	display: flex;
}

.uslugy_list .ikon_block_item >div:first-child{
	flex: 0 0 100px;
	margin-right: 30px;
}

.vertikal {
	display: flex;
	column-gap: 30px;
	margin: 40px 15px;
}

.modul-service-list > div{
	flex: 0 0 24%;
	text-align: center;
	padding: 30px 20px;
  border-radius: 5px;
  box-shadow: #c0bdbd 0 0 10px;
}

.modul-service-list .ikon_block_item img{
	width: 80px;
  height: 80px;
  object-fit: contain;
}


.modul-service-list .ikon_block_item > div:first-child{
width: 80px;
  height: 80px;
  margin: 0 auto 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.greenTxt{
	color: #246C22;
	font-weight: 800;
}

.uslugy_list .ikon_block_item{
	margin-bottom: 30px;
	background: #fff;
  padding: 30px 20px;
  border-radius: 5px;
  box-shadow: #c0bdbd 0 0 10px;
  align-items: center;
}

.uslugy_list h3{
	color:#246C22;
	font-size: 23px;
  font-weight: 800;
}

.uslugy_list img{
	max-width: 80px;
  max-height: 80px;
  object-fit: cover;
}

.discont{
	margin-top: 30px;
	margin-bottom: 30px;
}

.discont .green_btn{
	max-width: 800px;
	margin: 0 auto;
}

.txt56{
	padding: 60px 10px;
}

.txt56 .h3{
	line-height: 1.6;
}

.color_banner{
	border-radius: 15px;
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
	min-height: 360px;
}

.color_banner_wrap .text_blco_color_banner{
	padding: 40px 70px 0 70px;
}

.color_banner_wrap .batton_block{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 70px 0px;
	flex-wrap: wrap;
}

.color_banner_wrap ul li, .color_banner_wrap ol li, .color_banner_wrap p, .color_banner_wrap ul li a, .color_banner_wrap ol li a{

font-size: 18px;
font-weight: 400;
}

.color_banner_wrap h2{
	font-size: 38px;
}

.color_banner_wrap .call_fos, .color_banner_wrap .detail_link, .fotoBanner .call_fos{
height: 50px;
border-radius: 5px;
margin-bottom: 10px;
}
.fotoBanner .call_fos{
	max-width: 260px;
}
.color_banner_wrap .call_fos a, .color_banner_wrap .detail_link a, .fotoBanner .call_fos a{
font-size: 16px;
text-transform: uppercase;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 0 25px;
text-decoration: none;
}
.fotoBanner .call_fos a{
	color:#ef5120 ;
}
.fotoBanner .call_fos {
  background-color: #ffffff;
  color: #ef5120;
  border: #ffffff 2px solid;
  transition: .5s;
}
.fotoBanner .call_fos:hover {
  background-color: #ef5120;
  border: #ffffff 2px solid;
  transition: .5s;
}
.fotoBanner .call_fos:hover a{
	color: #fff;
}
.color_banner_wrap .banner_img{
	position: absolute;
  right: 0;
  max-width: 350px;
}

.color_banner_wrap .detail_link:hover a, .fotoBanner .call_fos a{
	text-decoration: none;
}

.color_banner_wrap{
	padding-bottom: 30px;
}

.color_banner_wrap a:hover{
	text-decoration: none;
}

.akcia{
	padding:10px;
	background-color: #cf2e2e;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

.not-found{
	position: relative;
	min-height: 300px;
}

#nothing-pict{
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 400px;
}

.not-found input[type="submit"]{
	background: #246C22;
	max-width: 258px;
}

.non_akcia{
	background: #fff;
  min-height: 50px;
}

.uslugy_item .wt_btn, .uslugy_item .green_btn{
	max-width: 100%;
	border-radius: 0;
	border: none;
}

.uslugy_item .wt_btn:hover, .uslugy_item .green_btn:hover{
	background-color: #dbd8d8;
}

.uslugy_item .wt_btn:hover > a, .uslugy_item .green_btn:hover > a{
	color: #292929;
}

.preimesh .preim_header{
	background-color: #246C22;
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 15px;
  border-radius: 5px;
  min-height: 160px;
  margin-bottom: 10px;
}

.preimesh .preim_header > div:first-child{
	flex: 0 0 50px;
}

.preimesh .preim_header img{
	filter: brightness(800%);
}

.preimesh .preim_header h3{
	color: #fff;
  font-size: 22px;
 font-family: 'Lato Bold';
}

.preimesh .preim_body{
	padding: 15px;
	border-radius: 5px;
	border: #246C22 1px solid;
	box-shadow: #c0bdbd 0 0 10px;
  min-height: 250px;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.preimesh > .container > .row > div{
	margin-bottom: 30px;
}

.sertif_slider .slick-slide > div{
	padding: 15px;
}

.sertif_slider .slick-slide img{
max-width: 330px;
  max-height: 400px;
  object-fit: contain;
  padding: 5px;
  border: #dfdfdf 1px solid;
  border-radius: 5px;
  margin: 0 auto;
}

.scheme__list {
  counter-reset: li;
  padding-left: 0;
  position: relative;
  margin-bottom: 50px;
}

.scheme__list::before {
  content: '';
  width: 2px;
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  background-color: #246C22;
}

.scheme__item {
  list-style-type: none;
  display: flex;
  margin-bottom: 20px;
  font-size: 22px;
  align-items: center;
}

.scheme__item::before {
  counter-increment: li;
  content: counter(li);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  background-color: #246C22;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  font-family: 'Lato Bold';
}

.sertificates{margin-top: 40px;}

.main-navigation .sub-menu{
	display: flex !Important;
  flex-direction: column;
  background-color: #fff !Important;
  background: #fff;
  padding: 20px;
}

.main-navigation.toggled .sub-menu{
	 background-color: #fff
}

.main-navigation .sub-menu li{
	margin-bottom: 10px;
}

.testmon{
	display: none;
}

.main_uslugy_list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	gap: 30px;
}

.main_uslugy_list > div{
	flex: 0 0 30%;
	max-width: 400px;
	min-width: 320px;
}
.fotoBanner{
	background-color: #ef5120;
	border-radius: 30px;
}

.fotoBanner .text_blco_color_banner h2, .fotoBanner .text_blco_color_banner p{
	color: #fff;
}
.fotoBanner .text_blco_color_banner{
	padding: 30px 10px;
}
.fotoBanner img{
	border-radius: 30px 0 0 30px;
	width: 100%;
  height: 100%;
  object-fit: cover;
}
.fotoBanner{
	box-shadow: #918f8f 0 10px 10px;
}
.new_banner_s_video{
display: flex;
position: relative;
}
#comp_name{
	color: green;
	font-family: 'Lato Bold';
  font-size: 80px;
  margin-left: -50px;
  font-weight: 800;
  background-color: rgba(255,255,255,.7);
  display: inline-block;
  padding: 0px 20px;
  margin-top: 30px;
  box-shadow: #aca5a5 0 0 10px;
  z-index: 8888;
  position: relative;
}
#about_dir img{
width: 80px;
height: 80px;
border-radius: 50%;
}
#about_dir h3{
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
}
#about_dir{
	text-align: center;
	position: absolute;
	top: 40px;
	right: 40px;
}
.text_block{
	padding: 30px;
}
#about_dir .pol{
width: 2px;
height: 30px;
background-color: #3c3c3c;
margin: 20px auto;
}
.text_block .main_txt{
	margin-top: 100px;
}
.text_block .main_txt .green_txt{
	color: #246C22;
  font-weight: 800;
  font-size: 25px;
}
.text_block .second_txt{
	font-family: 'Lato Semibold';
}
.new_banner_s_video{
	background-color: rgba(245, 245, 245, 0.8); 
	box-shadow: #292929 0 10px 20px; 
	margin-top: 30px;
margin-bottom: 30px;
}
.wrap-myvertical-tabs.video_sovety_tabs{
background-color: #efefef;

}
.wrap-myvertical-tabs.video_sovety_tabs .myvertical-tabs{
	flex: 0 0 60%;
	gap: 20px;
	padding: 20px;
	background-color: transparent;
}

.wrap-myvertical-tabs.video_sovety_tabs .myvertical-tabs li{
	flex: 0 0 40% ;
	justify-content: center;
	background: #fff;
  border: 1px solid #fff;
}

.wrap-myvertical-tabs.video_sovety_tabs .myvertical-tabs li.chosen{
	color: #fff;
  background: #1a8d1a;
}
.video_bl{
	position: relative;
	z-index: 8888;
}
.video_bl > video{
		position: relative;
	z-index: 1;
}
.warning, .imptxt {
  background: #fff;
  padding: 40px 40px 40px 120px !Important;
  border-radius: 5px;
  position: relative;
  margin: 20px 0;
}
.warning {
  border: #e42320 2px solid;
}
.signpost1-right.red {
  background-color: #e42320;
}
.signpost1-right {
  background-color: #e42320;
  width: 100px;
  height: 40px;
  clip-path: polygon(0% 0%, 88% 0%, 100% 50%, 88% 100%, 0% 100%);
  shape-outside: polygon(0% 0%, 88% 0%, 100% 50%, 88% 100%, 0% 100%);
  position: absolute;
  left: -10px;
  top: 20px;
}
.wp-video{
	margin-bottom: 30px;
}
 .text_blco_color_banner p{
  	font-size: 22px;
  }
.new-header .main-navigation a, .new-header #site-navigation ul li a{
	font-family: 'Manrope', sans-serif;
	color: #334155; 
	 font-size: 16px;
  font-weight: 500;
}
.new-header .site-branding{
	flex: 0 0 160px;
}
.new-header .custom-logo{
	max-width: 160px;
}

.new-header .main-navigation a:hover, .new-header #site-navigation ul li a:hover{
 color: #246C22 !important;
  text-decoration: none;
}
.btn-consultation {
	font-family: 'Manrope', sans-serif;
  background-color: #246C22;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 14px;
  border-radius: 18px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-consultation:hover{
	text-decoration: none;
	color: #fff;
} 
.btn-consultation:hover {
  background-color: #1c571b;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.header-cta{
	flex: 0 0 220px;
}
:root {
  --primary-color: #246C22;
  --primary-hover: #1c571b;
  --font-roboto: 'Manrope', sans-serif;
}
.new-footer {
  background-color: #040711;
  color: #94a3b8;
  padding: 48px 0;
  font-family: var(--font-roboto);
  font-size: 12px;
  border-top: 1px solid rgba(15, 23, 42, 0.8);
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Верхний флекс блок */
.footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 160px;
}

.col-info {
  max-width: 320px;
}

.company-desc {
  margin: 0;
  line-height: 1.6;
  color: #94a3b8;
}

.company-bin {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 11px;
}

.text-white {
  color: #ffffff !important;
}

.footer-title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--primary-color);
}

.footer-address {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-address p {
  margin: 0;
}

.footer-address .phone {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.footer-address .whatsapp {
  color: #32932f;
  font-weight: 600;
  text-decoration: none;
}

.footer-address .email {
  color: #94a3b8;
  text-decoration: none;
}

.footer-address a:hover {
  color: var(--primary-color);
}

/* Нижняя полоса */
.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(15, 23, 42, 0.8);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #64748b;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-bottom .copyright {
  margin: 0;
}

.legal-links {
  display: flex;
  gap: 24px;
}

.legal-links a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s ease;
}

.legal-links a:hover {
  color: #cbd5e1;
}
.footer-links a:hover{
	text-decoration: none;
}
.copyright a{
	color: #fff;
}
.copyright a:hover{
	color:#cbd5e1;
	text-decoration: none;
}
.new-footer .socsety{
	justify-content: start;
}

.new-footer .socsety a{
	margin-left: 0;
	margin-right: 10px;
}
.new-footer .socsety i{
	color: #000;
}
.new-footer .socsety a:hover > i{
	color: #fff;
}
















/******************** Универсальные стили****/

.mb60{
	margin-bottom: 60px;
}

.mt60{
	margin-top: 60px;
}

.mt40{
	margin-top: 40px;
}
.green_txt{
	color: #246C22 ;
}









@media only screen and (max-width: 1100px){

.uslugy_list .uslugy_item .cont::before{
	font-size: 160px;
}

.uslugy_item .cost{
	font-size: 24px;
}

.uslugy_item .title{
	height: 90px;
}

.ark_link{
	min-height: 400px;
}

.lending_banner .banner_pict img {
  border-radius: 40px;
  max-height: 350px;
}

.lending_banner .banner_pict::before{
	width: 350px;
  height: 350px;
}

.lending_banner .banner_text h1{
	font-size: 35px;
}

.lending_banner .banner_text h2 {
 font-size: 25px !important;
}


}

@media only screen and (max-width: 980px){


.site-header .site-branding{
	order: 1;
}

.site-header .main-navigation{
	order: 4;
	display: flex;
justify-content: end;
}

.site-header .Post{
	order: 3;
	display: none;
}

.site-header .HeaderPhone{
	order: 2;
}

.menu-toggle{
	background:#246C22;
	color: #fff;
	padding: 10px;
	border: none;
	width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
}

.menu-toggle i{
	color: #fff;
}

.toggled .menu-menu-1-container, .toggled .menu-menu_inside-container{
position: absolute;
    left: 0;
    top: 100px;
    background: #fff;
    width: 100%;
    padding: 20px 50px;
    z-index: 9999999 !Important;
}

.site-footer .FirstFooter .menu li a{
	margin: 0 10px;
}

.ark_link {
  min-height: 350px;
}

.color_banner_wrap .banner_img{
	max-width: 300px;
    top: 10%;
}

.color_banner_wrap .text_blco_color_banner {
  padding: 40px 60px 0px 20px;
}

#nothing-pict{
	position: relative;
}

}

@media only screen and (max-width: 890px){

#about_dir {
text-align: left;
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 20px;
    align-items: center;
}
#about_dir .pol{
	display: none;
}
.text_block .main_txt {
  margin-top: 30px;
}
#comp_name{
	margin-left: -40px;
	margin-top: 10px;
}

}

@media only screen and (max-width: 768px){

.droggy img{
	display: none;
}

.droggy .content_bl{
	left: 0;
}

.content_bl{
	width: 100%;
	background-color: transparent;
	box-shadow: none;
	margin-top: 0;
	padding: 20px 0;
}

.white_block, .grey_block{
	padding: 30px 0;
	min-height: auto;
}

.parallax2{
	padding: 40px 20px;
}

.pokazately{
	right: 0px;
	padding: 15px;
}

.pokazately_item{
	max-width: 150px;
}

.pokazately.close{
	right: -175px;
}

.pokazately_item h3{
	  font-size: 16px;
}

.pokazately_item p{
	font-size: 14px;
	margin-bottom: 0;
}

.banner_pict img{
	margin: 0 auto;
}

.lending_banner{
max-height: 100%;
  text-align: center;
}

.lending_banner .banner_text{
	margin-top: 30px;
}

.arrow-7{
	margin: 0 auto;
}

.lending_banner .banner_pict::before{
	left: 10%;
}

 .lending_banner .banner_text h1 {
    font-size: 30px;
  }

 .lend1 h2, .discont h2 {
 	font-size: 25px !Important;
 }

 .txt56 .h3 {
  line-height: 1.4;
  font-size: 20px;
}

.contacts h3{
	font-size: 30px;
}

.contacts p{
	font-size: 20px;
}

.FirstFooter{
	flex-wrap: wrap;
  justify-content: center;
}

.FirstFooter .footer_logo{
	flex: 0 0 100px;
}

  .color_banner_wrap .banner_img {
    max-width: 250px;
    top: auto;
    bottom: -50px;
  }

    .color_banner_wrap .text_blco_color_banner {
    padding: 40px 20px 60px 20px;
  }

  .color_banner_wrap .batton_block{
  	padding-left: 15px;
  }

  .color_banner{
  	margin-bottom: 60px;
  }

  .testmon{
	display: block;
}

.main_uslugy_list img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	max-width: 100%;
    max-height: 200px;
}

.uslugy_list .uslugy_item .cont::before{
	content: '';
}

.uslugy_item .cont{
	min-height: 200px;
	padding: 10px;
}

.uslugy_item .part1{
	position: relative;
}

.akcia{
	position: absolute;
  bottom: 0;
}

.non_akcia{
	display: none;
}

}

@media only screen and (max-width: 699px){
	
	.uslugy_item .cont{
	min-height: 0;
}

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

@media only screen and (max-width: 575px){
	.fotoBanner img {
  border-radius: 30px 30px 0 0px;
 }
 .fotoBanner .batton_block{
 	padding: 0 10px;
 }
 .fotoBanner .call_fos {
   margin: 0 auto 30px auto;
}
.new_banner_s_video{
	flex-wrap: wrap;
}
.new_banner_s_video .text_block{
	order: 1;
}
.new_banner_s_video .video_bl{
	order: 2;
	flex: 0 0 100%;
    display: flex;
    padding-bottom: 10px;
    justify-content: center;
}
#about_dir h3{
	font-size: 10px;
}
.wrap-myvertical-tabs.video_sovety_tabs .myvertical-tabs li {
  flex: 0 0 100%;
 }
}

@media only screen and (max-width: 470px){

	.footer-nav{
		display: none;
	}

.otzyvy_item .col-xl-3{
display: none;
}

.otzyvy_item .col-xl-9{
	width:100% !Important;
	flex: 0 0 100%;
max-width: 100%;
}

.otzyvy_wrap .text_block::before{
	display: none;
}

.wrap-myvertical-tabs{
	flex-direction: column;
}

.myvertical-tabs li{
	padding: 10px 30px;
}

.gorizont .ikon_block_item {
  flex-direction: column;
}

  .lending_banner .banner_pict::before {
    width: 300px;
    height: 300px;
  }

 .lending_banner .banner_pict img {
     max-height: 300px;
  }

  .text_blco_color_banner h2{
  	font-size: 25px !Important;
  }

   .color_banner_wrap .text_blco_color_banner {
    padding: 40px 20px 0px 20px;
  }

   .color_banner_wrap .banner_img {
    max-width: 200px;
    }

}


@media only screen and (max-width: 350px){

	.site-header .HeaderPhone{
		display: none;
	}

.FirstFooter .footer_logo{
	flex: 0 0 40px;
}





}