@charset "UTF-8";

/* Margin and padding resets
------------------- */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

/* HTML5 display definitions
------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

/* Links
------------------- */

a {
	background: transparent;
	text-decoration: underline;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}

/* Lists
------------------- */

ol,
ul {
	list-style: none;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
------------------- */

img {
	border: 0;
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 100%;
}

/* Forms
------------------- */

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
	outline: none;
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

/* Tables
------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*  GLOBAL STYLE  */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	--font-family-anta: "Anta", sans-serif;
	--font-family: "Roboto", sans-serif;
	--second-family: "Roboto", sans-serif;
	--third-family: "Roboto", sans-serif;
	--font3: "Roboto", sans-serif;
	--font4: "Roboto", sans-serif;
	--font5: "Roboto", sans-serif;
	--font6: "Roboto", sans-serif;
	--font7: "Roboto", sans-serif;
	--font8: "Roboto", sans-serif;
	--font9: "Roboto", sans-serif;
}

body {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	color: #fff;
}

img {
	width: 100%;
	max-width: 100%;
	display: block;
}

.grid_container {
	max-width: 1640px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

a {
	text-decoration: none;
}

h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	color: #fff;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
	box-shadow: 0 0 0px 1000px white inset !important;
	-webkit-text-fill-color: #000 !important;
}

input:-webkit-autofill {
	-webkit-animation-name: autofillWhite;
	animation-name: autofillWhite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}

@-webkit-keyframes autofillWhite {
	0% {
		-webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset;
		box-shadow: 0 0 0px 1000px #f0f0f0 inset;
		-webkit-text-fill-color: #666;
	}

	100% {
		-webkit-box-shadow: 0 0 0px 1000px white inset;
		box-shadow: 0 0 0px 1000px white inset;
		-webkit-text-fill-color: #000;
	}
}

@keyframes autofillWhite {
	0% {
		-webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset;
		box-shadow: 0 0 0px 1000px #f0f0f0 inset;
		-webkit-text-fill-color: #666;
	}

	100% {
		-webkit-box-shadow: 0 0 0px 1000px white inset;
		box-shadow: 0 0 0px 1000px white inset;
		-webkit-text-fill-color: #000;
	}
}

input {
	background-color: white;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.compensate-for-scrollbar {
	margin-right: 0 !important;
}

/*-------wp---------*/

.aligncenter,
.alignleft,
.alignright {
	display: block;
	padding: 0;
}

.aligncenter {
	float: none;
	margin: 0.5em auto 1em;
}

.alignright {
	float: right;
	margin: 0.5em 4em 2em 0;
}

.alignleft {
	float: left;
	margin: 0.5em 4em 2em 0;
}

.wp-caption {
	padding: 5px 0;
	border: 1px solid #555;
	background: #444;
	text-align: center;
}

.wp-caption img {
	display: inline;
}

.wp-caption p.wp-caption-text {
	margin: 5px 0 0;
	padding: 0;
	text-align: center;
	font-size: 75%;
	font-weight: 100;
	font-style: italic;
	color: #ddd;
}

@font-face {
	font-family: "Anta";
	src: url("../fonts/Anta Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/RobotoRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Actay";
	src: url("../fonts/Actay-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Actay Wide";
	src: url("../fonts/ActayWide-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: "Abel";
	src: url("../fonts/AbelRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}

.site_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.site_btn_more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border: 1px solid #15152b;
	border-radius: 4px;
	padding: 0 16px;
	height: 52px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: #15152b;
	min-width: 235px;
	margin: 0 auto;
}

/*video modal*/

/**
 * Simple fade transition,
 */

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* END video modal*/

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

.white-popup {
	position: relative;
	background: #fff;
	padding: 25px;
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/*---------стили для модального окна-----*/

.modal_forms {
	max-width: 465px;
	background: #fff;
	border-radius: 5px;
	padding: 50px 30px;
}

.modal_forms form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

.modal_forms .modal_form_head {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #212121;
	display: block;
	margin: 0 0 40px;
}

.modal_forms label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	margin: 0 0 30px;
}

.modal_forms label input,
.modal_forms label textarea {
	background: #FFFFFF;
	border: 1px solid #BDBDBD;
	border-radius: 4px;
	height: 44px;
	padding: 0 20px;
}

.modal_forms label textarea {
	width: 100% !important;
	padding-top: 15px;
	min-height: 75px;
	resize: vertical;
	outline: none;
}

.modal_forms .label_name {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #212121;
	display: block;
	margin: 0 0 10px;
}

.modal_forms .btn_form {
	min-width: 300px;
	height: 50px;
	margin: 0 auto 25px;
}

.modal_forms .checkbox_label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	-webkit-font-feature-settings: "pnum"on, "lnum"on;
	font-feature-settings: "pnum"on, "lnum"on;
	color: #212121;
}

.modal_forms .checkbox_label input {
	height: 20px;
}

.modal_forms .checkbox_label a {
	color: #A316D5;
	text-decoration: underline;
}

.modal_forms {
	/*---чекбокс---*/
}

.modal_forms .control {
	font-family: arial;
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
	padding-top: 3px;
	cursor: pointer;
}

.modal_forms .control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.modal_forms .control_indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background: #ffffff;
	border: 1.5px solid #747474;
	border-radius: 5px;
}

.modal_forms .control:hover input ~ .control_indicator,
.modal_forms .control input:focus ~ .control_indicator {
	background: #ffffff;
}

.modal_forms .control input:checked ~ .control_indicator {
	background: #ffffff;
}

.modal_forms .control:hover input:not([disabled]):checked ~ .control_indicator,
.modal_forms .control input:checked:focus ~ .control_indicator {
	background: #ffffff;
}

.modal_forms .control input:disabled ~ .control_indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}

.modal_forms .control_indicator:after {
	-webkit-box-sizing: unset;
	box-sizing: unset;
	content: "";
	position: absolute;
	display: none;
}

.modal_forms .control input:checked ~ .control_indicator:after {
	display: block;
}

.modal_forms .control-checkbox .control_indicator:after {
	left: 7px;
	top: 3px;
	width: 3px;
	height: 8px;
	border: solid #A316D5;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal_forms .control-checkbox input:disabled ~ .control_indicator:after {
	border-color: #7b7b7b;
}

.order_modal {
	max-width: 465px;
	background: #fff;
	border-radius: 5px;
	padding: 50px 30px;
}

.order_modal .order_modal_title {
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #A316D5;
	margin: 0 0 25px;
}

.order_modal .order_modal_title .name_products {
	font-size: 18px;
	line-height: 22px;
	color: #212121;
}

.order_modal .order_modal_subtitle {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	-webkit-font-feature-settings: "pnum"on, "lnum"on;
	font-feature-settings: "pnum"on, "lnum"on;
	color: #212121;
	padding: 0 0 30px;
	border-bottom: 1px solid #E0E0E0;
	margin: 0 0 25px;
}

/*----css модального окна-------*/

.alModal {
	width: 96%;
	max-width: 350px;
	height: auto;
	display: none;
	position: fixed;
	z-index: 100;
	font-family: sans-serif;
	opacity: 0;
	top: 100%;
	left: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.alModalClose:before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 42%;
}

.alModalClose {
	cursor: pointer;
	width: 20px;
	display: block;
	text-align: center;
	float: right;
	position: absolute;
	top: -25px;
	right: -25px;
	z-index: 101;
	color: #ffffff;
	font-size: 12px;
	height: 20px;
	line-height: 26px;
	font-family: sans-serif;
}

span.alModalClose:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 42%;
	left: 0%;
}

.alModalClose:hover {
	color: #ffffff;
}

.alModal p {
	position: relative;
	display: block;
	text-align: left;
	color: #000;
	margin: 0px;
	font-size: 16px;
	line-height: 1.4;
	padding: 0px 5px;
}

.alModal .thank_ico {
	color: #2F42A9;
	padding: 10px 10px 0;
	font-size: 50px;
	display: inline-block;
	line-height: 1;
	border-radius: 50%;
	width: 65px;
	text-align: center;
	height: 65px;
	font-weight: bold;
	vertical-align: middle;
}

.alModal .thank_words {
	display: inline-block;
	color: #333;
	padding-left: 20px;
	line-height: 1.4;
	font-size: 17px;
	width: 73%;
	vertical-align: middle;
}

.overlay {
	z-index: 70;
	position: fixed;
	background-color: #000;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}

.alModalContent {
	padding: 15px 22px;
	background: #fff;
	border-radius: 25px;
}

.alModalContent .alModalInput {
	position: relative;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	padding: 12px;
	height: auto;
	width: 100%;
	line-height: 1;
	border-radius: 0px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	color: #333;
}

.alModal .alModalButton {
	font-weight: bold;
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	line-height: 1.4;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	margin-top: 10px;
	padding: 9px;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #00f;
	background: #00f;
}

.alModal .alModalButton:hover {
	background: #fff;
	color: #00f;
}

/*-------модалка всплывашка---------*/

.modal_form_box {
	background: url(../images/frame_back.png) no-repeat;
	border-radius: 5px;
	padding: 45px 40px 35px !important;
	max-width: 790px !important;
	margin: 0 auto !important;
	-webkit-box-shadow: 0 11px 8px -5px rgba(47, 66, 169, 0.6);
	box-shadow: 0 11px 8px -5px rgba(47, 66, 169, 0.6);
}

.modal_form_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modal_form {
	width: calc(50% - 11px);
}

.modal_form_tile {
	font-weight: 900;
	font-size: 25px;
	line-height: 31px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display: block;
	margin: 0 0 15px;
}

.modal_form_subtitle {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	display: block;
	margin: 0 0 30px;
}

.modal_form_label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 0 15px;
}

.modal_form_label .form_label_name {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #111111;
	display: block;
	margin: 0 0 7px;
}

.modal_form_label input {
	background: #FFFFFF;
	border: none;
	border-radius: 5px;
	font-weight: 400;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 0.15em;
	color: #000;
	width: 100%;
	height: 40px;
	padding: 0 15px;
}

.modal_form_label input::-webkit-input-placeholder {
	color: #98A1AA;
}

.modal_form_label input::-moz-placeholder {
	color: #98A1AA;
}

.modal_form_label input:-ms-input-placeholder {
	color: #98A1AA;
}

.modal_form_label input::-ms-input-placeholder {
	color: #98A1AA;
}

.modal_form_label input::-webkit-input-placeholder {
	color: #98A1AA;
}

.modal_form_label input:-ms-input-placeholder {
	color: #98A1AA;
}

.modal_form_label input::placeholder {
	color: #98A1AA;
}

.form_btn {
	margin-top: 40px;
	min-width: 100%;
	margin-bottom: 25px;
	border: none;
	outline: none;
}

.modal_form_policy .control {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}

.modal_form_policy .control a {
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.modal_form_policy .control a:hover {
	color: #e6e6e6;
}

.modal_form_img {
	width: calc(50% - 11px);
}

.modal_form_img img {
	border-radius: 10px;
}

header {
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	background: rgba(255, 255, 255, 0.08);
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.btn_call_mobail.btn_call {
	display: none;
}

.header_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 40px;
}

.humb_box {
	width: 80px;
	height: 80px;
	background: #ed356a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header_logo {
	width: 252px;
	height: 48px;
	margin-bottom: 16px;
}

/*
.header_logo img {
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	height: 100%;
}
*/

.header_nav_mini {
	margin: 0 auto;
}

.header_nav_mini ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}

.header_nav_mini a {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	text-align: right;
	color: #fff;
}

.header_nav_mini .active_link {
	color: #ed356a;
}

.location_item {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	padding-left: 21px;
	background: url(../images/location.svg) no-repeat left;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 24px;
}

.header_phone {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 122%;
	letter-spacing: 0.02em;
	text-align: right;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 24px;
}

.header_mail {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 122%;
	text-align: right;
	color: #fff;
	margin-right: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 24px;
}

.header_call {
	padding: 18px 46px;
	width: 257px;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ed356a;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	-webkit-animation: glowing 1900ms infinite;
	animation: glowing 1900ms infinite;
}

@-webkit-keyframes glowing {
	0% {
		background-color: #ed356a;
		-webkit-box-shadow: 0 0 5px #ed356a;
		box-shadow: 0 0 5px #ed356a;
	}

	50% {
		background-color: #f19cb4;
		-webkit-box-shadow: 0 0 20px #f19cb4;
		box-shadow: 0 0 20px #f19cb4;
	}

	100% {
		background-color: #ed356a;
		-webkit-box-shadow: 0 0 5px #ed356a;
		box-shadow: 0 0 5px #ed356a;
	}
}

@keyframes glowing {
	0% {
		background-color: #ed356a;
		-webkit-box-shadow: 0 0 5px #ed356a;
		box-shadow: 0 0 5px #ed356a;
	}

	50% {
		background-color: #f19cb4;
		-webkit-box-shadow: 0 0 20px #f19cb4;
		box-shadow: 0 0 20px #f19cb4;
	}

	100% {
		background-color: #ed356a;
		-webkit-box-shadow: 0 0 5px #ed356a;
		box-shadow: 0 0 5px #ed356a;
	}
}

/*Баннер*/

.banner {
	min-height: 900px;
	height: 100svh;
	position: relative;
}

.banner_video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-filter: brightness(0.3);
	filter: brightness(0.3);
}

