/*!
Theme Name: regslegal_v2
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: regslegal_v2
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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 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:hover,
a:focus,
a:active {
	color: #78acf3;
}

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

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

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

.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;
}
footer ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
ul#menu-footer li {
	text-align: left;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	max-width: 250px;
}
ul#menu-footer > li {
	margin: 10px auto;
}
ul.sub-menu {
	margin: 10px 0;
}
.menu-item-has-children > a {
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: 0em;
	text-align: left;
	color: #000;
}
ul.sub-menu li > a {
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
	color: #828282;
}
ul.sub-menu li > a:hover {
	color: #78acf3;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 40px;
	right: 30px;
	overflow: hidden;
	width: 42px;
	height: 42px;
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	text-indent: 100%;
	background: url(/wp-content/uploads/2022/07/ui.totop_.png) no-repeat left top #102343;
}
#toTopHover {
	background: url(/wp-content/uploads/2022/07/ui.totop_.png) no-repeat left -42px #102343;
	width: 42px;
	height: 42px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=0.5);
}

#toTop:active,
#toTop:focus {
	outline: none;
}
menu {
	margin: 0;
	padding: 60px 0 60px;
	border-bottom: 1px solid #e6e6e6;
}
.popular-services__content:after {
	content: "";
	display: block;
	clear: both;
}
.popular-services__item {
	width: 375px;
	height: 289px;
	overflow: hidden;
	margin-bottom: 10px;
}

.popular-services__item--height1 {
	height: 218px;
}
.popular-services__item--height2 {
	height: 289px;
}
.popular-services__item--height3 {
	height: 360px;
}

.popular-services__item-wrap {
	position: relative;
	height: inherit;
}
.popular-services__item-wrap img {
	filter: brightness(0.8);	
    height: inherit;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.popular-services__title {
	position: absolute;
	top: 0;
	left: 0;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	color: #fff;
	padding: 30px 20px;
}
.popular-services__btn {
	position: absolute;
	bottom: 30px;
	left: 20px;
}
.widget.toc_widget .widget-title {
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
	padding-bottom: 12px;
}
.widget.toc_widget li a {
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	color: #326ed2;
	border-bottom: 1px dashed #326ed2;
}
.widget.toc_widget li {
	padding: 8px 0;
}
#spu-2839 .spu-container {
	overflow-y: auto;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%);
}
div.wpforms-container-full .wpforms-form input[type="date"],
div.wpforms-container-full .wpforms-form input[type="datetime"],
div.wpforms-container-full .wpforms-form input[type="datetime-local"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="month"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form input[type="password"],
div.wpforms-container-full .wpforms-form input[type="range"],
div.wpforms-container-full .wpforms-form input[type="search"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="time"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="week"],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
	background-color: #fff;
	border-top: 1px solid transparent !important;
	border-left: 1px solid transparent !important;
	border-right: 1px solid transparent !important;
	border-bottom: 1px solid #222 !important;
	margin: auto;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	text-align: center;
}
.modal-header button.close {
	background-color: #102343;
}
.modal .modal-header .close:hover,
.modal .modal-header .close:focus {
	opacity: 1;
	color: #fff;
	outline: none;
}
#any_block_package.modal.in .modal-dialog {
	-webkit-transform: translate(0, 30px);
	-ms-transform: translate(0, 30px);
	-o-transform: translate(0, 30px);
	transform: translate(0, 30px);
}
@media (min-width: 768px) {
	#any_block_package .modal-dialog {
		width: 100%;
		max-width: 1170px;
	}
	
}
.fancybox-overlay .fancybox-skin {
	background: #ffffff;
}

.fancybox-overlay .fancybox-close {
	position: absolute;
	top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
	z-index: 8040;
	background: url(/wp-content/themes/regslegal_v2/img/Vector.png) no-repeat;
}
#any_block_package .modal-body {
	padding: 0;
}
#any_block_package button.close {
	position: absolute;
	right: 0;
	top: 0;
	color: #828282;
	background-color: #fff;
	font-size: 23px;
	z-index: 1;
	outline: none;
}
.contents {
	list-style-type: none;
	counter-reset: list;
}
.kc__title {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
}
.contents span {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	color: #326ed2;
	border-bottom: 1px dashed #326ed2;
}
.contents span i,
.contents span dfn,
.contents span cite, 
.contents span em{
	font-style: normal;
}
/* цвет чисел */
.contents li:before {
	color: #326ed2;
	font-size: 14px;
	font-weight: 400;
	border-bottom: 1px dashed #326ed2;
}
/* уровень 0 */
.contents li.top {
	counter-increment: list;
	counter-reset: list1;
	font-size: 14px;
	font-weight: 400;
	color: #326ed2;
	padding: 8px 0;
}
.contents li.top:before {
	content: counter(list) ". ";
}
/* уровень 1 */
.contents li.sub_1 {
	counter-increment: list1;
	counter-reset: list2;
	font-size: 14px;
	font-weight: 400;
	color: #326ed2;
	padding: 8px 0;
}
.contents li.sub_1:before {
	content: counter(list) "." counter(list1) ". ";
}
/* уровень 2 */
.contents li.sub_2 {
	counter-increment: list2;
}
.contents li.sub_2:before {
	content: counter(list) "." counter(list1) "." counter(list2) ". ";
}
::-webkit-scrollbar { width: 3px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #fff; }
::-webkit-scrollbar-track {  background-color: #102343;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #102343; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}}
::-webkit-resizer { background-color: #666;}


.documents__body {
    margin: 50px 0;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}
.documents__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60% 1fr;
    grid-template-columns: 60% 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
}
.documents__column {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
    display: flex;
    flex-flow: column wrap;
}
.documents__column_2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
	display: flex;
    align-items: center;
}
.documents__column_2 .item-documents {
    padding: 50px 29px;
}
.item-documents {
    padding: 30px 0 30px 75px;
}
.item-documents_title {
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0em;
	text-align: left;
    padding-bottom: 20px;
}
.item-documents_text ul {
    padding-left: 0;
}
.item-documents_text ul li {
	position: relative;
	max-width: 294px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 0em;
	text-align: left;	
    list-style: inside;
    padding-bottom: 20px;
}
.item-documents_text ul li svg {
    position: relative;
    right: -6px;
    top: 3px;
}
.item-documents_subtext {
	font-size: 11px;
	font-style: normal;
	font-weight: 300;
	line-height: 17px;
	letter-spacing: 0em;
	text-align: left;
    padding-top: 30px;
}
.item-schemejob__stage {
	position: relative;
    padding: 25px 0;
    flex: 0 0 48%;
}
.item-schemejob__stage:nth-child(2n+1)::after {
	position: absolute;
    content: "";
    width: 1px;
    height: 120px;
    background-color: #d5d5d5;
    right: 0;
    transform: translateY(-50%) translateX(-50%);
    bottom: -30px;
}
.item-schemejob__stage_title {
    position: relative;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0em;
	text-align: left;	
	margin-bottom: 25px;
	margin-left: 14px;
}
.item-schemejob__stage_title:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #102343;
    border-radius: 50%;
    left: -10px;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.item-schemejob__stage_block {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
}
.item-schemejob__stage_block img {
	max-height: 72px;
}
.item-schemejob__stage_block p {
	max-width: 80%;
    padding: 0 15px 0 0;
}
.item-schemejob__stage_block span {
    max-width: 284px;
    width: 100%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
	text-align: left;
    line-height: 24px;
    color: #000;
}
.stage-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.entry-content p {
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: justify;
margin: 10px 0 1.5em;
}
.entry-content h2 {
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0em;
	text-align: left;
	padding-bottom: 10px;
	margin-top: 50px;
}
.item-schemejob__title {
    font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0em;
	text-align: left;
	padding-bottom: 10px;
}
.item-schemejob__subtitle {
    max-width: 770px;
    width: 100%;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
}
.schemejob {
	margin: 50px 0;
}

[data-tooltip] {
    position: relative; /* Относительное позиционирование */ 
   }
   [data-tooltip]::after {
	content: attr(data-tooltip);
    position: absolute;
    width: 240px;
    right: 0;
    top: 0;
    background: #ffffff;
    color: #000;
    padding: 8px 12px ;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    opacity: 0;
    transition: 1s;
    z-index: 999;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
   } 
   [data-tooltip]:hover::after {
    opacity: 1; /* Показываем подсказку */
    top: 2em; /* Положение подсказки */
   }

   .entry-content ul > li {
	list-style: disc;
	padding: 5px 0;
   }
   .entry-content ul {
	margin: 30px 0 30px 40px;
   }
   @media screen and (max-width: 992px) {
    .documents__row {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: (1fr) [2];
        grid-template-rows: repeat(2, 0fr);
        grid-column-gap: 0;
        grid-row-gap: 0;
    }
    .documents__column {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1/1/2/2;
    }
    .documents__column_2 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 2/1/3/2;
    }
    .documents__column_2 .item-documents {
        padding: 0 25px 50px;
        margin: auto;
        text-align: center;
    }
    .item-documents {
        padding: 50px 25px 0;
    }
    .item-schemejob__stage {
        flex: 0 0 45%;
        flex: 0 0 100%;
	}
	.item-schemejob__stage:nth-child(2n+1)::after {
		content: unset;
	}
	.item-schemejob__stage_block {
		justify-content: flex-start;
	}
}
.wp-block-pullquote {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 50px 0;
	padding: 20px 0;
	text-align: unset;
}
.wp-block-pullquote blockquote{
	position: relative;
	margin: 0 0 0 0;
	padding-left: 60px;
}
.wp-block-pullquote blockquote li {
	padding: 5px 0;
}
.wp-block-pullquote blockquote:before {
	position: absolute;
	content: '';
	background: url(../regslegal_v2/img/emojione-monotone_exclamation-mark.svg) no-repeat;
	width: 36px;
	height: 36px;
	left: 6px;
	top: 5px;
}
.content__column:last-child{
	height: max-content;
}
#header-fixed.fixed-header {
    position: fixed;
	width: 100%;
    top: 0;
	z-index: 999;
	box-shadow: 2px -3px 8px rgba(0,0,0,0.5);
	background: rgba(248,248,248,0.8);
	-webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
