@font-face {
	font-family: 'Russo One'; 
	src: url("/wp-content/themes/seo-for-business/fonts/Russo One/RussoOne-Regular.eot"); 
	src: url("/wp-content/themes/seo-for-business/fonts/Russo One/RussoOne-Regular.eot?#iefix") format("embedded-opentype"),
	url("/wp-content/themes/seo-for-business/fonts/Russo One/RussoOne-Regular.woff") format("woff"),
	url("/wp-content/themes/seo-for-business/fonts/Russo One/RussoOne-Regular.woff2") format("woff2"), 
	url("/wp-content/themes/seo-for-business/fonts/Russo One/RussoOne-Regular.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal; 
	}

	@font-face {
		font-family: 'Roboto'; 
		src: url("/wp-content/themes/seo-for-business/fonts/Roboto/Roboto-Regular.eot"); 
		src: url("/wp-content/themes/seo-for-business/fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
		url("/wp-content/themes/seo-for-business/fonts/Roboto/Roboto-Regular.woff") format("woff"),
		url("/wp-content/themes/seo-for-business/fonts/Roboto/Roboto-Regular.ttf") format("truetype"); 
		font-style: normal; 
		font-weight: normal; 
		}

/*!
Theme Name: SEO for business
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: seo-for-business
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.

SEO for business 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%;
	background-color: #eee;
}

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	margin-top: 150px;
}
@media (max-width: 1024px) {
	main {
		margin-top: 100px;
	}
}
@media (max-width: 767px) {
	main {
		margin-top: 120px;
	}
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
}
@media (max-width: 767px) {
	h1 {
		font-size: 30px;;
	}
}

/* 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: #2e2e2e;
	font-family: 'Russo One', Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Russo One', Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

h2 {
	font-size: 48px;
  line-height: 48px;
  margin-top: 0;
	max-width: 100%;
}

@media (max-width: 767px) {
	h2 {
		font-size: 30px;
		line-height: 34px;
		max-width: 100%;
	}
}

h4 {
	font-size: 20px;
	font-weight: 500;
}

p {
	margin: 20px 0;
	font-family: Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 18px;
	line-height: 24px;
}
li {
	font-family: Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 18px;
	line-height: 20px;
}

figcaption {
	margin-bottom: 1.5em;
	font-family: Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	line-height: 18px;
}

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


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

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

ul {
	list-style: disc;
}
ul.list {
	list-style-type: none;
  padding-left: 0;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
li.list-item {
	display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
p.list-icon {
	width: 8%;
  margin: 0;
}
p.list-desc {
	width: 89%;
  margin: 0;
  padding: 0;
}
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;
	font-family: Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

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 1em 0;
}

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: 8px 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%;
	margin-top: 10px;
}

.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;
	color: #000;
}

.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;
	color: #000;
}
.main-navigation a:hover, .main-navigation a.active {
	color:#ff0054;
}

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

@media screen and (min-width: 37.5em) {

	.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;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	width: 100%;
	background-color: #eee;
}

.post,
.page {
	margin: 0;
}

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

section {
	margin-bottom: 150px;
}
@media (max-width: 767px) {
	section {
		margin-bottom: 100px;
	}
}

/*Nav-Sidebar*/

.navbar {
	position: fixed;
	top: 50%;
	right: 50px;
	transform: translateY(-50%);
	z-index: 1000;
}
@media (max-width: 767px) {
	.navbar {
		display: none;
	}
}
.navbar ul {
list-style-type: none;
}
.navbar ul li {
	width: 100px;
	position: relative;
	text-align: right;
	outline: none;
}
.navbar ul li a {
outline: none;
}
.navbar ul li .dot {
	color: #2e2e2e;
	display: block;
	padding: 0;
}
.navbar ul li .dot span {
	display: inline-block;
	background: transparent;
	color: #2e2e2e;
	letter-spacing: 1px;
	padding: 2px 25px;
	margin-right: 30px;
	border-radius: 3px;
	transform: translateX(30px);
	opacity: 0;
	font-weight: normal;
	font-size: 14px;
}
.navbar ul li:hover .dot span {
	transform: translateX(0px);
	opacity: 1;
}
.navbar ul li .dot span::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(7px, -50%);
	border-left: 7px solid #2e2e2e;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	display: block;
}
.navbar ul li .dot::before,
.navbar ul li .dot::after {
	content: '';
	position: absolute;
	top: 50%;
	border-radius: 50%;
	display: block;
	transition: .2s ease-out;
}
.navbar ul li .dot::before {
	height: 6px;
	width: 6px;
	border: 1px solid #2e2e2e;
	right: 0;
	transform: translateY(-50%);
}
.navbar ul li .dot.active::before {
	background-color: #2e2e2e;
}
.navbar ul li:hover .dot::before {
	border: 3px solid #fff;
}

/*End Nav-Sidebar*/

.pum-content, .popmake-content {
	z-index: 99999999999!important;
}
/* Header */

.site-header {
	width: 100%;
width: 1210px;
    max-width: 100%;
    margin: 0 auto;
	padding: 30px 30px 0;
}

@media (max-width: 767px) {
	.site-header {
		padding-inline: 10px;
	}
}
.sticky-header {
	width: 1210px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
}
.site-header .header_upper-line {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}
.site-header .header_upper-line .site-branding {
	width: 65%;
	display:flex;
	gap: 16px;
	justify-content:space-between;
	align-items: center;
}


@media (max-width: 1024px) {
	
	.site-header .header_upper-line .site-branding {
		flex-direction: column;
		align-items: start;
		width: 50%;
	}
	
}
.site-header .header_upper-line .site-branding a {
	width: 45%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.site-header .header_upper-line .site-branding a img {
	width: 100%;
}
.site-header .header_upper-line .site-branding .site-description {
	width: 51%;
	font-size: 14px;
	margin: 0;
}

@media (max-width: 1024px) {
		.site-header .header_upper-line .site-branding .site-description {
		width: 100%;
	}
}

.site-header .header_upper-line .header-buttons-rezhim {

}
.site-header .header_upper-line .header-buttons-rezhim_wrapper {
	display: flex;
	gap: 16px;
	justify-content:space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
.site-header .header_upper-line .header-buttons-rezhim_wrapper_empty {
	width: 20%;
}
.site-header .header_upper-line .header-buttons-rezhim_wrapper_buttons {
/* 	width: 45%; */

	display: flex;
	align-items: center;
	justify-content: space-between;
		
}
.site-header .header_upper-line .header_info {
	display: flex;
gap: 16px;
	align-items: stretch;
}
.site-header .header_upper-line .header_info .header-button {
	width: 20%;
}
.site-header .header_upper-line .header_info .header-button p {
	cursor: grab; margin: 0;
}
.site-header .header_upper-line .header-buttons-rezhim_wrapper_buttons .button-rost {
	margin: 0;
	display:flex;
	justify-content:center;
	align-items:center;
}

@media (max-width: 767px) {
	.site-header .header_upper-line {
		width: 100%;
		padding: 0;
	}
	.header-buttons-rezhim_wrapper_buttons .header_info {
		gap: 25px;
		align-items: center;
	}
	.site-header .header_upper-line .header-buttons-rezhim_wrapper {
		flex-wrap: nowrap;
		flex-direction: row;
	}
	.site-header .header_upper-line .header-buttons-rezhim_wrapper_buttons .button-rost {
		display: none;
	}
	
	.site-header .header_upper-line .header-buttons-rezhim_wrapper_buttons .header_info > .header-button:nth-child(3) {
		display: none;
	}
}

.site-header .header_upper-line .header-buttons-rezhim_wrapper .phone-block {
	width: 53%;
}
.site-header .header_upper-line .header-buttons-rezhim_wrapper .phone-block .header-phone {
	margin-bottom: 10px;
}
.site-header .header_upper-line .header-buttons-rezhim_wrapper .phone-block .header-phone p {
	cursor: grab;
	margin: 0;
	font-size: 20px;
	color: #000;
}
.site-header .header_upper-line .header-buttons-rezhim_wrapper .phone-block p i {
	font-size: 18px;
	margin-right:10px;
}
header hr {
	margin: 20px auto 0;
	display: block;
	border: none;
	outline: none;
	height: 3px;
	width: 100%;
	background-color:darkgray;
	opacity: .80;
}
@media (max-width: 767px) {
	.site-header .header_upper-line .site-branding  img {
		width: 100% !important;
        max-width: 300px !important;
	}
	.site-header .header_upper-line .site-branding,
	.site-header .header_upper-line .site-branding a,

	.site-header .header_upper-line .header-buttons-rezhim_wrapper .phone-block {
		width: 90%;
		justify-content:center;
	}

	.site-header .header_upper-line .header-buttons-rezhim,
	.site-header .header_upper-line .header-buttons-rezhim_wrapper .phone-block,
	.site-header hr {
		margin-top: 10px;
	}
	.site-header .header_upper-line .header-buttons-rezhim_wrapper_buttons,
	.site-header .header_upper-line .header-buttons-rezhim_wrapper .phone-block {
		display: flex;
		justify-content:space-between;
	}
	.site-header .header_upper-line .header-buttons-rezhim_wrapper .button-rost p {
		font-size: 14px;
	}

	.site-header .header_upper-line .header-buttons-rezhim_wrapper_buttons .button-rost,
	.site-header .header_upper-line .header-buttons-rezhim_wrapper .phone-block .header-phone,
	.site-header .header_upper-line .header-buttons-rezhim_wrapper .phone-block .header-rezhim {
		width: 49%;
	}
	.site-header .header_upper-line .header-buttons-rezhim_wrapper .phone-block p,
	.site-header .header_upper-line .header-buttons-rezhim_wrapper .phone-block p i {
		font-size: 16px!important;
	}
	.site-header .header_upper-line .header-buttons-rezhim_wrapper_buttons .button-rost {
		margin-top: 0;
	}
	.site-header .header_upper-line .header_info .header-button {
		width: 31%;
	}
	.site-header .header_upper-line .site-branding p,
	.site-header .header_upper-line .header-buttons-rezhim_wrapper_empty {
		display: none;
	}
}



.title_block p:first-child {
	width: 225px;
	padding: 5px 10px;
	background-color: #ff0054;
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #fff;
	border-radius: 10px;
	font-size: 14px;
}
.title_block i {
	margin-right: 10px;
	color: #fff;
}

.section-wrap {
	width: 1080px;
	max-width: 100%;
	margin: 30px auto;
	padding: 0 15px;
}

.section-wrap_content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

h2.section-title {
	margin-bottom: 10px;
} 

p.section-subtitle {
	font-weight: 700;
}

p.cursive {
	font-size: 16px;
	font-style: italic;
	margin: 0;
}

#s12, #s6 .section-wrap {
	display: block!important;
}
@media (max-width: 767px) {
	.title_block p:first-child {
		width: 200px;
		font-size: 12px;
	}
}

.button-rost {
	background-color: transparent;
	margin: 40px 0;
	width: auto !important;
  flex: 0 0 auto !important;
  max-width: 100%;
}

.button-rost .button {
	border-radius: 6px;
	color: #ff0054;
	border: 3px solid #ff0054;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	padding: 20px 40px 20px 40px;
	text-decoration: none;
}

.button-rost .button.button-tg {
	background-color: #ff0054;
	color: #ffffff !important;
}

.button-rost .button.button-tg:hover {
	background-color: #ffffff !important;
	color: #000 !important;
}

.button-rost .button.button-consult {
	border-radius: 6px;
	color: #ff0054;
	background-color: transparent;
	border: 3px solid #ff0054;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	padding: 20px 10px;
	text-decoration: none;
}

.button-rost .button:hover, .button-rost .button:hover a {
	background-color: #ff0054;
	color: #fff !important;
}

.button-rost .button:hover .button_icon i {
	color: #fff;
	font-size: 20px;
}

.button-rost .button.has-icon .button_label {
	padding: 0;
	margin-left: 10px;
	font-size: 20px;
}

header .button-rost .button {
	border-color: #000;
	padding: 2px 20px;
	font-size: 14px;
	font-family: 'Roboto';
	cursor: grab;
	color:#000;
	
}
header .button-rost .button:hover {
	border-color: #ff0054;
	color:#fff;
}

/*Section one*/

.section_one .info-block {
	width: 72%;
}
.section_one .info-block_img {
	width: 25%;
}
.section_one .info-block_img figure {
	float: right;
	margin-top: 0;
}
.section_one .info-block_img figure figcaption {
	padding-left: 40px;
}
.section_one .button-rost {
	/*margin-top: -105px;*/
	margin-left: 40px;
}
.section_one li.list-item {
	margin-bottom: 5px;
}
.section_one .yarlyk_1500 {
	left: 38%;
}
#popmake-750 .audit-popup-offer, #popmake-1258 .audit-popup-offer {
	width: 40%;
}
#popmake-750 .audit-popup-tabs, #popmake-1258 .audit-popup-tabs {
	width: 57%;
}
#popmake-750 .post-type, #popmake-1258 .post-type {
	width: 35%;
}
#popmake-750 .site-name, #popmake-1258 .site-name {
	width: 63%;
	padding-left: 20px;
}
#popmake-750 .button-politic p:first-child, #popmake-1258 .button-politic p:first-child {
	width: 40%;
}
#popmake-750 .button-politic p:last-child, #popmake-1258 .button-politic p:last-child {
	width: 58%;
}