.mobail_video {
	display: none;
}

.banner_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-top: 200px;
	min-height: 900px;
	height: 100svh;
	padding-bottom: 80px;
}

.banner_title {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 64px;
	color: #fff;
	max-width: 1090px;
	margin: 0 0 30px;
}

.red {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 64px;
	color: #fff;
	color: #ed356a;
}

.banner_text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 28px;
	color: #fff;
	max-width: 700px;
	margin: 0 0 auto;
}

.banner_triggers {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

.banner_trigger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	background: rgba(255, 255, 255, 0.16);
	border-radius: 20px;
	padding: 24px;
	height: auto;
}

.banner_trigger_title {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 28px;
	color: #fff;
	display: block;
	max-width: 100%;
	background-size: 19px;
	margin-bottom: 20px;
}

.banner_trigger_text {
	font-size: 18px;
	line-height: 1.3;
	-webkit-transition: max-height 0.8s, padding-bottom 0.3s ease-out;
	transition: max-height 0.8s, padding-bottom 0.3s ease-out;
}

.banner_trigger_text ul {
	max-width: 400px;
}

.m_bottom {
	margin: 0 0 80px;
}

.trigger_box_wrapper {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

.trigger_card {
	height: 735px;
	overflow: hidden;
	border-radius: 20px;
}

.flip_card_front {
	position: relative;
}

.flip_card_front::before {
	position: absolute;
	content: "";
	bottom: 40px;
	right: 40px;
	width: 64px;
	height: 64px;
	background: url(../images/rotate.svg) no-repeat center;
	z-index: 1;
	cursor: pointer;
}

.trigger_card_photo {
	height: 735px;
	-webkit-filter: brightness(0.8);
	filter: brightness(0.8);
}

.trigger_card_photo img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
}

.trigger_card_title {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 28px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 0 50px;
}

.flip_card_back {
	position: relative;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-radius: 20px;
}

.flip_card_back::before {
	position: absolute;
	content: "";
	bottom: 40px;
	right: 40px;
	width: 64px;
	height: 64px;
	background: url(../images/rotate.svg) no-repeat center;
	cursor: pointer;
}

.card_back_title {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 28px;
	color: #fff;
	display: block;
	margin: 0 0 40px;
}

.card_back_text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 122%;
	letter-spacing: 0.02em;
	color: #fff;
	margin-bottom: 50px;
}

.list_box {
	margin-bottom: 20px;
}

.list_box ul {
	-webkit-column-count: 2;
	column-count: 2;
}

.list_box li {
	position: relative;
	padding-left: 18px;
	margin: 0 0 15px;
}

.list_box li::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: #ed356a;
	left: 0;
	top: 8px;
	border-radius: 50%;
}

.trigger_card_more {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: #ed356a;
	margin-top: auto;
}

/*------*/

.who_are_slider {
	pointer-events: none;
}

.who_are_slider .swiper-button-prev,
.who_are_slider .swiper-button-next,
.who_are_slider a {
	pointer-events: auto;
}

.who_are .who_are_slider .swiper-button-prev,
.who_are .who_are_slider .swiper-button-next {
	top: auto;
	bottom: 60px;
}

.who_are .who_are_slider .swiper-button-prev::before,
.who_are .who_are_slider .swiper-button-next::before {
	opacity: 0;
}

.who_are_slider .swiper-button-prev,
.who_are_slider .swiper-button-next {
	padding: 8px;
}

.who_are_slider .swiper-button-prev::before,
.who_are_slider .swiper-button-next::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	background: rgba(255, 255, 255, 0.2);
	z-index: -1;
}

.who_are_slide {
	min-height: 800px;
	height: auto;
	position: relative;
	z-index: 0;
}

.who_are_slide::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: -1;
	display: none;
}

.who_are_svg {
	position: absolute;
	width: 0;
	height: 0;
	pointer-events: none;
}

.who_are_clipped {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	background-size: cover;
	-webkit-clip-path: url(#my-clip-path);
	clip-path: url(#my-clip-path);
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.who_are_slide_wrap {
	padding: 120px 0;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}

.who_are_slide_title {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 56px;
	color: #fff;
	position: relative;
	display: block;
	margin: 0 0 60px;
}

.who_are_slide__text {
	font-family: var(--font5);
	font-weight: 400;
	font-size: 24px;
	max-width: 675px;
	margin: 0 0 80px;
}

.who_are_slide__text .white {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 28px;
	color: #fff;
}

.who_are_link {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: #ed356a;
}

.who_are_slide_right {
	border-radius: 20px;
	overflow: hidden;
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	background: rgba(255, 255, 255, 0.28);
}

.who_are_slide_text {
	display: block;
	padding: 40px;
	font-family: var(--font4);
	font-weight: 400;
	font-size: 24px;
	color: #fff;
}

.white {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 28px;
}

.who_are_slide_img {
	width: 100%;
}

.who_are_slide_img img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
}

.swiper-pagination-bullet-active {
	background: #ED356A;
}

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

.advantages_head {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}

.advantages_head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 65px;
}

.advantages_title {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 56px;
	color: #15152b;
}

.advantages_text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 122%;
	letter-spacing: 0.02em;
	color: #15152b;
}

.will_like_wrapper,
.gallery_stends_wrapper,
.who_are_slider,
.reviews_wrapper,
.oborudovanie_wrapper,
.advantages_wrapper {
	position: relative;
}

.will_like_wrapper .swiper-button-prev,
.will_like_wrapper .swiper-button-next,
.gallery_stends_wrapper .swiper-button-prev,
.gallery_stends_wrapper .swiper-button-next,
.who_are_slider .swiper-button-prev,
.who_are_slider .swiper-button-next,
.reviews_wrapper .swiper-button-prev,
.reviews_wrapper .swiper-button-next,
.oborudovanie_wrapper .swiper-button-prev,
.oborudovanie_wrapper .swiper-button-next,
.advantages_wrapper .swiper-button-prev,
.advantages_wrapper .swiper-button-next {
	width: 60px;
	height: 60px;
}

.will_like_wrapper .swiper-button-prev::after,
.will_like_wrapper .swiper-button-next::after,
.gallery_stends_wrapper .swiper-button-prev::after,
.gallery_stends_wrapper .swiper-button-next::after,
.who_are_slider .swiper-button-prev::after,
.who_are_slider .swiper-button-next::after,
.reviews_wrapper .swiper-button-prev::after,
.reviews_wrapper .swiper-button-next::after,
.oborudovanie_wrapper .swiper-button-prev::after,
.oborudovanie_wrapper .swiper-button-next::after,
.advantages_wrapper .swiper-button-prev::after,
.advantages_wrapper .swiper-button-next::after {
	display: none;
}

.will_like_wrapper .swiper-button-prev,
.gallery_stends_wrapper .swiper-button-prev,
.who_are_slider .swiper-button-prev,
.reviews_wrapper .swiper-button-prev,
.oborudovanie_wrapper .swiper-button-prev,
.advantages_wrapper .swiper-button-prev {
	left: -80px;
}

.will_like_wrapper .swiper-button-next,
.gallery_stends_wrapper .swiper-button-next,
.who_are_slider .swiper-button-next,
.reviews_wrapper .swiper-button-next,
.oborudovanie_wrapper .swiper-button-next,
.advantages_wrapper .swiper-button-next {
	right: -80px;
}

.who_are_slider .swiper-button-prev {
	left: 1vw;
}

.who_are_slider .swiper-button-next {
	right: 1vw;
}

.advantages_slide.flip_card {
	height: 320px;
	background: #15152b;
	border-radius: 20px;
	overflow: hidden;
}

.advantages_slide_front {
	padding: 24px;
}

.advantages_slide_front::before {
	right: 24px;
	bottom: 24px;
	width: 24px;
	height: 24px;
	background: url(../images/arrow_rewers.svg) no-repeat center;
	cursor: pointer;
}

.advantages_slide__title {
	font-family: var(--font5);
	font-weight: 400;
	font-size: 28px;
	color: #fff;
	display: block;
	margin: 0 0 20px;
}

.advantages_slide__text {
	font-family: var(--font7);
	font-weight: 400;
	font-size: 16px;
	line-height: 112%;
	letter-spacing: 0.02em;
	color: #fff;
}

.advantages_slide_back.flip_card_back {
	overflow: auto;
	border-radius: 20px;
	background: #ed356a;
	font-family: var(--font4);
	font-weight: 400;
	font-size: 15px;
	line-height: 127%;
	letter-spacing: 0.02em;
	color: #fff;
}

.advantages_slide_back.flip_card_back::before {
	right: 24px;
	bottom: 24px;
	width: 24px;
	height: 24px;
	background: url(../images/arrow_rewers.svg) no-repeat center;
	cursor: pointer;
}

.aboutus_title {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 64px;
	text-align: center;
	display: block;
	color: #15152b;
	margin: 0 0 80px;
}

.aboutus_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.aboutus_left {
	width: 67%;
	background: #8a8a95;
	border-radius: 20px;
	padding: 40px;
}

.aboutus_subtitle {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 36px;
	color: #fff;
	display: block;
	margin: 0 0 20px;
}

.aboutus_text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	line-height: 122%;
	letter-spacing: 0.02em;
	color: #fff;
}

.aboutus_bird {
	width: 33%;
	max-height: 230px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* Контейнер произвольного размера */

.aboutus_bird {
	position: relative;
	aspect-ratio: 4/3;
	--A-x: 25%;
	--A-y: 3%;
	--B-x: 4%;
	--B-y: 45%;
	--C-x: 46%;
	--C-y: 45%;
	--speed: 7s;
}

.aboutus_bird img {
	position: absolute;
	width: 241px;
	height: 154px;
	left: 70px;
	top: -25px;
	/* стартовые значения для индивидуальных свойств */
	translate: var(--A-x) var(--A-y);
	rotate: 0deg;
	scale: 1;
	/* две независимые анимации — не конфликтуют */
	-webkit-animation: triangle-flight var(--speed) linear infinite;
	animation: triangle-flight var(--speed) linear infinite;
	/* центрируем образ относительно точки */
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	/* НЕ используем transform здесь */
	-webkit-filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.25));
}