header.pluscontent + .first-screen {
	margin-top: 100px;
}
@keyframes sticky {
	from {
	  transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
  }
.menu-1 {
	width: 93%;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-current ~ li.mega-menu-item.active_btn {
	opacity: 0;
	display: inline-block;
	animation-name: sticky;
	animation-duration: 0.5s;
}
.breadcrumb-container ul > span {
	color: #333333;
}
body:not(.home) header.fixed-header .header-top{
	display: none;
}
#wpcf7-f2579-p1035-o1 p {
	margin: 0;
	padding: 0;
}
#wpcf7-f2579-p1035-o1 h3{
	position: relative;
	background-color: #17365d;
	color: #fff;
	text-align: center;
	padding: 10px 70px;
	margin: 0;
}
#wpcf7-f2579-p1035-o1 h3:before {
	content: '';
	position: absolute;
	background: url(img/mini-logo.png) no-repeat;
	width: 100%;
	height: 100%;
	left: 0;
	top: 15%;
}
#wpcf7-f2579-p1035-o1 .form__row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#wpcf7-f2579-p1035-o1 .form__column {
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	-o-flex: 0 0 50%;
	flex: 0 0 50%;
}
#wpcf7-f2579-p1035-o1 .item-form__label{
	border: 1px solid #000;
	margin: 0;
}
#wpcf7-f2579-p1035-o1 .item-form__label p{
	padding: 0;
	margin: 0;
	text-align: left;
}
textarea[name='UKsize'] {
	padding: 0 35px;
	text-align: center;
}
.item-form__label_three,
.item-form__label_two {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}
#wpcf7-f2579-p1035-o1 .item-form__label {
	height: 72px;
}
#wpcf7-f2579-p1035-o1 label,
.wpcf7-list-item-label{
	font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
    font-family: "Montserrat", sans-serif;
}
#wpcf7-f2579-p1035-o1 .wpcf7-form-control-wrap,
span.wpcf7-list-item{
	margin: 0;
	text-align: left;
}
#wpcf7-f2579-p1035-o1 .item-form__label_three label {
	-webkit-flex: 0 0 33.3%;
	-moz-flex: 0 0 33.3%;
	-ms-flex: 0 0 33.3%;
	-o-flex: 0 0 33.3%;
	flex: 0 0 33.3%;
	height: 150px;
	padding: 0 15px;
	text-align: right;
	border: 1px solid #000;
	border-top: none;
}
#wpcf7-f2579-p1035-o1 .item-form__label_three label:nth-child(3) {
	border-left: none;
	border-top: none;
	border-right: none;
	padding: 0;
}
#wpcf7-f2579-p1035-o1 .item-form__label.item-form__label_text {
	height: 25px;
	border-left: none;
	border-top: none;
	border-right: 1px solid #000;
}
#wpcf7-f2579-p1035-o1 textarea {
	resize: none;
	outline: none;
	border: none;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	font-size: 12px;
	background-color: #c1c1c1;
	color: #000;
	box-sizing: border-box;
	vertical-align: top;
	    border-radius: 0;
}
#wpcf7-f2579-p1035-o1 textarea::-webkit-input-placeholder { 
	font-size: 12px;
	color: #000;
}
#wpcf7-f2579-p1035-o1 textarea[name='Typeofproperty'] {
	padding: 0 10px;
	text-align: left;
}
#wpcf7-f2579-p1035-o1 .item-form__label_two label:nth-child(3) {
	padding: 0;
}
#wpcf7-f2579-p1035-o1 .item-form__label_two label {
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	-o-flex: 0 0 50%;
	flex: 0 0 50%;
	height: 124px;
	padding: 0 15px;
	text-align: right;
	border: 1px solid #000;
	border-top: none;
	border-left: none;
}
#wpcf7-f2579-p1035-o1 .item-form__label_two label:nth-child(2) {
	border-left: none;
	border-top: none;
	padding: 0;
}
#wpcf7-f2579-p1035-o1 .item-form__label.item-form__label_mini-text {
	height: auto;
	border-right: 1px solid #000;
}
#wpcf7-f2579-p1035-o1 .item-form__label.item-form__label_mini-text p {
	text-align: left;
	padding: 0 5px;
}
#wpcf7-f2579-p1035-o1 .item-form__label.item-form__label_mini-text input[type="number"] {
	outline: none;
	border: none;
	width: 90%;
	height: 22px;
	padding: 0 15px;
	font-size: 12px;
}
#wpcf7-f2579-p1035-o1 .item-form__label.item-form__label_mini-text:first-child {
	border-top: none;
	border-bottom: none;
}
.form__main p{
	background-color: #17365d;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	margin: 0;
	font-size: 14px;
	margin: 0 0;
}
#wpcf7-f2579-p1035-o1 .item-form__label.item-form__label_38 {
	height: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
}
.item-form__label_flextwo {
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	-o-flex: 0 0 50%;
	flex: 0 0 50%;
	border-right: 1px solid #000;
}
#wpcf7-f2579-p1035-o1 .item-form__label.item-form__label_38 input[type="number"] {
	outline: none;
	border: none;
	width: 89%;
	padding: 0 5px;
}
#wpcf7-f2579-p1035-o1 .item-form__label.item-form__label_38 p{
	padding: 0 5px;
}
#wpcf7-f2579-p1035-o1 .item-form__label.item-form__label_38 textarea {
	border-right: 1px solid #000;
}
.wpcf7 textarea::-webkit-input-placeholder { 
	font-size: 12px;
	color: #666 !important;
}
#wpcf7-f2579-p1035-o1 input,
.inputwpcf7-f2579-p1035-o1 {
	background-color: #c1c1c1;
}
.mt {
	margin-top: 50px;
}
#wpcf7-f2579-p1035-o1 .item-form__label_bl {
	border-left: none !important;
}
#wpcf7-f2579-p1035-o1 .item-form__label_bb {
	border-bottom: none !important;
}
#wpcf7-f2579-p1035-o1 .item-form__label_bt {
	border-top: none !important;
}
#wpcf7-f2579-p1035-o1 .item-form__label_br {
	border-right: none !important;
}
.wpcf7-form-control-wrap,
.wpcf7-list-item {
	line-height: 0;
}
.wpcf7-form-control-wrap.quanity,
.wpcf7-form-control-wrap.directors,
.fiznumber,
.col,
.urnumber,
.nofiznumber,
.nournumber,
.nofiz,
.boardnumber,
.organfiz,
.organur,
.board,
.organnofiz,
.organnour,
.osno,
.tel-932,
.email-933{
	display: flex;
    flex-flow: row wrap;
	line-height: 0;
}
.osno,
.tel-932,
.email-933{
	justify-content: center;
}
.tel-932,
.email-933 {
	background: #c1c1c1;
}
    
