/*!
Theme Name: European Diving Company
Theme URI: http://underscores.me/
Author: E.S.
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: european-diving-company
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.

European Diving Company 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

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


@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

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



/* 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;
	pointer-events: 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;
	margin: 0;
}

p {
	margin: 0;
}

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

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



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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



.wpcf7-spinner {
	display: none;
}


















body {
	font-family: "Raleway", sans-serif;
}

:root {
	--turquoise: #e3fffb;
	--blue: #0e718e;
	--black: #1c2123;
	--gray-text: #6b6e70;
	--gray-element: #b0b2b2;
	--stroke: #eaebeb;
	--bg: #f8f8f8;
	--white: #fff;
	--bg-2: #d4f5f3;
	--blue-bg: #005b76;
	--turquoise-dark: #a7f2e7;
}

:root {
	--font-family: "Raleway", sans-serif;
	--second-family: "Plus Jakarta Sans", sans-serif;
}

/* header*/
.site-header {
	/*max-width: 1740.0px;*/
	/*width: 100%;*/
	height: 70.0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

/* header*/

/*footer*/
footer {
	padding: 80px 90px;
	width: 100%;
	/*height: 1199px;*/
	height: max-content;
	background: #004f66;
	display: flex;
	flex-direction: column;
	gap: 80px;
}

/*footer*/


/* Site css */
.header-page-custom {
	width: 100%;
	height: 920px;
	position: absolute;
	top: 0;
	clip-path: ellipse(2100px 100% at top center);
	background-color: #005B76;
	z-index: 0;
}

.header-page-all {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0;
	clip-path: ellipse(2100px 100% at top center);
	background-color: #005B76;
	z-index: -2;
}

.box-bubble {
	display: block;
	width: 100%;
	height: 920px;
	position: absolute;
	overflow: hidden;
	top: 0;

}

.bubble-big,
.bubble-midle,
.bubble-smoll {
	position: absolute;
	animation: float 5s infinite ease-in-out alternate;

	z-index: 0;
}

.bubble-big {
	top: 13%;
	left: 21%;
	animation-delay: 1s;
}

.bubble-midle {
	top: 27%;
	right: 28%;
	animation-delay: 3s;
}

.bubble-smoll {
	top: 12.5%;
	right: 17.7%;
	animation-delay: 2s;
}

@keyframes float {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-30px);
		/* Высота подъема */
	}

	100% {
		transform: translateY(50px);
		/* Высота спуска */
	}
}

.wrapper-page {

	/*max-width: 1740px;*/
	width: calc(100% - 90px);
	margin: 0 auto;
	padding: 0 16px;

}

.wrapper-title-home {
	/*max-width: 1740px;*/
	width: calc(100% - 90px);
	margin: 0 auto;
	padding-top: 262px;
	position: relative;
	z-index: 99;
}

.wrapper {
	/*max-width: 1740px;*/
	width: calc(100% - 90px);
	margin: 0 auto;
}

.title-home-page {
	max-width: 784px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 152px;
}

.title-home-page h1 {
	max-width: 784px;
	width: 100%;

	font-family: var(--font-family);
	font-weight: 600;
	font-size: 101px;
	line-height: 1;
	color: var(--white);
	/*color: var(--turquoise-dark);*/
}

.title-home-page span {
	color: var(--turquoise-dark);
}

.batiskaf {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.btn-company {
	width: 165px;
	height: 71px;
}

.btn-ourwork {
	width: 180px;
	height: 71px;
}

.btn-company,
.btn-ourwork {
	border: 1px solid var(--turquoise-dark);
	border-radius: 500px;

	display: flex;
	align-items: center;
	justify-content: center;

	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	color: var(--turquoise-dark);
	cursor: pointer;
	text-decoration: none;
}

.btn-company:hover,
.btn-ourwork:hover {
	color: var(--white);
	background: linear-gradient(270deg, #a7f2e7 0%, #0e718e 100%);
}


.btn-talk-project {
	border-radius: 500px;
	padding: 22px 30px;
	width: 211px;
	height: 71px;

	display: flex;
	align-items: center;
	justify-content: center;

	background: linear-gradient(270deg, #a7f2e7 0%, #0e718e 100%);

	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	color: var(--white);
	cursor: pointer;
	text-decoration: none;
}

.btn-talk-project:hover {
	background: var(--blue);
}

.but-box {
	display: flex;
	flex-direction: row;
	gap: 10px;
	max-width: 100%;
	/*padding-top: 225px;*/
}

.wrapper-content {
	/*	max-width: 1740px;*/
	width: calc(100% - 90px);
	margin: 0 auto;
	padding-top: 1010px;
	display: flex;
	flex-direction: column;
	gap: 160px;
}

.info-foundation {
	display: flex;
	flex-direction: column;
	gap: 100px;
}

.info-foundation>:last-child {
	margin: 0 auto;
}

.title-foundation {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 119px;
	align-items: flex-end;
}

.title-foundation h2 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 70px;

	/* line-height: 77px; */
	line-height: 1.1;
	color: var(--black);
	max-width: 761px;
	width: 100%;
	font-feature-settings: 'pnum';
}

.title-foundation span {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 28px;
	line-height: 125%;
	color: var(--gray-text);
	max-width: 713px;
	width: 100%;
}

.year-info {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.box-year-info {
	width: 100%;
	max-width: 420px;
	height: 191px;
	display: flex;
	flex-direction: column;
	padding-right: 95px;
	justify-content: space-between;
}

.box-year-info span {
	font-family: var(--second-family);
	font-weight: 300;
	font-size: 90px;

	/* line-height: 76px; */
	line-height: 0.85;
	letter-spacing: -0.04em;
	color: var(--black);
}

.box-year-info h6 {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	color: var(--black);
}

.btn-videoh {
	display: flex;
	gap: 11px;
	align-items: center;
	border: 1px solid var(--blue);
	border-radius: 500px;
	padding: 22px 30px;
	width: 255px;
	height: 71px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--blue);
	cursor: pointer;
}

.btn-videoh:hover {
	border: 1px solid var(--white);
	background-color: var(--blue-bg);
	color: var(--white);

	transition: 0.5s ease-in-out 0s;
}

.btn-videoh:hover svg path {
	fill: var(--white);
	transition: 0.5s ease-in-out 0s;
}

.btn-videoh:hover svg {
	transform: rotateY(360deg);
	transition: 0.8s ease-in-out 0s;
}

.section-type-work h2 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 70px;

	/* line-height: 77px; */
	line-height: 1.1;
	color: var(--black);
}

.type-work-boxall {
	border-radius: 20px;
	padding: 40px;
	width: 100%;
	/*max-width: 566px;*/
	max-width: 32%;
	height: 270px;
	background: var(--bg);
	transition: 0.5s ease-in-out 0s;
}

/*.type-work-boxall:last-child h6{
	color: var(--white);
}
.type-work-boxall:last-child{
	background: linear-gradient(270deg, #a7f2e7 0%, #0e718e 100%);
}*/

.type-work-boxall:hover {
	border-radius: 20px 120px 20px 0;
	transition: 0.5s ease-in-out 0s;
}

.type-work-box-svg {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	align-items: flex-end;
}

.type-work-boxall {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}

.type-work-boxall a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.type-work-boxall h6 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 22px;
	/* line-height: 27px; */
	line-height: 1.25;
	color: var(--black);
}