@-webkit-keyframes triangle-flight {

	/* A → B */
	0% {
		translate: var(--A-x) var(--A-y);
	}

	33% {
		translate: var(--B-x) var(--B-y);
	}

	34% {
		translate: var(--B-x) var(--B-y);
	}

	/* короткая «стыковка» */
	/* B → C */
	66% {
		translate: var(--C-x) var(--C-y);
	}

	67% {
		translate: var(--C-x) var(--C-y);
	}

	/* C → A (замыкаем цикл, те же значения что и на 0%) */
	100% {
		translate: var(--A-x) var(--A-y);
	}
}

@keyframes triangle-flight {

	/* A → B */
	0% {
		translate: var(--A-x) var(--A-y);
	}

	33% {
		translate: var(--B-x) var(--B-y);
	}

	34% {
		translate: var(--B-x) var(--B-y);
	}

	/* короткая «стыковка» */
	/* B → C */
	66% {
		translate: var(--C-x) var(--C-y);
	}

	67% {
		translate: var(--C-x) var(--C-y);
	}

	/* C → A (замыкаем цикл, те же значения что и на 0%) */
	100% {
		translate: var(--A-x) var(--A-y);
	}
}

/* «мах крыльев» теперь меняет только scale — без перезаписи translate/rotate */

@-webkit-keyframes flap {
	0% {
		scale: 1;
	}

	50% {
		scale: 1.04;
	}

	100% {
		scale: 1;
	}
}

@keyframes flap {
	0% {
		scale: 1;
	}

	50% {
		scale: 1.04;
	}

	100% {
		scale: 1;
	}
}

/* на случай prefer-reduced-motion */

/**/

.etapy_rabot_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 20px;
}

.etapy_rabot_left {
	width: calc(50% - 10px);
}

.sticky_box {
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
}

.etapy_rabot__title {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 56px;
	color: #15152b;
	margin: 0 0 30px;
}

.etapy_rabot_text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 122%;
	letter-spacing: 0.02em;
	color: #15152b;
}

.etapy_rabot_text span.red {
	font-size: 20px;
}

.etapy_rabot_right {
	width: calc(50% - 10px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 20px;
	counter-reset: example 0;
}

.height_active {
	height: 0;
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.etapy_rabot_item {
	border: 1px solid #15152b;
	border-radius: 20px;
	padding: 55px 65px 65px;
	background: #fff;
	position: -webkit-sticky;
	position: sticky;
	top: 150px;
}

.etapy_rabot_item__number {
	counter-increment: example 1;
	display: block;
	margin: 0 0 10px;
}

.etapy_rabot_item__number::after {
	content: "0"counter(example);
	font-family: var(--font-family-anta);
	font-weight: 400;
	font-size: 88px;
	line-height: 116%;
	color: #ed356a;
}

.etapy_rabot_item__title {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 28px;
	color: #0f0f3c;
	display: block;
	margin: 0 0 10px;
}

.etapy_rabot_item__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	color: #0f0f3c;
}

/*движение карточек*/

/* Задаем отступы для каждой карточки */

.etapy_rabot_item:nth-child(1n) {
	top: 50px;
}

.etapy_rabot_item:nth-child(2n) {
	top: 100px;
}

.etapy_rabot_item:nth-child(3n) {
	top: 150px;
}

.etapy_rabot_item:nth-child(4n) {
	top: 200px;
}

.etapy_rabot_item:nth-child(5n) {
	top: 250px;
}

.etapy_rabot_item:nth-child(6n) {
	top: 300px;
}

.etapy_rabot_item:nth-child(7n) {
	top: 350px;
}

.etapy_rabot_item:nth-child(8n) {
	top: 400px;
}

/**/

.oborudovanie_title {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 56px;
	color: #15152b;
	margin: 0 0 70px;
}

.oborudovanie_slider {
	padding-bottom: 40px;
}

.oborudovanie_slider .swiper-pagination {
	bottom: 0 !important;
}

.oborudovanie_slider .oborudovanie_slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 20px;
	height: 600px;
}

.oborudovanie_slide_info {
	width: calc(50% - 10px);
	padding: 24px;
	border-radius: 20px;
	background: #15152b;
	height: 600px;
}

.oborudovanie_slide_title {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 34px;
	color: #fff;
	margin: 0 0 20px;
}

.oborudovanie_slide__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 122%;
	letter-spacing: 0.02em;
	color: #fff;
	height: 486px;
	overflow: auto;
	padding-right: 5px;
}

.oborudovanie_slide__text::-webkit-scrollbar {
	width: 3px;
	background-color: #f9f9fd;
}

.oborudovanie_slide__text::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: #ed356a;
}

.oborudovanie_slide__text::-webkit-scrollbar-track {
	border-radius: 3px;
	background-color: #f9f9fd;
}

.oborudovanie_slide_img {
	height: 600px;
	width: calc(50% - 10px);
	border-radius: 20px;
	overflow: hidden;
}

.oborudovanie_slide_img img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
}

/*-------*/

.reviews {
	background: url(../images/reviews_back.jpg) no-repeat center;
	background-size: cover;
	padding: 100px 0 135px;
}

.reviews_title {
	color: #fff;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 56px;
	max-width: 810px;
	margin: 0 0 70px;
}

.reviews_slider {
	width: 100%;
}

.reviews_slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 20px;
	border-radius: 20px;
	background: #fff;
	padding: 24px;
	min-height: 360px;
}

.reviews_slide_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}

.reviews_slide_logo {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}

.reviews_slide_logo img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
}

.reviews_slide_name {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	color: #15152b;
}

.reviews_slide_text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: #15152b;
}

.reviews_slide_link {
	margin-top: auto;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: #ed356a;
}

.poluchit_predlogenie_wrap {
	background: #fbfbfb;
	border-radius: 20px;
	padding: 40px;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}

.poluchit_predlogenie__title {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 48px;
	color: #15152b;
	display: block;
	margin: 0 0 20px;
}

.poluchit_predlogenie__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: #15152b;
	max-width: 640px;
}

.poluchit_predlogenie_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 8px;
	width: 100%;
	max-width: 630px;
	margin-left: auto;
}

.poluchit_predlogenie_form textarea,
.poluchit_predlogenie_form input {
	height: 56px;
	background: #fff;
	border: 1px solid #cecece;
	border-radius: 4px;
	padding: 0 20px;
}

.poluchit_predlogenie_form textarea {
	padding: 20px;
	height: 75px;
	resize: vertical;
}

.poluchit_predlogenie_form button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ed356a;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	padding: 0 15px;
	height: 52px;
	min-width: 235px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border: none;
	border-radius: 4px;
	margin-top: 5px;
}

form textarea,
form input {
	height: 56px;
	background: #fff;
	border: 1px solid #cecece;
	border-radius: 4px;
	padding: 0 20px;
}

form textarea {
	padding: 20px;
	height: 75px;
	resize: vertical;
}

form input[type=file] {
	display: none;
}

form button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ed356a;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	padding: 0 15px;
	height: 52px;
	min-width: 235px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border: none;
	border-radius: 4px;
	margin-top: 5px;
}

.input-file-row {
	display: inline-block;
	max-width: 300px;
}

.input-file {
	position: relative;
	display: inline-block;
}

.input-file span {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	background-color: #15152b;
	line-height: 22px;
	height: 40px;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	margin: 0;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}

.input-file-list-name {
	color: #15152b;
}

/* Focus */

.input-file input[type=file]:focus + span {
	-webkit-box-shadow: 0 0 0 0.2rem #eee;
	box-shadow: 0 0 0 0.2rem #eee;
}

/* Hover/Active */

.input-file:hover span {
	background-color: #000;
}

.input-file:active span {
	background-color: #ed356a;
}

/* Disabled */

.input-file input[type=file]:disabled + span {
	background-color: #eee;
}

/* Список файлов */

.input-file-list {
	padding: 5px 0 3px;
}

.input-file-list-item {
	margin-bottom: 10px;
}

.input-file-list-remove {
	color: red;
	text-decoration: none;
	display: inline-block;
	margin-left: 5px;
}

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

.our_indicators_section {
	position: relative;
}

/* Базовое состояние слайдера: центрируем и ограничиваем ширину */

.our_indicators_slider {
	max-width: 1640px;
	width: 100%;
	min-height: 888px;
	max-height: 888px;
	margin: 0 auto;
}

/* Когда секция активна: фиксируем слайдер */

.our_indicators_section--fixed .our_indicators_slider {
	position: fixed;
	top: 85px;
	/* отступ от верха */
	z-index: 10;
	/* left и width задаём из JS по месту, чтобы не дёргался */
}

/* Белый фон под слайдером на весь экран, чтобы не торчали соседние блоки по бокам */

.our_indicators_section--fixed::before {
	content: "";
	position: fixed;
	inset: 0;
	background: #fff;
	z-index: 5;
	/* ниже слайдера (10), выше остального контента */
}

.our_indicators_slide {
	background: #fff;
}

.our_indicators_slide__img {
	border-radius: 20px;
	overflow: hidden;
	margin: 0 0 20px;
	height: 490px;
}

.our_indicators_slide__img img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
}

.our_indicators_slide__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 45px;
}

.our_indicators_slide_number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #0f0f3c;
	border-radius: 20px;
	padding: 55px;
	width: 534px;
	height: 274px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 64px;
	text-align: center;
	color: #fff;
}

.our_indicators_slide_text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 32px;
	color: #0f0f3c;
	display: block;
	max-width: 605px;
}

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

.over_country {
	background: url(../images/over_country.jpg) no-repeat center;
	background-size: cover;
	padding: 40px 0;
}

.over_country_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 30px;
}

.over_country_left {
	width: calc(100% - 520px);
}

.over_country_title {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 48px;
	color: #fff;
	padding-top: 60px;
}

.over_country_title .red {
	font-size: 48px;
}

.over_country_items {
	width: 490px;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 20px;
}

.over_country_item {
	border-radius: 20px;
	padding: 22px;
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	background: rgba(255, 255, 255, 0.16);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	font-family: var(--font-family);
	font-weight: 400;
	color: #fff;
}

.over_country_num {
	font-size: 36px;
}

.over_country_text {
	font-size: 24px;
}

.clients {
	margin-bottom: 120px;
}

.clients_item img{
	margin: 0;
}

.clients_wrapper {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(6, 1fr);
}

.clients_item {
	max-width: 257px;
	height: 120px;
}

.clients_item:hover img {
	-webkit-filter: saturate(1);
	filter: saturate(1);
}

.clients_item img {
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	height: 100%;
	-webkit-filter: saturate(0);
	filter: saturate(0);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/*Новые стили*/

main {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body.lock header#header {
	background: #15152b;
}

.main-form .form__mail,
.main-form .form__number,
.main-form .form__name {
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

/*----FOOTER-------*/

footer {
	background: #fbfbfb;
	padding: 40px 0;
}

.footer_top {
	margin: 0 0 40px;
}

.footer_top_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
/*	border-bottom: 1px solid #cecece;*/
	padding-bottom: 40px;
}

.footer_logo {
	width: 252px;
	height: 48px;
}

/*
.footer_logo img {
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	height: 100%;
}
*/

.footer_nav_top ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 64px;
}

