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

clinic 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 {
	color: #BC3531;
	text-decoration: none;
}

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

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


.custom-class__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 8px 0px;
}





















/* CUSTOM STYLE */



@font-face {
	font-family: SF Pro Display;
	src: local('SF Pro Display'), url(assets/font/SFPRODISPLAYBOLD.OTF);
	font-weight: 700;
}


@font-face {
	font-family: SF Pro Display;
	src: local('SF Pro Display'), url(assets/font/SFPRODISPLAYBOLD.OTF);
	font-weight: 600;
}


@font-face {
	font-family: SF Pro Display;
	src: local('SF Pro Display'), url(assets/font/SFPRODISPLAYMEDIUM.OTF);
	font-weight: 500;
}


@font-face {
	font-family: SF Pro Display;
	src: local('SF Pro Display'), url(assets/font/SFPRODISPLAYMEDIUM.OTF);
	font-weight: 400;
}


@font-face {
	font-family: SF Pro Display;
	src: local('SF Pro Display'), url(assets/font/SFPRODISPLAYREGULAR.OTF);
	font-weight: 300;
}
@font-face {
	font-family: SF Pro Display;
	src: local('SF Pro Display'), url(assets/font/SFPRODISPLAYTHIN.OTF);
	font-weight: 200;
}
@font-face {
	font-family: SF Pro Display;
	src: local('SF Pro Display'), url(assets/font/SFPRODISPLAYULTRALIGHT.OTF);
	font-weight: 100;
}


















* {
	box-sizing: border-box;
}







.container {
	margin: 0 auto;
	max-width: 1160px;
}
body {
	margin-top: -21px;
	background: #F9F3F2;
}

.custom-class__header .menu-header-container li {
	margin-left: 57px;
}

.custom-class__header .menu-header-container li a {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	/* identical to box height */
	text-align: center;
	color: #141414;
	transition: all 0.2s;
}
.custom-class__header .menu-header-container li a:hover {
	color: #BC3531;
	transition: all 0.2s;
}

.header__button {
	margin-left: 43px;
	background: #BC3531;
	display: inline-block;
	width: 160px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s;
}

.header__button:hover {
	background: #b90e08;
	transition: all 0.3s;
}

.custom-class__header .menu-header-container li:first-child {
	margin-left: 36px;
}