.type-work-boxall:hover svg:first-child path {
	fill: url(#hoverGradient);
}

.type-work-boxall:hover svg:first-child {
	transform: rotateY(180deg);
	transition: 0.8s ease-in-out 0s;
}

.type-work-boxall:nth-last-child(1),
.type-work-boxall:nth-last-child(2) {
	max-width: 100%;
	flex: 2;
}

.section-type-work {
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.types-work {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.type-work-boxall:first {
	background: linear-gradient(270deg, #a7f2e7 0%, #0e718e 100%);
	color: var(--white);
}



.quote-section {
	height: 680px;
	background: linear-gradient(270deg, #a7f2e7 0%, #0e718e 100%);
	margin-top: 160px;
	clip-path: ellipse(1820px 100% at bottom center);
	background-image: url(./inc/img/two_people.webp);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	padding-bottom: 40px;
}

.quote-section-company {
	height: 680px;
	background: linear-gradient(270deg, #a7f2e7 0%, #0e718e 100%);
	margin-top: 160px;
	clip-path: ellipse(1820px 100% at bottom center);
	background-image: url(./inc/img/piple-swarka.webp);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	padding-bottom: 40px;
}

.quote-text {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.quote-text h4 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 40px;

	/* line-height: 50px; */
	line-height: 1.25;
	color: var(--white);
}

.quote-text span {
	font-family: var(--font-family);
	font-style: italic;
	font-weight: 400;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	text-align: right;
	color: var(--white);
}

.press-center-section {
	margin-top: 160px;
	display: flex;
	flex-direction: column;
	gap: 70px;

}

.press-center-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.press-center-title h2 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 70px;

	/* line-height: 77px; */
	line-height: 1.1;
	color: var(--black);
}

.btn-hlook-all {
	border: 1px solid var(--blue);
	border-radius: 500px;

	width: 181px;
	height: 71px;

	display: flex;
	align-items: center;
	justify-content: space-around;

	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--blue);
	transition: 0.5s ease-in-out 0s;
	text-decoration: none;
}

.btn-hlook-all:hover,
.btn-completed-works:hover {
	background: linear-gradient(270deg, #a7f2e7 0%, #0e718e 100%);
	color: var(--white);
	transition: 0.5s ease-in-out 0s;
}


.btn-look-all-certificate.btn-mobile,
.btn-hlook-all.btn-mobile,
.btn-equipment.btn-mobile,
.btn-completed-works.btn-mobile {
	display: none;
}

.press-center-news {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}

.press-center-newbox {
	padding: 50px 40px;
	border-radius: 20px;
	max-width: 49%;
	width: 100%;
	height: 269px;
	background: var(--bg);

	position: relative;
	display: flex;
	flex-direction: column;
	gap: 29px;
	transition: 0.5s ease-in-out 0s;
}

.press-center-newbox a {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.press-center-newbox:hover {
	border-radius: 20px 120px 20px 20px;
}

.press-center-newbox span {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;

	/* line-height: 22px; */
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--blue);
}

.newbox-title {
	height: 117px;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: space-between;
}

.newbox-title h5 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 32px;

	/* line-height: 40px; */
	line-height: 1.25;
	color: var(--black);

}

.newbox-title span {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;

	/* line-height: 22px; */
	line-height: 1.4;
	color: var(--gray-text);
	text-transform: lowercase;
}

/*color: var(--blue);*/

.partners-achievements-section {
	margin-top: 160px;
	background: var(--blue-bg);
	height: max-content;
	padding: 160px 0;
	border-top-right-radius: 50% 7%;
	display: flex;
	flex-direction: column;
	gap: 160px;
}

.professional-equipment {
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.professional-equipment-title,
.completed-works-title-h {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}

.professional-equipment-title h2 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 70px;

	/* line-height: 77px; */
	line-height: 1.1;
	color: var(--white);
}

.btn-equipment {
	border: 1px solid var(--turquoise-dark);
	border-radius: 500px;

	width: 181px;
	height: 71px;

	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--turquoise-dark);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.6s;
}

.btn-equipment:hover {
	color: var(--white);
	background-color: var(--blue);
}

.card-equipment-slide.swiper-slide {
	border-radius: 20px;
	padding: 40px;
	width: 28% !important;
	/*width: 100%;*/
	max-height: 567px !important;
	height: auto;
	background: #004f66;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-shrink: 0;
	position: relative;
	transition: 0.5s ease-in-out 0s;
}

.card-equipment-slide.swiper-slide h6 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	color: var(--white);
}

.card-equipment-slide.swiper-slide img {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	width: 262px;
	height: 299px;
}

.card-equipment-slide:hover {
	border-bottom-left-radius: 120px;
	padding: 40px;

}


.slider-navi-equipment {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.container-equipment-navigation {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.equipment-navigation-home {
	display: flex;
	flex-direction: row;
	align-items: end;
	width: 100%;
	justify-content: flex-end;
	gap: 10px;
}

.equipment-button-next,
.equipment-button-prev {
	width: 71px;
	height: 71px;
	border-radius: 500px;
	background: #004f66;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.equipment-button-next {
	transform: rotate(180deg);
}

.equipment-button-next:hover,
.equipment-button-prev:hover {
	transition: 0.5s ease-in-out 0s;
	background: linear-gradient(270deg, #a7f2e7 0%, #0e718e 100%);
}

.equipment-button-prev:hover svg path,
.equipment-button-next:hover svg path {
	stroke-opacity: 1;
}

.swiper-equipment {
	width: 100%;
	height: 567px;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}


.swiper-button-lock {
	display: flex !important;
}

.logo-partners {
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.logo-partners h2 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 70px;

	/* line-height: 77px; */
	line-height: 1.1;
	color: var(--white);
}

.partners-swiper-container,
.partners-swiper-container2 {
	width: 100%;
	overflow: hidden;
}

.partners-swiper-container {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding: 70px 0px 0px 0px;
}

.partners-swiper-container2 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding: 0px 0px 70px 0px;
}

.logo-slider-container {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.certificate-achievements {
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.certificate-title-h h2 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 70px;

	/* line-height: 77px; */
	line-height: 1.1;
	color: var(--white);
}

.certificate-title-h {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.member_association span {
	font-weight: 400;
}

.member_association {
	border-radius: 500px;
	padding: 21px 30px;
	width: 507px;
	height: 71px;
	background: var(--blue);

	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--white);
}

.btn-look-all-certificate {
	border: 1px solid var(--turquoise-dark);
	border-radius: 500px;
	width: 181px;
	height: 71px;
	display: flex;
	align-items: center;
	justify-content: center;

	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--turquoise-dark);
	text-decoration: none;
}

.btn-look-all-certificate:hover {
	color: var(--white);
	background-color: var(--blue);
}

.certificate-box-all-h {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.certificate-box-h {
	border-radius: 20px;
	padding: 50px 40px;
	max-width: 567px;
	width: 100%;
	height: 234px;
	background: #004f66;
	transition: 0.5s ease-in-out 0s;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.certificate-box-h:hover {
	border-top-right-radius: 120px;
}

.certificate-box-title-h {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.certificate-box-title-h span span {
	font-weight: 400;
	font-size: 16px;
}

.certificate-box-title-h span {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	/* line-height: 22px; */
	line-height: 1.4;
	color: var(--white);
}

.certificate-box-title-h h5 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 32px;

	/* line-height: 40px; */
	line-height: 1.25;
	color: var(--white);
}

.certificate-box-title-h:hover h5 {
	color: var(--turquoise-dark);
	cursor: pointer;
}

.look-certificate-h {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}

.look-certificate-h span {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--turquoise-dark);
}

.completed-works-section {
	margin-top: 160px;
	display: flex;
	flex-direction: column;
}

.completed-works-title-h h2 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 70px;

	/* line-height: 77px; */
	line-height: 1.1;
	color: var(--black);
}

.btn-completed-works {
	border: 1px solid var(--blue);
	border-radius: 500px;
	width: 181px;
	height: 71px;

	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--blue);
	text-decoration: none;

	display: flex;
	align-items: center;
	justify-content: center;
}

.completed-works-h {
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.slider-completed-works {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.completed-works-navigation-home {
	display: flex;
	flex-direction: row;
	align-items: end;
	width: 100%;
	justify-content: flex-end;
	gap: 10px;
}


.swiper-completed-works {
	width: 100%;
	/*height: 611px;*/
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
}

.completed-works-button-next,
.completed-works-button-prev {
	width: 71px;
	height: 71px;
	border-radius: 500px;
	background: var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.completed-works-button-next {
	transform: rotate(180deg);

}

.completed-works-button-next:hover,
.completed-works-button-prev:hover {
	transition: 0.5s ease-in-out 0s;
	background: var(--blue);
}

.completed-works-button-prev:hover svg path,
.completed-works-button-next:hover svg path {
	stroke-opacity: 1;
}

.completed-works-img span {

	font-family: var(--second-family);
	font-weight: 500;
	font-size: 24px;

	/* line-height: 20px; */
	line-height: 0.85;
	letter-spacing: -0.04em;
	text-align: right;
	color: var(--white);
	margin: 0px 20px 20px 0px;
}

.completed-works-img {
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: end;
	width: 100%;
	height: 390px;
	border-radius: 20px;
	flex-shrink: 0;
	transition: 0.5s ease-in-out 0s;
}

.completed-works-slide.swiper-slide {
	border-radius: 20px;
	/*width: 32.62% !important;*/
	/*max-height: 611px !important;*/
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 33px;
	flex-shrink: 0;
	transition: 0.5s ease-in-out 0s;
}

.completed-works-slide:hover .completed-works-img {
	border-bottom-left-radius: 120px
}

.completed-works-slide-info {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.completed-works-slide-info h5 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 32px;

	/* line-height: 40px; */
	line-height: 1.25;
	color: var(--black);
}

.slide-info-adress-work {
	display: flex;
	flex-direction: row;
	gap: 40px;
	width: 100%;
}



.slide-info-adress,
.slide-info-work {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.slide-info-adress span:first-child,
.slide-info-work span:first-child {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;

	/* line-height: 22px; */
	line-height: 1.4;
	color: var(--gray-text);
}

.slide-info-adress span:last-child,
.slide-info-work span:last-child {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--black);
}

.section-info-h {
	display: flex;
	flex-direction: column;
	gap: 70px;
	padding-top: 160px;
	padding-bottom: 160px;
}

.text-block-h1,
.text-block-h3 {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.text-block-h2 {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.text-block-h1 h3 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 58px;

	/* line-height: 64px; */
	line-height: 1.1;
	color: var(--black);
}

.text-block-h2 h4 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 40px;

	/* line-height: 50px; */
	line-height: 1.25;
	color: var(--black);
}

.text-block-h3 h6 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	color: var(--black);
}

.content-text-h {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--black);
}

ul.list-works {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

ul.list-works li {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 10px;

	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;

	line-height: 1.5;
	color: var(--black);
}

ul.list-works li::before {
	content: '';
	position: relative;
	width: 5px;
	height: 5px;
	background-color: var(--blue);
	border-radius: 100%;
	flex-shrink: 0;
}

ul.list-works {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer-contact_request {
	background: var(--blue-bg);
	height: auto;
	padding: 160px 0 160px 0;
	border-top-right-radius: 930px 100px;
	position: relative;
	overflow: hidden;
}

.title-box-contsct-form {
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.title-box-contsct-form h2 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 70px;

	/* line-height: 77px; */
	line-height: 1.1;
	color: var(--white);
}

.f-contact-form {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.f-two-group {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.f-box-input {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.f-box-input span {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--white);
}

.f-input {
	all: unset;
	margin: 0;
	border: none;
	background: none;
	outline: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding: 0px 0px 5px 0px;
	width: 415px;
	height: 50px;

	font-family: var(--font-family);
	font-weight: 400;
	font-size: 28px;

	/* line-height: 35px; */
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.35);
}

.f-input-email {
	width: 860px;
	height: 50px;
}

.f-privacy-policy-submit {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.f-privacy-policy-submit span {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;

	/* line-height: 22px; */
	line-height: 1.4;

	color: rgba(255, 255, 255, 0.65);
}

.f-privacy-policy-submit span a {
	color: var(--white);
	font-weight: 600;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

.f-btn-contsct {

	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font: inherit;
	color: inherit;
	outline: none;
}

.f-btn-contsct {
	border-radius: 500px;

	width: 154px;
	height: 71px;
	background: linear-gradient(270deg, #a7f2e7 0%, #0e718e 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--white);
}

.f-btn-contsct:hover {
	background: linear-gradient(270deg, #4ef1d9ba 0%, #037192 100%);

}

.footer-contact-info-box {
	display: flex;
	flex-direction: row;
	gap: 170px;
	align-items: flex-end;
	position: relative;
	z-index: 1;
}

.box-read-email-f {
	border-radius: 20px;
	padding: 40px;
	width: 353px;
	height: 145px;
	background: var(--blue);

	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	z-index: 3;
}

.box-read-email-f a {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	color: var(--turquoise-dark);
}

.box-read-email-f span {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--white);
}

.diving-svg {
	position: absolute;
	top: 83px;
	right: 0;
	z-index: 0;
}

.menu-info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.menu-typical-footer {
	display: flex;
	flex-direction: column;
	gap: 30px;

}

.menu-typical-footer a:hover {
	color: var(--bg-2);
}

.menu-typical-footer a {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	color: var(--white);
	text-decoration: none;
}

.menu-typical-footer h3 {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.35);
}

.menu-footer-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.menu-column-footer {
	display: flex;
	flex-direction: row;
	gap: 103px;
}

/*.menu-column-footer div:first-child {*/
.menu-column-footer .menu-typical-footer:nth-child(1) {
	width: 100%;
	max-width: 484px;
}

.menu-group-f {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.info-contact-footer-container {
	border-radius: 20px;
	padding: 40px;
	width: 860px;
	height: 673px;
	background: var(--blue-bg);
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	gap: 90px;
}

.info-contact-footer-container .diver-legs {
	position: absolute;
	top: 0;
	left: 25%;
	z-index: 0;
}

.info-contact-footer-value {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

.tel-email-footer a:last-child {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	text-align: center;
	color: rgba(255, 255, 255, 0.65);
}

.tel-email-footer a:first-child {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 32px;

	/* line-height: 40px; */
	line-height: 1.25;
	color: var(--white);
}

.tel-email-footer {

	display: flex;
	flex-direction: column;
	gap: 10px;
}

.address-time-footer {
	display: flex;
	flex-direction: column;
	gap: 10px;

	align-items: center;
}

.address-time-footer span:nth-child(1) {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	color: var(--white);
}

.address-time-footer span:nth-child(2) {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.65);
}

.icon-messenger-footer {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.info-contact-footer-value {
	position: relative;
	z-index: 1;
}

.btn-presentation-group {
	display: flex;
	flex-direction: row;
	gap: 10px;
	position: relative;
	z-index: 1;

}

.btn-presentation-group a {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--white);
	text-decoration: none;
	border-radius: 500px;
	width: 206px;
	height: 71px;
	background: linear-gradient(270deg, #a7f2e7 0%, #0e718e 100%);

	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s ease-in-out 0s;
}

.btn-presentation-group a:hover {
	background: var(--blue);
}

.copyright-footer {
	display: flex;
	flex-direction: row;
	gap: 20px;

	align-items: flex-end;
}

.copyright-footer span {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;

	/* line-height: 22px; */
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.65);
}

.copyright-footer span,
.copyright-footer a {
	max-width: 273px;
}


.copyright-footer span span {
	font-weight: 700;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

.copyright-footer a {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;

	/* line-height: 22px; */
	line-height: 1.4;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: rgba(255, 255, 255, 0.65);
}

.logo-copyright-footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}


/* site-header*/
.site-header {
	width: calc(100% - 90px);
	/*max-width: 1740px;*/
	height: 70px;
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	z-index: 90;
	justify-content: space-between;
	margin-top: 16px;
}

.header-menu {
	display: flex;
	flex-direction: row;
	gap: 50px;
	padding: 0;
	margin: 0;
}

.header_nav {
	height: 100%;
}

.header_nav>ul {
	height: 100%;
}

.header-menu>* {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;

	/* line-height: 22px; */
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--white);
}

.header-menu li {
	list-style-type: none;
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: default;
}

.header-menu li a {
	color: var(--white);
}

.header-menu li:hover,
.header-menu li a:hover {
	color: var(--turquoise-dark)
}

.header-menu li svg {
	transition: 0.5s ease-in-out 0s;
}

.header-menu li:hover svg {
	transform: rotateX(3.142rad);
	transition: 0.5s ease-in-out 0s;
}

.header-menu a {
	text-decoration: none;
}

.dropdown-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	/* Меню появляется снизу */

	display: none;
	background-color: var(--blue-bg);
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	z-index: 1000;

	flex-direction: column;
	gap: 30px;
	padding: 40px;
	border-radius: 20px;
	color: var(--white) !important;
}

.dropdown:hover ul.dropdown-menu,
ul.dropdown-menu:hover {
	display: flex;
	flex-direction: column;

	transform: translateY(0);
	opacity: 1;
	transition: all 0.1s ease;
}

.header-tel {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--turquoise-dark);
	cursor: pointer;
}

.mobile-menu-logo {
	height: 100%;
	display: flex;
	gap: 30px;
}

.header-mobile-tel {
	display: flex;
	flex-direction: row-reverse;
	gap: 10px;
}

.header-tel-mobile {
	display: none;
}

.mobile-menu {
	border: 1px solid var(--turquoise-dark);
	border-radius: 500px;
	padding: 10px;
	width: 62px;
	height: 62px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;

}

.mobile-menu:hover {
	background: var(--bg-2);
}

.mobile-menu span {
	display: block;
	height: 2px;
	width: 22px;
	background-color: var(--turquoise-dark);
	border-radius: 2px;
	transition: all 0.3s ease;
}

.mobile-menu-open span:first-child {
	transform: rotate(45deg);
	position: relative;
	top: 5px;
}

.mobile-menu-open span:last-child {
	transform: rotate(-45deg);
	top: -7px;
	position: relative;
}

.mobile-menu-content {
	width: 100%;
	/*height: 100%;*/
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in;
	background: var(--blue-bg);

	position: absolute;
	z-index: 999999999999;
}

.mobile-menu-content.open {
	max-height: 920px !important;
}

/* site-header*/

.breadcrumbs-site {
	padding-top: 25px;
}

.breadcrumbs-site {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;

	/* line-height: 22px; */
	line-height: 1.4;
	color: var(--turquoise-dark);
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
}

.breadcrumbs-site a {
	text-decoration: none;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;

	/* line-height: 22px; */
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.35);
}

/* Контакты*/
.header-page-contact {
	width: 100%;
	height: 150px;
	position: absolute;
	top: 0;
	clip-path: ellipse(2100px 100% at top center);
	background-color: #005B76;
	z-index: -1;
}

.page-contact-all {
	display: flex;
	flex-direction: column;
	gap: 60px;
	padding-top: 80px;
	padding-bottom: 160px;
}

.page-contact-all h1 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 101px;

	/* line-height: 101px; */
	line-height: 1;
	color: var(--black);
}

.info-map-contact {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.contact-tel-info {
	border-radius: 20px;
	padding: 40px 0 40px 0;
	width: 567px;
	height: 812px;
	background: var(--blue-bg);
	background-image: url(./inc/img/leg-deve.svg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right top;
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	justify-content: center;
}

.contact-tel-mail {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

.contact-tel-mail a {
	text-decoration: none;
}

.contact-tel-mail a:nth-child(1) {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 32px;

	/* line-height: 40px; */
	line-height: 1.25;
	color: var(--white);
}

.contact-tel-mail a:nth-child(2) {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	text-align: center;
	color: rgba(255, 255, 255, 0.65);
}

.contact-adress-time_work {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

.contact-adress-time_work span {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	color: var(--white);
}

.contact-adress-time_work span:last-child {
	color: rgba(255, 255, 255, 0.65);
}

.contact-messenger-icon {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.contact-prez {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.btn-contact-prez {
	border-radius: 500px;
	width: 206px;
	height: 71px;

	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(270deg, #a7f2e7 0%, #0e718e 100%);
}

.btn-contact-prez:hover {
	background: var(--blue);
}

.btn-contact-prez {
	text-decoration: none;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--white);
}

.contact-map {
	border-radius: 15px;
	width: 100%;
	max-width: 1153px;
	height: 812px;
}

.contact-map>*,
.contact-map>*>*,
.contact-map>*>*>* {
	width: 100% !important;
	max-width: 1153px;
	height: 100%;
}

/* Контакты*/

.gallery-page {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.video-gallery-page {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 40px;
}

.sertifikaty-gallery-page {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 20px;
}

.sertifikaty-gallery-page img {
	flex: 1 1 20%;
	height: 300px;
	object-fit: contain;
}

.gallery-page a img {
	border-radius: 15px;
	width: 100%;
	height: 567px;
	object-fit: cover;
}

.gallery-page a {
	flex: 1 1 30%;
}


.header-page-title {
	padding-top: 80px;
	padding-bottom: 300px;
}

.header-page-title h1 {
	font-family: var(--font-family);
	font-weight: 600;
	/*font-size: 101px;*/
	/*font-size: 90px;*/
	font-size: 80px;

	/* line-height: 101px; */
	line-height: 1;
	color: var(--white);
}

/*Пресс-центр*/
.news-list {
	display: flex;
	flex-direction: row;
	gap: 10px 0px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-item {
	width: 49%;
	border-radius: 20px;
	padding: 50px 40px;
	height: 269px;
	background: var(--bg);

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: 0.5s ease-in-out 0s;
	text-decoration: none;

}

.news-item:hover {
	border-radius: 0 120px 0 0;

}

.news-item:hover h2 {
	color: var(--blue);
}

.news-item span {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;

	/* line-height: 22px; */
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--blue);
}

.news-item h2 {
	text-decoration: none;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 32px;

	/* line-height: 40px; */
	line-height: 1.25;
	color: var(--black);
}

.pagination-navigation a {
	text-decoration: none;
}

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

.pagination {
	margin-top: 50px;
	margin-bottom: 50px;

	display: flex;
	align-items: center;
	gap: 10px;

	border-radius: 500px;
	padding: 10px 30px;
	width: auto;
	height: 71px;
	background: var(--bg);
}

.page-numbers {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;

	/* line-height: 22px; */
	line-height: 1.4;
	color: var(--black);
}

.page-numbers.current {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;

	/* line-height: 22px; */
	line-height: 1.4;
	background: linear-gradient(270deg, #a7f2e7 0%, #0e718e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.navigation {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.navigation-prev {
	width: 71px;
	height: 71px;
	border-radius: 500px;
	background: var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.navigation-next {
	width: 71px;
	height: 71px;
	border-radius: 500px;
	background: var(--blue);

	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.navigation-next.disabled,
.navigation-prev.disabled,
.navigation-next:hover.disabled,
.navigation-prev:hover.disabled {
	background: var(--bg);
	cursor: not-allowed;
}

.navigation-next:hover {
	background: linear-gradient(270deg, #a7f2e7 0%, #0e718e 100%);
}

.navigation-prev:hover {
	background: linear-gradient(-270deg, #a7f2e7 0%, #0e718e 100%);
}


.header-press-title {
	padding-top: 80px !important;
	padding-bottom: 220px !important;
}

.header-press-title h1 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 70px;

	/* line-height: 77px; */
	line-height: 1.1;
	text-align: center;
	color: var(--white);
}

.content-press-center {
	display: flex;
	flex-direction: column;
	gap: 70px;
	padding: 0px 0 50px 0;
}

.wrapper-press-page {
	max-width: 1154px;
	width: 100%;
	margin: 0 auto;
}

.date-content {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.date-content span:nth-child(1) {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;

	/* line-height: 22px; */
	line-height: 1.4;
	color: var(--gray-text);
}

.date-content span:nth-child(2) {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--black);
}

.text-content {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--black);
}

.box-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.box-content h5 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 32px;

	/* line-height: 40px; */
	line-height: 1.25;
	color: var(--black);
}

.box-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}

.box-point {
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	/*width: 371px;*/
	width: 100%;
	height: 270px;

	padding: 40px;
	border-radius: 20px;
	background: var(--bg);
	flex: 1 1 30%;
}

.box-point span:nth-child(1) {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--black);
}

.box-point span:nth-child(2) {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	background: linear-gradient(270deg, #a7f2e7 0%, #0e718e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.box_one-img-press {
	width: 100%;
	display: flex;
	justify-content: center;

}

.box_one-img-press img {
	object-fit: contain;
	height: 600px;
}

/*Пресс-центр*/

.bubble-big-page {
	position: absolute;
	left: calc(50% - 260px);
	top: 200px;
	width: calc(100% - 1470px);
	animation: moveDown-bubble-s 9.5s infinite;
}

.bubble-midle-page {
	position: absolute;
	left: calc(100% - 640px);
	top: 370px;
	animation: moveDown-bubble-m 4.5s infinite;
}

.bubble-smoll-page {
	position: absolute;
	left: calc(100% - 250px);
	top: 200px;
	animation: moveDown-bubble-s 11.5s infinite;
}

@keyframes moveDown-bubble {
	0% {
		transform: translateY(-20px);
	}

	50% {
		transform: translateY(50px);
	}

	100% {
		transform: translateY(-20px);
	}
}

@keyframes moveDown-bubble-m {
	0% {
		transform: translateY(20px);
	}

	50% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(20px);
	}
}

@keyframes moveDown-bubble-s {
	0% {
		transform: translateY(30px);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(30px);
	}
}

/*appointment-complex*/

.appointment-complex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.appointment-complex span {
	width: 100%;
	max-width: 733px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 28px;

	/* line-height: 35px; */
	line-height: 1.25;
	color: var(--gray-text);
}

.appointment-complex h2 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 70px;

	/* line-height: 77px; */
	line-height: 1.1;
	color: var(--black);
}

.wrapper-appointment-complex {
	display: flex;
	flex-direction: column;
	gap: 160px;
}

.appointment-all {
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.appointment-box-complex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex: 1 1 30%;
	gap: 20px;
}

.box-text-photo {

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 1 30%;
	gap: 20px;
}


.about-text {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 20px;
	padding: 40px;
	background: var(--bg);
}

.about-text span:nth-child(1) {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--black);
}

.about-text span:nth-child(2) {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	background: linear-gradient(270deg, #a7f2e7 0%, #0e718e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.structure-ebr {
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.structure-ebr h2 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 70px;

	/* line-height: 77px; */
	line-height: 1.1;
	color: var(--black);
}

.structure-container-all {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex: 1 1 30%;
	gap: 20px;
}

.structure-container {
	width: 567px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 30px;

}

.structure-container-about {
	border-radius: 15px;
	padding: 40px;
	background: var(--bg);
}

.structure-container-title {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.structure-container-title h5 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 32px;

	/* line-height: 40px; */
	line-height: 1.25;
	color: var(--black);
}

.structure-container-title span {
	height: 81px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--black);
}

.structure-container-about {
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.structure-container-about h6 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	color: var(--black);
}

.container-about-text {
	list-style: none;
	margin: 0;
	padding: 0;
}



.container-about-text li {
	display: flex;
	flex-direction: row;
	gap: 10px;
	position: relative;
}

.container-about-text li {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--black);
}

.container-about-text li::before {
	content: "";
	width: 5px;
	height: 5px;
	background: linear-gradient(270deg, #a7f2e7 0%, #0e718e 100%);
	/* Градиент маркера */
	border-radius: 50%;
	flex-shrink: 0;
	margin-top: 10px;
}

.regulatory-documents {
	display: flex;
	flex-direction: column;
	gap: 70px;
	margin-bottom: 50px;
}

.regulatory-documents h2 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 70px;

	/* line-height: 77px; */
	line-height: 1.1;
	color: var(--black);
}

.meets-requirements h5 {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.meets-requirements h5 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 32px;

	/* line-height: 40px; */
	line-height: 1.25;
	color: var(--black);
}


.meets-requirements-all {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 70px 20px;
}

.meets-requirements-one {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: flex-start;
	flex: 1 1 30%;
	width: 567px;
	height: 171px;
}

.meets-requirements-one h6 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	color: var(--black);
}

.meets-requirements-one span:nth-child(2) {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--black);
}

.meets-requirements-one span:nth-child(3) {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;

	/* line-height: 22px; */
	line-height: 1.4;
	color: var(--blue);
}

.specialist-company {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.specialist-about {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 45%;
}

.specialist-about h2 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 70px;

	/* line-height: 77px; */
	line-height: 1.1;
	color: var(--black);
}

.specialist-text {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.specialist-text h6 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	color: var(--black);
}

.specialist-text h6:last-child {
	font-weight: 500;
	color: var(--gray-text);
}

.specialist-work {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 45%;
	border-radius: 20px;
	padding: 40px;
	background: var(--bg);
}

.specialist-work-text {
	display: flex;
	gap: 15px;
}

.specialist-work-text h5:first-child {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	background: linear-gradient(270deg, #a7f2e7 0%, #0e718e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.specialist-work-text h5:last-child {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	color: var(--black);
}

.company-content {
	display: flex;
	flex-direction: column;
	gap: 160px;
}


.technical-base {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	padding: 160px 0;
}

.technical-base-left {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	flex: 1 1 50%;

}

.technical-base-left h2 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 70px;

	/* line-height: 77px; */
	line-height: 1.1;
	color: var(--black);
}

.technical-base-left span {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	color: var(--gray-text);
}

.technical-base-right {
	flex: 1 1 50%;
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.technical-base-right h5 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 32px;

	/* line-height: 40px; */
	line-height: 1.25;
	color: var(--black);
	display: flex;
	align-items: flex-end;
}

.technical-base-all {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}

.technical-base-one {
	border-radius: 20px;
	padding: 40px;
	height: 270px;
	background: var(--bg);
	flex: 40%;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.technical-base-one img {
	width: 60px;
}

.technical-base-one h6 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	color: var(--black);
}


.completed-projects {
	display: flex;
	flex-direction: column;
	gap: 65px;
	padding-top: 160px;
}

.completed-projects-title-block {
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.completed-projects-title-block h2 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 70px;

	/* line-height: 77px; */
	line-height: 1.1;
	color: var(--black);
}

.completed-projects-title-block h6 {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	color: var(--gray-text);
}

.completed-projects-all {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.completed-projects-center-all {
	display: flex;
	flex-direction: row;
	gap: 20px;
	flex-wrap: wrap;
	width: 100%;
	max-width: 860px;
	justify-content: space-around;
}

.completed-projects-center-block {
	border-radius: 15px;
	padding: 40px;
	height: 228px;
	width: 100%;
	max-width: 420px;
	display: flex;
	flex-direction: column;
	gap: 25px;
	flex-shrink: 1;
	background: var(--bg);
}

.completed-projects-left-block,
.completed-projects-right-block {
	display: flex;
	flex-direction: column;
	gap: 25px;
	border-radius: 15px;
	padding: 40px;
	width: 420px;
	/*height: 476px;*/
	background: var(--bg);
}

.completed-projects-left-block h6,
.completed-projects-right-block h6,
.completed-projects-center-block h6 {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	color: var(--black);
}


.completed-projects-left-block ul,
.completed-projects-right-block ul {

	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	gap: 15px;
	flex-direction: column;
}

.completed-projects-left-block ul li,
.completed-projects-right-block ul li {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 10px;

	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;

	line-height: 1.5;
	color: var(--black);
}


.completed-projects-left-block ul li::before,
.completed-projects-right-block ul li::before {
	content: '';
	position: relative;
	width: 5px;
	height: 5px;
	background-color: var(--blue);
	/* Цвет маркера */
	border-radius: 100%;
	/* Делает маркер кругом */
}




.completed-projects-left-block p {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--black);
}

.completed-projects-center-block p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--black);
}

.types-work-content {
	/*	padding-top: 160px;*/
	display: flex;
	flex-direction: column;
	gap: 160px;
	padding-bottom: 160px;
}

.types-work-universal {
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.types-work-universal-text {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.title-tw {
	display: flex;
	flex-direction: row;
	gap: 120px;
	align-items: flex-end;
}

.title-tw h3 {
	max-width: 761px;
	width: 100%;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 58px;

	/* line-height: 64px; */
	line-height: 1.1;
	color: var(--black);
}

.title-tw span {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 28px;

	/* line-height: 35px; */
	line-height: 1.25;
	color: var(--gray-text);
}

.block-tw2-1-photo img {
	border-radius: 15px;
	width: 31%;
	height: 567px;
	object-fit: cover;
}

.block-tw2 {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.block-tw2 h5 {
	max-width: 761px;
	width: 100%;
}

.block-tw2 h5 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 32px;

	/* line-height: 40px; */
	line-height: 1.25;
	color: var(--black);
}

.block-tw2-1 {
	display: flex;
	gap: 20px;
	flex-direction: column;
}

.block-tw2-12 {
	display: flex;
	gap: 20px;
	flex-direction: row;
	flex-wrap: wrap;
}

.block-tw2-1-photo {
	display: flex;
	gap: 15px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.types_work-events {
	border-radius: 20px;
	padding: 40px;
	/*max-width: 332px;*/
	width: 100%;
	height: 270px;
	background: var(--bg);

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 1 30%;

}

.types_work-events p {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--black);
}

.types_work-events span {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	background: linear-gradient(270deg, #a7f2e7 0%, #0e718e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.title-tw-text {
	display: flex;
	flex-direction: column;
	gap: 30px;
	max-width: 1007px;
	width: 100%;
}

.title-tw-text h3 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 58px;

	/* line-height: 64px; */
	line-height: 1.1;
	color: var(--black);
}

.title-tw-text h6 {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 22px;
	/* line-height: 27px; */
	line-height: 1.25;
	color: var(--gray-text);
}

.block-twt-gray {
	height: 224px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background: var(--bg);
	border-radius: 15px;
	padding: 50px;
}

.block-twt-gray img {
	width: 174px;
	height: 174px;
	object-fit: contain;
}

.block-twt-title {
	width: 100%;
	max-width: 1030px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.block-twt-gray h6 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	color: var(--black);
}

.block-twt-text {
	width: 100%;
	max-width: 1465px;
}

.block-twt-text p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--black);
}

.block-tw3-photo {
	display: flex;
	gap: 15px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.block-tw3-photo img {
	object-fit: cover;
	border-radius: 15px;
	width: 31%;
	height: 567px;
}

.block-tw4 {
	display: flex;
	gap: 15px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.block-tw4-left,
.block-tw4-right {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 100%;
	max-width: 860px;
}

.block-tw4-left h3,
.block-tw4-right h3 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 58px;

	/* line-height: 64px; */
	line-height: 1.1;
	color: var(--black);
}

.block-tw4-left p,
.block-tw4-right p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--gray-text);
}

.block-tw5 {
	display: flex;
	gap: 15px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.block-tw5-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	max-width: 680px;
}

.block-tw5-left h3 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 58px;

	/* line-height: 64px; */
	line-height: 1.1;
	color: var(--black);
}

.block-tw5-left h6 {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	color: var(--gray-text);
}

.block-tw5-right {
	width: 100%;
	max-width: 860px;
	display: flex;
	gap: 20px;
	flex-direction: row;
	flex-wrap: wrap;
}

.block-tw5-right-one {
	height: 275px;
	border-radius: 20px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	background: var(--bg);
	flex: 1 2 30%;
}

.block-tw5-right-one p {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--black);
}

.block-tw5-right-one span {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	background: linear-gradient(270deg, #a7f2e7 0%, #0e718e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.block-tw5-right .block-tw5-right-one:last-child {
	background: linear-gradient(270deg, #a7f2e7 0%, #0e718e 100%);
}

.block-tw5-right .block-tw5-right-one:last-child p,
.block-tw5-right .block-tw5-right-one:last-child span {
	color: var(--white) !important;
	background: linear-gradient(270deg, #ffffff5e 0%, #ffffff 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.block-tw6 {
	display: flex;
	gap: 15px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.block-tw6-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	max-width: 860px;
}

.block-tw6-left h3 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 58px;

	/* line-height: 64px; */
	line-height: 1.1;
	color: var(--black);
}

.block-tw6-left h6 {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	color: var(--gray-text);
}

.block-tw6-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 20px;
	padding: 40px;
	width: 100%;
	max-width: 860px;
	height: 488px;
	background: linear-gradient(270deg, #a7f2e7 0%, #0e718e 100%);
	position: relative;
}

.block-tw6-right h6 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	color: var(--white);
}

.block-tw6-svg {
	display: flex;
	position: absolute;
	right: 0;
}

.block-twt-list {

	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	gap: 15px;
	flex-direction: column;
}

.block-twt-list li {
	display: flex;
	flex-direction: row;
	gap: 10px;

	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;

	line-height: 1.5;
	color: var(--black);
}

.block-twt-list li::before {
	content: '';
	position: relative;
	width: 5px;
	height: 5px;
	background-color: var(--blue);
	border-radius: 100%;
	flex-shrink: 0;
	margin-top: 10px;
}

.our_work-list {
	display: flex;
	flex-direction: row;
	gap: 70px 20px;
	flex-wrap: wrap;
	justify-content: space-around;
}

.our_work-one {
	width: 100%;
	max-width: 550px;

	min-width: 330px;
	height: 611px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.our_work-img {
	border-radius: 20px;
	width: 100%;
	height: 390px;
}

.our_work-img span {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 24px;

	line-height: 0.85;
	letter-spacing: -0.04em;
	text-align: right;
	color: var(--white);
	margin: 0px 20px 20px 0px;
}

.our_work-img {
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: end;
	flex-shrink: 0;
}

.our_work-title {
	display: flex;
	flex-direction: column;
	gap: 30px;
	height: max-content;
}

.our_work-link {
	text-decoration: none;
}

.our_work-link:hover h5 {
	color: var(--blue);
}

.our_work-link h5 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 32px;

	line-height: 1.25;
	color: var(--black);
}

.addres-work-type {
	display: flex;
	flex-direction: row;
	gap: 30px;
}

.addres-work {
	width: 40%;
}

.type-work {
	width: 60%;
}

.addres-work,
.type-work {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.addres-work span,
.type-work span {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;

	line-height: 1.4;
	color: var(--gray-text);
}

.addres-work p,
.type-work p {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	line-height: 1.5;
	color: var(--black);
}

.content-work-center {
	display: flex;
	flex-direction: column;
	gap: 100px;
	padding: 120px 0;
}

.wrapper-work-page {
	max-width: 1154px;
	width: 100%;
	margin: 0 auto;
}

.our-work-title {
	display: flex;
	flex-direction: row;
	gap: 70px;
}
.our-work-title-column {
	display: flex;
	flex-direction: column;
	gap: 70px;
}
.our-work-photo-title{
	display: flex;
	flex-direction: row;
	gap: 70px;
}
.our-work-photo-column{
width: 600px;
}
.our-work-title-b {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.our-work-title-b span {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;

	/* line-height: 22px; */
	line-height: 1.4;
	color: var(--gray-text);
}

.our-work-title-b p {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--black);
}

.content-work-box {
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.our-work-text-w p,
.our-work-bloks-w4 p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--black);
}

.our-work-text-w3 {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.our-work-text-w3 h5 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 32px;
	line-height: 1.25;
	color: var(--black);
}

.our-work-bloks-w3 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}

.our-work-blok-w3 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	border-radius: 20px;
	padding: 40px;
	width: 567px;
	height: 270px;

	background: var(--bg);
}

.our-work-blok-w3 p {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--black);
}