.footer_nav_top a {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	text-align: right;
	color: #000;
}

.footer_nav_top .active_link a {
	color: #ed356a;
}

.footer_bottom_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #cecece;
	padding-bottom: 40px;
}

.footer_contacts {
	max-width: 260px;
}

.footer_address {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	color: #000;
	display: block;
	margin: 0 0 20px;
}

.footer_address:last-of-type {
	margin: 0 0 40px;
}

.footer_phones {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 15px;
	margin: 0 0 40px;
}

.footer_phone {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	color: #ed356a;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.footer_phone:hover {
	color: #ed356a;
}

.footer_mail {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	color: #ed356a;
	display: block;
	margin: 0 0 20px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.footer_mail:hover {
	color: #ed356a;
}

.footer_message {
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 0 40px;
}

.footer_message img {
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	height: 100%;
}

.btn_call {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 18px 46px;
	width: 257px;
	height: 80px;
	background: #ed356a;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin: 0 0 40px;
}

.footer_rate {
	width: 222px;
	height: 74px;
}

.footer_nav_content {
	max-width: 395px;
}

.footer_nav_content:nth-child(1),
.footer_nav_content:nth-child(2) {
	max-width: 360px;
}

.footer_nav_content li {
	margin: 0 0 15px;
}

.footer_nav_content a {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: #727272;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.footer_nav_content a:hover {
	color: #ed356a;
}

.footer_nav_content .footer_nav_title {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	color: #727272;
	display: block;
	margin: 0 0 15px;
	max-width: 321px;
}

/**/

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	--tw-text-opacity: 1;
	margin: 0 auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	z-index: 30;
	will-change: transform;
	-webkit-transition: -webkit-transform 0.5s linear;
	transition: -webkit-transform 0.5s linear;
	transition: transform 0.5s linear;
	transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

#header.scrolled {
	-webkit-transform: translateY(calc(-100% - 40px));
	transform: translateY(calc(-100% - 40px));
	padding: 10px 0;
	-webkit-box-shadow: 0 2px 10px 0 rgba(82, 102, 172, 0.2);
	box-shadow: 0 2px 10px 0 rgba(82, 102, 172, 0.2);
}

#header.scrolling-up {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	padding: 10px 0;
	height: auto;
	-webkit-box-shadow: 0 2px 10px 0 rgba(82, 102, 172, 0.2);
	box-shadow: 0 2px 10px 0 rgba(82, 102, 172, 0.2);
}

.tabs_catalog {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 40px;
	margin: 0 0 20px;
}

.catalog_nav_tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 65px;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	color: var(--temn);
	border: 1px solid var(--temn);
	border-radius: 30px;
	padding: 20px 40px;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.catalog_nav_tab:hover {
	background: var(--k-s);
	color: var(--svet);
}

.catalog_nav_tab:last-child {
	margin: 0;
}

.catalog_nav_tab.active {
	-webkit-backdrop-filter: blur(60px);
	backdrop-filter: blur(60px);
	background: var(--k-s);
	color: var(--svet);
}

.catalog_tab {
	overflow: hidden;
	display: none;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.catalog_tab.active {
	display: block;
	height: auto;
	opacity: 1;
}

/*Flip Card*/

.trigger_card.flip_card {
	min-height: 735px;
}

.flip_card {
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 2000px;
	perspective: 2000px;
}

.flip_card_front {
	position: absolute;
	height: 100%;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

.flip_card_back {
	position: absolute;
	height: 100%;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	background: #15152b;
	/*-180deg to flip direction*/
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: auto;
}

.back_text::-webkit-scrollbar {
	width: 2px;
	background-color: rgba(0, 0, 0, 0.2);
}

.back_text::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background-color: #ed356a;
}

.back_text::-webkit-scrollbar-track {
	border-radius: 2px;
	background-color: transparent;
}

.flip_card:hover .flip_card_front {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.flip_card:hover .flip_card_back {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.apartment_inspection__item.hover_bk::before {
	background: #2b2c2d;
}

/*END Flip Card*/

.modal_sale {
	max-width: 615px;
	border-radius: 20px;
	background: #fff;
	margin: 0 auto;
}

.modal_sale button.close {
	border: none;
	background: none;
	position: absolute;
	right: 20px;
	top: 20px;
}

.modal_sale_right {
	width: 100%;
	position: relative;
	padding: 40px;
}

.sale_right_wrap {
	width: 100%;
}

.sale_right_wrap button {
	margin: 0 0 30px;
}

.modal_sale_title {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 28px;
	color: #15152b;
	display: block;
	margin: 0 0 20px;
}

.modal_sale_title .red {
	font-size: 28px;
}

.form_subtitle {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 122%;
	letter-spacing: 0.02em;
	color: #15152b;
	display: block;
	margin: 0 0 40px;
}

.modal_sale_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 8px;
}

.modal_sale_form textarea,
.modal_sale_form input:not([type=checkbox]) {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 16px;
	color: #15152b;
	width: 100%;
}

.modal_sale_form textarea::-webkit-input-placeholder,
.modal_sale_form input:not([type=checkbox])::-webkit-input-placeholder {
	font-size: 14px;
	color: #a7a7a7;
}

.modal_sale_form textarea::-moz-placeholder,
.modal_sale_form input:not([type=checkbox])::-moz-placeholder {
	font-size: 14px;
	color: #a7a7a7;
}

.modal_sale_form textarea:-ms-input-placeholder,
.modal_sale_form input:not([type=checkbox]):-ms-input-placeholder {
	font-size: 14px;
	color: #a7a7a7;
}

.modal_sale_form textarea::-ms-input-placeholder,
.modal_sale_form input:not([type=checkbox])::-ms-input-placeholder {
	font-size: 14px;
	color: #a7a7a7;
}

.modal_sale_form textarea::-webkit-input-placeholder,
.modal_sale_form input:not([type=checkbox])::-webkit-input-placeholder {
	font-size: 14px;
	color: #a7a7a7;
}

.modal_sale_form textarea:-ms-input-placeholder,
.modal_sale_form input:not([type=checkbox]):-ms-input-placeholder {
	font-size: 14px;
	color: #a7a7a7;
}

.modal_sale_form textarea::placeholder,
.modal_sale_form input:not([type=checkbox])::placeholder {
	font-size: 14px;
	color: #a7a7a7;
}

.form-popup__data {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	line-height: 122%;
	letter-spacing: 0.02em;
	color: #15152b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 8px;
}

.form-popup__data input {
	accent-color: #15152b;
	margin-top: 3px;
	border: 1px solid #a7a7a7;
	border-radius: 6px;
	width: 16px;
	height: 16px;
}

.form-popup__data a {
	color: #ed356a;
}

.header_page {
	background: rgba(0, 0, 0, 0.21);
}

.main_page {
	margin-top: 100px;
}

.breadcrumb {
	margin: 0 0 60px;
}

.breadcrumb_wrapper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.breadcrumb_wrapper ul li {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 15px;
	color: #0f0f3c;
}

.breadcrumb_wrapper ul li a {
	color: #0f0f3c;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.breadcrumb_wrapper ul li a:hover {
	color: #ed356a;
}

.breadcrumb_wrapper ul li a::after {
	content: "/";
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 15px;
	color: #0f0f3c;
	margin: 0 5px;
	margin-left: 2px;
}

.products_page_title {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 64px;
	color: #000;
	margin: 0 0 43px;
}

.products_page_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 20px;
}

.products_page_info {
	width: calc(59% - 20px);
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 117%;
	letter-spacing: 0.02em;
	color: #000;
}

.products_page_info ul {
	margin: 40px 0;
	-webkit-column-count: 2;
	column-count: 2;
	max-width: 650px;
}

.products_page_info li {
	position: relative;
	padding-left: 16px;
	margin: 0 0 15px;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 117%;
	letter-spacing: 0.02em;
	color: #000;
}

.products_page_info li a {
	color: #000;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.products_page_info li a:hover {
	color: #ed356a;
	text-shadow: 0 0 0.3px #ed356a;
}

.products_page_info li::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #ed356a;
	left: 0;
	top: 4px;
	border-radius: 50%;
}

.products_page_img {
	width: 41%;
	border-radius: 20px;
	overflow: hidden;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.products_page_img img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
}

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

.products_stages_work .etapy_rabot__title {
	margin: 0 0 20px;
}

.products_stages_work .etapy_rabot_text {
	margin: 0 0 40px;
}

.products_stages_work .etapy_rabot_accordion {
	border-radius: 20px;
	overflow: hidden;
	counter-reset: example 0;
}

.products_stages_work .accordion_item {
	cursor: pointer;
	border: 1px solid #15152b;
	border-radius: 20px;
	counter-increment: example 1;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.products_stages_work .accordion_item::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #090919;
	border-radius: 20px;
	pointer-events: none;
	z-index: -1;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.products_stages_work .accordion_item::after {
	position: absolute;
	content: "0"counter(example);
	font-family: var(--font-family-anta);
	font-weight: 400;
	font-size: 88px;
	line-height: 116%;
	color: #ed356a;
	top: 50px;
	left: 65px;
	pointer-events: none;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.products_stages_work .accordion_item:hover::after {
	-webkit-transform: translateY(-25px);
	transform: translateY(-25px);
}

.products_stages_work .accordion_item:nth-child(n+2) {
	margin-top: -15px;
	background: #fff;
}

.products_stages_work .accordion_item:has(.accordion-header-active):nth-child(n+2)::before,
.products_stages_work .accordion_item:has(h3[aria-selected=true])::before {
	height: 100%;
}

.products_stages_work .accordion_item:has(.accordion-header-active):nth-child(n+2)::after,
.products_stages_work .accordion_item:has(h3[aria-selected=true])::after {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.products_stages_work .accordion_item:has(.accordion-header-active):nth-child(n+2) .accordion_header,
.products_stages_work .accordion_item:has(h3[aria-selected=true]) .accordion_header {
	color: #fff;
}

.products_stages_work .accordion_header {
	padding-top: 50px;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 28px;
	color: #0f0f3c;
	padding-left: calc(100% - 1024px);
	padding-bottom: 32px;
}

.products_stages_work .accordion_body {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	padding-left: calc(100% - 1024px);
	padding-bottom: 65px;
}

/*----tabs------*/

.tabs__content_title {
	display: none;
}

.tabs_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 20px;
}

.tabs_list {
	width: 543px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 12px;
}

.tabs_list li a,
.tabs_list li.ui-tabs-tab a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border: 1px solid #15152b;
	border-radius: 10px;
	padding: 10px 40px;
	width: 100%;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 28px;
	text-align: left;
	color: #15152b;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: relative;
	overflow: hidden;
}

.tabs_list li a::before,
.tabs_list li.ui-tabs-tab a::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 100%;
	background: #090919;
	pointer-events: none;
	z-index: -1;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.tabs_list li.ui-state-active a {
	background: #15152b;
	padding: 20px 40px;
	color: #fff;
}

.tabs_list li a:hover {
	text-shadow: 0 0 0.3px #15152b;
}

.tabs_box_content {
	width: calc(100% - 563px);
}

.tabs__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 60px;
	padding: 40px;
	padding-left: 60px;
	height: 100%;
	border-radius: 20px;
	background: #15152b;
	overflow: hidden;
}

.tabs__content .tabs__content_left {
	width: calc(50% - 30px);
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 117%;
	letter-spacing: 0.02em;
	color: #fff;
}

.tabs__content .tabs__content_rigth {
	width: calc(50% - 30px);
	height: auto;
	border-radius: 20px;
	overflow: hidden;
}