.fiznumber input,
.col input,
.urnumber input,
.nofiznumber input,
.nournumber input,
.nofiz input,
.boardnumber input {
	font-size: 12px;
}
.wpcf7-form-control-wrap.nofiz{
	line-height: 1.64;
}
textarea {
	line-height: 1.2 !important;
}
.textarea-592,
.textarea-596,
.textarea-597,
.textarea-600,
.wpcf7 p {
	margin: 0;
	padding: 0;
}
.wpcf7 h3{
	position: relative;
	background-color: #17365d;
	color: #fff;
	text-align: center;
	padding: 10px 70px;
	margin: 0;
}
.wpcf7 h3:before {
	content: '';
	position: absolute;
	background: url(img/mini-logo.png) no-repeat;
	width: 100%;
	height: 100%;
	left: 0;
	top: 15%;
}
.wpcf7 .form__row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.wpcf7 .form__column {
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	-o-flex: 0 0 50%;
	flex: 0 0 50%;
}
.wpcf7 .item-form__label{
	border: 1px solid #000;
	margin: 0;
}
.wpcf7 .item-form__label p{
	padding: 0;
	margin: 0;
	text-align: left;
}
textarea[name='UKsize'] {
	padding: 0 35px;
	text-align: center;
}
.wpcf7 .item-form__label {
	height: 72px;
}
.wpcf7 label,
.wpcf7-list-item-label{
	font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
    font-family: "Montserrat", sans-serif;
}
.wpcf7 .wpcf7-form-control-wrap,
span.wpcf7-list-item{
	margin: 0;
	text-align: left;
}
.wpcf7 .item-form__label_three label {
	-webkit-flex: 0 0 33.3%;
	-moz-flex: 0 0 33.3%;
	-ms-flex: 0 0 33.3%;
	-o-flex: 0 0 33.3%;
	flex: 0 0 33.3%;
	height: 150px;
	padding: 0 15px;
	text-align: right;
	border: 1px solid #000;
	border-top: none;
}
.wpcf7 .item-form__label_three label:nth-child(3) {
	border-left: none;
	border-top: none;
	border-right: none;
	padding: 0;
}
.wpcf7 .item-form__label.item-form__label_text {
	height: 25px;
	border-left: none;
	border-top: none;
	border-right: 1px solid #000;
}
.wpcf7 textarea {
	resize: none;
	outline: none;
	border: none;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	font-size: 12px;
	background-color: #c1c1c1;
	color: #000;
	box-sizing: border-box;
	vertical-align: top;
	    border-radius: 0;
}
.wpcf7 textarea::-webkit-input-placeholder { 
	font-size: 12px;
	color: #000;
}
.wpcf7 textarea[name='Typeofproperty'] {
	padding: 0 10px;
	text-align: left;
}
.wpcf7 .item-form__label_two label:nth-child(3) {
	padding: 0;
}
.wpcf7 .item-form__label_two label {
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	-o-flex: 0 0 50%;
	flex: 0 0 50%;
	height: 124px;
	padding: 0 15px;
	text-align: right;
	border: 1px solid #000;
	border-top: none;
	border-left: none;
}
.wpcf7 .item-form__label_two label:nth-child(2) {
	border-left: none;
	border-top: none;
	padding: 0;
}
.wpcf7 .item-form__label.item-form__label_mini-text {
	height: auto;
	border-right: 1px solid #000;
}
.wpcf7 .item-form__label.item-form__label_mini-text p {
	text-align: left;
	padding: 0 5px;
}
.wpcf7 .item-form__label.item-form__label_mini-text input[type="number"] {
	outline: none;
	border: none;
	width: 90%;
	height: 22px;
	padding: 0 15px;
	font-size: 12px;
}
.wpcf7 .item-form__label.item-form__label_mini-text:first-child {
	border-top: none;
	border-bottom: none;
}
.form__main p{
	background-color: #17365d;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	margin: 0;
	font-size: 14px;
	margin: 0 -1px;
}
.wpcf7 .item-form__label.item-form__label_38 {
	height: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
}
.item-form__label_flextwo {
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	-o-flex: 0 0 50%;
	flex: 0 0 50%;
	border-right: 1px solid #000;
}
.wpcf7 .item-form__label.item-form__label_38 input[type="number"] {
	outline: none;
	border: none;
	width: 89%;
	padding: 0 5px;
}
.wpcf7 .item-form__label.item-form__label_38 p{
	padding: 0 5px;
}
.wpcf7 .item-form__label.item-form__label_38 textarea {
	border-right: 1px solid #000;
}
.wpcf7 .item-form__label.item-form__label_38 textarea::-webkit-input-placeholder { 
	font-size: 12px;
	color: #000;
}
.wpcf7 input,
.inputwpcf7-f2579-p1035-o1 {
	background-color: #c1c1c1;
}
.mt {
	margin-top: 50px;
}
.wpcf7 .item-form__label_bl {
	border-left: none !important;
}
.wpcf7 .item-form__label_bb {
	border-bottom: none !important;
}
.wpcf7 .item-form__label_bt {
	border-top: none !important;
}
.wpcf7 .item-form__label_br {
	border-right: none !important;
}
.wpcf7-form-control-wrap,
.wpcf7-list-item {
	line-height: 0;
}
.wpcf7-form-control-wrap.quanity,
.wpcf7-form-control-wrap.directors,
.fiznumber,
.col,
.urnumber,
.nofiznumber,
.nournumber,
.nofiz,
.boardnumber,
.organfiz,
.organur,
.board,
.organnofiz,
.organnour,
.osno,
.tel-932,
.email-933{
	display: flex;
    flex-flow: row wrap;
	line-height: 0;
}
.osno,
.tel-932,
.email-933{
	justify-content: center;
}
.tel-932,
.email-933 {
	background: #c1c1c1;
}
    