.our-work-blok-w3 p:last-child {
	background: linear-gradient(270deg, #a7f2e7 0%, #0e718e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.our-work-bloks-w4 {
	display: flex;
	flex-direction: column;
	gap: 40px;

}

.our-work-bloks-w4-photo {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.our-work-bloks-w4-photo img {
	border-radius: 15px;
	width: 567px;
	height: 567px;
}

.our-work-bloks-w4 {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.our-work-bloks-w5 {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.our-work-w5-title_list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.our-work-w5-title_list h5 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 32px;

	/* line-height: 40px; */
	line-height: 1.25;
	color: var(--black);
}

.our_work_list-w5 li {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--black);
}

.our_work_list-w5 {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 0;
	padding-left: 20px;
}

.our_work_list-w5 li::marker {
	color: var(--blue);
}

.our-work-w5-photo {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.our-work-w5-photo img {
	border-radius: 15px;
	width: 567px;
	height: 567px;
}

.our-work-w5-grey {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 40px;

	border-radius: 15px;
	padding: 50px;
	background: var(--bg);
}

.our-work-w5-grey img {
	position: absolute;
	right: 50px;
	bottom: 0;
	z-index: 0;
}

.our-work-w5-grey p,
.our-work-w5-grey h5 {
	z-index: 3;
}

.our-work-w5-grey p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--black);
}

.our-work-w5-grey h5 {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	color: var(--black);
}



/*equipment*/
.equipment-list {
	display: flex;
	flex-direction: row;
	gap: 30px 0px;
	flex-wrap: wrap;
	padding-bottom: 100px;
	margin-top: 100px;
	justify-content: space-around;
}

.equipment-item {
	border-radius: 20px;
	padding: 40px;
	width: 32%;
	height: 567px;

	display: flex;
	flex-direction: column;

	background: var(--bg);
	position: relative;

	border-color: var(--bg);
	transition: box-shadow 0.9s ease-in-out, color 0.5s ease-in-out, border-color 0.9s ease-in-out;
	aspect-ratio: 1;
	transition: .5s;




}

.equipment-item-title h6 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	color: var(--black);
}