.tabs__content .tabs__content_rigth img {
	border-radius: 20px;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
	-webkit-transform: translateX(102%);
	transform: translateX(102%);
}

.tabs__content[aria-hidden=false] .tabs__content_rigth img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/*-------*/

.pricing__box {
	overflow: hidden;
}

.pricing_slider {
	width: 100vw;
}

.pricing_slide {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
	cursor: pointer;
}

.pricing_slide_text {
	background: #fff;
	border-radius: 20px;
	padding: 24px;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 20px;
	color: #0f0f3c;
	min-height: 250px;
}

.pricing_slide_plus {
	display: block;
	width: 87px;
	height: 87px;
	background: url(../images/plus.svg) no-repeat center/contain;
}

/*-*/

.commercial_offer_title {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 48px;
	text-align: center;
	color: #15152b;
	margin: 0 0 40px;
}

.commercial_offer_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 0 90px;
	max-width: 1044px;
	margin: 0 auto;
}

.commercial_offer_left {
	width: calc(100% - 360px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

.form_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-flow: row;
	flex-flow: row;
	gap: 0 140px;
	margin: 0 0 40px;
}

.form_head .label_form {
	width: calc(100% - 70px);
}

.label_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 15px;
}

.label_form input {
	width: 100%;
	height: 37px;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 16px;
	border: 0;
	border-radius: 0;
	border-bottom: 2px solid #ed356a;
	padding: 10px 0px;
	color: #15152b;
}

.label_form input::-webkit-input-placeholder {
	color: #666;
}

.label_form input::-moz-placeholder {
	color: #666;
}

.label_form input:-ms-input-placeholder {
	color: #666;
}

.label_form input::-ms-input-placeholder {
	color: #666;
}

.label_form input::-webkit-input-placeholder {
	color: #666;
}

.label_form input:-ms-input-placeholder {
	color: #666;
}

.label_form input::placeholder {
	color: #666;
}

.label_form_title {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 24px;
	color: #0f0f3c;
}

.commercial_offer_right {
	width: 270px;
}

.offer_btn {
	border-radius: 20px;
	height: 43px;
	margin: 80px 0 20px;
}

.commercial_private {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 12px;
	color: #15152b;
}

.label_file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 4px;
	height: 38px;
	background: #0f0f3c;
	max-width: 270px;
	margin-top: 40px;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

.label_file input {
	display: none;
}

/*-----*/

.completed_works {
	overflow: hidden;
}

.completed_slide {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	gap: 20px;
	height: auto;
}

.completed_slide_left {
	width: calc(50% - 10px);
	border: 1px solid #15152b;
	border-radius: 20px;
	min-height: 257px;
	padding: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 20px;
}

.completed_slide_title {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 40px;
	color: #15152b;
}

.completed_slide_text {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 117%;
	letter-spacing: 0.02em;
	color: #15152b;
}

.completed_slide_price {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 28px;
	color: #15152b;
	margin-top: auto;
}

.completed_slide_right {
	height: auto;
	width: calc(50% - 10px);
	border-radius: 20px;
	overflow: hidden;
}

.completed_slide_right img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
}

/**---**/

.gallery_stends {
	overflow: hidden;
}

.gallery_stends_slide {
	height: 450px;
	border-radius: 20px;
	overflow: hidden;
}

.gallery_stends_slide img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
}

.question__box {
	overflow: hidden;
}

.question__box .questions_accordion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 20px;
}

.question__box .accordion_item {
	border: 1px solid #15152b;
	border-radius: 20px;
	position: relative;
}

.question__box .accordion_header {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 20px;
	color: #0f0f3c;
	padding: 20px;
	padding-right: 40px;
	cursor: pointer;
}

.question__box .accordion_body {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 18px;
	color: #15152b;
	padding: 20px;
	padding-top: 0;
}

.question__box .ui-icon-minus,
.question__box .ui-icon-plus {
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/plus_ac.svg) no-repeat center;
	background-size: contain;
	pointer-events: none;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}

.question__box .ui-icon-minus {
	background: url(../images/minus.svg) no-repeat center;
	background-size: contain;
}

/**/