.fiznumber input,
.col input,
.urnumber input,
.nofiznumber input,
.nournumber input,
.nofiz input,
.boardnumber input {
	font-size: 12px;
}
.wpcf7-form-control-wrap.nofiz{
	line-height: 1.64;
}
textarea {
	line-height: 1.2 !important;
}
.textarea-592,
.textarea-596,
.textarea-597,
.textarea-600,
.textarea-601{
	height: 41px;
	width: 100%;
	line-height: 1.2;
}
.wpcf7-form-control-wrap.textarea-595 {
	height: 19px;
}
.textarea-593,
.textarea-594,
.textarea-595{
	height: 22px;
	width: 100%;
	    line-height: 1.2;
}
.wpcf7 .oprosgo {
	width: 100%;
    margin: 10px auto;
    background-color: #17365d;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    margin: -22px auto;
	font-size: 12px
}
.wpcf7 .item-form__label.item-form__label_mini-text input[name="boardnumber"] {
	height: 43px;
}
.wpcf7 .item-form__label.item-form__label_mini-text input[type="tel"],
.wpcf7 .item-form__label.item-form__label_mini-text input[name="email-933"] {
	outline: none;
    border: none;
    width: 90%;
    height: 22px;
    padding: 0 15px;
    font-size: 12px;
}
.wpcf7-list-item.first.last {
	padding: 0 5px;
}