.equipment-item-img {
	width: 100%;
	height: 100%;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.equipment-item-img div {
	width: 262px;
	height: 299px;
}

.link-img {
	display: flex;
	justify-content: flex-end;
}

.equipment-item a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
}

.equipment-item:hover {

	border-color: #005b7631;
	box-shadow: -1px 5px 20px 5px #005b762d;
	-webkit-mask-position: 0 0;
	z-index: 991;
}

.card-equipment-slide a,
.completed-works-slide a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
}

.equipment-page-content {
	display: flex;
	flex-direction: column;
	gap: 70px;
	padding-bottom: 100px;
}

.parameter-equipment-img {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.parameter-equipment {
	padding-top: 70px;
}

.slider-page-equipment {
	border-radius: 20px;
	padding: 20px;
	width: 860px;
	height: 860px;
	background: var(--bg);

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.parameter-equipment {
	width: 713px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.parameter-equipment h6 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 32px;

	/* line-height: 40px; */
	line-height: 1.25;
	color: var(--black);
}

.parameter-item p {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--black);
}

.parameter-item {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.parameter-item div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.parameter-item div p {
	font-family: var(--font-family);
	font-size: 18px;

	/* line-height: 27px; */
	line-height: 1.5;
	color: var(--black);
}

.parameter-item div p:nth-child(2) {
	font-weight: 600;
	width: 385px;
}

.parameter-item div p:nth-child(1) {
	font-weight: 400;
}

/* top equipment*/

.mobile-menu-base {

	display: flex;
	flex-direction: row;
	gap: 10px;
	margin-top: 90px;
	padding-bottom: 90px;
}

.menu-header-list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 30px 10px;

	width: 1132px;
	height: 374px;
}

.menu-header-list a {
	width: 545px;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 22px;

	/* line-height: 27px; */
	line-height: 1.25;
	color: var(--white);
	text-decoration: none;
}

.menu-header-company {
	display: flex;
	flex-direction: column;
	gap: 40px;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	padding: 0px 0px 0px 90px;
}

.menu-header-company a {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 32px;

	/* line-height: 40px; */
	line-height: 1.25;
	color: var(--white);
	text-decoration: none;

}

input::placeholder {
	color: var(--white);
}

@media (min-width: 1920px) {

	.wrapper-content,
	.wrapper,
	.wrapper-title-home,
	.wrapper-page,
	.site-header {
		max-width: 1740px;
	}
}

/* adaptiv*/
@media (min-width: 1920px) {
	/* Настройки для экранов 1920px и больше */
}

@media (max-width: 1680px) {
	/* Адаптация для обычных ноутбуков */


	.site-header {
		margin-top: 16px;
	}

	.wrapper-press-page,
	.wrapper-work-page,
	.wrapper-content,
	.wrapper,
	.wrapper-title-home,
	.wrapper-page,
	.site-header {
		width: calc(100% - 60px);
	}

	.header-menu>* {
		font-size: 14px;
	}

	.header-press-title h1,
	.page-contact-all h1,
	.title-home-page h1 {
		font-size: 88px;
	}

	.menu-column-footer {
		gap: 50px;
	}

	.info-contact-footer-container {
		width: 510px;
		gap: 30px;
	}

	.info-contact-footer-container .diver-legs {
		left: 5%;
	}

	.contact-tel-mail a:nth-child(1),
	.tel-email-footer a:first-child {
		font-size: 28px;
	}

	.tel-email-footer a:last-child {
		font-size: 20px;
	}

	.contact-adress-time_work span,
	.address-time-footer span:nth-child(1) {
		text-align: center;
		font-size: 20px;
	}

	.address-time-footer span:nth-child(2) {
		text-align: center;
		font-size: 20px;
	}

	.press-center-newbox {
		max-width: 49%;
		width: 100%;
		height: 269px;
	}

	.press-center-news {
		gap: 15px;
	}

	.copyright-footer span,
	.copyright-footer a {
		min-width: 210px;
	}

	.logo-copyright-footer {
		gap: 30px;
	}

	.logo-copyright-footer object {
		width: 30%;
	}

	.menu-typical-footer a {
		font-size: 20px;
	}

	.footer-contact-info-box {
		gap: 50px;
		justify-content: space-between;
	}

	.box-year-info h6 {
		font-size: 20px;
	}

	.type-work-boxall {
		max-width: 31%;
	}

	.section-type-work {
		gap: 50px;
	}

	.section-type-work h2 {
		font-size: 60px;
	}

	.specialist-about h2,
	.structure-ebr h2,
	.regulatory-documents h2,
	.appointment-complex h2 {
		font-size: 60px;
	}

	.wrapper-content {
		gap: 100px;
	}

	.title-foundation h2 {
		font-size: 60px;
		max-width: 700px;
	}

	.title-foundation {
		gap: 80px;
	}

	.title-foundation span {
		font-size: 24px;
	}

	.quote-section-company,
	.quote-section {
		margin-top: 100px;
	}

	.completed-works-section,
	.partners-achievements-section,
	.press-center-section {
		margin-top: 130px;
	}

	.section-info-h {
		padding-top: 130px;
		padding-bottom: 130px;
	}


	.contact-tel-info {
		background-size: 80%;
	}

	.appointment-complex span {
		font-size: 24px;
	}

	.completed-projects-center-block {
		width: 100%;
		max-width: 350px;
	}

	.technical-base {
		gap: 20px;
		flex-direction: row;
		justify-content: space-between;
		padding: 100px 0;
	}

	.block-tw5-left {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
		max-width: 100%;
		gap: 50px;
	}

	.block-tw5-right {
		width: 100%;
		max-width: 100%;
		display: flex;
		gap: 20px;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.block-tw5 {
		display: flex;
		gap: 70px;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}


	.title-tw h3,
	.block-tw4-left h3,
	.block-tw4-right h3,
	.block-tw5-left h3,
	.block-tw6-left h3 {
		font-size: 48px;
	}



}

@media (max-width: 1366px) {

	/* Настройки для компактных экранов */
	.header-press-title h1,
	.header-page-title h1,
	.page-contact-all h1,
	.title-home-page h1 {
		font-size: 72px;
	}

	.copyright-footer {
		width: 100%;
		flex-direction: column;
		gap: 20px;
		align-items: flex-end;
	}

	.copyright-footer span,
	.copyright-footer a {
		width: 100%;
		text-align: end;
	}

	.diving-svg {
		top: 25px;
		width: 60%;
	}

	.certificate-title-h h2,
	.technical-base-left h2,
	.specialist-about h2,
	.structure-ebr h2,
	.regulatory-documents h2,
	.appointment-complex h2,
	.title-box-contsct-form h2 {
		font-size: 60px;
	}

	.completed-works-title-h h2 {
		font-size: 60px;
	}

	.f-input {
		width: 320px;
		font-size: 24px;
	}

	.f-input-email {
		width: 660px;
	}

	.f-privacy-policy-submit {
		flex-direction: column-reverse;
		align-items: flex-start;
		gap: 10px;
	}

	.f-btn-contsct {
		width: 100%;
	}

	.box-year-info span {
		font-size: 80px;
	}

	.box-year-info {
		max-width: 360px;
		height: 235px;
		padding-right: 50px;
		gap: 20px;
	}

	.type-work-boxall h6 {
		font-size: 18px;
	}

	.bubble-big {
		top: 13%;
		left: 60%;
	}

	.bubble-midle {
		top: 27%;
		right: 58%;
	}

	.bubble-smoll {
		top: 13%;
		right: 47%;
	}

	.quote-section-company,
	.quote-section {
		margin-top: 80px;
		background-position: center;
	}

	.press-center-section {
		margin-top: 80px;
	}

	.completed-works-section {
		margin-top: 80px;
	}

	.card-equipment-slide.swiper-slide {
		width: 43% !important;
	}

	.appointment-complex span {
		width: 100%;
		max-width: 600px;
		font-size: 22px;
	}

	.completed-projects-center-all {
		flex-direction: column;
		flex-wrap: nowrap;
		width: 100%;
		max-width: 766px;
	}

	.completed-projects-left-block,
	.completed-projects-right-block {
		width: 100%;
	}

	.title-tw h3,
	.block-tw4-left h3,
	.block-tw4-right h3,
	.block-tw5-left h3,
	.block-tw6-left h3 {
		font-size: 40px;
	}
}

@media (max-width: 1280px) {

	/* Маленькие ноутбуки и крупные планшеты */
	.header_nav {
		display: none;
	}

	.header-tel {
		display: none;
	}

	.header-tel-mobile {
		display: inline-block;
	}

	.mobile-menu {
		padding: 10px;
		width: 45px;
		height: 45px;
	}

	.site-header {
		width: 95%;
		height: 50px;
		margin-top: 10px;
		min-width: 320px;
		padding: 0 15px;
	}

	.mobile-menu-logo {
		height: 100%;
		width: 100%;
		display: flex;
		gap: 30px;
		justify-content: space-between;
		flex-direction: row-reverse;
	}

	.header-tel-mobile::before {

		background-image: url("inc/img/phone-hed.png");
		/* Укажите путь к иконке */
		content: "";
		display: inline-block;
		width: 45px;
		height: 46px;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.header-press-title h1,
	.header-page-title h1,
	.page-contact-all h1,
	.title-home-page h1 {
		font-size: 67px;
	}


	.menu-info {
		flex-direction: column;
		gap: 35px;
	}

	.info-contact-footer-container {
		width: 100%;
		justify-content: center;
	}

	.info-contact-footer-container .diver-legs {
		left: 30%;
	}

	.footer-contact-info-box {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-contact_request {
		padding: 100px 0 100px 0;
	}

	.f-input {
		width: 100%;
		font-size: 24px;
	}

	.f-box-input {
		width: 100%;
	}

	.f-two-group {
		width: 100%;
	}

	.box-read-email-f {
		width: 100%;
		align-items: center;
	}


	.text-block-h1 h3 {
		font-size: 38px;
	}

	.title-tw h3,
	.block-tw4-left h3,
	.block-tw4-right h3,
	.block-tw5-left h3,
	.block-tw6-left h3 {
		font-size: 35px;
	}

	.content-text-h {
		font-size: 18px;
	}

	.section-info-h {
		gap: 30px;
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.text-block-h2 h4 {
		font-size: 30px;
	}

	.certificate-title-h h2,
	.technical-base-left h2,
	.specialist-about h2,
	.structure-ebr h2,
	.regulatory-documents h2,
	.professional-equipment-title h2,
	.press-center-title h2,
	.appointment-complex h2,
	.completed-works-title-h h2 {
		font-size: 60px;
	}

	.newbox-title h5 {
		font-size: 24px;
	}

	.partners-logo.swiper-slide {
		align-items: center;
		justify-content: center;

	}

	.partners-logo.swiper-slide img {
		object-fit: contain;
	}


	.menu-header-list {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 30px 10px;
		width: 100%;
		height: max-content;
	}

	.mobile-menu-base {
		flex-wrap: nowrap;
		flex-direction: column;
		gap: 50px;

	}

	.mobile-menu-content.open {
		max-height: 1300px !important;
		padding-bottom: 50px;
		margin-top: 20px;
	}

	.menu-header-company {
		border-left: none;
		padding: 0px 0px 0px 0px;
	}

	.menu-header-list a {
		width: 100%;
		font-size: 18px;
	}

	.info-map-contact {
		flex-direction: column;
		gap: 50px;
	}

	.contact-tel-info {
		width: 100%;
		background-size: 55%;
		height: 600px;
		background-position: 60% top;
	}

	.equipment-item {
		padding: 20px;
		width: 45%;
		height: 500px;
	}

	.structure-container-all {
		flex-direction: column;
		flex: 1 1 100%;
		gap: 50px;
	}

	.structure-container {
		width: 100%;
		gap: 30px;
	}

	.structure-container-title span {
		height: max-content;
	}

	.meets-requirements-all {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 30px 20px;
	}

	.meets-requirements-one {
		display: flex;
		flex-direction: column;
		gap: 20px;
		justify-content: flex-start;
		flex: 1 1 100%;
		width: 567px;
		height: auto;
	}

	.completed-projects-center-block {
		width: 100%;
		max-width: 100%;
		height: max-content;
	}

	.technical-base {
		gap: 20px;
		flex-direction: column;
		padding: 80px 0;
	}

	.technical-base-left {
		gap: 30px;
	}



	.technical-base-right {
		gap: 50px;
	}

	.our-work-blok-w3 {
		padding: 40px;
		width: 100%;
		height: 230px;
		background: var(--bg);
	}

	.our-work-bloks-w4-photo {
		display: flex;
		flex-direction: column;

		align-items: center;
		gap: 20px;
	}

	.our-work-w5-photo img,
	.our-work-bloks-w4-photo img {
		border-radius: 15px;
		width: 70%;
		height: auto;
	}

	.our-work-w5-photo {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.our-work-title {
		gap: 50px;
	}

	.title-tw {
		flex-direction: column;
		gap: 50px;
		align-items: flex-start;
	}

	.types-work-content {
		gap: 80px;
		padding-bottom: 100px;
	}

	.title-tw h3 {
		max-width: 80%;
	}

	.gallery-page a {
		flex: 1 1 40%;
	}

	.gallery-page a img {
		height: 400px;
	}

	.certificate-title-h {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 60px;
	}

	.member_association {
		border-radius: 500px;
		padding: 21px 30px;
		width: max-content;
	}

	.certificate-box-h {
		max-width: 30%;
		width: 100%;
	}

	.certificate-box-all-h {
		gap: 15px;
		justify-content: space-between;
	}

	.certificate-box-title-h h5 {
		font-size: 24px;
	}
}

@media (max-width: 1024px) {

	/* Обычные планшеты */
	.header-press-title h1,
	.header-page-title h1,
	.page-contact-all h1,
	.title-home-page h1 {
		font-size: 54px;
	}

	.title-box-contsct-form h2 {
		font-size: 50px;
	}

	.certificate-title-h h2,
	.technical-base-left h2,
	.completed-projects-title-block h2,
	.specialist-about h2,
	.structure-ebr h2,
	.regulatory-documents h2,
	.appointment-complex h2,
	.completed-works-title-h h2 {
		font-size: 50px;
	}

	.info-contact-footer-container .diver-legs {
		left: 30%;
		width: 50%;
	}

	.logo-copyright-footer object {
		width: 40%;
	}

	.menu-typical-footer a {
		font-size: 18px;
	}

	.menu-footer-list {
		gap: 15px;
	}

	.type-work-boxall {
		max-width: 48%;
	}

	.type-work-boxall:nth-last-child(1),
	.type-work-boxall:nth-last-child(2) {
		max-width: 100%;
		flex: none;
	}

	.type-work-boxall:nth-last-child(2) {
		flex-basis: 48%;
	}

	.certificate-title-h h2,
	.technical-base-left h2,
	.specialist-about h2,
	.specialist-about h2,
	.structure-ebr h2,
	.regulatory-documents h2,
	.appointment-complex h2 {
		font-size: 48px;
	}

	.title-foundation h2 {
		font-size: 48px;
		max-width: 600px;
	}

	.title-foundation span {
		font-size: 20px;
	}

	.year-info {
		flex-direction: row;
		gap: 50px;
		flex-wrap: wrap;
		justify-content: space-around;
		width: 100%;
	}

	.box-year-info h6 {
		font-size: 18px;
	}

	.box-year-info span {
		font-size: 55px;
	}

	.box-year-info {
		height: 150px;
		max-width: 250px;
	}

	.quote-text h4,
	.quote-text h4 {
		font-size: 34px;
	}

	.quote-text span,
	.quote-text span {
		font-size: 16px;
	}

	.text-block-h1 h3 {
		font-size: 35px;
	}

	.content-text-h {
		font-size: 16px;
	}

	.press-center-news {
		flex-direction: column;
	}

	.press-center-newbox {
		max-width: 100%;
		height: 280px;
	}

	.certificate-title-h h2,
	.technical-base-left h2,
	.completed-projects-title-block h2,
	.specialist-about h2,
	.structure-ebr h2,
	.regulatory-documents h2,
	.appointment-complex h2,
	.press-center-title h2 {
		font-size: 48px;
	}

	.professional-equipment-title h2 {
		font-size: 48px;
	}

	.completed-works-title-h h2 {
		font-size: 48px;
	}

	.press-center-section {
		gap: 40px;
	}

	.btn-look-all-certificate,
	.btn-equipment {
		display: none;
	}

	.btn-look-all-certificate.btn-mobile,
	.btn-equipment.btn-mobile {
		display: flex;
		width: 140px;
		height: 55px;
		font-size: 14px;
		flex-shrink: 0;
	}

	.card-equipment-slide.swiper-slide {
		width: 90% !important;
	}

	.btn-equipment.btn-mobile {
		width: 150px;
		height: 60px;
		font-size: 16px;
		flex-shrink: 0;
	}

	.completed-works-section,
	.partners-achievements-section,
	.press-center-section {
		margin-top: 100px;
	}

	.partners-achievements-section {
		padding: 100px 0;
		gap: 100px;
	}


	.contact-map>*,
	.contact-map>*>*,
	.contact-map>*>*>* {
		width: 100% !important;
		max-width: 1153px;
		height: 812px !important;
	}

	.header-page-all {
		height: 400px;
	}

	.news-item {
		width: 100%;
	}

	.news-list {
		flex-direction: column;
		gap: 20px;
	}

	.pagination {
		margin-top: 25px;
		margin-bottom: 25px;
		height: 71px;
	}

	.appointment-box-complex {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		flex: 1 1 100%;
		gap: 20px;
	}

	.box-text-photo {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: 20px;
	}

	.box-text-photo .about-text {
		width: 100%;
	}

	.wrapper-appointment-complex {
		gap: 80px;
	}

	.header-page-title {
		padding-bottom: 200px;
	}

	.specialist-company {
		flex-direction: column;
	}

	.specialist-work,
	.specialist-about {
		width: 100%;
	}

	.specialist-about {
		gap: 10px;
	}

	.specialist-company {
		gap: 30px;
	}

	.completed-projects-all {
		flex-direction: column;
		gap: 30px;
	}

	.completed-projects-center-all {
		width: 100%;
		max-width: 100%;
		gap: 30px;
	}

	.technical-base {
		padding: 80px 0;
	}

	.btn-completed-works.btn-mobile {
		display: flex;
	}

	.btn-completed-works {
		display: none;
	}

	.our-work-title {
		flex-direction: column;
		gap: 20px;
	}

	.content-work-center {
		flex-direction: column;
		gap: 60px;
		padding: 0px 0 120px 0;
	}

	.box-point {
		flex-direction: column;
		height: 270px;
		padding: 40px;
		flex: 1 1 100%;
	}

	.certificate-box-all-h {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.certificate-box-h {
		max-width: 100%;
		width: 100%;
	}



}

@media (max-width: 768px) {

	/* Смартфоны в горизонтальном режиме */

	.header-press-title h1,
	.header-page-title h1,
	.page-contact-all h1,
	.title-home-page h1 {
		font-size: 48px;
	}

	.info-contact-footer-container .diver-legs {
		left: 30%;
		width: 50%;
	}

	.menu-column-footer {
		display: flex;
		flex-direction: column;
		gap: 45px;
	}

	.menu-group-f .menu-typical-footer:nth-child(2) {
		width: 100%;
		order: 2;
	}

	.btn-presentation-group {
		flex-direction: column;
		gap: 10px;
		z-index: 1;
	}

	.certificate-title-h h2,
	.technical-base-left h2,
	.completed-projects-title-block h2,
	.specialist-about h2,
	.structure-ebr h2,
	.regulatory-documents h2,
	.appointment-complex h2,
	.title-box-contsct-form h2 {
		font-size: 40px;
	}

	.completed-works-title-h h2 {
		font-size: 40px;
	}

	.professional-equipment-title h2 {
		font-size: 40px;
	}

	.type-work-boxall:nth-last-child(1),
	.type-work-boxall:nth-last-child(2) {
		flex-basis: 48%;
		flex: none;
	}

	.types-work {
		flex-direction: column;
		gap: 15px;
	}

	.type-work-boxall {
		max-width: 100%;
	}

	.year-info {
		flex-direction: column;
		gap: 45px;
	}

	.box-year-info {
		max-width: 480px;
		height: max-content;
		padding-right: 0px;
		gap: 20px;
		width: 100%;

		flex-direction: row;
		align-items: flex-end;
	}


	.box-year-info h6 {
		font-size: 18px;
	}

	.box-year-info span {
		font-size: 48px;
	}

	.title-foundation {
		flex-direction: column;
		align-items: center;
		gap: 60px;
		align-items: flex-end;
	}

	.but-box {
		flex-direction: row;
		gap: 10px;
		max-width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}

	.header-page-custom {
		height: 800px;
		clip-path: ellipse(1400px 100% at top center);
	}

	.wrapper-content {
		gap: 80px;
		padding-top: 850px;
	}

	.title-foundation h2 {
		font-size: 44px;
		max-width: 100%;
	}

	.info-foundation {
		gap: 80px;
	}

	.quote-text {
		display: flex;
		justify-content: flex-end;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.quote-text h4,
	.quote-text h4 {
		font-size: 24px;
	}

	.quote-text span,
	.quote-text span {
		font-size: 16px;
		text-align: start;
	}

	.text-block-h1 h3 {
		font-size: 30px;
	}

	.press-center-title h2 {
		font-size: 36px;
	}

	.card-equipment-slide.swiper-slide {
		width: 85% !important;
	}

	.partners-logo.swiper-slide {
		width: 32.5% !important;
		height: 60px;
		margin-right: 40px;
	}

	.contact-prez {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.btn-contact-prez {
		width: 100%;
	}

	.contact-prez {
		width: 100%;
		padding: 0 40px;
	}


	.contact-map>*,
	.contact-map>*>*,
	.contact-map>*>*>* {
		width: 100% !important;
		max-width: 1153px;
		height: 700px !important;
	}

	.contact-tel-info {
		background-size: 75%;
		background-position: 80% top;
	}

	.equipment-list {
		flex-direction: column;
		gap: 30px 0px;
		padding-bottom: 100px;
		margin-top: 100px;
	}

	.equipment-item {
		width: 100%;
		height: 500px;
	}

	.header-page-title {
		padding-bottom: 200px;
	}

	.bubble-big-page {
		left: calc(50% - 380px);
		top: 210px;
		width: 30%;
	}

	.bubble-midle-page {
		left: calc(100% - 470px);
		top: 100px;
	}

	.bubble-smoll-page {
		left: calc(100% - 150px);
		top: 200px;
	}

	.bubble-midle-page,
	.bubble-smoll-page,
	.bubble-big-page {
		display: none;
	}

	.about-text span:nth-child(2),
	.about-text span:nth-child(1) {
		font-size: 16px;
	}

	.appointment-complex {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 20px;
	}

	.box-text-photo {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 20px;
	}

	.about-photo img {
		width: 100%;
		height: 300px;
		object-fit: contain;
	}

	.completed-projects-title-block h6 {
		font-size: 18px;
	}

	.technical-base-all {
		flex-direction: column;
		gap: 30px;
	}

	.technical-base-one {
		gap: 50px;
	}

	.breadcrumbs-site a {
		font-size: 14px;
	}

	.breadcrumbs-site {
		font-size: 14px;
		gap: 10px;
	}

	.gallery-page a {
		flex: 1 1 50%;
	}

	.member_association {
		padding: 15px 10px;
		width: 100%;
		font-size: 16px;
	}

	.certificate-title-h,
	.certificate-achievements {
		gap: 20px;
	}

}

@media (max-width: 480px) {
	/* Смартфоны в вертикальном режиме */


	.wrapper-title-home {
		max-width: 400px;
		min-width: 320px;
		padding: 210px 10px 0 10px;
	}

	.logo-header {
		height: 50px;
	}

	.header-page-custom {
		height: 560px;
		clip-path: ellipse(550px 100% at top center);
	}

	.box-bubble {
		height: 320px;
	}

	.page-contact-all h1 {
		font-size: 42px;
	}

	.header-press-title h1,
	.header-page-title h1 {
		font-size: 42px;
	}

	.title-home-page h1 {
		max-width: 300px;
		font-size: 42px;
	}

	.bubble-big {
		top: 25%;
		left: 60%;
		width: 50%;
	}

	.bubble-midle {
		top: 62.5%;
		right: 17.7%;
		width: 30%
	}

	.bubble-smoll {
		top: 27%;
		right: 60%;
		width: 20%
	}

	.but-box {
		gap: 10px;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: row-reverse;
	}

	.batiskaf {
		height: 275px;
		width: 216px;
	}

	.title-home-page {
		min-width: 300px;
		gap: 30px;
	}


	.btn-talk-project {
		width: 100%;
		font-size: 14px;
	}

	.btn-company,
	.btn-ourwork {
		font-size: 14px;
		width: 140px;
	}

	.title-foundation {
		flex-direction: column;
		gap: 20px;
	}

	.title-foundation span {
		font-size: 18px;
	}

	.certificate-title-h h2,
	.technical-base-left h2,
	.completed-projects-title-block h2,
	.specialist-about h2,
	.structure-ebr h2,
	.regulatory-documents h2,
	.appointment-complex h2,
	.title-foundation h2 {
		font-size: 28px;
	}


	.box-year-info {
		height: max-content;
		padding-right: 0px;
		gap: 20px;

		flex-direction: column;
		align-items: flex-start;
		max-width: 320px;
	}


	.box-year-info h6 {
		font-size: 16px;
	}

	.box-year-info span {
		font-size: 45px;
	}

	.wrapper-work-page {
		max-width: 400px;
		min-width: 290px;
		padding: 0px 10px 0 10px;
	}

	.wrapper-content {
		max-width: 400px;
		min-width: 290px;
		padding: 580px 10px 0 10px;
	}


	.type-work-boxall h6 {
		font-size: 16px;
	}

	.type-work-boxall svg:first-child {
		width: 45px;
		height: 45px;
	}

	.section-type-work h2 {
		font-size: 28px;
	}

	.type-work-boxall {
		border-radius: 15px;
		padding: 25px;
		min-width: 290px;
		height: 205px;
	}

	.type-work-boxall:hover {
		border-radius: 15px 80px 15px 0;
	}

	.section-type-work {
		gap: 35px;
	}

	.types-work {
		gap: 10px;
	}

	.quote-section-company,
	.quote-section {
		height: 430px;
		margin-top: 70px;
		clip-path: ellipse(450px 100% at bottom center);
		background-position: center;
		display: flex;
		padding-bottom: 40px;
	}

	.quote-text h4,
	.quote-text h4 {
		font-size: 22px;
	}

	.quote-text span,
	.quote-text span {
		font-size: 14px;
		text-align: start;
	}

	.press-center-newbox {
		border-radius: 15px;
		padding: 25px;
		max-width: 100%;
		width: 100%;
		height: 206px;
	}

	.press-center-newbox:hover {
		border-radius: 15px 60px 15px 15px;
	}

	.press-center-section {
		margin-top: 70px !important;
		gap: 35px;
	}

	.press-center-newbox span {
		font-size: 12px;
	}

	.our-work-w5-title_list h5,
	.newbox-title h5 {
		font-size: 18px;
	}

	h5 {
		font-size: 18px;
	}

	.press-center-title h2 {
		font-size: 28px;
	}

	.press-center-title .btn-hlook-all {
		display: none;
	}

	.btn-hlook-all.btn-mobile {
		display: flex;
		width: 140px;
		height: 55px;

		font-size: 14px;
	}

	.partners-achievements-section {
		margin-top: 70px;
		padding: 70px 0;
		border-top-right-radius: 50% 7%;
		gap: 70px;
	}

	.professional-equipment-title h2 {
		font-size: 28px;
	}



	.card-equipment-slide.swiper-slide {
		border-radius: 20px;
		width: 83% !important;
		max-height: 265px !important;
		padding: 25px;
	}

	.card-equipment-slide.swiper-slide img {
		width: 114px;
		height: 129px;
	}

	.card-equipment-slide.swiper-slide h6 {
		font-size: 16px;
	}

	.slider-navi-equipment {
		gap: 20px;
	}

	.equipment-button-next,
	.equipment-button-prev {
		width: 55px;
		height: 55px;
	}

	.equipment-button-next svg,
	.equipment-button-prev svg {
		width: 15px;
		height: 15px;
	}

	.swiper-equipment {
		height: 265px;
	}

	.logo-partners h2 {
		font-size: 28px;
	}

	.partners-swiper-container {
		padding: 35px 0px 0px 0px;
	}

	.partners-swiper-container2 {
		padding: 0px 0px 35px 0px;
	}

	.partners-logo.swiper-slide img {
		width: 120px !important;
		height: 35px;
		object-fit: contain;
	}

	.partners-logo.swiper-slide {
		width: 32.5% !important;
		height: 35px;
		margin-right: 40px;
	}

	.logo-partners {
		gap: 35px;
	}

	.completed-works-title-h h2 {
		font-size: 28px;
	}

	.completed-works-h {
		gap: 35px;
	}

	.completed-works-slide.swiper-slide {
		border-radius: 20px;
		width: 90% !important;
		/*	max-height: 369px !important;*/
		gap: 20px;
	}

	.slide-info-adress,
	.slide-info-work {
		gap: 5px;
	}

	.slide-info-adress-work {
		flex-direction: column;
		gap: 20px;
		width: 100%;
	}

	.completed-works-img {

		height: 182px;
	}

	.completed-works-slide-info h5 {
		font-size: 18px;
	}

	.slide-info-adress span:first-child,
	.slide-info-work span:first-child {
		font-size: 12px;
	}

	.slide-info-adress span:last-child,
	.slide-info-work span:last-child {
		font-size: 14px;
	}

	.completed-works-section {
		margin-top: 70px;
	}

	.swiper-completed-works {
		/*height: 369px;*/
	}

	.text-block-h1 h3 {
		font-size: 25px;
	}

	.content-text-h {
		font-size: 14px;
	}

	.text-block-h2 h4 {
		font-size: 22px;
	}

	.section-info-h {
		gap: 35px;
		margin-top: 70px !important;
		margin-bottom: 70px !important;
	}

	.text-block-h3 h6 {
		font-size: 16px;
	}

	ul.list-works li {
		gap: 10px;
		font-size: 14px;
	}

	ul.list-works {
		gap: 12px;
	}

	.footer-contact_request {
		padding: 70px 15px 70px 15px !important;
	}

	.footer-contact-info-box {
		flex-direction: column;
		gap: 35px;
		align-items: flex-end;
	}

	.contsct-form {
		flex-direction: column;
		gap: 35px;
	}

	.title-box-contsct-form h2 {
		font-size: 28px;
	}

	.f-input,
	.f-input-email {
		width: 100%;
		font-size: 18px;
	}

	.f-input span,
	.f-input-email span {
		font-size: 12px;
	}

	.f-two-group {
		flex-direction: column;
	}

	.f-privacy-policy-submit {
		align-items: center;
	}

	/*	.f-privacy-policy-submit {
		flex-direction: column-reverse;
		align-items: center;
		gap: 10px;
	}*/

	.f-btn-contsct {
		width: 100%;
		height: 55px;
	}

	.f-privacy-policy-submit span,
	.f-privacy-policy-submit span a {
		font-size: 12px;
	}

	.box-read-email-f span {
		font-size: 14px;
	}

	.box-read-email-f a {
		font-size: 16px;
	}

	.box-read-email-f {
		width: 100%;
		padding: 25px;
		height: 96px;
	}

	.diving-svg {
		height: 230px;
		top: 20px;
		right: -570px;

	}

	footer {
		padding: 45px 15px;
		width: 100%;
		height: max-content;
		gap: 45px;
	}

	.menu-info {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		gap: 35px;
		align-items: center;
	}


	.menu-typical-footer {
		gap: 20px;
	}

	.menu-typical-footer h3,
	.menu-typical-footer h3 {
		font-size: 12px;
	}

	.menu-typical-footer a {
		font-size: 14px;
	}

	.menu-footer-list {
		gap: 12px;
	}

	.menu-group-f {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 35px 40px;
	}



	.menu-group-f .menu-typical-footer:nth-child(1) {
		width: 100%;
		max-width: 110px;
	}


	.info-contact-footer-container {
		padding: 70px 25px 25px 25px;
		width: 290px;
		height: 510px;

		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		gap: 70px;
	}

	.contact-tel-mail a:nth-child(1),
	.tel-email-footer a:first-child {
		font-size: 18px;
	}

	.contact-tel-mail a:nth-child(2),
	.tel-email-footer a:last-child {
		font-size: 16px;
	}

	.contact-adress-time_work span,
	.address-time-footer span:nth-child(1) {
		text-align: center;
		font-size: 16px;
	}

	.address-time-footer span:nth-child(2) {
		text-align: center;
		font-size: 16px;
	}



	.info-contact-footer-container .diver-legs {
		z-index: 0;
		width: 90%;
		transform: translate(-50%, -50%);
		left: 60%;
		top: 55%;
	}

	.logo-copyright-footer {
		display: flex !important;
		flex-direction: column-reverse;
		justify-content: space-between;
		gap: 20px;
	}

	.logo-copyright-footer object {
		width: 100%;
	}

	.copyright-footer {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 15px;
		align-items: center;
	}

	.copyright-footer span,
	.copyright-footer a {
		width: 100%;
		font-size: 12px;
		text-align: center;
	}

	.btn-presentation-group a {
		font-size: 14px
	}


	.wrapper {
		max-width: 400px;
		min-width: 290px;
		padding: 0 15px 0 15px;
		width: 100%;
		margin: 0 auto;
	}

	.page-contact-all {
		padding-top: 100px !important;
		gap: 40px;
	}



	.header-page-title {
		padding-top: 80px;
		padding-bottom: 300px;
	}

	.content-work-center {
		gap: 50px;
	}

}

@media (max-width: 320px) {
	/* Узкие экраны, старые телефоны */
}



/* adaptiv*/

.swiper-wrapper {
	transition-timing-function: linear !important;
}

.display-field {
	display: none;
}



/* Стили для подложки */

.overlay {

	/* Скрываем подложку  */
	opacity: 0;
	visibility: hidden;

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 20;
	transition: .3s all;
}


/* Стили для модальных окон */

.modal {

	/* Скрываем окна  */
	opacity: 0;
	visibility: hidden;


	/*  Установаем ширину окна  */
	width: 100%;
	max-width: 700px;

	/*  Центрируем и задаем z-index */
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 30;
	/* Должен быть выше чем у подложки*/

	/*  Побочные стили   */
	box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2);
	text-align: center;
	padding: 30px;
	border-radius: 3px;
	background-color: #fff;
	transition: 0.3s all;
}


/* Стили для активных классов подложки и окна */

.modal.active,
.overlay.active {
	opacity: 1;
	visibility: visible;
}


/* Стили для кнопки закрытия */

.modal__cross {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 20px;
	right: 20px;
	fill: #444;
	cursor: pointer;
}


::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 0px;
    background-color: #a7f2e7;
    box-shadow: 0px 1px 1px #fff inset;
    background-image: url(https://euro-dc.ru/images/59610063.png);
    background-position: center;
    background-repeat: no-repeat;
}


/* Post Intro */
.intro-post-title-wrapper, .intro-post-info {
    padding: 0 125px !important;
}

@media (max-width: 768px) {
  .intro-post-title-wrapper, .intro-post-info {
      padding: 0 0 !important;
  }
}

.ba-social > div,
.ba-slideshow-img,
.ba-slideshow-dots.thumbnails-dots > div,
.intro-post-image,
.ba-blog-post-image,
.ba-instagram-image {
    border-radius: 12px !important;
}

/* Search Active Highlight */

.custom-search .ba-search-wrapper i:after {
    background: var(--primary);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 64px;
    width: 0%;
    transition: width .3s;
}

.custom-search .ba-search-wrapper input:focus + i:after {
 width: 100%;
}

/* Lightbox Icons */

.ba-instagram-modal i, 
.instagram-modal i {
  font-size: 48px !important;
  color: #000;
}

/* Comments Box */
.comment-user-name, 
.comment-logout-action,
.ba-guest-login-btn,
.ba-social-login-wrapper span,
.ba-comments-be-first-message.ba-comments-total-count,
.ba-user-login-btn,
.ba-comments-total-count,
.ba-comments-total-count-wrapper select {
    font-size: 20px !important;
    font-weight: 600 !important;
}

/* Forms */
.ba-form {
    padding: 0 !important;
}

.ba-form .page-0 {
    animation: none !important;
}
/* Post Intro */
.intro-post-title-wrapper, .intro-post-info {
    padding: 0 125px !important;
}

@media (max-width: 768px) {
  .intro-post-title-wrapper, .intro-post-info {
      padding: 0 0 !important;
  }
}

/* Search Active Highlight */

.custom-search .ba-search-wrapper i:after {
    background: var(--primary);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 64px;
    width: 0%;
    transition: width .3s;
}

.custom-search .ba-search-wrapper input:focus + i:after {
 width: 100%;
}

/* Lightbox Icons */

.ba-instagram-modal i, 
.instagram-modal i {
  font-size: 48px !important;
  color: #000;
}

/* Comments Box */
.comment-user-name, 
.comment-logout-action,
.ba-guest-login-btn,
.ba-social-login-wrapper span,
.ba-comments-be-first-message.ba-comments-total-count,
.ba-user-login-btn,
.ba-comments-total-count,
.ba-comments-total-count-wrapper select {
    font-size: 20px !important;
    font-weight: 600 !important;
}

/* Forms */
.ba-form {
    padding: 0 !important;
}
.baform-2{
padding: 60px 40px 40px !important;
}
.ba-form .page-0 {
    animation: none !important;
}
.description_main{
border-left: 1px solid #C4C4C4;
padding-left:40px ;
}
#item-15734886510 .ba-button-wrapper a i {
    font-size: 45px;
}
.fl_item1 > a {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #a7f2e7 !important;
    position: relative;
    bottom: -7px;
}
.fl {
    display: flex;
    justify-content: flex-start;
}
.fl_item2 {
    margin-left: 10px;
}
.ba-item-recent-posts-slider .carousel-type .ba-slideshow-caption > *, .ba-item-carousel .ba-slideshow-caption > *, .ba-item-slideset .ba-slideshow-caption > * {
    padding: 0px; 
}
a.ba-btn-transition.slideset-btn-prev.zmdi.zmdi-chevron-left {
    left: -2%;
}
.ba-slideset-nav a, .ba-slideshow-nav a {
    position: absolute;
    text-align: center;
    transform: translateY(-115%);
    
}
a.ba-btn-transition.slideset-btn-next.zmdi.zmdi-chevron-right {
    left: 98%;
}
.but{
text-align: right;
font-size: 18px;
text-transform: uppercase;
color: #a7f2e7;
font-weight: 500;
}
span.divider {
    color: #2984DF;
}
ul.breadcrumb > li > a {
    color: #2C2C2C;
    font-size: 20px;
    font-weight: 400;
}
.breadcrumb > li {
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    font-weight: 500;
}
.mpzz {
    background: blue;
    position: ABSOLUTE;
    top: 200px;
    right: 100px;
}
p.descc {
    font-size: 16px;
    margin-left: 70px !important;
    margin-top: 20px !important;
    color: #ffffff;
    margin-bottom: 74px !important;
}
p.headdd {
    font-size: 44px;
    margin-left: 70px !important;
    margin-top: 74px !important;
    color: white;
    font-weight: bold;
}
.mpzz {
    background: blue;
    position: ABSOLUTE;
    top: 200px;
    right: -5px;
    width: 513px;
}

ul.list_pre {
    /* margin: 0; */
    
    line-height: 150.9%;
    font-size: 18px;
    color: #a7f2e7;
}

ul.list_pre > li {
    padding: 10px 0px;
}
.cont span {
    color: #282828;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}
.ba-post-navigation-info > a {
    color: #a7f2e7 !important;
    font-weight: 600 !important;
}
@media (max-width: 500px){
   

a.ba-btn-transition.slideset-btn-prev.zmdi.zmdi-chevron-left {
    left: -21px;
}
  .ba-blog-post {
    width: 100% !important;
}
  
a.ba-btn-transition.slideset-btn-prev.zmdi.zmdi-chevron-left {
    left: 7%;
}    
a.ba-btn-transition.slideset-btn-next.zmdi.zmdi-chevron-right {
    left: 81%;
}
}
.ds{
font-weight:bold;
font-size: 16px;
}
::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:6px;
height:0px
}

::-webkit-scrollbar-track {
background-color:#1f2528;
box-shadow:0px 0px 3px #000 inset;
}

::-webkit-scrollbar-thumb {-webkit-border-radius: 5px;border-radius: 0px;background-color:#a7f2e7;box-shadow:0px 1px 1px #fff inset;background-image:url('/images/59610063.png');background-position:center;background-repeat:no-repeat;}

::-webkit-resizer{/* background-image:url(''); *//* background-repeat:no-repeat; *//* width:7px; *//* height:0px; */}

::-webkit-scrollbar{
width: 11px;
}
.ba-instagram-modal i, .instagram-modal i {
    font-size: 48px !important;
    color: #ffffff;
}
ul.menn {
    list-style-type: none;
    margin: 0;
    color: #ffffff;
    padding-top: 14px;
}
ul.menn > li {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    line-height: 27px;
    font-weight: 200;
}
.cond{
font-size: 15px;
line-height: 27px !important;
font-weight: 200 !important;
}
.mesto{
font-family: 'Montserrat', sans-serif;
text-align: center;
font-weight: 600;
font-size: 18px;
line-height: 160%;
color: #2984DF;

}
.namer{
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 160%;

text-align: center;

color: #FFFFFF;
}
.lang{
text-align:right;
color:#ffffff;
font-weight: bold;
font-size: 24px;
}

.productable td {
    border: 1px solid #000 !important;
    padding: 10px;
}
.productable th {
    border: 1px solid #C4C4C4;
    padding: 10px;
    color: #ffffff;
    font-size: 18px;
    background: #a7f2e7;
}
.productable td {
    border: 1px solid #C4C4C4 !important;
    padding: 10px;
    font-size: 18px;
    font-weight: 300;
}
input.ba-btn-submit {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300 !important;
    letter-spacing: 0.5px;
    font-size: 16px !important;
}


@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table thead {
    display: none;
  }
    th {
    display: none;
  }
  table tr {
    margin-bottom: 10px;
    display: block;
   
  }
  table td {
    display: block;
    text-align: right !important;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
table td:first-child{ 
    border-bottom: 0;
    background-color: #a7f2e7;
    color: #ffffff;
  }
  .productable td {
    border: 1px solid #000 !important;
    padding: 10px;
    font-size: 16px;
    text-align: left;
    font-weight: 300;
}
}
div#item-15753841850 {
    text-align: right;
    margin-top: 29px;
}
.integration-wrapper a {
    color: #ffffff;
}
div#item-15753848250 {
    text-align: right;
}
.btn-default {
    text-align: right;
}
input.popup-btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
    font-size: 18px !important;
}
.ba-forms-modal .ba-form {
    padding: 60px 40px 40px !important;
    transition: height .3s linear;
    -webkit-transition: height .3s linear;
}
ul.menn > li > a {
    color: #ffffff;
}
.it{
font-size: 14px;
color: white;

}
.it a{
font-weight:bold;
}
.foot_form > .ba-form-page {
    padding: 0;
}

font, p, h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif !important;
}
a.flag.nturl.notranslate {
    font-size: 17px;
}
.krug {
    background: blue;
    display: flex;
    border-radius: 109px;
    width: 200px;
    height: 200px;
}
p.ffff {
    position: relative;
    left: 38px;
    font-weight: 700;
    bottom: -70px;
    color: #ffffff;
    line-height: 26px;
}
@media (max-width: 520px){
  .but{
  text-align:left;
  }
}