.news_archive_wrapper {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

.news_archive_wrapper {
	margin: 0 0 20px;
}

.news_item {
	border: 1px solid #15152b;
	border-radius: 20px;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 20px;
}

.news_item__title {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 28px;
	color: #0f0f3c;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.news_item__text {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 117%;
	letter-spacing: 0.02em;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.news_item_more {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 20px;
	text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: #ed356a;
}

.single_news {
	position: relative;
}

.single_news_logotip {
	position: absolute;
	top: -100px;
	left: 0;
	z-index: -1;
}

.single_news_content {
	padding-top: 155px;
	max-width: 1080px;
	margin: 0 auto 40px;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 117%;
	letter-spacing: 0.02em;
	color: #000;
}

.single_news_content p,
.single_news_content a {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 117%;
	letter-spacing: 0.02em;
	color: #000;
}

.single_news_content p {
	margin: 10px 0;
}

.single_news_content ul {
	margin: 20px 0;
}

.single_news_content li {
	position: relative;
	padding-left: 16px;
	margin: 0 0 15px;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 117%;
	letter-spacing: 0.02em;
	color: #000;
}

.single_news_content li a {
	color: #000;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.single_news_content li a:hover {
	color: #ed356a;
	text-shadow: 0 0 0.3px #ed356a;
}

.single_news_content li::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #ed356a;
	left: 0;
	top: 4px;
	border-radius: 50%;
}

.single_news_content img {
	width: auto;
	height: auto;
	margin: 40px 0;
}

.single_news_content h2,
.single_news_content h3,
.single_news_content h4 {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 28px;
	color: #0f0f3c;
	margin: 35px 0 20px;
}

.single_news_title {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 64px;
	line-height: normal;
	text-align: center;
	color: #000;
	margin: 0 0 40px;
}

.single_news_gallery {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

.single_news_gallery {
	max-width: 1080px;
	margin: 0 auto 80px;
}

.news_gallery_item {
	height: 280px;
}

.news_gallery_item img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
}

.will_like_wrapper .will_like_slider .news_item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.poluchit_predlogenie_form textarea,
.poluchit_predlogenie_form input {
	color: #15152b;
	font-size: 16px;
}

.humb {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	width: 30px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
	z-index: 9999;
	overflow: hidden;
}

.humb li {
	list-style: none;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 3px;
	background: #fff;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}

.humb li:nth-of-type(1) {
	top: 25%;
	left: 0;
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
	opacity: 1;
}

.humb li:nth-of-type(2) {
	top: 50%;
	left: 0;
	width: 75%;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.humb li:nth-of-type(3) {
	top: 75%;
	right: 0;
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
	opacity: 1;
}

.humb.active li:nth-of-type(1) {
	left: 100%;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 0;
}

.humb.active li:nth-of-type(2) {
	-webkit-transform: translateY(-50%) rotate(405deg);
	transform: translateY(-50%) rotate(405deg);
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.humb.active li:nth-of-type(3) {
	right: 100%;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 0;
}

.humb li:nth-of-type(2)::before {
	content: "";
	position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: 0.7s;
	transition: 0.7s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.humb.active li:nth-of-type(2)::before {
	top: 0;
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

/**/

@media screen and (min-width: 1200px) {
	.swiper-pagination {
		display: none;
	}

	.header_nav li:hover > .sub-menu {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		visibility: visible;
		opacity: 1;
		z-index: 11;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	header {
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	header .header_call,
	header .humb_box {
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.scroll_header header {
		background: #15152b;
	}

	.scroll_header header .humb_box {
		height: 65px;
	}

	.scroll_header header .header_call {
		height: 65px;
		padding: 0 40px;
	}

	.humb.active li:nth-of-type(2)::before,
	.humb.active li {
		background: #ED356A;
	}

	/*Меню десктоп*/

	.nav {
		position: fixed;
		top: -100vh;
		left: 0;
		width: 100%;
		height: 100vh;
		overflow: auto;
		background-color: #E9ECF1;
		padding: 70px 10px 20px 10px;
		-webkit-transition: all 0.2s ease 0s;
		transition: all 0.2s ease 0s;
	}

	.nav .tab__menu-columns {
		max-width: 75%;
		margin-left: 125px;
		margin-right: 125px;
	}

	.nav .header__columns {
		margin-left: 125px;
		margin-right: 1.8%;
		text-align: left;
		margin-top: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.nav .first-column,
	.nav .second-column,
	.nav .third-column {
		max-width: 290px;
	}

	.nav .tab__menu-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		justify-content: space-between;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	}

	.nav .first-column > ul > li {
		padding: 5px 0;
	}

	.nav .second-column > ul > li {
		padding: 5px 0;
	}

	.nav .third-column > ul > li {
		padding: 5px 0;
	}

	.nav .first-column a {
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 18px;
		color: #0f0f3c;
	}

	.nav .second-column a {
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 18px;
		color: #0f0f3c;
	}

	.nav .third-column a {
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 18px;
		color: #0f0f3c;
	}

	.nav .first-column__title,
	.nav .second-column__title,
	.nav .third-column__title {
		margin-bottom: 1rem;
	}

	.nav .first-column__title a {
		padding-bottom: 30px;
		font-weight: 700;
		font-size: 22px;
		line-height: 29px;
		color: #8a8ca2;
	}

	.nav .second-column__title a {
		padding-bottom: 30px;
		font-weight: 700;
		font-size: 22px;
		line-height: 29px;
		color: #8a8ca2;
	}

	.nav .third-column__title a {
		padding-bottom: 30px;
		font-weight: 700;
		font-size: 22px;
		line-height: 29px;
		color: #8a8ca2;
	}

	.nav .header__list {
		position: relative;
		z-index: 3;
		font-size: 22px;
		font-weight: 700;
		line-height: 26px;
	}

	.nav .header__list li {
		list-style: none;
		text-decoration: none;
		text-transform: none;
		margin-left: 20px;
		text-align: left;
		margin: 0 0 30px 0;
	}

	.nav .header__link {
		color: #8a8ca2;
	}

	.nav .header__link:hover {
		color: #0f0f3c;
		opacity: 0.2;
		text-decoration: none;
	}

	.nav.active {
		top: 0;
		z-index: 2;
	}

	/*new_header*/

	.header_mail,
	.header_phone,
	.header_location,
	.header_nav_mini {
		margin-top: 22px;
	}

}

@media screen and (max-width: 1200px) {
	.our_indicators_slider {
		min-height: inherit;
		max-height: inherit;
	}

	.our_indicators {
		margin-bottom: 35px;
	}

	.footer_btn {
		position: static;
	}

	.header_nav .first-column ul {
		gap: 0;
	}
}

@media (max-width: 1024px) {
	.banner_triggers {
		grid-template-columns: repeat(3, 1fr);
	}

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

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

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

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

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

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

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

@media (max-width: 768px) {
	.banner_triggers {
		grid-template-columns: repeat(2, 1fr);
	}

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
	.btn_call_mobail.btn_call {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border-radius: 4px;
	}
}

@media (max-width: 480px) {
	.banner_triggers {
		grid-template-columns: repeat(1, 1fr);
	}

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

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

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

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

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

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

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

@media screen and (min-width: 320px) and (max-width: 767px) {
	.modal_sale_right {
		padding: 25px;
	}

	.modal_sale_title {
		font-size: 24px;
	}

	.modal_sale_title .red {
		font-size: 24px;
	}

	.form_subtitle {
		margin: 0 0 25px;
		font-size: 14px;
	}

	.modal_sale_form input:not([type=checkbox]) {
		height: 40px;
	}

	.sale_right_wrap button {
		margin: 0 0 15px;
	}

	.tabs_list {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;
		gap: 10px;
		overflow-x: auto;
		-ms-scroll-snap-type: x mandatory;
		-webkit-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory;
		scroll-padding-right: 15px;
		-webkit-overflow-scrolling: touch;
	}

	.tabs_list li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		scroll-snap-align: start;
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content;
	}

	.tabs_list li a,
	.tabs_list li.ui-tabs-tab a {
		padding: 10px !important;
		font-size: 16px;
	}

	.tabs_box_content {
		width: 100%;
	}

	.tabs__content {
		padding: 25px 15px;
		gap: 25px;
	}

	.tabs__content .tabs__content_left {
		width: 100%;
		font-size: 14px;
	}

	.tabs__content .tabs__content_rigth {
		width: 100%;
	}
}

@media screen and (min-width: 320px) and (max-width: 1200px) {
	.no_scroll {
		overflow: hidden;
	}

	.nav {
		position: fixed;
		z-index: -98;
		width: 90vw;
		height: 90vh;
		left: 0;
		right: 0;
		top: 70px;
		margin: auto;
		pointer-events: none;
	}

	.nav .first-column__title {
		margin-bottom: 15px;
	}

	.nav:before,
	.nav:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		background-color: #ed356a;
		border-bottom-right-radius: 200%;
		z-index: -1;
		-webkit-transition: border-radius linear 0.8s, width cubic-bezier(0.77, 0, 0.175, 1) 0.6s, height cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
		transition: border-radius linear 0.8s, width cubic-bezier(0.77, 0, 0.175, 1) 0.6s, height cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
	}

	.nav:after {
		background-color: rgb(9, 9, 12);
		background: #15152b;
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: 300%;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-box-shadow: 6px 7px 28px 0 rgba(16, 16, 16, 0.3);
		box-shadow: 6px 7px 28px 0 rgba(16, 16, 16, 0.3);
	}

	.nav:before {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}

	.nav__content {
		visibility: hidden;
		width: 90%;
		padding: 75px 0 0 40px;
		text-align: left;
		overflow: auto;
		height: 100%;
		padding-bottom: 100px;
	}

	.nav__list {
		position: relative;
		padding: 0;
		margin: 0;
		z-index: 2;
	}

	.nav__list a {
		color: #fff;
	}

	.nav__list-item {
		position: relative;
		display: block;
		-webkit-transition-delay: 0.8s;
		transition-delay: 0.8s;
		opacity: 0;
		overflow: hidden;
		-webkit-transform: translate(30px, 0%);
		transform: translate(30px, 0%);
		-webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
		transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
		-webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
		transition: opacity 0.2s ease, transform 0.2s ease;
		transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
	}

	.nav__list-item a {
		color: #fff;
	}

	/**/

	.header_nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 20px;
	}

	.header_nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 20px;
	}

	body.nav-active .nav__content {
		visibility: visible;
	}

	body.nav-active .nav {
		visibility: visible;
		pointer-events: all;
	}

	body.nav-active .nav:before,
	body.nav-active .nav:after {
		width: 100%;
		height: 100%;
		border-radius: 15px;
	}

	body.nav-active .nav:after {
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}

	body.nav-active .nav:before {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}

	body.nav-active .nav__list-item {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transition: opacity 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
		transition: opacity 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
		transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
		transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
	}

	body.nav-active .nav__list-item:nth-child(0) {
		-webkit-transition-delay: 0.7s;
		transition-delay: 0.7s;
	}

	body.nav-active .nav__list-item:nth-child(1) {
		-webkit-transition-delay: 0.8s;
		transition-delay: 0.8s;
	}

	body.nav-active .nav__list-item:nth-child(2) {
		-webkit-transition-delay: 0.9s;
		transition-delay: 0.9s;
	}

	body.nav-active .nav__list-item:nth-child(3) {
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}

	body.nav-active .nav__list-item:nth-child(4) {
		-webkit-transition-delay: 1.1s;
		transition-delay: 1.1s;
	}

	body.nav-active .nav__list-item:nth-child(5) {
		-webkit-transition-delay: 1.2s;
		transition-delay: 1.2s;
	}

	body.nav-active .nav__list-item:nth-child(6) {
		-webkit-transition-delay: 1.3s;
		transition-delay: 1.3s;
	}

	body.nav-active .nav__list-item:nth-child(7) {
		-webkit-transition-delay: 1.4s;
		transition-delay: 1.4s;
	}

	body.nav-active .nav__list-item:nth-child(8) {
		-webkit-transition-delay: 1.5s;
		transition-delay: 1.5s;
	}

	body.nav-active .nav__list-item:nth-child(9) {
		-webkit-transition-delay: 1.6s;
		transition-delay: 1.6s;
	}

	body.nav-active .nav__list-item:nth-child(10) {
		-webkit-transition-delay: 1.7s;
		transition-delay: 1.7s;
	}

	body.nav-active .nav__list-item:nth-child(11) {
		-webkit-transition-delay: 1.8s;
		transition-delay: 1.8s;
	}
}

@media screen and (min-width: 320px) and (max-width: 1199px) {
	.grid_container {
		width: 100%;
		padding: 0 5vw;
	}

	.humb.active li:nth-of-type(2) {
		left: 5px;
	}

	header {
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.scroll_header header {
		background: #15152b;
	}

	.header_location,
	.header_call,
	.header_mail,
	.header_phone,
	.header_nav_mini {
		display: none;
	}

	.header_wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-flow: row-reverse;
		flex-flow: row-reverse;
		padding: 0 0 0 5vw;
	}

	.header_logo {
		width: 170px;
		height: 40px;
	}

	.humb_box {
		width: 50px;
		height: 50px;
	}

	.humb {
		height: 32px;
	}

	.desctop_video {
		display: none;
	}

	.mobail_video {
		display: block;
	}

	.banner {
		min-height: inherit;
		overflow: hidden;
		height: auto;
	}

	.banner_wrapper {
		min-height: 90vh;
		height: auto;
		padding: 80px 5vw 35px;
	}

	.banner_title {
		font-size: 28px;
	}

	.red {
		font-size: inherit;
	}

	.banner_text {
		font-size: 18px;
		margin-bottom: 45px;
	}

	.banner_triggers {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;
		gap: 10px;
		overflow-x: auto;
		-ms-scroll-snap-type: x mandatory;
		-webkit-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory;
		scroll-padding-right: 15px;
		-webkit-overflow-scrolling: touch;
		width: 100vw;
		padding-right: 10vw;
	}

	.banner_trigger {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		scroll-snap-align: start;
		max-width: 90vw;
		padding: 15px;
		padding-bottom: 0;
	}

	.banner_trigger_title {
		font-size: 18px;
		padding-right: 30px;
	}

	.banner_trigger_title br {
		display: none;
	}

	.banner_trigger_text {
		font-size: 14px;
	}

	.m_bottom {
		margin-bottom: 35px;
	}

	.trigger_card.flip_card,
	.trigger_card_photo {
		height: 80vh;
		min-height: inherit;
		max-height: 550px;
	}

	.trigger_card_title {
		font-size: 20px;
	}

	.flip_card_front::before {
		width: 40px;
		height: 40px;
		background-size: contain !important;
		bottom: 20px;
		right: 20px;
	}

	.flip_card_back {
		padding: 15px;
	}

	.flip_card_back::before {
		display: none;
	}

	.card_back_title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.card_back_text {
		margin-bottom: 25px;
	}

	.list_box ul {
		-webkit-column-count: 1;
		column-count: 1;
	}

	.list_box li,
	.card_back_text {
		font-size: 14px;
	}

	.list_box li {
		margin-bottom: 10px;
	}

	.list_box li::before {
		width: 8px;
		height: 8px;
		top: 4px;
	}

	.trigger_card_more {
		font-size: 14px;
	}

	.who_are_slide_wrap {
		padding: 35px 5vw;
	}

	.who_are .swiper-pagination {
		bottom: 6px !important;
	}

	.who_are_slide_title {
		display: block;
		font-size: 28px;
		margin: 0 0 45px;
	}

	.who_are_slide__text {
		font-size: 14px;
		line-height: 1.3;
		margin: 0 0 25px;
	}

	.who_are_slide__text span.white {
		font-size: 16px;
	}

	.who_are_slide::after {
		display: block;
	}

	.who_are_link {
		font-size: 14px;
	}

	.who_are_slide {
		min-height: 350px;
	}

	.who_are_slide_title::after {
		width: 35px;
		height: 35px;
		background-size: contain !important;
		bottom: -40px;
	}

	.who_are_slide_text {
		padding: 25px 15px;
	}

	.who_are_slide_text,
	.white {
		font-size: 16px;
	}

	.advantages_text {
		font-size: 18px;
	}

	.advantages_head {
		margin-bottom: 35px;
	}

	.advantages_slider {
		overflow: hidden;
		border-radius: 20px;
		padding-bottom: 10px;
	}

	.advantages_wrapper .swiper-pagination {
		position: static;
	}

	.flip_card_front::before {
		width: 30px;
		height: 30px;
	}

	.advantages_slide.flip_card {
		height: 250px;
	}

	.advantages_slide__title {
		font-size: 24px;
	}

	.aboutus_title {
		font-size: 24px;
		margin: 0 0 25px;
	}

	.aboutus_wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
	}

	.aboutus_bird {
		width: 100%;
	}

	.aboutus_left {
		width: 100%;
		padding: 15px;
	}

	.aboutus_subtitle {
		font-size: 24px;
		margin: 0 0 15px;
	}

	.aboutus_text {
		font-size: 18px;
	}

	.aboutus_bird {
		aspect-ratio: 2/1;
	}

	.aboutus_bird img {
		width: 185px;
		height: auto;
		left: calc(50% - 150px);
		top: 0;
	}

	.etapy_rabot_right,
	.etapy_rabot_left {
		width: 100%;
	}

	.etapy_rabot__title {
		margin: 0 0 15px;
	}

	.etapy_rabot_item {
		padding: 15px;
	}

	.etapy_rabot_item__number::after {
		font-size: 42px;
	}

	.etapy_rabot_item__title {
		font-size: 22px;
	}

	.etapy_rabot_item__text {
		font-size: 16px;
	}

	/*Title*/

	.over_country_title,
	.poluchit_predlogenie__title,
	.reviews_title,
	.oborudovanie_title,
	.who_are_slide_title,
	.etapy_rabot__title,
	.aboutus_title,
	.advantages_title {
		font-size: 28px;
		font-size: 24px;
	}

	.over_country_title .red,
	.poluchit_predlogenie__title .red,
	.reviews_title .red,
	.oborudovanie_title .red,
	.who_are_slide_title .red,
	.etapy_rabot__title .red,
	.aboutus_title .red,
	.advantages_title .red {
		font-size: 28px;
		font-size: 24px;
	}

	/* END Title*/

	.oborudovanie_title {
		margin: 0 0 25px;
	}

	.oborudovanie_slider {
		padding-bottom: 30px;
	}

	.oborudovanie_slide {
		height: auto;
		gap: 4px;
	}

	.oborudovanie_slider .oborudovanie_slide {
		height: auto;
		gap: 4px;
	}

	.oborudovanie_slide_img,
	.oborudovanie_slide_info {
		height: 315px;
	}

	.oborudovanie_slide__text {
		height: 254px;
	}

	.oborudovanie_slide_img {
		width: calc(45% - 2px);
	}

	.oborudovanie_slide_info {
		width: calc(55% - 2px);
	}

	.oborudovanie_slide_info {
		padding: 15px;
	}

	.oborudovanie_slide_title {
		font-size: 20px;
		margin: 0 0 10px;
	}

	.oborudovanie_slide__text {
		font-size: 12px;
		white-space: normal;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		lang: ru;
	}

	.reviews {
		padding: 35px 0 45px;
		overflow: hidden;
	}

	.reviews_title {
		margin: 0 0 25px;
	}

	.reviews_slider {
		width: 100vw;
	}

	.reviews_slide {
		padding: 15px;
		min-height: 220px;
		height: auto;
	}

	.reviews_slide_logo {
		width: 40px;
		height: 40px;
	}

	.reviews_slide_name {
		font-size: 18px;
	}

	.reviews_slide_text {
		font-size: 14px;
	}

	.poluchit_predlogenie__text {
		font-size: 14px;
	}

	.poluchit_predlogenie_form textarea,
	.poluchit_predlogenie_form input {
		height: 40px;
		font-size: 16px;
	}

	.poluchit_predlogenie_form textarea {
		height: 120px;
	}

	.poluchit_predlogenie_form button {
		height: 45px;
	}

	.advantages_head {
		margin: 0 0 25px;
	}

	.advantages_text {
		font-size: 14px;
	}

	.our_indicators .our_indicators_slider {
		padding-bottom: 35px;
	}

	.our_indicators_slide__img {
		height: 200px;
		margin: 0 0 5px;
	}

	.our_indicators_slide__info {
		gap: 15px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.our_indicators_slide_number {
		width: 100%;
		min-height: 175px;
		height: auto;
		padding: 25px;
		font-size: 44px;
	}

	.our_indicators_slide_text {
		font-size: 20px;
		text-align: center;
		padding: 0 15px;
	}

	.swiper-pagination {
		top: auto;
		bottom: -3px !important;
	}

	.over_country {
		padding: 35px 0;
	}

	.over_country_left {
		width: 100%;
	}

	.over_country_left br {
		display: none;
	}

	.over_country_title {
		padding-top: 0;
	}

	.over_country_item {
		padding: 15px;
	}

	.over_country_num {
		font-size: 24px;
		margin-bottom: 5px;
	}

	.over_country_text {
		font-size: 16px;
	}

	.clients_wrapper {
		gap: 15px;
	}

	.clients_item {
		height: 60px;
	}

	/*swiper_btn*/

	.reviews_wrapper .swiper-button-next,
	.oborudovanie_wrapper .swiper-button-next,
	.advantages_wrapper .swiper-button-next,
	.reviews_wrapper .swiper-button-next,
	.oborudovanie_wrapper .swiper-button-next,
	.advantages_wrapper .swiper-button-next {
		display: none;
	}

	/*END swiper_btn*/

	/*движение карточек*/

	/* Задаем отступы для каждой карточки */

	.etapy_rabot_item:nth-child(1n) {
		top: 30px;
	}

	.etapy_rabot_item:nth-child(2n) {
		top: 60px;
	}

	.etapy_rabot_item:nth-child(3n) {
		top: 90px;
	}

	.etapy_rabot_item:nth-child(4n) {
		top: 120px;
	}

	.etapy_rabot_item:nth-child(5n) {
		top: 150px;
	}

	.etapy_rabot_item:nth-child(6n) {
		top: 180px;
	}

	.etapy_rabot_item:nth-child(7n) {
		top: 210px;
	}

	.etapy_rabot_item:nth-child(8n) {
		top: 240px;
	}

	.who_are_slider .swiper-button-next,
	.who_are_slider .swiper-button-prev {
		display: none;
	}

	/*Товар*/

	.breadcrumb {
		margin: 0 0 35px;
	}

	.breadcrumb_wrapper ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;
		gap: 10px;
		overflow-x: auto;
		-ms-scroll-snap-type: x mandatory;
		-webkit-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory;
		scroll-padding-right: 15px;
		-webkit-overflow-scrolling: touch;
		gap: 0;
	}

	.breadcrumb_wrapper ul li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		scroll-snap-align: start;
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content;
		white-space: nowrap;
	}

	.products_page_title {
		font-size: 24px;
		margin: 0 0 25px;
	}

	.products_page_info {
		width: 100%;
		font-size: 14px;
	}

	.products_page_info ul {
		margin: 20px 0 15px;
		-webkit-column-count: 1;
		column-count: 1;
		font-size: 14px;
	}

	.products_page_info ul li {
		top: 4px;
	}

	.products_page_img {
		width: 100%;
	}

	.products_stages_work .accordion_item:last-of-type .accordion_header {
		padding-bottom: 20px;
	}

	.products_stages_work .accordion_header {
		font-size: 18px;
		padding: 20px;
		padding-left: 55px;
		padding-right: 15px;
		padding-bottom: 30px;
	}

	.products_stages_work .accordion_item::after {
		font-size: 26px;
		left: 10px;
		top: 12px;
		line-height: normal;
		-webkit-transform: translate(0) !important;
		transform: translate(0) !important;
	}

	.products_stages_work .accordion_body {
		font-size: 14px;
		padding: 0 20px 35px 55px;
	}

	.products_stages_work .etapy_rabot_text {
		margin: 0 0 25px;
	}

	.pricing_slide_text {
		min-height: 100px;
		font-size: 16px;
		padding: 15px;
	}

	.pricing_slide {
		gap: 20px;
	}

	.pricing_slide_plus {
		width: 55px;
		height: 55px;
	}

	.commercial_offer_title {
		font-size: 24px;
		margin: 0 0 35px;
	}

	.commercial_offer_form {
		gap: 25px;
	}

	.form_head,
	.commercial_offer_left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		width: 100%;
		gap: 20px;
		margin: 0 0 10px;
	}

	.form_head .label_form {
		width: 100%;
		gap: 10px;
	}

	.label_form_title {
		font-size: 18px;
	}

	.label_file {
		margin-top: 10px;
	}

	.commercial_offer_right {
		width: 100%;
	}

	.commercial_offer_right .offer_btn {
		margin: 0 0 15px;
	}

	.completed_slide {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		gap: 15px;
		height: auto;
	}

	.completed_slide_left {
		width: 100%;
		padding: 15px;
		gap: 15px;
		min-height: 200px;
		height: auto;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.completed_slide_right {
		width: 100%;
	}

	.completed_slide_title {
		font-size: 22px;
	}

	.completed_slide_price {
		font-size: 22px;
	}

	.gallery_stends_slide {
		height: 205px;
	}

	.will_like_wrapper .swiper-button-prev,
	.will_like_wrapper .swiper-button-next,
	.reviews_wrapper .swiper-button-prev,
	.reviews_wrapper .swiper-button-next,
	.gallery_stends_wrapper .swiper-button-prev,
	.gallery_stends_wrapper .swiper-button-next {
		display: none;
	}

	.question__box .accordion_header {
		padding: 15px 20px;
		padding-right: 30px;
		font-size: 18px;
	}

	.question__box .ui-icon-minus,
	.question__box .ui-icon-plus {
		right: 15px;
		top: 20px;
		width: 13px;
		height: 13px;
	}

	.question__box .accordion_body {
		font-size: 14px;
	}

	/*новости*/

	.news_archive {
		margin-top: -10px;
	}

	.news_item {
		padding: 15px;
		gap: 15px;
	}

	.news_item__title {
		font-size: 20px;
	}

	.news_item_more,
	.news_item__text {
		font-size: 14px;
	}

	/*- новость -*/

	.main_page {
		margin-top: 65px;
	}

	.single_news_logotip {
		top: -90px;
		width: 300px;
	}

	.single_news_content {
		padding-top: 95px;
	}

	.single_news_title {
		font-size: 24px;
		margin: 0 0 24px;
	}

	.single_news_content li,
	.single_news_content p {
		font-size: 14px;
	}

	.single_news_content img {
		margin: 25px 0;
	}

	.single_news_content h2,
	.single_news_content h3,
	.single_news_content h4 {
		font-size: 20px;
		margin: 30px 0 20px;
	}

	.single_news_gallery {
		gap: 10px;
	}

	.single_news_gallery .news_gallery_item {
		height: 100px;
	}

	/*1*/

	/*Footer*/

	footer {
		padding: 35px 0 15px;
	}

	.footer_top {
		margin-bottom: 25px;
	}

	.footer_top_wrap {
		gap: 15px;
		padding-bottom: 15px;
	}

	.footer_nav_top ul {
		gap: 5px 15px;
	}

	.footer_contacts {
		max-width: 320px;
	}

	.footer_phones {
		margin-bottom: 25px;
	}

	.footer_phone {
		font-size: 18px;
	}

	.btn_call {
		height: 60px;
		width: 100%;
		margin: 0 0 25px;
	}

	.footer_message {
		margin: 0 0 25px;
	}

	.footer_nav_content ul {
		display: none;
	}

	.footer_nav_content .footer_nav_title {
		margin: 0;
		font-size: 18px;
	}

	.footer_bottom_wrapper {
		padding-bottom: 25px;
	}
}

@media screen and (min-width: 320px) and (max-width: 660px) {
	.who_are_clipped {
		width: 170%;
	}
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
	/*слайдер табы*/

	.tabs_box_content.tabs_slider {
		width: 100%;
	}

	.tabs__content_title {
		font-family: var(--second-family);
		font-weight: 400;
		font-size: 20px;
		line-height: normal;
		color: #fff;
		text-align: left;
		display: block;
		margin: 0 0 20px;
	}

	.tabs_list {
		display: none;
	}

	.tabs_slide.tabs__content {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.tabs_slide.tabs__content .tabs__content_rigth img {
		-webkit-transform: none;
		transform: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.grid_container {
		padding: 0 4vw;
	}

	.banner_wrapper {
		min-height: 550px;
		padding: 80px 4vw 35px;
	}

	.banner_text {
		max-width: 430px;
	}

	.banner_trigger {
		-ms-flex: 0 0 300px;
		-webkit-box-flex: 0;
		flex: 0 0 300px;
	}

	.trigger_card.flip_card,
	.trigger_card_photo {
		max-height: 435px;
	}

	.who_are_slide_wrap {
		padding: 35px 4vw;
	}

	.aboutus_wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.aboutus_left {
		width: 67%;
	}

	.aboutus_bird {
		width: 33%;
	}

	.aboutus_bird img {
		width: 175px;
		left: 0;
	}

	.etapy_rabot_left {
		width: calc(45% - 10px);
	}

	.etapy_rabot_right {
		width: calc(55% - 10px);
	}

	/*движение карточек*/

	/* Задаем отступы для каждой карточки */

	.etapy_rabot_item:nth-child(1n) {
		top: 45px;
	}

	.etapy_rabot_item:nth-child(2n) {
		top: 90px;
	}

	.etapy_rabot_item:nth-child(3n) {
		top: 135px;
	}

	.etapy_rabot_item:nth-child(4n) {
		top: 180px;
	}

	.etapy_rabot_item:nth-child(5n) {
		top: 225px;
	}

	.etapy_rabot_item:nth-child(6n) {
		top: 270px;
	}

	.etapy_rabot_item:nth-child(7n) {
		top: 315px;
	}

	.etapy_rabot_item:nth-child(8n) {
		top: 360px;
	}

	.reviews_wrapper .swiper-button-prev,
	.oborudovanie_wrapper .swiper-button-prev,
	.advantages_wrapper .swiper-button-prev {
		width: 25px;
		height: 25px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		left: -27px;
	}

	.reviews_wrapper .swiper-button-next,
	.oborudovanie_wrapper .swiper-button-next,
	.advantages_wrapper .swiper-button-next {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		right: -27px;
		width: 25px;
		height: 25px;
	}

	.oborudovanie_slide_img,
	.oborudovanie_slide_info {
		height: 390px;
	}

	.oborudovanie_slide {
		gap: 10px;
	}

	.oborudovanie_slide_img,
	.oborudovanie_slide_info {
		width: calc(50% - 5px);
	}

	.our_indicators_slide__info {
		gap: 30px;
	}

	.our_indicators_slide__img {
		height: 245px;
		margin: 0 0 20px;
	}

	.our_indicators_slide_number {
		width: 300px;
	}

	.our_indicators_slide_text {
		width: calc(100% - 350px);
		text-align: left;
		max-width: 320px;
		font-size: 22px;
	}

	.over_country_left {
		width: calc(45% - 15px);
	}

	.over_country_items {
		width: calc(55% - 15px);
	}

	.clients_wrapper {
		gap: 20px;
	}

	.clients_item {
		height: 65px;
	}

	.oborudovanie_slide__text {
		height: 300px;
	}

	/*Ремонт*/

	.products_page_info ul {
		-webkit-column-count: 2;
		column-count: 2;
	}

	.tabs_wrapper {
		gap: 10px;
	}

	.tabs_list {
		width: 250px;
	}

	.tabs_box_content {
		width: calc(100% - 260px);
	}

	.tabs_list li a,
	.tabs_list li.ui-tabs-tab a {
		font-size: 16px;
		padding: 15px;
	}

	.tabs__content {
		padding: 20px;
		gap: 30px;
	}

	.tabs__content .tabs__content_left {
		font-size: 14px;
		width: calc(50% - 15px);
	}

	.tabs__content .tabs__content_rigth {
		width: calc(50% - 15px);
	}

	.form_head {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;
	}

	.commercial_offer_right {
		width: 370px;
		margin-left: auto;
	}

	.completed_slider {
		width: 100%;
	}

	.completed_slide {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;
	}

	.completed_slide_left {
		width: calc(50% - 10px);
	}

	.completed_slide_right {
		width: calc(50% - 10px);
	}

	.gallery_stends_wrapper .swiper-button-next {
		display: block;
		right: -27px;
		width: 25px;
		height: 25px;
	}

	.gallery_stends_wrapper .swiper-button-prev {
		display: block;
		left: -27px;
		width: 25px;
		height: 25px;
	}

	/*- новость -*/

	.single_news_logotip {
		width: 335px;
	}

	.single_news_gallery .news_gallery_item {
		height: 160px;
	}

	.poluchit_predlogenie_wrap {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	/*2*/

	/*Footer*/

	.footer_top_wrap {
		padding-bottom: 15px;
	}

	.footer_nav_top ul {
		gap: 5px 20px;
	}

	.footer_bottom_wrapper {
		gap: 40px;
	}

	.footer_contacts {
		max-width: inherit;
		width: calc(50% - 20px);
	}

	.footer_nav_content {
		width: calc(50% - 20px);
	}

	.footer_nav_content .footer_nav_title {
		font-size: 20px;
		margin: 0 0 15px;
	}

	.footer_nav_content ul {
		display: block;
	}

	.footer_nav_content li {
		margin: 0 0 8px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
	.banner_title {
		font-size: 32px;
	}

	.banner_text {
		font-size: 20px;
		max-width: 470px;
	}

	.banner_triggers {
		padding-right: 8vw;
	}

	.banner_trigger_title {
		font-size: 20px;
	}

	.banner_trigger {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(33.3333% - 7px);
		flex: 0 0 calc(33.3333% - 7px);
	}

	.advantages_wrapper .swiper-pagination {
		display: none;
	}

	.aboutus_subtitle {
		font-size: 26px;
	}

	.aboutus_text {
		font-size: 20px;
	}

	.over_country_title .red,
	.poluchit_predlogenie__title .red,
	.reviews_title .red,
	.oborudovanie_title .red,
	.who_are_slide_title .red,
	.etapy_rabot__title .red,
	.aboutus_title .red,
	.advantages_title .red {
		font-size: 32px;
	}

	.aboutus_bird img {
		width: 175px;
		left: -20px;
	}

	.etapy_rabot_item {
		padding: 20px;
	}

	.etapy_rabot_item__number::after {
		font-size: 56px;
	}

	.etapy_rabot_item__title {
		font-size: 24px;
	}

	.etapy_rabot_item__text {
		font-size: 18px;
	}

	.oborudovanie_slide_title {
		font-size: 24px;
	}

	.oborudovanie_slide__text {
		font-size: 14px;
	}

	.oborudovanie_slide_img,
	.oborudovanie_slide_info {
		height: 415px;
	}

	.reviews_slider {
		width: 100%;
	}

	.poluchit_predlogenie__text,
	.reviews_slide_text {
		font-size: 16px;
	}

	.poluchit_predlogenie__text {
		max-width: 430px;
	}

	.our_indicators_slide__img {
		height: 300px;
	}

	/*Ремонт*/

	.products_page_title {
		font-size: 28px;
		margin: 0 0 30px;
	}

	.products_page_info {
		font-size: 16px;
	}

	.products_page_info {
		width: calc(50% - 20px);
	}

	.products_page_img {
		width: 50%;
	}

	.over_country_title,
	.poluchit_predlogenie__title,
	.reviews_title,
	.oborudovanie_title,
	.who_are_slide_title,
	.etapy_rabot__title,
	.aboutus_title,
	.advantages_title {
		font-size: 26px;
	}

	.products_stages_work .accordion_header {
		padding-top: 40px;
		font-size: 28px;
		padding-left: calc(100% - 650px);
		padding-bottom: 32px;
	}

	.products_stages_work .accordion_item::after {
		font-size: 88px;
		top: 30px;
		left: 65px;
	}

	.products_stages_work .accordion_body {
		padding-left: calc(100% - 650px);
		font-size: 16px;
	}

	.tabs_list {
		width: 350px;
	}

	.tabs_list li a,
	.tabs_list li.ui-tabs-tab a {
		font-size: 18px;
		padding: 15px;
	}

	.tabs_box_content {
		width: calc(100% - 370px);
	}

	.tabs__content .tabs__content_left {
		font-size: 16px;
	}

	.pricing_slide_text {
		min-height: 160px;
		font-size: 18px;
		padding: 20px;
	}

	.commercial_offer_left {
		width: calc(100% - 360px);
	}

	.commercial_offer_right {
		width: 270px;
	}

	.commercial_offer_right .offer_btn {
		margin: 60px 0 15px;
	}

	/*- новость -*/

	.single_news_title {
		font-size: 26px;
		margin: 0 0 28px;
	}

	.single_news_content {
		max-width: 80%;
	}

	.single_news_content li,
	.single_news_content p {
		font-size: 16px;
	}

	.single_news_content h2,
	.single_news_content h3,
	.single_news_content h4 {
		font-size: 22px;
		margin: 30px 0 20px;
	}

	.single_news_gallery {
		gap: 20px;
	}

	.single_news_gallery .news_gallery_item {
		height: 215px;
	}

	/*3*/

	/*footer*/

	.footer_nav_content,
	.footer_contacts {
		max-width: inherit;
		width: calc(33.333% - 27px);
	}

	.footer_bottom_wrapper {
		padding-bottom: 20px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1586px) {
	.header_wrapper {
		gap: 15px;
	}

	.header_nav_mini ul {
		gap: 20px;
	}

	.header_mail {
		margin-right: 0;
	}

	.header_phone {
		font-size: 15px;
	}

	.header_call {
		width: 15vw;
		padding: 15px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1320px) {
	.header_nav_mini ul {
		gap: 15px;
	}

	.will_like_wrapper .swiper-button-prev,
	.reviews_wrapper .swiper-button-prev,
	.oborudovanie_wrapper .swiper-button-prev,
	.advantages_wrapper .swiper-button-prev {
		display: none;
	}

	.will_like_wrapper .swiper-button-next,
	.reviews_wrapper .swiper-button-next,
	.oborudovanie_wrapper .swiper-button-next,
	.advantages_wrapper .swiper-button-next {
		display: none;
	}

	header .header_mail {
		display: none;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
	/*движение карточек*/

	/* Задаем отступы для каждой карточки */

	.etapy_rabot_item:nth-child(1n) {
		top: 38px;
	}

	.etapy_rabot_item:nth-child(2n) {
		top: 76px;
	}

	.etapy_rabot_item:nth-child(3n) {
		top: 114px;
	}

	.etapy_rabot_item:nth-child(4n) {
		top: 152px;
	}

	.etapy_rabot_item:nth-child(5n) {
		top: 190px;
	}

	.etapy_rabot_item:nth-child(6n) {
		top: 228px;
	}

	.etapy_rabot_item:nth-child(7n) {
		top: 266px;
	}

	.etapy_rabot_item:nth-child(8n) {
		top: 304px;
	}

	.etapy_rabot_item {
		padding: 36px 65px 40px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1800px) {
	.grid_container {
		padding: 0 2vw;
	}
	
	.footer_top_wrap{
		padding-bottom: 30px;
	}

	.banner {
		min-height: 900px;
	}

	.banner_wrapper {
		min-height: 900px;
		padding-top: 150px;
		padding-bottom: 80px;
	}

	.who_are_slide_wrap {
		padding: 100px 2vw;
	}

	.will_like_wrapper .swiper-button-prev,
	.reviews_wrapper .swiper-button-prev,
	.oborudovanie_wrapper .swiper-button-prev,
	.advantages_wrapper .swiper-button-prev {
		width: 40px;
		height: 40px;
		left: -3vw;
	}

	.will_like_wrapper .swiper-button-next,
	.reviews_wrapper .swiper-button-next,
	.oborudovanie_wrapper .swiper-button-next,
	.advantages_wrapper .swiper-button-next {
		width: 40px;
		height: 40px;
		right: -3vw;
	}

	.swiper-pagination {
		display: block;
		bottom: -40px !important;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1675px) {

	.gallery_stends_wrapper .swiper-button-prev,
	.reviews_wrapper .swiper-button-prev,
	.oborudovanie_wrapper .swiper-button-prev,
	.advantages_wrapper .swiper-button-prev {
		width: 30px;
		height: 30px;
		left: -2vw;
	}

	.gallery_stends_wrapper .swiper-button-next,
	.reviews_wrapper .swiper-button-next,
	.oborudovanie_wrapper .swiper-button-next,
	.advantages_wrapper .swiper-button-next {
		width: 30px;
		height: 30px;
		right: -2vw;
	}

	.products_page_info ul {
		margin-bottom: 20px;
	}

	.header_call {
		margin-left: 0;
	}

	.header_mail {
		margin: 0;
	}

}

@media screen and (min-width: 1200px) and (max-width: 1920px) and (max-height: 870px) {
	.our_indicators_slider {
		min-height: 800px;
		max-height: 800px;
	}

	.our_indicators_slide__img {
		height: 450px;
	}

	.our_indicators_slide_number {
		height: 230px;
		font-size: 54px;
		line-height: 54px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1920px) and (max-height: 800px) {
	.our_indicators_slider {
		min-height: 800px;
		max-height: 800px;
	}

	.our_indicators_slide__img {
		height: 420px;
	}

	.our_indicators_slide_number {
		height: 230px;
		font-size: 54px;
		line-height: 54px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aboutus_bird img {
		-webkit-animation: none;
		animation: none;
	}
}

.fon_no_white {
	background-color: #15152b;
}

.position-unset {
	position: unset;
}