@media (max-width: 767px) {
	.section_one .info-block {
		width: 100%;
	}
	.section_one .info-block_img {
		width: 100%;
	}
	.section_one .info-block_img figure {
		width: 70%;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		float: none;
	}
	.section_one .info-block_img figure p {
		order: 2;
		width: 50%;
	}
	.section_one .info-block_img figure figcaption {
		order: 1;
		padding: 0;
		width: 50%;
		margin-bottom: 0;
	}
	.section_one .button-rost,
	.page-template-consult-page .section_one .button-rost {
		margin-top: 35px;
        margin-left: 0;
	}
	#popmake-1258 .audit-popup-offer, #popmake-1258 .audit-popup-tabs,
	#popmake-1258 .button-politic p:first-child, #popmake-1258 .button-politic p:last-child,
	#popmake-1258 .post-type, #popmake-1258 .site-name, #popmake-750 .audit-popup-offer,
	#popmake-750 .audit-popup-tabs, #popmake-750 .site-name, #popmake-750 .post-type,
	#popmake-750 .button-politic p:first-child, #popmake-750 .button-politic p:last-child {
		width: 100%;
	}
	#popmake-1258 .audit-popup-tabs {
		padding-left: 5px;
		padding-right: 5px;
	}
	#popmake-1258 .button-politic p:first-child label, #popmake-750 .button-politic p:first-child label {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
	}
}

/*Section two*/

.why-blocks_item {
	width: 23%;
	margin: 10px 10px 0 0;
}


@media (max-width: 767px) {
	.why-blocks_item {
		width: 47%;
	}
	
	.why-blocks_item p.why-blocks_item_content {
		min-height: 90px;
	}
}

.why-blocks_item p.number {
	font-size: 16px;
	margin: 0 0 10px;
}

p.why-blocks_item_content {
	font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px;
  padding: 10px;
  border: 3px solid #000;
  border-radius: 7px;
}

/*Section three*/

.section_three .section-title_block, .section_three .img-block {
	width: 48%;
}
.section_three .img-block {
	display: flex;
	justify-content: space-around;
}
.section_three .img-block figure {
	width: 48%;
}
.section_three .img-block figcaption {
	font-size: 68px;
	margin-top: 30px;
}

@media (max-width: 767px) {
	.section_three .section-title_block, .section_three .img-block {
		width: 100%;
	}
	.section_three .img-block figcaption {
		margin-bottom: 30px;
	}
}

/*Section Four*/

/*.section_four h2 {
	width: 50%;
}*/
.section_four  .info-block_cards_green,
.section_four  .info-block_cards_red {
	display: flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.section_four .info-block_cards .item {
	width: 26.3%;
	margin: 10px 10px 0 0;display: flex;
	justify-content: flex-start;
}
.section_four .info-block_cards .item_desc {
	
}
.section_four .info-block_cards .item_text {
	width: 17%;
}
.section_four .info-block_cards_green .item .item_wrap,
.section_four .info-block_cards_red .item .item_wrap {
	display:flex;
	justify-content: flex-start;
	font-size: 16px;
	line-height: 20px;
	font-weight:500;
	margin: 0 5px 0 0;
	padding: 20px 10px 0;
	min-height: 106px;
	width: 245px;
	max-width: 245px;
	border-radius: 7px;
}
.section_four  .info-block_cards_green .item .item_wrap {
	border: 3px solid #00d285;
}
.section_four  .info-block_cards_red .item .item_wrap {
	border: 3px solid #ff0054;
	min-height: 100px;
}
.section_four .info-block_cards .item .item_wrap p:first-child {
	width: 20px;
	margin: 0 10px 0 0;
	font-size: 16px;
}
.section_four .info-block_cards .item .item_wrap p:last-child {
	margin: 0;
	font-size: 16px;
}
.section_four .info-block_cards .item .arrow-table {
	display: table;
	width: 10%;
}
.section_four .info-block_cards .item .arrow-table i {
	color: #000;
	display: table-cell;
	vertical-align: middle;
}
.section_four .info-block_cards_red .item:last-child .arrow-table i {
	display: none;
}
.section_four .info-block_cards_red .items_red {
	width: 82%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.section_four .info-block_cards_red .items_red .item {
	margin-bottom: 30px;
  width: 32%;
}
.section_four .info-block_cards_red .items_red .button-block {
	position: relative;
  margin-top: -55px;
}
#s25.section_twenty-five {
	margin-bottom: 310px;
}
.section_eighteen .swiper-slider-block p.grafic-desc {
	text-align: right;
	margin-right: 15px;
	margin-top: 0;
}
.section_eighteen .swiper-slider-block p.grafic-mob {
	display: none;
}
.page-template-SEO-page .section_one .button-rost {
	margin-top: -120px !important;
	margin-left: 0;
}

@media (max-width: 1031px) {
	.page-template-SEO-page .section_one .button-rost {
	margin-top: -15px !important;
}
}
@media (max-width: 767px) {
	.section_four h2 {
		width: 100%;
	}
	.section_four .info-block_cards {
		justify-content: space-between;
	}
	.section_four .info-block_cards .item, .section_four .info-block_cards .item_text {
		width: 100%;
		margin-right: 0;
	}
	.section_four .info-block_cards .item .item_wrap {
		margin: 0 5px 0 0;
		justify-content: space-between;
		width: 100%;
		max-width: 100%;
		min-height: 126px;
	}
	.section_four .info-block_cards .item .item_wrap p:first-child {
		margin: 0 5px 0 0;
		width: 15%;
	}
	.section_four .info-block_cards .item .item_wrap p:last-child {
		width: 82%;
	}
	.section_four .info-block_cards .item .arrow-table {
		display: table;
		width: 6%;
	}
	.section_four .info-block_cards_red .items_red {
		width: 100%;
	}
	.section_four .info-block_cards_red .items_red .item {
		margin-bottom: 10px;
		width: 100%;
	}
	.section_four .info-block_cards_red .items_red .button-block {
		margin-top: 10px;
	}
	#s25.section_twenty-five {
		margin-bottom: 100px;
	}
	.section_eighteen .swiper-slider-block p.grafic-desc {
		display: none;
	}
	.section_eighteen .swiper-slider-block p.grafic-mob {
		display: block;
		margin-top: 0;
	}
	.page-template-SEO-page .section_one .button-rost {
		margin-top: 0 !important;
	}
}