textarea[name="textarea-592"]{
	padding: 0 19em 0 15px;
}
.item-form__label_three,
.item-form__label_two {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}


/*MODAL OFFER */ 

.modal_offer-content {
    max-width: 1200px;
    width: 100%;
}

.fancybox-overlay .fancybox-skin {
    background: #ffffff;
}

.modal_offer-header {
    margin-bottom: 30px;
}

.modal_offer-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    color: #333333;
}

.modal_offer-body__title {
    background: #102343;
    border-radius: 4px 4px 0px 0px;
    font-weight: 700;
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.modal_offer-body__content {
    display: flex;
    flex-flow: column wrap;
    padding: 45px 0 130px;
    gap: 30px;
}

.modal_offer-body__label {
    display: flex;
    flex-flow: column;
    gap: 20px;
    width: 100%;
}

.modal_offer-body__content label {
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    color: #333333;
}

.modal_offer-body__content input,
.modal_offer-body__content textarea {
    background: #eef2f7;
    padding: 0 23px;
    outline: none;
    border: none;
}

.modal_offer-body__content textarea,
.modal_offer-body__content input {
    height: 66px;
    resize: none;
    width: -webkit-fill-available;
    overflow: hidden;
    line-height: 66px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
	transition: linear .4s;
}

.modal_offer-body__content textarea::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 66px;
    color: #333333;
    display: flex;
    align-content: center;
    align-items: center;
}

.modal_offer-body__content textarea:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 66px;
    color: #333333;
    display: flex;
    align-content: center;
    align-items: center;
}

.modal_offer-body__content textarea::-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 66px;
    color: #333333;
    display: flex;
    align-content: center;
    align-items: center;
}

.modal_offer-body__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.modal_offer-body__column-6 {
    flex: 0 0 48%;
}

.modal_offer-body__column-6:last-child {
    flex: 0 0 48%;
}

.modal_offer-body__wrap {
    display: flex;
    flex-flow: row;
    border: 1px solid #e0e0e0;
}

.modal_offer-body__radio {
    border-right: 1px solid #e0e0e0;
}
.modal_offer-body__radio.radio__hidden {
	visibility: hidden;
    width: 0;
    height: 0;
    border: none;
}
.modal_offer-body__radio:last-child {
    border-right: none;
}
.modal_offer-body__radio {
    cursor: pointer;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

input[disabled] + span.wpcf7-list-item-label:before,
input[disabled] + span.wpcf7-list-item-label:after {
	background-color: #f2f2f2;
}
input[disabled] + span.wpcf7-list-item-label {
	color: #f2f2f2;
}
.modal_offer-body__label input[type="checkbox"][disabled] + span.wpcf7-list-item-label {
	color: #f2f2f2;
}

.modal_offer-body__radio .wpcf7-list-item-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    color: #626262;
    cursor: pointer;
	font-family: Inter, sans-serif;
}

.modal_offer-body__radio [type="radio"] {
    position: absolute;
    left: -9999px;
	visibility: hidden;
}

.modal_offer-body__radio [type="radio"]+.wpcf7-list-item-label {
    position: relative;
    padding-left: 24px;
}

.modal_offer-body__radio [type="radio"]+.wpcf7-list-item-label::before,
.modal_offer-body__radio [type="radio"]+.wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
}

.modal_offer-body__radio [type="radio"]+.wpcf7-list-item-label::before,
.modal_offer-body__radio [type="radio"]+.wpcf7-list-item-label::after {
    border-radius: 50%;
}

.modal_offer-body__radio [type="radio"]+.wpcf7-list-item-label::before {
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #3F6363;
}

.modal_offer-body__radio [type="radio"]+.wpcf7-list-item-label::after {
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #3F6363;
    transition: all 0.2s;
}

.modal_offer-body__radio [type="radio"]:not(:checked)+.wpcf7-list-item-label::after {
    opacity: 0;
    transform: scale(0.01);
}

.modal_offer-body__radio [type="radio"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
    transform: scale(1);
}

.modal_offer-body__label [type="checkbox"] {
    position: absolute;
    visibility: hidden;
	cursor: pointer
}

.modal_offer-body__label [type="checkbox"]+.wpcf7-list-item-label {
    position: relative;
    padding-left: 24px;
    display: flex;
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    color: #626262;
}

.modal_offer-body__label [type="checkbox"]+.wpcf7-list-item-label::before,
.modal_offer-body__label [type="checkbox"]+.wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
}

.modal_offer-body__label [type="checkbox"]+.wpcf7-list-item-label::before {
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #3F6363;
}

.modal_offer-body__label [type="checkbox"]+.wpcf7-list-item-label::after {
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #3F6363;
    transition: all 0.2s;
}

.modal_offer-body__label [type="checkbox"]:not(:checked)+.wpcf7-list-item-label::after {
    opacity: 0;
    transform: scale(0.01);
}

.modal_offer-body__label [type="checkbox"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
    transform: scale(1);
}

ul.slider-paging-number {
    list-style: none;
    display: inline-block;
}

ul.slider-paging-number li {
    display: none;
}

ul.slider-paging-number li.slick-active {
    display: inline-block;
}

ul.slider-paging-number button {
    background: none;
    border: none;
    font-weight: 700;
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    text-align: center;
	padding: 0;
}

.modal_offer-body__sublabel {
    font-weight: 300;
    font-size: 12px;
    line-height: 110%;
    color: #626262;
}