.custom-class__header:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 104px;
	left: 0;
	background-color: #BC3531;
	height: 1px;
	width: 100%;
}
.main_slider {
	background-image: url('http://dzmk.org.ua/wp-content/uploads/2023/07/123.jpg');
	width: 100%;
	height: 42vw;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.main_slider__wrapper {
	padding-top: 27vw;
}

.main_slider__title {
	margin: 0;
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 500;
	font-size: 58px;
	line-height: 69px;
	color: #FFFFFF;
}

.main_slider__subtitle {
	font-family: 'SF Pro Display';
	font-weight: 200;
	font-size: 20px;
	line-height: 26px;
	color: #e6e6e6;
	position: relative;
	margin-top: 20px;
	padding-left: 5px;
	margin-bottom: 15px;
}

.main_slider__subtitle:before {
	content: '';
	display: inline-block;
	width: 2px;
	height: 100%;
	position: absolute;
	left: -2px;
	background-color: #fff;
	height: 85%;
    top: 4px;
}

.main_slider_left {
	padding: 10px 9px;
	border: 1px solid #FFFFFF;
	border-radius: 15px;
	cursor: pointer;
}

.main_slider_left:hover {
	background-color: #fff;
}

.main_slider_right {
	padding: 10px 9px;
	border: 1px solid #FFFFFF;
	border-radius: 15px;
	cursor: pointer;
	margin-left: 9px;
}

.main_slider_right:hover {
	padding: 10px 9px;
	border: 1px solid #FFFFFF;
	background-color: #fff;
	border-radius: 15px;
	cursor: pointer;
	margin-left: 9px;
}

.main_blog__wrapper {
	display: flex;
	justify-content: space-between;
}

.news__item {
	max-width: 33%;

}

.news__img > img {
	width: 360px;
	height: 220px;
}

.news__item {
	height: 362px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 360px;
	position: relative;
}

.after-news__block {
	font-family: 'SF Pro Display';
	font-style: italic;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	/* identical to box height */
	text-decoration: none;
	align-items: center;
	text-align: left;
	color: #C73834;
}

.after-news__block:hover{
	text-decoration:underline;
	text-decoration-color: #EDC4C2;
}

.afte-news__link {
	font-family: 'SF Pro Display';
	font-style: italic;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	/* identical to box height */
	text-decoration: none;
	align-items: center;
	text-align: center;
	color: #C73834;
}

.afte-news__link:hover {
	text-decoration-color: #EDC4C2;
	text-transform:underline;
}


.news__title {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 130%;
	/* or 21px */
	
	
	color: #340D0B;
	text-decoration: none;
}


.main_blog__wrapper > *:after {
	content: '';
	display: inline-block;
	width: 1px;
	/* height: 100%;
	background-color: rgba(73, 65, 65, 0.5); */
	position: absolute;
	left: -20px;
}
.main_blog__wrapper > *:first-child:after {
	background-color: transparent;
}

.main_blog__title {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 57px;
	text-align: center;
	color: #4E1311;
}

.after_main-news__button {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #C73834;
	padding: 16px 45px;
	display: inline-block;
	text-decoration: none;
	margin: 95px 0px 145px 0px;
}

.after_main-news__button:hover {
	color: #fff;
	background: linear-gradient(180deg, #BC3531 0%, rgba(188, 53, 49, 0) 167.71%);
}

.after_main-news__wrapper {
	display: flex;
	justify-content: center;
}

.meta_block {
	height: 660px;
	width: 100%;
}
.meta_block__left {
	display: inline-block;
	height: 660px;
	width: 50%;
	background-color: #962A27;
}
.meta_block__right {
	display: inline-block;
	height: 80px;
	width: 50%;
	background-color: #C73834;
}
.meta_block {
	position: relative;
}
.meta_block__bg-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	position: absolute;
	top: 0;
	z-index: 1;
}
.meta_block__wrapper {
	z-index: 999;
	position: relative;
	height: 560px;
	display: flex;
    justify-content: center;
	width: 100%;
}

.meta-body__left {
	width: 50%;
}

.meta-body__left > img {
	height: 580px;
	width: 580px;
}

.meta-body__right {
	width: 50%;
}

.meta-body__right-subtitle {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 130%;
	padding-bottom: 30px;
	/* or 26px */
	color: #340D0B;
}

.meta-body__right {
	padding-left: 40px;
}

.meta-body__right-title {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 57px;
	text-transform: uppercase;
	color: #4E1311;
	margin-top: 70px;	
}

.meta-body__right-button {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	padding: 16px 56px;
	background: #C73834;
	cursor: pointer;
}

.meta-body__right-button:hover {
	color: #FFFFFF;
	background: linear-gradient(180deg, #BC3531 0%, rgba(188, 53, 49, 0) 167.71%);
}


.help-title {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 57px;
	text-align: center;
	text-transform: uppercase;
	color: #4E1311;
	margin-top: 100px;
	margin-bottom: 0;
}

.help__block {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.help__block > div {
	margin-left: 50px;
	margin-right: 50px;
}

.help__block * {
	text-transform: uppercase;
	text-align: center;
}


.help__block h4 {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 600;
	font-size: 38px;
	line-height: 45px;
	color: #4E1311;
}

.help__block span {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #C73834;
	padding: 15px 75px;
	cursor: pointer;
}

.help__block span:hover {
	color: #FFFFFF;
	background: linear-gradient(180deg, #BC3531 0%, rgba(188, 53, 49, 0) 167.71%);
}

.main_blog__title {
	margin-top: 215px;
}

.file-block__title {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 57px;
	text-align: center;
	text-transform: uppercase;
	color: #4E1311;
	margin-top: 0;
	margin-bottom: 0;
}

.file-block__wrapper {
	display: flex;
	justify-content: space-between;
	width: 840px;
}

.file-block__item {
	background: #EDC4C2;;
}
.file-block__item.first {
	width: 270px;
	height: 110px;
	border-radius:6px;
}

.file-block__item.second {
	width: 540px;
	height: 110px;
	border-radius:6px;
}

.file-block {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.file-block__item {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	cursor: pointer;
}

.file-block__description {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	/* or 23px */
	text-transform: uppercase;
	color: #340D0B;
}

.file-block__description:hover {
	color: #340D0B;
	text-decoration:underline;
}

.file-block__icon img {
	width: 71px;
	height: 71px;
	margin-top: 2px;
	margin-right: 10px;
}

.doc-block {
	margin-top: 192px;
	display: flex;
	justify-content: center;
}

.doc-block__item {
	width: 360px;
	height: 360px;
	margin-left: 60px;
	margin-right: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.doc-block__item.first {
	background-image: url('assets/img/doc_block.png');
}

.doc-block__item.second {
	background-image: url('assets/img/statistick_block.png');
}

.doc-block__title {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 600;
	font-size: 38px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	color: #4E1311;
	margin-bottom: 20px;
}

.doc-block__button {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 15px 18px;
	background: #C73834;
	width: 220px;
	cursor: pointer;
}

.doc-block__button:hover {
	color: #FFFFFF;
	background: linear-gradient(180deg, #BC3531 0%, rgba(188, 53, 49, 0) 167.71%);
}

.client-block__wrapper {
	display: flex;
	justify-content: space-around;
}

.client-block__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.client-title {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 57px;
	text-align: center;
	text-transform: uppercase;
	color: #4E1311;
	margin-top: 150px;
	margin-bottom: 50px;
}

.client-block__title {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	/* identical to box height, or 21px */
	text-align: center;
	color: #340D0B;
	margin-bottom: 10px;
}

.client-block__more {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	/* identical to box height */	
	color: #C73834;
	margin-top: 10px;
	cursor: pointer;
}

.site-footer {
	background: #C73834;
	width: 100%;
	height: 187px;
}

.after_main-news__wrapper.vacantion {
	margin-bottom: 0px;
}

.footer_left {
	display: flex;
	align-items: center;
}
.footer__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.site-footer > .container {
	height: 100%;
}
.footer_left li {
	margin-bottom: 20px;
}

.footer_left li a {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #F9F3F2;
	text-decoration: none;
}

.footer_left ul {
	list-style: none;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-left: 0px;
	margin-top: 10px;
}

.footer__right_subtitle {
	display: block;
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	text-align: right;
	color: #F9F3F2;
	text-decoration: none;	
}
.footer__wrapper a.footer__right_subtitle:hover {
	color: #dbdbda;
}

.footer__social__link {
	display: flex;
	justify-content: end;
}
.footer__social__link > a {
	margin-left: 10px;
	margin-bottom: 10px;
}
.footer__right_subtitle {
	margin-bottom: 10px;
}

.footer__right_subtitle:last-child {
	margin-bottom: 0;
}

.footer__logo.mobile {
	display: none;
}

.slick-dots {
	display: flex;
	justify-content: center;
}

.slick-dots button {
	visibility: hidden;
}

.slick-dots li::marker {
	color: #b90e08;
	cursor: pointer;
	font-size: 18px;
	line-height: 50px;
}
.slick-dots li {
	cursor: pointer;
}
.slick-dots li.slick-active::marker {
	content:'◯';
}

.text_header {
	font-family: 'SF Pro Display';
	font-weight: 600;
	font-size: 48px;
	line-height: 57px;
	text-transform: uppercase;
	text-align: center;
	color: #4E1311;
}

.pg_about__main {
	padding-top: 80px;
}

.text_subtitle {
	font-family: 'SF Pro Display';
	font-weight: 300;
	font-size: 20px;
	line-height: 130%;
	/* or 26px */
	color: #340D0B;
}

.pg_about__top__wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.pg_about__top__left {
	width: 50%;
	padding-right: 45px;
/*	padding-bottom: 33px;*/
}

.pg_about__top__right {
	width: 50%;
	margin-bottom: 40px;
}

.pg_about__top__title {
	margin: 0.4em 0;
}

.pg_about__top__right-wrapper {
	height: 264px;
	background-color: #BC3531;
	position: relative;
}

.pg_about__top_img:hover {
	filter: none;
}

.pg_about__top_img {
	position: absolute;
	left: 30px;
	bottom: 40px;
	filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.45));
}

.pg_about__top__text {
	position: absolute;
	bottom: 0;
	width: 560px;
	margin-bottom: 10px;
	font-family: 'SF Pro Display';
	font-weight: 300;
	font-size: 16px;
	line-height: 130%;
	/* identical to box height, or 21px */
	text-align: center;
	color: #F9F3F2;
}

h1.pg_about__top__title {
	text-align: left;
}
.pg_about__list_task {
	margin-top: 150px;
}

.pg_about__list_task > h1 {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}


.pg_about__list_task  li {
	font-family: 'SF Pro Display';
	font-weight: 300;
	font-size: 20px;
	line-height: 130%;
	/* or 26px */
	color: #340D0B;
	list-style: disc;
	padding-bottom: 10px;
}


.pg_about_task_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pg_about_task_item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.pg_about_task_item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
}

.pg_about_task_wrap {
	max-width: 760px;
}

.pg_about__list_task {
	display: flex;
	flex-direction: column;
	align-items: center;
}



.pg_about_team_container {
  margin: 30px auto;
  text-align: center;
  margin-top: 150px;
}


.pg_about_team_image {
  display: block;
  max-width: 100%;
  margin: 30px 0;
}

.pg_about_team_row {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.pg_about_team_col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding: 15px;
}

.pg_about_team_full {
  flex: 1;
}

.pg_about_team_half {
  flex-basis: calc(50% - 30px);
}

.pg_about_team_member {
  background: #FFECE9;
  padding: 30px 20px;
}

.pg_about_team_name {
	font-family: 'SF Pro Display';
	font-weight: 500;
	font-size: 26px;
	line-height: 130%;
	/* identical to box height, or 34px */
	color: #340D0B;
}

.pg_about_team_position, .pg_about_team_email {
	font-family: 'SF Pro Display';
	font-weight: 200;
	font-size: 16px;
	line-height: 130%;
	/* or 23px */
	text-align: center;
	color: #340D0B;

}


.faq_container {
        margin: 0 auto;
        padding: 30px;
        margin-top: 170px;
        margin-bottom: 100px;
      }
      .faq_question {
      	font-family: 'SF Pro Display';
		font-weight: 300;
		font-size: 16px;
		line-height: 130%;
		/* identical to box height, or 25px */
		color: #340D0B;
        background-color: #FFECE9;
        padding: 20px;
        margin: 20px 0;
        cursor: pointer;
        position: relative;
      }
      .faq_question.active {
        background-color: #BC3531;
		font-family: 'SF Pro Display';
		font-weight: 300;
		color: #F9F3F2;
      }
      .faq_answer {
        display: none;
        padding: 10px;
		margin: 5px 0;
		padding: 10px 40px;
      }
      .faq_arrow {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        font-size: 15px;
        color: #4E1311;
        transition: all 0.3s;
        width: 14px;
        height: 14px;
        border-right: 2px solid #4E1311;
        border-bottom: 2px solid #4E1311;

      }
      .faq_arrow.active {
      	transition: all 0.3s;
        transform: translateY(-50%) rotate(225deg);
        color: #fff;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
      }

      .faq_container > h1 {
      	font-size: 40px;
      }













.main_blog__wrapper {
  display: inline-block;
  width: auto;
  margin: 0 10px;
  white-space: normal;
}

.news__item {
  vertical-align: top;
  width: 300px;
  margin-right: 20px;
  padding-bottom: 20px;
}

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

.news__title {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.news__title:hover {
	text-decoration: underline;
	color:#EDC4C2;
}

.afte-news__link {
  font-size: 14px;
  text-decoration: none;
  margin-left: 3px;
}

.afte-news__link:hover {
  text-decoration: underline;
}

.main_blog__wrapper {
  overflow: hidden;
  width: 100%;
}
.main_blog__inner {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}
.news__item {
  width: 33.33%;
  flex-shrink: 0;
  scroll-snap-align: center;
}

.main_blog__inner {
	scrollbar-width: thin; /* Ширина ползунка */
	scrollbar-color: #BC3531 #EDC4C2; /* Цвет ползунка и дорожки */
	-webkit-scrollbar-width: thin;
  }
  
  .main_blog__inner::-webkit-scrollbar {
	width: 4px; /* Ширина ползунка для браузеров на основе Webkit */
	height: 4px
  }
  
  .main_blog__inner::-webkit-scrollbar-thumb {
	background-color: #BC3531; /* Цвет ползунка для браузеров на основе Webkit */
  }
  
  .main_blog__inner::-webkit-scrollbar-track {
	background-color: #EDC4C2; /* Цвет дорожки для браузеров на основе Webkit */
  }
  
  .main_blog__inner::-webkit-scrollbar-button {
	display: none; /* Убрать стрелки для браузеров на основе Webkit */
  }

  .main_blog__inner::-webkit-scrollbar-thumb:hover {
	cursor: pointer;
  }
  .main_blog__inner::-webkit-scrollbar:hover {
	cursor: pointer;
  }






h3.title-text {
	font-family: 'SF Pro Display';
	font-weight: 600;
	font-size: 38px;
	line-height: 45px;
	color: #4E1311;
}
.pg_about__target_list {
	margin: 0;
	padding-left: 10px;
	width: 55%;
}
.pg_about__target_item {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 130%;	
	/* or 26px */
	color: #340D0B;
}







.pg_about_team_text{
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 130%;
	/* or 26px */
	text-align: center;
	color: #340D0B;
}

.pg_about_team_member {
	border: 1px solid #4E1311;
}

.pg_about_team_after {
	margin-bottom: 160px;
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	/* or 26px */
	text-align: center;
	color: #340D0B;
}
















.pg_about_team_container {
	margin: 30px auto;
	text-align: center;
  }
  
  .pg_about_team_title {
	margin-top: 160px;
	font-family: 'SF Pro Display';
	font-style: uppercase;
	font-weight: 600;
	font-size: 48px;
	line-height: 57.28px;
	/* or 26px */
	text-align: center;
	color: #4E1311;
	  
  }
  
  .pg_about_team_image {
	display: block;
	max-width: 100%;
	margin: 30px 0;
  }
  
  .pg_about_team_row {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
  }
  
  .pg_about_team_col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	padding: 15px;
  }
  
  .pg_about_team_full {
	flex: 1;
  }

  .pg_about_team_half {
	flex-basis: calc(50% - 30px);
  }
  
  .pg_about_team_member {
	background-color: #FFECE9;
	padding: 20px;
	border-radius:6px;
  }




  .pg_team_slider {
	position: relative;
	width: 760px;
	height: 520px;
	margin: 0 auto;
  }
  
  .pg_team_slider-prev,
  .pg_team_slider-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	cursor: pointer;
  }
  
  .pg_team_slider .slick-list {
	overflow: hidden;
	max-height: 520px;
  }
  .pg_team_slider-prev {
	left: -40px;
  }
  
  .pg_team_slider-next {
	right: -40px;
  }
  
  .pg_team_slider img {
	width: 100%;
	height: auto;
	object-fit: cover;
  }

  .top-header_wrapper {
	background-image: url('assets/img/slider_car.png');
	width: 100%;
	background-size: cover;
	background-position: center center;
	padding-top:80px;
	padding-bottom:80px;
  }

  .top-header_title {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 57px;
	text-align: center;
	text-transform: uppercase;
	color: #F9F3F2;
	margin-bottom: 0px;
	margin-top: 0px;
  }

  .top-header_subtitle {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 130%;
	/* identical to box height, or 26px */
	text-align: center;
	color: #F9F3F2;
	margin-bottom: 0px;
	margin-top: 30px;
  }

  .pg_lawyer-base__container {
	margin-top: 80px;
	margin-bottom: 80px;
  }


  .pg_lawyer-base__title {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 500;
	font-size: 38px;
	line-height: 45px;
	text-transform: uppercase;
	color: #4E1311;
	margin-top: 60px;
	margin-bottom: 0px;
  }

  .pg_lawyer-base__text {
	font-family: 'SF Pro Display';
	font-weight: 300;
	font-size: 20px;
	line-height: 130%;
	color: #340D0B;
	margin: 30px 0px;
  }

  .pg_lawyer-base_link {
	font-style: italic;	
	text-decoration-line: underline;
	color: #BC3531;
  }


.pg_statistics_container {
	margin-top: 80px;
	margin-bottom: 80px;
}

.statistics_img {
	margin: 15px 0px;
	width: 100%;
	height: auto;
}

.pg_partner_container {

}

.pg_partner_wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pg_partner_item {
	flex-basis: 33%;
	display: flex;
	flex-direction: column;
	padding: 70px;
}

.pg_partner_item a {
	font-family: 'SF Pro Display';
	font-style: italic;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	/* identical to box height */
	padding-right: 30px;
	text-align: center;
	text-decoration-line: underline;
	color: #BC3531;
	padding-top: 30px;
}

.pg_contact_title {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 57px;
	text-align: center;
	text-transform: uppercase;
	color: #4E1311;
	padding-top: 160px;
}

.pg_contact_wrapper {
	margin-top: 40px;
	display: flex;
	justify-content: center;

}

.pg_contact_side {
	flex-basis: 50%;
	padding: 10px;
}

.pg_contact_side {
	display: flex;
	flex-direction: column;
}

.pg_contact_item {
	width: 100%;
	background-color: #FFECE9;
	border: 1px solid #4E1311;
	gap: 30px;
	margin-bottom: 30px;
	height: 130px;
}

.pg_contact_item_title {
	text-align: center;
	margin-bottom: 0;
}

.pg_contact_item_text {
	text-align: center;
	margin-top: 5px;
}

.pg_contact_item_map {
	height: 290px;
}






/*MEDIA*/




@media (min-width:1201px) {
	div.pg_about__container {
	max-width: 960px;
}

}

@media (max-width:1200px) {
	.container {
		max-width: 800px;
	}

	.custom-class__header .menu-header-container li {
		margin-left: 20px;
	}
	.custom-class__header .menu-header-container li a {
		font-size: 12px;
	}
	.header__button {
		margin-left: 30px;
		width: 143px;
		font-size: 12px;

	}
	.custom-class__header .menu-header-container li:first-child {
		margin-left: 20px;
	}
	.custom-class__header {
		padding: 0;
	}
	.custom-class__header:after {
		top: 89px;
	}
	.main_slider__title {
		font-size: 43px;
	}
	.main_slider__wrapper {
		padding-top: 22vw;
	}
	.main_slider__subtitle {
		font-size: 16px;
	}
	.main_blog__title {
		margin-top: 150px;
	}
	.news__img > img {
		width: 264px;
		height: 155px;
	}
	.news__item {
		width: 250px;
	}
	.main_blog__wrapper > *:after {
		left: -13px;
	}
	.meta-body__left > img {
		height: 393px;
	}
	.meta_block__bg-wrapper {
		height: 443px;
	}
	.meta_block__left {
		height: 443px;
	}
	.meta_block__right {
		height: 50px;
	}
	.meta-body__right-title {
		margin-top: 7px;
		font-size: 38px;
		margin-bottom: 10px;
	}
	.meta-body__right-subtitle {
		font-size: 14px;
		line-height: 110%;
	}
	.meta_block {
		height: 443px;
	}
	.file-block__wrapper {
		width: 700px;
	}
	.file-block__item.first {
		width: 200px;
	}
	.file-block__item.second {
		width: 450px;
	}
	.file-block__description {
		font-size: 14px;
	}
	.file-block__icon img {
		width: 57px;
		height: 57px;
	}
	.main_slider {
		height: 45vw;
	}

}

@media (max-width: 850px) {
	.container {
		max-width: 450px;
	}
	body.burger-active, html.burger-active {
		overflow-y: hidden;
	}
	.burger {
		position: fixed;
		width: 50%;
		background-color: rgba(0, 0, 0, 0.8);
		height: 140vh;
		z-index: 9999999;
		opacity: 0;
		overflow-y: hidden;
		transition: all 0.5s;
		transform: translateX(-105%);
		float: left;
	}
	.burger.active {
		opacity: 1;
		transition: all 0.5s;
		transform: translateX(0);
	}

	.burger ul {
		list-style: none;
		margin-left: 2%;
		padding-top: 10vh;
	}
	.burger ul a {
		font-family: 'SF Pro Display';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 19px;
		/* identical to box height */
		text-align: center;
		color: #fff;
		text-decoration: none;

	}
	.burger ul li {
		padding-bottom: 20px;
	}
	.burger__wrapper {
		position: relative;
		height: 100vh;
	}
	.burger__close {
		position: absolute;
		top: 15px;
		right: 15px;
		font-size: 25px;
		color: #fff;
		font-family: cursive;
		cursor: pointer;
	}
	.custom-class__header {
		display: none;
	}
	.container_burger {
		display: inline-block !important;
	}
	.main_slider {
		height: 70vh;
	}
	.main_slider__wrapper {
		padding-top: 33vh;
	}
	.main_slider__title {
		line-height: 105%;
	}
	.main_blog__wrapper {
		flex-direction: column;
		align-items: center;
	}
	.news__item {
		max-width: 100%;
		width: 100%;
		height: 100%;
		padding-bottom: 40px;
	}
	.news__item:first-child {
		padding-top: 0;
	}
	.news__img > img {
		width: 450px;
		height: 290px;
	}
	.news__title-wrapper {
		padding-bottom: 30px;
	}
	.main_blog__title {
		margin-top: 80px;
	}
	.main_blog__wrapper > *:after {
		display: none;
	}
	.meta_block__wrapper {
		flex-direction: column;
		height: auto;
	}
	.meta-body__left {
		width: 100%;
	}
	.meta-body__right {
		width: 100%;
		display: flex;
		flex-direction: column;
		padding-left: 0;
	}
	.meta_block {
		height: auto;
	}
	.meta-body__left > img {
		height: 443px;
	}
	.doc-block__item {
		margin-left: 10px;
		margin-right: 10px;
	}
	.doc-block__title {
		font-size: 25px;
	}
	.file-block__wrapper {
		width: 660px;
	}
	.help__block {
		flex-direction: column;
		padding-bottom: 100px;
	}
	.file-block__wrapper {
		flex-direction: column;
		align-items: center;
	}
	.client-block__img  {
		max-width: 80%;
	}
	.client-block__more {
		font-size: 12px;
	}
	.client-block__wrapper {
		flex-wrap: wrap;
	}
	.client-block__item {
		margin-bottom: 40px;
	}
	body, html {
		overflow-x: hidden;
	}
	.main_slider {
		height: 70vh;
	}
	.header__mobile {
		position: fixed;
		height: 80px;
    	background: #F9F3F2;
    	width: 100%;
		display: flex;
		align-items: flex-end;
		z-index: 99999;
	}
	.header__mobile img {
		width: 40px;
	}
	.header__mobile .header__logo {
		line-height: 0;
		padding-left: 10px;
		padding-bottom: 4px;
	}
	.main_slider {
		height: 80vh;
		background-size: cover;
		background-position: center;
	}

}

@media (max-width: 500px) {
	.container {
		max-width: 320px;
	}
	.doc-block {
		flex-direction: column;
	}
	.doc-block__item.first {
		margin-bottom: 30px;
	}
	.footer__wrapper {
		flex-direction: column;
	}
	.site-footer {
		height: 720px;
		padding-top: 0;
	}
	.file-block__item.second {
		width: 320px;
	}
	.file-block__description {
		padding-left: 10px;
	}
	.file-block__description {
		font-size: 12px;
	}
	.file-block__item.second .file-block__description {
		width: 70%;
	}
	.doc-block__item {
		width: auto;
	}
	.meta-body__left > img {
		height: 340px;
	}
	.meta_block__bg-wrapper {
		height: 340px;
	}
	.meta_block__left {
		height: 340px;
	}
	.news__img > img {
		height: 200px;
	}
	.footer__wrapper {
		justify-content: center;
		align-items: center;
	}
	.help__block h4 {
		font-size: 20px;
	}
	.burger {
		width: 70%;
	}
	.footer__logo {
		width: 100%;
		display: flex;
		justify-content: center;
		padding-bottom: 30px;
	}
	.footer_left {
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.footer__menu-right, .footer__menu-left {
		width: 100%;
	}
	.footer_left ul {
		margin: 0;
	}
	.footer__social__link {
		justify-content: center;
		padding-top: 30px;
	}
	.footer__right_subtitle {
		text-align: center;
	}

	.footer_left li {
		text-align: center;
	}
	.client-block__item {
		width: 50%;
	}
	.main_blog__title,.help-title,.main_blog__title,.file-block__title,.client-title,.main_blog__title {
		font-size: 35px;
		line-height: 105%;
	}
	/* .footer__logo.desktop {
		display: none;
	} */
	.footer__logo.mobile {
		display: flex;
	}
	.footer__logo > img {
		width: 35%;
		margin-top: 10px;
	}
	
}

@media (min-width: 851px) {
	.burger {
		display: none;
	}
	.header__mobile {
		display: none;
	}
}



.header__wrapper{
	z-index:0!important;
}
.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main .elementor-item{
	text-transform:none !important;
}



.two-column-page {
  display: flex!important;
	max-width:1160px;
	margin: 0 auto;
}

.left-column {
  flex-basis: 30%; /* Ширина левой колонки */
}

.right-column {
  flex-basis: 70%; /* Ширина правой колонки */
}
.elementor-button-text:hover {
  text-decoration: underline;
}