/*Section Five*/

.section_five .section-wrap_content .section-title {
	width: 34%;
	margin-right: 20px;
}
.section_five .section-wrap_content .section-title_sticky {
	max-height: 360px;
	padding: 30px 10px 20px 20px;
	background-color: #000;
	border-radius: 32px;
	position: sticky; top: 50px;
}
.section_five .section-wrap_content .section-title h2, .section_five .section-wrap_content .section-title p {
	color: #fff;
}
.section_five .section-wrap_content .section-title h2 {
	font-size: 42px;
	max-width: 100%;
}
.section_five .section-wrap_content .section-title p {
	font-weight: 500;
}
.section_five .section-wrap_content .info-block {
	width: 64%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.section_five .section-wrap_content .info-block .card,
.section_five .section-wrap_content .info-block_mob .card {
	position: relative;
	width: 48%;
	min-height: 250px;
	margin: 10px 10px 10px 0;
	border-radius: 32px;
	display: block;
	transition: 1s;
}
.section_five .section-wrap_content .info-block .card .front,
.section_five .section-wrap_content .info-block_mob .card .front {
	position: relative;
	width: 100%;
	height: 100%;
	background: #e3e3e3;
	padding: 30px 30px 50px;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	border-radius: 32px;
}
.section_five .section-wrap_content .info-block .card .front p:first-child,
.section_five .section-wrap_content .info-block_mob .card .front p:first-child {
	text-align: left;
	margin: 0 0 10px;
}
.section_five .section-wrap_content .info-block .card .front p:last-child {
	display: none;
}
.section_five .section-wrap_content .info-block .card .front p:last-child,
.section_five .section-wrap_content .info-block_mob .card .front p:last-child {
	font-size: 16px;
	margin: 0;
	align-self: center;
}
.section_five .section-wrap_content .info-block .card .back,
.section_five .section-wrap_content .info-block_mob .card .back {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 5px;
	top: 0;
	border: 12px solid #e3e3e3;
	border-radius: 32px;
	transform: rotateY(90deg);
}
.section_five .section-wrap_content .info-block .card .back p,
.section_five .section-wrap_content .info-block_mob .card .back p {
	font-size: 12px;
	font-weight:500;
	padding: 0 10px;
	margin-top: 10px;
}
.section_five .section-wrap_content .info-block .card .back,
.section_five .section-wrap_content .info-block .card .front,
.section_five .section-wrap_content .info-block_mob .card .back,
.section_five .section-wrap_content .info-block_mob .card .front {
	transition: 1s;
}
.section_five .section-wrap_content .info-block .card:hover .back,
.section_five .section-wrap_content .info-block_mob .card:hover .back {
	transform: rotateY(0deg);
	transition-delay: 0.5s;
}
.section_five .section-wrap_content .info-block .card:hover .front,
.section_five .section-wrap_content .info-block_mob .card:hover .front {
	transform: rotateY(-90deg);
}

@media (max-width: 767px) {
	.section_five .section-wrap_content .section-title {
		width: 100%;
		margin-bottom: 40px;
		margin-right: 0;
	}
	.section_five .section-wrap_content .info-block {
    width: 100%;
	}
	.section_five .section-wrap_content .info-block .card .front p:last-child {
		display: block;
	}
	.section_five .section-wrap_content .info-block .card,
	.section_five .section-wrap_content .info-block_mob .card {
		width: 100%;
		min-height: 250px;
		margin-right: 0;
	}
}

/*Section Five New*/

.section_five_new .section-wrap_content .section-title {
	width: 34%;
	margin-right: 20px;
}
.section_five_new .section-wrap_content .section-title_sticky {
	max-height: 360px;
	padding: 30px 10px 20px 20px;
	background-color: #000;
	border-radius: 32px;
	position: sticky; top: 50px;
}
.section_five_new .section-wrap_content .section-title h2, .section_five_new .section-wrap_content .section-title p {
	color: #fff;
}
.section_five_new .section-wrap_content .section-title h2 {
	font-size: 42px;
	max-width: 100%;
}
.section_five .section-wrap_content .section-title p {
	font-weight: 500;
}
.section_five_new .section-wrap_content .info-block {
	width: 64%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.section_five_new .section-wrap_content .info-block .card,
.section_five_new .section-wrap_content .info-block_mob .card {
	position: relative;
	width: 48%;
	height: 200px;
	margin: 10px 10px 10px 0;
	border-radius: 32px;
	display: block;
	transition: 1s;
}
.section_five_new .section-wrap_content .info-block .card .front,
.section_five_new .section-wrap_content .info-block_mob .card .front {
	position: relative;
	width: 100%;
	height: 100%;
	background: #e3e3e3;
	padding: 30px 30px 50px;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	border-radius: 32px;
}
.section_five-new .section-wrap_content .info-block .card .front p:first-child,
.section_five_new .section-wrap_content .info-block_mob .card .front p:first-child {
	text-align: left;
	margin: 0 0 10px;
}
@media (max-width: 767px) {
	.section_five_new .section-wrap_content .section-title {
		width: 100%;
		margin-bottom: 40px;
		margin-right: 0;
	}
	.section_five_new .section-wrap_content .info-block {
    width: 100%;
	}
	.section_five_new .section-wrap_content .info-block .card .front p:last-child {
		display: block;
	}
	.section_five_new .section-wrap_content .info-block .card,
	.section_five_new .section-wrap_content .info-block_mob .card {
		width: 100%;
		min-height: 250px;
		margin-right: 0;
	}
}

/*Section Six*/

.section-wrap_content .title-block {
	width: 50%;
}
.section-wrap_content .title-block p:last-child {
	display: none;
}
.section_six .swiper-slider-block {
	width: 48%;
	min-width: 0;
	border: 12px solid #e3e3e3;
	border-radius: 32px;
	padding: 10px 20px;
	height: 480px;
}
.swiper-wrapper {
	padding-bottom: 20px;
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	line-height: 10px;
	font-size: 8px;
}
.swiper-pagination-bullet-active {
	background: #ff0054;
	width: 10px;
	height: 10px;
	line-height: 10px;
	font-size: 8px;
}
.section_six .swiper-slider-block .business-slider {
	height: 430px;
}
.section_six .swiper-slider-block .business-slider p {
	font-size: 16px;
}
@media (max-width: 767px) {
	.section-wrap_content .title-block, .section_six .swiper-slider-block {
		width: 100%;
	}
	.section-wrap_content .title-block .title-block_arrows p:last-child {
		display: block;
	}
	.section-wrap_content .title-block .title-block_arrows p:first-child {
		display: none;
	}
}

/*Section Seven*/

.section_seven {
	margin-bottom: 100px;
}
.section_seven .section-wrap_content .image-wrapper {
	width: 38%;
}
.section_seven .section-wrap_content .grafic-wrapper {
	width: 53%;
}
.section_seven .section-wrap_content .grafic-wrapper .green-yellow {
	display: flex;
	justify-content: flex-start;
}
.section_seven .section-wrap_content .grafic-wrapper .green-yellow .orange-button,
.section_seven .section-wrap_content .grafic-wrapper .green-yellow .green-button {
	width: 35%;
	margin-right: 30px;
}
.section_seven .section-wrap_content .grafic-wrapper .green-yellow .orange-button p:first-child,
.section_seven .section-wrap_content .grafic-wrapper .green-yellow .green-button p:first-child {
	width: 50%;
	padding: 20px;
	color: #fff;
	font-size: 24px;
	border-radius: 6px;
}
.section_seven .section-wrap_content .grafic-wrapper .green-yellow .orange-button p:first-child {
	background: #ffae01;
}
.section_seven .section-wrap_content .grafic-wrapper .green-yellow .green-button p:first-child {
	background:#00d285;
	color: #fff;
}

@media (max-width: 767px) {
	.section_seven .section-wrap_content .image-wrapper, .section_seven .section-wrap_content .grafic-wrapper {
		width: 100%;
	}
	.section_seven .section-wrap_content .grafic-wrapper .green-yellow .orange-button p:first-child,
	.section_seven .section-wrap_content .grafic-wrapper .green-yellow .green-button p:first-child {
		width: 70%;
	}
}

/*Section Seven new*/

.section_seven_new {
	margin-bottom: 100px;
}
.section_seven_new .section-wrap_content .image-wrapper {
	width: 38%;
}
.section_seven_new .section-wrap_content .grafic-wrapper {
	width: 53%;
}
.section_seven_new .section-wrap_content .grafic-wrapper .green-yellow {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.section_seven_new .section-wrap_content .grafic-wrapper .green-yellow .orange-button {
	width: 42%;
}
.section_seven .section-wrap_content .grafic-wrapper .green-yellow .green-button {
	width: 57%;
}
.section_seven_new .section-wrap_content .grafic-wrapper .green-yellow .orange-button p:first-child,
.section_seven_new .section-wrap_content .grafic-wrapper .green-yellow .green-button p:first-child {
	width: 100%;
	padding: 20px 10px;
	color: #fff;
	font-size: 24px;
	border-radius: 6px;
}
.section_seven_new .section-wrap_content .grafic-wrapper .green-yellow .orange-button p:first-child {
	background: #ffae01;
}
.section_seven_new .section-wrap_content .grafic-wrapper .green-yellow .green-button p:first-child {
	background:#00d285;
	color: #fff;
}

@media (max-width: 767px) {
	.section_seven_new .section-wrap_content .image-wrapper, .section_seven .section-wrap_content .grafic-wrapper {
		width: 100%;
	}
	.section_seven_new .section-wrap_content .grafic-wrapper .green-yellow .orange-button,
	.section_seven_new .section-wrap_content .grafic-wrapper .green-yellow .green-button,
	.section_seven_new .section-wrap_content .grafic-wrapper .green-yellow .orange-button p:first-child,
	.section_seven_new .section-wrap_content .grafic-wrapper .green-yellow .green-button p:first-child {
		width: 100%;
	}
	.section_seven_new .section-wrap_content .image-wrapper, .section_seven_new .section-wrap_content .grafic-wrapper,
	.section_seven_new .section-wrap_content .grafic-wrapper .green-yellow .orange-button,
	.section_seven .section-wrap_content .grafic-wrapper .green-yellow .green-button {
		width: 100%;
	}
}

/*Section Eight*/

.section_eight {
	background-color: #e3e3e3;
	padding: 30px 0;
	margin-bottom: 100px;
}
.section_eight .section-wrap_content .info-block_wrapper {
	width: 66.66%;
}
.section_eight .section-wrap_content .info-block_wrapper .info-block_item {
	display: flex;
	justify-content: space-between;
	padding-top:30px;
}
.section_eight .section-wrap_content .info-block_wrapper .info-block_item .img_block {
	width: 20%;
}
.section_eight .section-wrap_content .info-block_wrapper .info-block_item .img_block img {
	width: 83px;
	height: 132px;
	margin-top: 40px;
}
.section_eight .section-wrap_content .info-block_wrapper .info-block_item .info-block_item_text {
	width: 80%;
}
.section_eight .section-wrap_content .info-block_wrapper hr {
	margin: 0 auto 20px auto;
	display: block;
	border: none;
	outline: none;
	height: 1px;
	width: 100%;
}
@media (max-width: 767px) {
	.section_eight .section-wrap_content .info-block_wrapper {
		width: 100%;
	}
	.section_eight .section-wrap_content .info-block_wrapper .info-block_item .img_block img {
		width: 43px;
		height: 102px;
	}
}

/*Section Nine*/


.section_nine .section-wrap_content .table_column_left {
	width: 33%;
	
	
}
.section_nine .section-wrap_content .table_column_left_wrapper {
	padding-right: 10px;
	border-right: 5px solid #e3e3e3;
}
.section_nine .section-wrap_content .table_column_right {
	width: 66%;
}
.section_nine .section-wrap_content .table_column_right .sub_columns {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.section_nine .section-wrap_content .table_column_right .sub_columns .sub_column_left {
	width: 50%;
	
}
.section_nine .section-wrap_content .table_column_right .sub_columns .sub_column_left_wrapper {
	border-right: 5px solid #e3e3e3;
}
.section_nine .section-wrap_content .table_column_right .sub_columns .sub_column_right {
	width: 50%;
	padding-left: 10px;
}
.section_nine .section-wrap_content .table_column_left .table_column_left_sub_column {
	padding-left: 10px;
}
.section_nine .section-wrap_content .column-title {
	padding: 0 10px 10px;
	font-weight: 700;
}
.section_nine .section-wrap_content .table_column_left .column-title {
	border-bottom: 5px solid #ff0054;
}
.section_nine .section-wrap_content .table_column_right .column-title {
	border-bottom: 5px solid #00d285;
}
.section_nine .section-wrap_content .list {
	list-style-type: none;
	margin:35px 0 10px;
	padding-left: 0;
}
.section_nine .section-wrap_content .list .list-item {
	width: 100%;
}
.section_nine .section-wrap_content .list .list-item, .list-desc {
	width: 100%;
	padding-top: 5px;
	display:flex;
	justify-content: flex-start;
}
.section_nine .section-wrap_content .list .list-item, .list-desc p:first-child {
	margin: 0 10px 0 0;
	width: 8%;
	color: #2e2e2e;
}
.section_nine .section-wrap_content .list .list-item, .list-desc p:last-child {
	margin: 0;
	width: 89%;
	color: #2e2e2e;
}
@media (max-width: 767px) {
	.section_nine .section-wrap_content .table_column_left,
	.section_nine .section-wrap_content .table_column_right,
	.section_nine .section-wrap_content .table_column_right .sub_columns .sub_column_left,
	.section_nine .section-wrap_content .table_column_right .sub_columns .sub_column_right {
		width: 100%;
	}
	.section_nine .section-wrap_content .table_column_left,
	.section_nine .section-wrap_content .table_column_right .sub_columns .sub_column_left {
		border-right: none;
	}
	.section_nine .section-wrap_content .table_column_right, .section_nine .section-wrap_content .table_column_right .sub_columns .sub_column_right {
		margin-top: 100px;
	}
}

/*Section Ten*/

.section_ten .section-wrap_content .info-block_wrapper,
.section_ten .section-wrap_content .info-img_block  {
	width: 49%;
}
.section_ten .title_block h2 {
	width: 85%;
}
@media (max-width: 767px) {
	.section_ten .title_block h2,
	.section_ten .section-wrap_content .info-block_wrapper,
	.section_ten .section-wrap_content .info-img_block {
		width: 100%;
	}
}

/*section 11*/
.section_eleven .info-block_item {
	width: 25%;
	padding: 0 10px;
}
.section_eleven .info-block_item .title {
	width: 40%;
	background-color: #e3e3e3;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
	margin-bottom: 40px;
  border-radius: 3px 3px 3px 3px;
	font-size: 15px;
	line-height: 22px;
  font-weight: 600;
  letter-spacing: 0px;
	color: #000;
}
.section_eleven .info-block_item .icon-wrapper {
	margin-bottom: 30px;
}
.section_eleven .info-block_item .desc {
	margin-bottom: 0;
	min-height: 64px;
}
.section_eleven .info-block_item .desc p {
	color: #2e2e2e;
	min-height: 70px;
}

@media (max-width: 767px) {
	.section_eleven .info-block_item {
		width: 100%;
	}
	.section_eleven .info-block_item .desc {
		margin-bottom: 20px;
		min-height: 40px;
	}
	.section_eleven .info-block_item .desc p {
		margin-bottom: 0;
		min-height: 40px;
	}
}

/*Section Twelve*/

.section_twelve .section-wrap .content-item {
	display: flex;
	justify-content:space-between;
	width: 100%;
	margin-bottom: 20px;;
}
.section_twelve .section-wrap .content-item .content-item_left {
	width: 30%;
	display:table;
	border:3px solid #ff0054;
	border-radius: 5px;
	padding: 10px;
	margin-bottom:0;
	margin-top:0;
}
.section_twelve .section-wrap .content-item .content-item_left span {
	display: table-cell;
	vertical-align:middle;
}
.section_twelve .section-wrap .content-item .content-item_icons-hor {
	width: 10%;
	display:flex;
	justify-content:center;
	flex-direction:column;
	align-items:center;
}
.section_twelve .section-wrap .content-item .content-item_icons-ver {
	display: none;
}
.section_twelve .section-wrap .content-item .content-item_right {
	width: 60%;
	border:3px solid #00d285;
	padding: 10px;
	border-radius:5px;
	margin-bottom:0;
	margin-top:0;.
}
@media (max-width: 767px) {
	.section_twelve .section-wrap .content-item {
		flex-direction: column;
		margin-bottom: 40px;
	}
	.section_twelve .section-wrap .content-item .content-item_left,
	.section_twelve .section-wrap .content-item .content-item_right {
		width: 100%;
	}
	.section_twelve .section-wrap .content-item .content-item_icons-hor {
		display: none;
	}
	.section_twelve .section-wrap .content-item .content-item_icons-ver {
		display:flex;
		justify-content:center;
		align-items:center;
		margin: 10px 0;
	}
}


/*section_thirteen*/

.section_thirteen .info-block_item {
	width: 23%;
	/*border: 1px solid #ff0054;*/
	margin-bottom: 20px;
	/*border-radius: 3px;*/
	padding: 30px;
}

/*.section_thirteen .info-block_item:hover {
	background-color: #fff;
	transition: all .4s ease-in-out;
}*/

.section_thirteen .info-block_item p {
	margin: 0 0 10px;
}

@media (max-width: 767px) {
	.section-wrap {
		padding: 0 8px;
	}
	.section_thirteen .info-block_item {
		width: 46%;
	}
	.section_thirteen .info-block_item {
		padding: 10px;
	}
	.section_thirteen .info-block_item p {
		font-size: 14px;
	}
}

/*Section Fourteen*/

.telegram-share {
	color: #fff !important;;
	text-decoration: none;
	padding: 10px 30px;
	background: #000;
	border: 2px solid #000;
	font-size: 24px;
}
.telegram-share:hover {
	color :#000!important;
	background-color: #fff;
	transition: .3s;
}
.info-block_item_more-form input::-moz-placeholder {
	color: #fff;
	background-color: #000;
}
.info-block_item_more-form input,
.info-block_item_more-form input::-webkit-input-placeholder,
.info-block_item_more-form span {
	color: #fff;
	background-color: #000;
	padding: 9px 8px;
}
.info-block_item_more-form .offer-button {
	background-color: #ff0054!important;
	padding: 10px 30px!important;
}
.info-block_item_more-form .offer-button:hover {
	background-color: #fff!important;
	color: #000!important;
	transition: .3s!important;
	
}
.offer-button {
	padding: 10px 20px!important;
	font-size: 15px!important;
	background: #000!important;
	color: #fff!important;
}
.offer-button:hover {
	background-color: #fff!important;
	color: #000!important;
	transition: all .4s ease-in-out!important;
}

/*Стили табов в форме обратной связи*/

.audit-popup {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.audit-popup-offer {
	width: 50%;
	color: #fff;
	background-color: #000;
	display:table;
}
.audit-popup-tabs {
	width: 50%;
	padding: 0 10px;
}
@media (max-width: 767px) {
	.audit-popup-offer, .audit-popup-tabs {
		width: 100%;
	}
	.audit-popup-tabs {
		padding: 0;
	}
	
	.audit-popup .button-politic label {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
	}
}
.audit-popup-offer_wrapper h4 {
	font-size: 36px;
	color: #fff;
}
.section_fourteen .section-offer,
.section_twenty .section-offer {
	width: 43%;
	color: #fff;
	background-color: #000;
	display:table;
}
.section_fourteen .section-offer_wrapper, 
.section_twenty .section-offer_wrapper,
.audit-popup-offer_wrapper {
	padding: 30px;
	display:table-cell;
	vertical-align: middle;
}
#popmake-217 .audit-popup-offer_wrapper,
#popmake-228 .audit-popup-offer_wrapper,
#popmake-233 .audit-popup-offer_wrapper,
#popmake-235 .audit-popup-offer_wrapper,
#popmake-750 .audit-popup-offer_wrapper,
#popmake-148 .audit-popup-offer_wrapper,
#popmake-1258 .audit-popup-offer_wrapper  {
	padding: 20px;
}
.section_fourteen .section-offer_wrapper h4,
.section_twenty .section-offer_wrapper h4 {
	font-size: 24px;
	color: #fff;
}
.section_fourteen .section-offer_wrapper p,
.section_twenty .section-offer_wrapper p,
.audit-popup-section-offer_wrapper p {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
}
.section_fourteen .section-tabs,
.section_twenty .section-tabs {
	width: 53%;
}
.audit-popup-section-offer_wrapper
.section_fourteen .section-tabs h4,
.section_twenty .section-tabs h4 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 24px;
}
.post-data {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	flex-wrap: wrap;
}
.post-type {
	width: 38%;
}
.site-name {
	width: 53%;
}
.button-politic {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	flex-wrap: wrap;
}
.button-politic label {
	width: 38%;
}
.button-politic p {
	width: 48%;
	margin: 0;
	font-size: 10px;
	line-height: 16px;
}
.tabs {
  width: 100%;
  display: inline-block;
}
.tab-list {
  padding: 0;
  margin: 0;
	list-style: none;
}
ul.tab-list {

  display: flex;
}
.tab-item,
.tab-card,
.tab-free-audit,
.tab-footer,
.tab-zakaz-another,
.tab-zakaz-slow,
.tab-zakaz-fast,
.tab-zakaz-standard,
.tab-consult-audit,
.tab-consult,
.tab-consult-audit-zakaz,
.tab-besp-audit-zakaz {
  display: inline-block;
  margin-right: 10px;
  padding: 10px;
  cursor: pointer;
  background-color: #f1f1f1;
  border-radius: 5px 5px 0 0;
}
.tabs p {
	margin: 0;
}
.tab-item.active,
.tab-card.active,
.tab-free-audit.active,
.tab-consult-audit.active,
.tab-consult-audit-zakaz.active,
.tab-footer.active,
.tab-zakaz-another.active,
.tab-zakaz-slow.active,
.tab-zakaz-fast.active,
.tab-zakaz-standard.active,
.tab-consult.active,
.tab-besp-audit-zakaz.active {
  background-color: #000;
	color: #fff;
}
.tab-content {
  border: 1px solid #f1f1f1;
  border-radius: 5px;
}
.tab-pane,
.tab-card-pane,
.tab-free-audit-pane,
.tab-footer-pane,
.tab-zakaz-another-pane,
.tab-zakaz-slow-pane,
.tab-zakaz-fast-pane,
.tab-zakaz-standard-pane,
.tab-consult-audit-pane,
.tab-consult-audit-zakaz-pane,
.tab-consult-pane,
.tab-besp-audit-zakaz-pane {
  display: none;
}
.tab-pane.active,
.tab-card-pane.active,
.tab-free-audit-pane.active,
.tab-footer-pane.active,
.tab-zakaz-another-pane.active,
.tab-zakaz-slow-pane.active,
.tab-zakaz-fast-pane.active,
.tab-zakaz-standard-pane.active,
.tab-consult-audit-pane.active,
.tab-consult-audit-zakaz-pane.active,
.tab-consult-pane.active,
.tab-besp-audit-zakaz-pane.active {
  display: block;
}
.input-pole {
	margin-top: 10px;
}
input {
	font-family: 'Roboto';
}
.pum-theme-18 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close {
	font-weight: 100!important;
	font-size: 83px!important;
	background-color: transparent!important;
	border: none!important;
	box-shadow: none!important;
}
@media screen and (max-width: 767px) {
	.section_fourteen .section-offer,
	.section_fourteen .section-tabs,
	.section_twenty .section-offer,
	.section_twenty .section-tabs,
	.post-type, .site-name,
	.nespeshnyi-popup-tabs,
	.nespeshnyi-popup-offer,
	.audit-popup-offer,
	.audit-popup-tabs {
		width: 100%;
		max-width:100%;
	}
	.site-name {
		margin-top: 20px;
	}
	.section_fourteen .section-offer,
	.section_twenty .section-offer {
		margin-bottom: 30px;
	}
	.button-politic label {
		width: 100%;
	}
	.button-politic p {
		width: 100%;
		margin-top: 0;
	}
	.tab-item, .tab-card, .tab-audit, .offer-button {
		font-size: 14px;
	}
	.section_fourteen .section-tabs h4,
	.section_twenty .section-tabs h4 {
		font-size: 20px;
	}
	.post-type p, .site-name p {
		margin: 0;
	}
}


/*Section Fiveteen Tarify*/

.table-tarify_mob {
	display: none;
}
.table-tarify, .table-tarify_tarif {
	border: 4px solid #000;
	margin-top: 40px;
	max-width: 100%;
	margin-bottom: 10px;
}
.table-tarify_buttons {
	margin-bottom: 30px;
}
.table-tarify tr, .table-tarify_tarif tr {
	border: 2px solid #000;
}
.table-tarify tr th {
	border: 1px solid #000;
	padding: 10px;
	width: 20%;
	color: #ff0054;
}
.table-tarify tr td {
	border: 1px solid #000;
	padding: 10px;
	width: 20%;
	font-family: 'Roboto';
	font-weight: normal!important;
}
.table-tarify tr td:first-child {
	font-weight: bold!important;
}
.table-tarify tr td:last-child {
	font-style: italic;
}
.table-tarify_tarif tr th {
	padding: 10px;
	text-align: center;
	color: #ff0054;
}
.table-tarify_tarif tr th:last-child {
	display: none;
}
.table-tarify_tarif tr td {
	width: 50%;
}
.table-tarify_tarif tr td:last-child {
	font-family: 'Roboto';
	font-style: italic;
}
.table-tarify_buttons tr td {
	width: 20%;
	text-align: center;
	font-family: 'Roboto';
	font-weight: normal;
}
.info-block_tarify .button-rost,
.info-block_tarify .button-rost .button {
	margin: 0;
}
.info-block_tarify .button-rost .button {
	padding: 2px 20px;
  font-size: 14px;
  font-family: 'Roboto';
	color: #00d285;
  background-color: transparent;
  border: 3px solid #00d285;
  font-weight: normal;
}
.info-block_tarify .button-rost .button:hover {
	background-color: #00d285;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.table-tarify_mob {
		display: block;
	}
	.table-tarify_comp {
		display: none;
	}
	.info-block_tarify .button-rost {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

/*Section Sixteen*/

.section_sixteen .section-wrap_content .info-block_item {
	width: 48%;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	padding:10px;
	border-radius: 25px;
	border: 12px solid #e3e3e3;
	background-color: #e3e3e3;
	color:#000;
}
.section_sixteen .section-wrap_content .info-block_item:nth-child(even) {
	background-color:#000;
}
.section_sixteen .section-wrap_content .info-block_item:nth-child(even) p {
	color:#fff;
}
.section_sixteen .section-wrap_content .info-block_item p {
	line-height: 28px;
	color:#000;
	width: 90%;
	font-size: 16px;
}
@media (max-width: 767px) {
	.section_sixteen .section-wrap_content .info-block_item {
		width: 100%;
	}
}

/*Section Seventeen Clients*/

.section_seventeen .section-wrap_content .info-block_item {
	width: 33.33%;
	margin-bottom: 30px;
	border-radius: 25px;
}
.section_seventeen .section-wrap_content .info-block_item .info-block_item_image {
	padding: 10px;
	border-radius: 32px;
	border: 12px solid #FFFFFF;
	margin-right: 12px;
	margin-top: 20px;
}
.section_seventeen .section-wrap_content .info-block_item .info-block_item_image .info-block_item_image_img {
	min-height: 105px;
	display: table;
}
.section_seventeen .section-wrap_content .info-block_item .info-block_item_image .info-block_item_image_img img {
	display: table-cell;
	vertical-align: middle;
}
.section_seventeen .section-wrap_content .info-block_item:nth-child(6) .info-block_item_image .info-block_item_image_img img {
	width: 60%;
	margin: 0 auto;
}
.section_seventeen .section-wrap_content .info-block_item .info-block_item_image p {
	min-height: 72px;
	margin-top: 0;
	margin-bottom: 10px;
}
.section_seventeen .info-block_item_image_img img {
	transition: .3s;
}
.section_seventeen .info-block_item_image_img:hover img {
	 transform: scale(1.1);
}
@media (max-width: 767px) {
	.section_seventeen .section-wrap_content .info-block_item {
		width: 100%;
	}
}

/*Section Eighteen Kaces*/

.section_eighteen .swiper-slider-block {
	color: #fff;
	padding: 30px 25px;
	background: linear-gradient(180deg, #bbb 0%, #aaa 5%, #2e2e2e 10%, #000 20%, #000 80%, #2e2e2e 90%, #aaa 95%, #bbb 100% );
} 
.section_eighteen .swiper-slider-block .swiper-slide_wrapper {
	width: 100%;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.section_eighteen .swiper-slider-block .example-slide_left {
	width: 35%;
	padding-bottom: 40px;
}
.section_eighteen .swiper-slider-block .example-slide_left p:first-child {
	margin: 0;
}
.section_eighteen .swiper-slider-block .example-slide_left p:nth-child(2),
.section_eighteen .swiper-slider-block .example-slide_left p:nth-child(5) {
	margin: 10px 0;
}
.section_eighteen .swiper-slider-block .example-slide_left p:nth-child(3),
.section_eighteen .swiper-slider-block .example-slide_left p:nth-child(4),
.section_eighteen .swiper-slider-block .example-slide_left p:nth-child(6),
.section_eighteen .swiper-slider-block .example-slide_left p:nth-child(7) {
	margin: 0;
	padding-left: 15px;
	font-size: 16px;
}
.section_eighteen .swiper-slider-block .example-slide_left p:first-child,
.section_eighteen .swiper-slider-block .example-slide_left p:nth-child(2),
.section_eighteen .swiper-slider-block .example-slide_left p:nth-child(5) {
	font-weight: 700;
}
.section_eighteen .swiper-slider-block .example-slide_left p:nth-child(4) {
	margin: 0;
	padding-left: 15px;
	font-size: 16px;
}
.section_eighteen .swiper-slider-block .example-slide_right {
	width: 62%;
}

.example-slide_right {
	position: relative;
	display: block;
	transition: 1s;
}
.example-slide_right_front {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.example-slide_right_back {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	transform: rotateY(-90deg);
}
.example-slide_right_front,
.example-slide_right_back {
	transition: 1s;
}
.example-slide_right_back img {
	width: 100%;
}
.example-slide_right:hover .example-slide_right_back {
	transform: rotateY(0deg);
	transition-delay: 0.5s;
}
.example-slide_right:hover .example-slide_right_front {
	transform: rotateY(-90deg);
}

.example-slider .swiper-button-next:after,
.example-slider .swiper-button-prev:after {
	color: #000;
	font-size: 36px;
}
.example-slider .swiper-button-prev,
.example-slider .swiper-button-next {
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 50%;
	top: 90%!important;
} 
.example-slider .swiper-button-next { 
	left: 100px!important;
}
@media (max-width: 767px) {
	.section_eighteen .swiper-slider-block .swiper-slide_wrapper {
		padding-bottom: 40px;
	}
	.section_eighteen .swiper-slider-block .example-slide_left,
	.section_eighteen .swiper-slider-block .example-slide_right {
		width: 100%;
	}
	.section_eighteen .swiper-wrapper {
		padding-bottom: 70px;
	}
}


/*Srction Nineteen Reviews*/

.section_nineteen .swiper-slide_wrapper {
	width: 100%;
	display:flex;
	justify-content: space-between;
}
.section_nineteen .reviews-slider_image {
	width: 28%;
}
.section_nineteen .reviews-slider_text {
	width:68%; 
}
.section_nineteen .reviews-slider_text p {
	font-size:14px;
}
.section_nineteen .reviews-slider_text p.company {
	color:#ff0054;
	font-size:18px;
}
.section_nineteen .reviews-slider_text p.position {
	font-family: 'RussoOne';
}
.section_nineteen .swiper-zoom-container {
	justify-content: space-between!important;
	align-items: flex-start!important;
	text-align: left!important;
}
#fancybox-close {
	top: 0!important;
	right: -30px!important;
}
.fancy-ico span {
	left: 24px!important;
	top: 0!important;
	border: none!important;
	box-shadow: none!important;
	width:30px!important;
	height: 30px!important;
	background: transparent!important;
}
#fancybox-close span::after, #fancybox-close span::before {
	top: 0px;
	left: 4px;
	width: 24px!important;
}

/*Section Twenty = Section Fourteen*/


/*Section Twenty One Accordion*/

#sp-ea-56.sp-easy-accordion>.sp-ea-single {
border: 2px solid #e3e3e3;
}
#sp-ea-56.sp-easy-accordion>.sp-ea-single>.ea-header a {
	padding: 10px!important;
	font-size: 18px!important;
	font-family: 'Roboto';
	font-weight: normal;
}
.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body p {
	font-size: 18px;
	line-height: 20px;
	padding: 5px!important;
}

/*Section Twenty Two More Info*/

.section_twenty-two .info-block {
	position: relative;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #000;
	color: #fff;
	align-items: center;
}
.section_twenty-two .info-block p.besplatno,
.page-template-consult-page p.besplatno {
	position: absolute;
	top: -30px;
	left: 50%;
	width: 150px;
	background-color: #ff0054;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	transform: rotate(8deg);
}
.yarlyk_1500 {
	position: absolute;
	top: -55px;
	left: 25%;
	width: 150px;
	background-color: #ff0054;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	transform: rotate(8deg);
}
.section_twenty-two .info-block_item_more-form input,
.section_twenty-two .info-block_item_more-form input::-webkit-input-placeholder,
.section_twenty-two .info-block_item_more-form span {
	color: #fff;
	background-color: #000;
	padding: 9px 8px;
}
.section_twenty-two .info-block .info-block_item {
	width: 48%;
}
.section_twenty-two .info-block .info-block_item .info-block_item_text {
	padding: 0 30px 20px;
}
.form-call {
	margin-top: 40px;
}
.form-call form,
.form-call form span,
.form-call input,
.form-call textarea {
	color: #000;
	background-color: transparent;
	border: none;
}
.form-call input::-moz-placeholder,
.form-call textarea::-moz-placeholder {
	color: #000;
}
.form-call input::-webkit-input-placeholder,
.form-call textarea::-webkit-input-placeholder {
	 color: #000;
}
.form-call .offer-button {
	width: 100%;
}
.more-info-style {
	display: flex;
	justify-content: flex-start;
	padding-top: 70px;
}
.more-info-style_phone {
	width: 55%;
}
.more-info-style_button {
	width: 30%;
}
@media (max-width: 767px) {
	.section_twenty-two .info-block .info-block_item {
		width: 100%;
	}
	.more-info-style {
		padding-top: 30px;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.more-info-style_phone, .more-info-style_button {
		width: 100%;
		
	}
	.more-info-style_button p {
		display: flex;
		justify-content: center;
		text-align: center;
	}
}

/*Section Twenty Three*/

.section_twenty-three .section-wrap_content {
	margin-bottom: 30px;
}
.section_twenty-three .section-wrap_content .info-block_item {
	width: 49%;
	margin-bottom: 30px;
	border-radius: 25px;
}
.section_twenty-three .section-wrap_content .info-block_item .list {
	margin-left: 40px;
	margin-bottom: 30px;
}
.section_twenty-three .section-wrap_content .info-block_item .list .list-item  p {
	margin: 0;
}
.section_twenty-three .section-wrap_content .info-block_item p.list-desc {
	margin-bottom: 20px;
}
.section_twenty-three .section-wrap_content .info-block_item .list-icon {
	display: table;
}
.section_twenty-three .section-wrap_content .info-block_item .list-icon i {
	display: table-cell;
	vertical-align: middle;
}
.section_twenty-three .button-block {
	margin-top: -250px;
}
.page-template-SEO-page .section_twenty-three .button-block {
	margin-top: -250px;
}
@media (max-width: 767px) {
	.section_twenty-three .section-wrap_content {
		margin-bottom: 0;
	}
	.section_twenty-three .section-wrap_content .info-block_item {
		width: 100%;
		margin-bottom: 0;
	}
	.section_twenty-three .section-wrap_content .info-block_item p.list-desc:last-child {
		margin-bottom: 0;
	}
	.section_twenty-three .section-wrap_content .info-block_item.info-block_item_img {
		display: none;
	}
	.section_twenty-three .button-block {
		margin-top: 0;
	}
	.section_twenty-three .button-block .button-rost {
		margin-top: 25px;
	}
	.page-template-SEO-page .section_twenty-three .button-block {
		margin-top: 0;
	}
}

/*Section Twenty Three new*/

.section_twenty-three_new .section-wrap_content {
	margin-bottom: 30px;
}
.section_twenty-three_new .section-wrap_content .info-block_item.info-block_item-info {
	width: 72%;
	margin-bottom: 30px;
	border-radius: 25px;
}
.section_twenty-three_new .section-wrap_content .info-block_item.info-block_item_img {
	width: 25%;
}
.section_twenty-three_new .section-wrap_content .info-block_item .list {
	margin-left: 40px;
	margin-bottom: 30px;
}
.section_twenty-three_new .section-wrap_content .info-block_item .list .list-item  p {
	margin: 0;
}
.section_twenty-three_new .section-wrap_content .info-block_item p.list-desc {
	margin-bottom: 20px;
}
.section_twenty-three_new .section-wrap_content .info-block_item .list-icon {
	display: table;
}
.section_twenty-three_new .section-wrap_content .info-block_item .list-icon i {
	display: table-cell;
	vertical-align: middle;
}
.section_twenty-three_new .button-block {
	margin-top: -100px;
}
@media (max-width: 767px) {
	.section_twenty-three_new .section-wrap_content {
		margin-bottom: 0;
	}
	.section_twenty-three_new .section-wrap_content .info-block_item {
		width: 100%;
		margin-bottom: 0;
	}
	.section_twenty-three_new .section-wrap_content .info-block_item p.list-desc:last-child {
		margin-bottom: 0;
	}
	.section_twenty-three_new .section-wrap_content .info-block_item.info-block_item_img {
		display: none;
	}
	.section_twenty-three_new .button-block {
		margin-top: 0;
	}
	.section_twenty-three_new .button-block .button-rost {
		margin-top: 25px;
	}
	.section_twenty-three_new .section-wrap_content .info-block_item.info-block_item-info {
		width: 100%;
	}
}


/*Section Twenty Four Podpiska*/

.section_twenty-four .section-wrap_content .info-block_item:first-child {
	width: 39%;
}
.section_twenty-four .section-wrap_content .info-block_item:last-child {
	width: 59%;
}
.section_twenty-four .section-wrap_content .info-block_item:first-child img {
	border-radius: 50%;
	width: 150px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.section_twenty-four .section-wrap_content .info-block_item:first-child,
	.section_twenty-four .section-wrap_content .info-block_item:last-child {
		width: 100%;
	}
}


/*Section Twenty Five LM*/
.section_twenty-five .section-wrap_content .info-block_item {
	width: 49%
}
.section_twenty-five .section-wrap .button-rost {
	width: 50%!important;
	display: flex;
	justify-content: center;
	margin-top: -280px;
}
.section_twenty-five .section-wrap .button-rost {
	margin-top: -280px;
}
.page-template-SEO-page .section_twenty-five .section-wrap .button-rost {
	margin-top: -170px;
}
@media (max-width: 767px) {
	.section_twenty-five .section-wrap_content .info-block_item {
		width: 100%;
	}
	.section_twenty-five .section-wrap .button-rost {
		width: 100%!important;
		
		margin-top: 40px;
	}
}

/*Section Twenty Six Questions*/

.section_twenty-six .section-wrap_content .info-block_item:first-child {
	width: 40%;
}
.section_twenty-six .section-wrap_content .info-block_item:last-child {
	width: 60%;
}
.section_twenty-six .section-wrap_content .info-block_item h2 {
	font-size: 48px;
	margin-top: 0;
}
.section_twenty-six .button-rost {
	margin: 0;
	width: 100%!important;
}
.section_twenty-six .button-rost .button {
	width: 100%;
	box-shadow: none;
}
.section_twenty-six .button-rost input[type="submit"]:active, input[type="submit"]:focus {
	border: none;
}
.form-bottom_name {
	width: 100%;
	border-bottom: 2px solid #000;
	color: #000;
}
.form-bottom_contacts {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.form-bottom_contacts_item {
	width: 48%;
	border-bottom: 2px solid #000;
	color: #000;
	margin-top: 20px;
}
.form-bottom_contacts_text {
	width: 100%;
	border-bottom: 2px solid #000;
	color: #000;
	margin-top: 20px;
}
	
@media (max-width: 767px) {
	.section_twenty-six .section-wrap_content .info-block_item:first-child {
		margin-bottom: 30px;
	}
	.section_twenty-six .section-wrap_content .info-block_item:first-child,
	.section_twenty-six .section-wrap_content .info-block_item:last-child {
		width: 100%;
	}
	.section_twenty-six .section-wrap_content .info-block_item h2 {
		font-size: 30px;
	}
	.form-bottom_contacts_item {
		width: 100%;
	}
}
footer .button-rost .button {
	width: 100%;
	background-color: #fff;
	text-align: center;
}
footer {
	background: #333;
	padding: 30px;
}
footer .footer-wrapper {
	width: 1080px;
	max-width: 100%;
	margin: 0 auto;
}
.footer-wrapper .address-rezhim {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.footer-wrapper .address-rezhim .data-block_socialButtons,
.footer-wrapper .address-rezhim .data-block {
	width: 30%;
}
.footer-wrapper .address-rezhim .site-info_button {
	width: 30%;
}
.footer-wrapper .address-rezhim .data-block_socialButtons .social-button {
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer-wrapper .address-rezhim .data-block_socialButtons .whatsapp-button, 
.footer-wrapper .address-rezhim .data-block_socialButtons .telegram-button {
	margin-bottom: 5px;
}
.footer-wrapper .address-rezhim .data-block .data-block_phone {
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
}
.footer-wrapper .address-rezhim .data-block .data-block_rezhim {
	color: #fff;
	font-family: 'Roboto';
	font-size: 14px;
}
@media (max-width: 767px) {
	.footer-wrapper .address-rezhim .data-block_socialButtons,
	.footer-wrapper .address-rezhim .data-block,
	.footer-wrapper .address-rezhim .site-info_button {
		width: 100%;
	}
	.footer-wrapper .address-rezhim .data-block_socialButtons,
	.footer-wrapper .address-rezhim .data-block {
		margin-bottom: 20px;
	}
	.pum-theme-15 .pum-content + .pum-close, .pum-theme-tema-po-umolchaniyu .pum-content + .pum-close {
    right: -18px!important;
    top: -53px!important;
	}
	.pum-theme-15 .pum-container, .pum-theme-tema-po-umolchaniyu .pum-container {
		top: 80px!important;
	}
	.audit-popup-offer_wrapper h4 {
    font-size: 24px !important;
    margin-top: 0;
	}
	.audit-popup-tabs .tabs .tab-list li {
		font-size: 14px;
	}
}
@media (max-width: 411px) {
	.audit-popup-tabs .tabs .tab-list li {
		font-size: 12px;
	}
	.tab-item,
    .tab-footer,
    .tab-card,
    .tab-free-audit,
    .tab-consult-audit{
     padding: 15px 5px !important;
}
}

.page-template-podpisnaya-page header, .page-template-podpisnaya-page footer, .page-template-podpisnaya-iz-vk-page header, .page-template-podpisnaya-iz-vk-page footer, .page-template-podpisnaya-tg-systema-iz-vk-page header, .page-template-podpisnaya-tg-systema-iz-vk-page footer, .page-template-podpisnaya-tg-systema-page header, .page-template-podpisnaya-tg-systema-page footer, .page-template-SEO-page-2 header, .page-template-SEO-page-2 footer, .page-template-pre-quiz-page header, .page-template-pre-quiz-page footer, .page-template-quiz-page header, .page-template-quiz-page footer, .page-template-post-quiz-page header, .page-template-post-quiz-page footer, .page-id-9 header, .page-id-9 footer, .page-id-138 header, .page-id-138 footer {
	opacity: 0;
	height: 50px;
}

.page-template-podpisnaya-page main{
	/*margin-top: -50px;*/
}

@media (max-width: 480px){
.page-template-podpisnaya-page main {
    margin-top: -50px;
}
}
.pop-statya {
	cursor: pointer;
	padding: 2px 8px;
  font-size: 24px;
  color: red;
  background: black;
  cursor: pointer;
}

.page-template-podpisnaya-page #s1 .button-rost p {
	font-size:14px;
	width:40%;
	text-align:left;
}
@media (max-width: 767px) {
	.page-template-podpisnaya-page #s1 .button-rost p {
		width:90%;
	}
}

// popmake-1435 dont leave popup

#popmake-1435 h2  {
	margin-top: 0;
    font-size: 36px;
}
  
@media (max-width: 767px) {
	#popmake-1435 h2 {
		font-size: 24px;
		line-height: 1;
	}
}

span.wpcf7-list-item-label{
font-size: 14px;
margin-left:20px;
}

.tg-h2{
margin-top: 0; 
font-size: 36px;
}

@media (max-width: 767px) {
	.tg-h2 {
     /* margin-top: -50px; */
	}
}

@media (max-width: 768px) {
  .button-politic {
    gap: 20px; /* Увеличиваем отступ между элементами */
    margin: 20px 0; /* Отступы сверху и снизу */
  }
  
  .button-politic p {
    margin: 10px 0; /* Отступы для параграфов */
  }
  
  .wpcf7-list-item-label {
    font-size: 14px; /* Уменьшаем размер шрифта */
    line-height: 1.4;
  }
  
  .wpcf7-submit {
    padding: 12px 20px; /* Увеличиваем padding для удобства касания */
    font-size: 16px; /* Увеличиваем размер шрифта кнопки */
  }
	.section_twenty-two .info-block_item_more-form span{
    padding: 9px 0;
}
	#popmake-750 .site-name, #popmake-1258 .site-name{
     padding-left: 0;
}
}
.input-pole {
    width: 100%;
    max-width: 270px;
}
.pum-theme-16 .pum-container, .pum-theme-lightbox .pum-container{
 /*width: 100% !important;*/
 margin-left: auto !important;
 margin-right: auto !important;
}



/* Базовая мобильная адаптация */
@media (max-width: 768px) {
    figure, .img-block figure {
        width: 100% !important;
        float: none;
    }
    
    .section-wrap_content {
        overflow-x: hidden;
    }
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    .table-tarify, .table-tarify_buttons {
        width: 100%;
        overflow-x: auto;
        display: block;
    }
    
    td, th {
        min-width: 120px;
    }
}



.se-case-card.se-visible {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/*.se-case-top {
    background: 0 0 !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
}*/

.se-case-tags {
    flex-wrap: wrap;
    gap: 6px;
    display: flex;
}

span.se-tag {
    color: #445;
    white-space: nowrap;
    background: #0000000f;
    border: 1px solid #0000001f;
    border-radius: 100px;
    padding: 7px 16px;
    font-size: 16px;
}

.se-ba {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    display: grid;
}

.se-ba-block {
    background: #ffffff8c;
    border: 1px solid #00000014;
    border-radius: 12px;
    padding: 12px 13px;
}

.se-ba-label {
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #667;
    margin: 0 0 6px;
    font-size: 10px;
}

.se-ba-text {
    color: #223;
    font-size: 13px;
    line-height: 1.45;
}

.se-ba-block.se-ba-after {
    background: #22c55e1f;
    border-color: #22c55e40;
}


.popup-buttons-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px 0;
    max-width: 320px;
    margin: 0 auto;
}

.popup-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #f5f5f5;
    color: #1e1e1e;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.popup-btn .btn-icon {
    font-size: 20px;
}

/* Email кнопка */
.email-btn {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    color: #1a73e8;
}

.email-btn:hover {
    background: #f0f7ff;
    border-color: #1a73e8;
    transform: translateY(-1px);
}

/* Макс кнопка */
.max-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white !important;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    text-decoration:none;
}