.modal_offer-body__content a,
.modal_offer-body__content a:active {
    color: #2F80ED;
    font-weight: 500;
    font-size: 13px;
    line-height: 110%;
}

.modal_offer-body__loader,
.modal_offer-body__loader_two {
    display: flex;
    flex-flow: column;
    gap: 30px;
}

.modal_offer-body__loader .modal_offer-body__row,
.modal_offer-body__loader_two {
    display: none;
}

.modal_offer-body__column-6 .wpcf7-form-control-wrap {
    max-width: 369px;
}

.modal_offer-body__sublabel--mt {
    margin-bottom: 14px;
}

.modal_offer-body__head {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #333333;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.modal_offer-body__head::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -10px;
    background-color: #E0E0E0;
}

.modal_offer-body__content input[type="submit"] {
    width: 260px;
    height: 52px;
    background: #102343;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    cursor: pointer;
}

.modal_offer-body__row.modal_offer-body__row--jcfs {
    justify-content: flex-start;
    align-items: center;
    margin-top: 54px;
    gap: 32px;
}

.modal_offer-body__row.modal_offer-body__row--jcfs span.wpcf7-list-item-label,
.modal_offer-body__row.modal_offer-body__row--jcfs a {
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
}

.slick-slide {
    height: 0px!important;
}

.slick-slide.slick-active {
    height: 100% !important;
	
}
.fancybox-inner {
	min-width: 500px !important
}
.table-wrap {
    overflow: auto;
}
.table-wrap table {
    border-collapse: separate;
    margin-bottom: 40px;
}
.table-wrap table tr th {
    text-align: center;
    font-size: 20px;
}
.table-wrap table thead tr td:first-child {
    border-radius: 6px 0 0 0;
}


.table-wrap table tr th{
	text-align: center;
	font-size: 20px;
}
.table-wrap table tr.table-th-color {
	background-color: #102343;
    color: #fff;
}
.table-main h2 {
	margin: 15px 0;
}

.table-wrap table thead tr td:last-child{
	border-radius: 0 6px 0 0;
}
.table-wrap table td {
    padding: 15px;
    border-left: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    vertical-align: middle;
    text-align: center;
}
.table-wrap table tr td:last-child {
    border-right: 1px solid #c5c5c5;
}
.table-wrap table tr:last-child td {
    border-bottom: 1px solid #c5c5c5;
}
.table-wrap table thead tr {
	font-size: 15px;
}
.table-wrap table tbody tr {
	font-size: 15px;
}
.table-wrap table tbody td {
	font-size: 14px;
}
.service-n-advantages__block {
    background-color: #F7F7F7;
    padding: 40px 30px;
	margin: 15px 0;
}
.service-n-advantages__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -30px;
}
.service-n-advantages__col {
    width: calc(50% - 15px);
    margin-bottom: 30px;
}
.service-n-advantages__item {
    height: 100%;
    padding: 20px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 150px;
    background-color: #fff;
    -webkit-box-shadow: 3px 6px 16px rgb(0 0 0 / 20%);
    box-shadow: 3px 6px 16px rgb(0 0 0 / 20%);
    flex-direction: column;
}
.service-n-advantages__sub {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    /* letter-spacing: 0.05em; */
    /* text-transform: uppercase; */
    margin: 28px 0 22px 0;
    width: 100%;
}
.service-n-advantages__descr {
    font-size: 16px;
    line-height: 1.35;
    width: 100%;
    margin-left: 5px;
}
.service-n-advantages__block ul:last-child {
    margin-bottom: 0;
}
.service-n-advantages__block ul:first-child {
    margin-top: 0;
}
.service-n-advantages__block ul {
    padding: 0;
    margin: 25px 0;
    list-style-type: none;
}
.service-n-advantages__block ul li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-left: 14px;
}
.service-n-advantages__block ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #102343;
}
.service-n-advantages__block p:last-child {
    margin-bottom: 0;
}
.service-n-advantages__block p, .service-n-desc__wrap {
    font-size: 16px;
    /* line-height: 26px; */
    margin-bottom: 15px;
}
@media (max-width: 768px) {
	.service-n-advantages__col {
		width: 100%;
	}
	
    .modal_offer-body__row {
        flex-flow: column;
        gap: 30px;
    }
    .modal_offer-body__content {
        width: 100%;
    }
    .modal_offer-content .slick-dotted.slick-slider {
        max-width: 480px;
    }
    .modal_offer-body__column-6 .wpcf7-form-control-wrap {
        max-width: 100%;
        width: 100%;
    }
    .modal_offer-body__wrap {
        text-align: center;
    }
    .modal_offer-body__column-6 {
        width: 100%;
    }
}

@media (max-width: 480px) {
	.service-n-advantages__block {
		padding: 30px 25px;
	}
	.service-n-advantages__row {
		margin-bottom: -20px;
	}
	.service-n-advantages__col {
		margin-bottom: 20px;
	}
	.service-n-advantages__item {
		padding: 12px 24px;
	}
    .modal_offer-content .slick-dotted.slick-slider {
        max-width: 300px;
    }
    .modal_offer-body__wrap {
        flex-flow: column;
    }
    .modal_offer-body__radio:first-child {
        border-bottom: 1px solid #e0e0e0;
    }
    .modal_offer-body__row {
        flex-flow: column;
        gap: 30px;
        max-width: 300px;
    }
    .modal_offer-body__label [type="checkbox"]+.wpcf7-list-item-label {
        display: block;
    }
	.modal_offer-content {
		max-width: 250px;
	}
	.modal_offer-content form {
		    max-width: 250px;
	}
}

.modal_offer-body__content span.wpcf7-not-valid-tip {
	    margin: 10px auto;
}
.page-template-main-page ul li{
	list-style: none
}
.slider__row {
	margin: 45px 0;
}
.title-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom: 20px;
}
.slider__navigation {
    max-width: 105px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  gap: 10px;
}
.swiper-button-prev,
.swiper-button-next {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 2px solid #102343;
  background: #102343;
  color: #fff;
  transition: linear .3s;
  position: relative;
  cursor: pointer;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #fff;
   border: 2px solid #102343;
    color: #102343;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 22px;
}

.slider__navigation svg {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    top: 0;
    left: 0;
}
.swiper-button-prev:hover svg path,
.swiper-button-next:hover svg path {
  fill: #102343;
}
.slide-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
}
.slide-item__left-side {
    -webkit-flex-basis: 31.8%;
    -ms-flex-preferred-size: 31.8%;
    flex-basis: 31.8%;
    max-width: 31.8%;
    background-color: #f2f2f2;
    margin-right: 2.4%;
}
.slide-item__left-side .block-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 214px;
}
.slide-item__left-side .block-image img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
	max-height: 156px;
    max-width: 100%;
}
.slide-item__left-side .block-descr {
	padding: 2.5rem 1.5rem;
}
.slide-item__left-side .block-descr .answer-title {
    font-size: 22px;
    line-height: 32px;
    color: #002766;
    margin-bottom: 15px;
}
.slide-item__left-side .block-descr p {
    font-size: 17px;
    line-height: 27px;
    color: #002766;
    font-weight: 400;
}
.slide-item__right-side {
    -webkit-flex-basis: 65.8%;
    -ms-flex-preferred-size: 65.8%;
    flex-basis: 65.8%;
    max-width: 65.8%;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}
.slide-item__right-side .slide-descr {
    background-color: #f2f2f2;
    padding: 2.5rem 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-flex-basis: -webkit-calc(100% - 0.6rem);
    -ms-flex-preferred-size: calc(100% - 0.6rem);
    flex-basis: calc(100% - 0.6rem);
    max-width: -webkit-calc(100% - 0.6rem);
    max-width: calc(100% - 0.6rem);
	gap: 67px;
}
.slide-item__right-side .slide-descr__left-side {
    -webkit-flex-basis: -webkit-calc(100% - 295px);
    -ms-flex-preferred-size: calc(100% - 295px);
    flex-basis: calc(100% - 295px);
    padding-right: 15px;
    max-width: -webkit-calc(100% - 295px);
    max-width: calc(100% - 295px);
}
.slide-item__right-side .slide-descr__right-side {
    -webkit-flex-basis: 228px;
    -ms-flex-preferred-size: 228px;
    flex-basis: 228px;
    max-width: 228px;
    width: 100%;
}
.slide-item__right-side .slide-descr__left-side p {
    font-size: 14px;
    line-height: 24px;
    color: #3a475e;
    margin-bottom: 22px;
}
.slide-item__right-side .slide-descr__right-side a {
    display: block;
}
.slide-item__right-side .slide-descr__right-side a img {
    display: block;
    width: auto;
    max-width: 100%;
}
.header-top__phone {
	display: flex;
	flex-flow: row;
	align-items: center;
	gap: 10px;

}
.header-top__phone a {
	cursor: pointer;
}
@media(max-width: 968px) {
  .slide-item__left-side {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
  .slide-item__right-side {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.slide-item__left-side .block-image {
    -webkit-flex-basis: 360px;
    -ms-flex-preferred-size: 360px;
    flex-basis: 360px;
    max-width: 360px;
}
  .slide-item__left-side .block-image {
    min-height: 180px;
}
  .slide-item__left-side .block-descr {
    padding-left: 38px;
    -webkit-flex-basis: -webkit-calc(100% - 438px);
    -ms-flex-preferred-size: calc(100% - 438px);
    flex-basis: calc(100% - 438px);
    max-width: -webkit-calc(100% - 438px);
    max-width: calc(100% - 438px);
    padding-top: 30px;
}
}

@media(max-width: 768px) {
  .slide-item__left-side .block-image {
    min-height: auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .slide-item__left-side .block-descr {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 5px;
    padding-left: 16px;
}
  .slide-item__left-side .block-descr .answer-title {
    font-size: 16px;
    line-height: 23px;
}
.slide-item__left-side .block-descr p {
    font-size: 14px;
    line-height: 22px;
}
.slide-item__right-side .slide-descr__left-side {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
}
.slide-item__right-side .slide-descr__left-side p {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 15px;
}
.slide-item__left-side {
    margin-bottom: 16px;
}
.slide-item__right-side .slide-descr {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-basis: -webkit-calc(100%);
    -ms-flex-preferred-size: calc(100%);
    flex-basis: calc(100%);
    max-width: -webkit-calc(100%);
    max-width: calc(100%);
}
.slide-item__right-side .slide-descr__right-side {
    flex: 100%;
    margin: auto;
    max-width: 50%;
}
}

.tabs-v {
	position: relative;
	margin-bottom: 24px;
	min-height: 590px;
  }
  
  .tabs__item {
	position: relative;
	display: inline-block;
	z-index: 20;
	line-height: 1.2;
	margin-right: -0.28em;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 14px;
	font-weight: 600;
	color: white;
	box-shadow: inset 0 50px #102343;
	background-color: #ecf0f1;
	transition: box-shadow 0.35s ease-out, color 0.4s ease-out;
	cursor: pointer;
  }
  .tabs__item:hover {
	box-shadow: inset 0 50px #1a3666;
  }
  .tabs__item:first-child {
	margin-left: 12px;
  }
  
  .tabs__item--active {
	color: #102343;
	box-shadow: inset 0 0 #102343 !important;
  }
  .tabs__item--active + .tabs__body {
	z-index: 10;
	height: auto;
  }
  
  .tabs__body {
	position: absolute;
	overflow: hidden;
	left: 0;
	right: 0;
	height: 0;
	min-height: 445px;
	margin-left: 0;
	padding: 24px;
	border-radius: 4px;
	border-bottom: 2px solid #102343;
	background-color: #ecf0f1;
	transition: all 0.25s;
  }
  
  .tabs__content-v {
	opacity: 1;
	transition: all 0.15s ease-out;
  }
  .tabs__content-v ul li {
	list-style: disc;
	font-size: 14px;
  }

  .tabs__content-v ul {
	margin: 10px 0;
	padding: 0 30px;
  }
  .tabs__content-v p{
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }
  
  .tabs__content--hidden {
	opacity: 0;
	transform: translate(0, 8px);
  }
  
  .tabs--vertical .tabs__item {
	display: block;
	width: 250px;
	margin-left: 0;
	box-shadow: inset 270px 0 0 #102343;
	padding: 10px 10px;
  }
  .tabs--vertical .tabs__item:hover {
	box-shadow: inset 270px 0 0 #1a3666;
  }
  .tabs--vertical .tabs__body {
	top: 0;
	left: 270px;
  }
  .tabs--vertical .tabs__content--hidden {
	transform: translate(8px, 0);
  }

  .breadcrumbs_header ol {
	margin: 0;
	padding: 0;
  }
  @media(max-width: 768px) {
	
	.tabs--vertical .tabs__body {
		position: relative;
		top: 100%;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.tabs--vertical .tabs__item {
		width: 100%;
		background: #102343;
	}
	.tabs--vertical .tabs__item:hover,
	.tabs--vertical .tabs__item.tabs__item--active {
		background: #ecf0f1;
	}
}
  @media (min-width: 768px) {
	.videoreviews .slick-list {
		padding: 0 25% !important;
	}
	  .slider-videoreviews .slick-slide,
.slider-videoreviews
  .slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.7, 0.7);
  transition: transform 0.3s;
  opacity: 0.3;
}
/* slide when active/center */
.slider-videoreviews .slick-center,
.slider-videoreviews
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"] {
  transform: scale(1, 1);
  opacity: 1;
}
.slick-slide img {
  margin: 0 auto;
}




}
.slider-videoreviews .slider-videoreviews__slide {
    background-position: center;
    background-size: cover;
	
	height: 400px !important;	
}
.slider-videoreviews .slider-videoreviews__slide ._1 {
    align-items: center;
    color: #fff;
    font-size: 130px;
    min-height: 322px;
    cursor: pointer;
	width: 100%;
	display: block;
    min-width: 450px;
}
@media (max-width: 768px) {
	.slider-videoreviews .slider-videoreviews__slide ._1 {
		min-width: 100%;
	}
}
._rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.d-flex {
    display: flex!important;
}
.d-none {
	display: none;
}
.slick-center .d-none {
	display: block;
}
/* the slides */
.slick-slide {
    margin: 0 10px;
}
/* the parent */
.slick-list {
    margin: 0 -10px;
}
.center-slider{
	margin: 0 60px;
}
.slider-videoreviews .desc {
text-align: center;
color: #000;
--bs-text-opacity: 1;
}
.slider-videoreviews .name {
	text-align: center;
	color: #000;
	--bs-text-opacity: 1;
	font-weight: 700;
	}

.center-slider .slick-slide{
	color: #FFF;
	height: 200px;
	margin: 0 15px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scale(0.8);
	transition: all 0.4s ease-in-out;
  }
  .center-slider .slick-slide,
  .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
	transform: scale(0.8, 0.8);
	transition: all 0.4s ease-in-out;
  }
  
  /* Active center slide (You can change anything here for cenetr slide)*/
  .center-slider .slick-center,
  .center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
	transform: scale(1);
  }
  .center-slider .slick-current.slick-active{
	transform: scale(1);
  }
  
  .slick-next, .slick-prev{
	z-index: 5;
  }
  .slick-next{
	right: 15px;
  }
  .slick-prev{
	left: 15px;
  }
  .slick-next:before, .slick-prev:before{
	color: #000;
	font-size: 26px;
  }