.max-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
}

/* Telegram кнопка */
.tg-btn {
    background: #27a6e5;
    color: white !important;
    box-shadow: 0 4px 12px rgba(39, 166, 229, 0.3);
    text-decoration:none;
}

.tg-btn:hover {
    background: #1f97d1;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(39, 166, 229, 0.4);
}

/* Нажатие */
.popup-btn:active {
    transform: translateY(1px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Адаптив для мобильных */
@media (max-width: 480px) {
    .popup-buttons-container {
        gap: 12px;
        padding: 5px 0;
    }
    .popup-btn {
        padding: 12px 16px;
        font-size: 15px;
    }
}



/* Таймер на странице после квиза - начало */
.section_timer {
    background: #f5f5f5;
    padding: 50px 0;
    text-align: center;
}
.timer-container {
    max-width: 400px;
    margin: 0 auto;
}
.timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 48px;
    font-weight: bold;
    margin: 30px 0;
}
.timer-block {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    min-width: 120px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.timer-number {
    font-size: 64px;
    font-weight: bold;
    color: #00d285;
    display: block;
}
.timer-label {
    font-size: 14px;
    color: #666;
    display: block;
    margin-top: 10px;
}
.timer-separator {
    font-size: 64px;
    font-weight: bold;
    color: #00d285;
}
.timer-message {
    color: #666;
    font-size: 14px;
}
.button-block.disabled {
    opacity: 0.6;
    pointer-events: none;
}
/* Таймер на странице после квиза - конец */


/* Блок с формой UniSender на странице после квиза - начало */


   /* Стильный контейнер для формы (раскрываем display:none из оригинала) */
        #static-form-container {
            display: block !important;
            width: auto !important;
            max-width: 500px;
            background-color: rgb(238, 238, 238) !important;
        }

        /* Полная перезапись стилей формы */
        form[name="subscribtion_form"] {
            background: #ffffff;
            border-radius: 32px;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        form[name="subscribtion_form"]:hover {
            transform: translateY(-4px);
            box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3);
        }

        /* Убираем все старые фоны, таблицы и лишние обёртки */
        .container.responsive,
        table,
        tbody,
        tr,
        td,
        .container.responsive table,
        .container.responsive tbody,
        .container.responsive tr,
        .container.responsive td {
            background: transparent !important;
            background-color: transparent !important;
            border: none !important;
            padding: 0 !important;
            margin: 0 !important;
            box-shadow: none !important;
        }

        /* Главный блок контента */
        .form-content {
            padding: 48px 40px 40px 40px;
        }

        /* Заголовок */
        .form-header {
            text-align: center;
            margin-bottom: 32px;
        }

        .form-header h2 {
            font-size: 28px;
            font-weight: 700;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            margin-bottom: 10px;
        }

        .form-header p {
            color: #6b7280;
            font-size: 15px;
            line-height: 1.5;
            font-weight: 400;
        }

        /* Группа полей */
        .form-group {
            margin-bottom: 24px;
        }

        /* Стилизованный label */
        .form-group label {
            display: block;
            font-size: 14px;
            font-weight: 600;
            color: #374151;
            margin-bottom: 8px;
        }

        .form-group label span {
            background: linear-gradient(135deg, #667eea, #764ba2);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
        }

        .required-star {
            color: #ef4444;
            font-size: 16px;
            margin-left: 2px;
        }

        /* Поле ввода email */
        .email-input {
            width: 100%;
            padding: 14px 18px;
            font-size: 16px;
            font-family: 'Inter', sans-serif;
            border: 2px solid #e5e7eb;
            border-radius: 20px;
            transition: all 0.3s ease;
            background-color: #f9fafb;
            outline: none;
            font-weight: 500;
            color: #1f2937;
        }

        .email-input:focus {
            border-color: #764ba2;
            background-color: #ffffff;
            box-shadow: 0 0 0 4px rgba(118, 75, 162, 0.1);
        }

        .email-input::placeholder {
            color: #9ca3af;
            font-weight: 400;
        }

        /* Блок с ошибкой (оставляем рабочим) */
        .error-block {
            font-size: 12px;
            margin-top: 6px;
            margin-left: 6px;
            color: #ef4444 !important;
            font-weight: 500;
        }

        /* Кнопка подписки */
        .submit-btn {
            width: 100%;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border: none;
            padding: 14px 20px;
            border-radius: 40px;
            font-size: 16px;
            font-weight: 600;
            font-family: 'Inter', sans-serif;
            color: white;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 8px;
            box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            letter-spacing: 0.3px;
        }

        .submit-btn:hover {
            transform: scale(1.02);
            box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
            background: linear-gradient(135deg, #5a67d8 0%, #6b46a0 100%);
        }

        .submit-btn:active {
            transform: scale(0.98);
        }

        /* Примечание под кнопкой */
        .form-footer {
            text-align: center;
            margin-top: 24px;
            font-size: 12px;
            color: #9ca3af;
            border-top: 1px solid #f0f2f5;
            padding-top: 20px;
        }

        .form-footer a {
            color: #764ba2;
            text-decoration: none;
            font-weight: 500;
        }

        .form-footer a:hover {
            text-decoration: underline;
        }

        /* Скрываем всё лишнее из старой разметки, что могло мешать */
        table[style*="background-color: rgb(204, 204, 204)"],
        table[style*="background-color: rgb(255, 255, 255)"],
        .container.responsive > table > tbody > tr > td > table > tbody > tr > td > table {
            background: transparent !important;
        }

        /* Адаптивность */
        @media (max-width: 550px) {
            .form-content {
                padding: 32px 24px 28px 24px;
            }
            .form-header h2 {
                font-size: 24px;
            }
        }
/* Блок в попапе */
div#popmake-2028 {
    background: none !important;
}
/* Блок с формой UniSender на странице после квиза - конец */