.modal video {
    max-width: 800px;
    max-height: 100%;
    margin: 0 auto;
    display: block;
	height: 70vh;
}
.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
}
.modal.show .modal-dialog {
    transform: none;
}
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-fullscreen .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.3rem;
    outline: 0;
	padding: 20px 10px;
	
}
@media (max-width: 768px) {
	.modal,
	.modal-fullscreen {
		width: inherit;
	}
	video {
		display: block;
  width: 100%;
  height: 100%;
	  }
}
  .text-muted {
    --bs-text-opacity: 1;
    color: #6c757d!important;
}
.text-center {
    text-align: center!important;
}  
.slider-wrap {
	position: relative;
}

.slider__videoreviews-nav {
    max-width: 100%;
    width: 100%;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.slick-slider {
	z-index: 10;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
	position: relative;
  }
  
  .flickity-enabled:focus { outline: none; }
  
  .flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
  }
  
  .flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
  }
  
  /* draggable */
  
  .flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
  }
  
  .flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
  }
  
  .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
  }
  
  /* ---- flickity-button ---- */
  
  .flickity-button {
	position: absolute;
	background: hsla(0, 0%, 100%, 0.75);
	border: none;
	color: #333;
  }
  
  .flickity-button:hover {
	background: white;
	cursor: pointer;
  }
  
  .flickity-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #19F;
  }
  
  .flickity-button:active {
	opacity: 0.6;
  }
  
  .flickity-button:disabled {
	opacity: 0.3;
	cursor: auto;
	/* prevent disabled button from capturing pointer up event. #716 */
	pointer-events: none;
  }
  
  .flickity-button-icon {
	fill: currentColor;
  }
  
  /* ---- previous/next buttons ---- */
  
  .flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	/* vertically center */
	transform: translateY(-50%);
  }
  
  .flickity-prev-next-button.previous { left: 10px; }
  .flickity-prev-next-button.next { right: 10px; }
  /* right to left */
  .flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
  }
  .flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
  }
  
  .flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
  }
  
  /* ---- page dots ---- */
  
  .flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
  }
  
  .flickity-rtl .flickity-page-dots { direction: rtl; }
  
  .flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
  }
  
  .flickity-page-dots .dot.is-selected {
	opacity: 1;
  }
  .videoreviews__row {
	margin: 25px 0;
  }