@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_____________________________
    ___________________________________________*/

:root {
	--font-family: "Roboto", sans-serif;
}

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

html {
	overflow-x: hidden;
}

body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.65;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
	color: #333;
	overflow: hidden;
}

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

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

a {
	text-decoration: none;
}

input:-webkit-autofill {
	color: #ffffff !important;
}

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

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

@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Medium.woff2") format("woff2");
	font-style: normal;
	font-weight: 500;
}

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

/*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 .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 .3s ease-out;
	transition: all .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;
}

.top-bar__center {
	margin: auto;
}

.center_nav {
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-width: 360px;
	gap: 15px;
}

.center_nav a {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 18px;
	text-align: right;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.center_nav a:hover {
	color: #e45b85;
	text-decoration: none;
}

.banner {
	position: relative;
	z-index: 0;
}

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

.banner .grid_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 100%;
	padding-bottom: 70px;
}

.banner_slider {
	width: 100%;
	height: 100vh;
}

.banner_slide {
	overflow: hidden;
}

.banner_wrapper {
	max-width: 1090px;
	padding: 30px 100px;
	position: relative;
}

.banner_wrapper::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: calc(100% + 50vw);
	height: 100%;
	-webkit-backdrop-filter: blur(9px);
	backdrop-filter: blur(9px);
	background: rgba(61, 61, 61, 0.4);
	top: 0;
	left: -50vw;
	z-index: -1;
}

.banner_title {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 48px;
	color: #fff;
	margin: 0 0 40px;
}

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

.banner_list {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
}

.banner_list li {
	position: relative;
	padding-left: 40px;
	margin: 0 0 10px;
}

.banner_list li::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	background: #fff;
	top: 12px;
	left: 0;
}

.bold_title {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 36px;
	color: #fff;
}

.yandex_rate {
	position: absolute;
	right: 0;
	bottom: 70px;
	border-radius: 5px;
	overflow: hidden;
}

/*******/

.m_bottom {
	margin: 0 0 60px;
}

.index_title,
.be_useful_title {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 36px;
	line-height: normal;
	color: #0f0f3c;
	display: block;
	margin: 0 0 20px;
}

.be_useful_image {
	padding: 90px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}

.be_useful_image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	z-index: 0;
}

.be_useful_wrapper {
	z-index: 2;
	-webkit-backdrop-filter: blur(9px);
	backdrop-filter: blur(9px);
	width: 535px;
}

.be_useful_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(61, 61, 61, 0.4);
	padding: 20px 50px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 19px;
	line-height: normal;
	color: #fff;
	border: 1px solid rgba(237, 53, 106, 0.2);
}

.be_useful_item.hovered {
	background: rgba(0, 0, 0, 0.4);
}

.resultat_text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 19px;
	color: #0f0f3c;
	line-height: normal;
	margin: 0 0 20px;
}

.resultat_slider {
	width: 100%;
}

.resultat_slide {
	width: 480px;
	height: 315px;
}

.resultat_slide:hover .resultat_slide_wrapper {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.resultat_slide_wrapper {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.9s;
	transition: -webkit-transform 0.9s;
	transition: transform 0.9s;
	transition: transform 0.9s, -webkit-transform 0.9s;
}

.resultat_slide_front {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 30px 50px;
	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: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.resultat_slide_front::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: -1;
}

.resultat_slide_title {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 24px;
	line-height: normal;
	text-align: center;
	color: #fff;
	display: block;
	margin: 0 0 10px;
}

.resultat_slide_text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 19px;
	line-height: normal;
	text-align: center;
	color: #fff;
}

.resultat_slide_back {
	border: 1px solid rgba(228, 91, 133, 0.3);
	padding: 20px;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	background: #0f0f3c;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	overflow: auto;
	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: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.resultat_slide_back p {
	margin: 0 0 10px;
}

.red {
	color: #ed356a;
}

.stages_work_text {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 24px;
	color: #0f0f3c;
	margin: 0 0 40px;
}

.stages_work_text .red {
	color: #ed356a;
}

.stsages_work_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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 120px;
}

.stsages_work_item {
	width: 33.333%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	gap: 50px;
	background: #fff;
	position: relative;
}

.work_item::after {
	position: absolute;
	content: '';
	right: -300px;
	top: 50px;
	background: url(/public/images/work_item.svg) no-repeat center;
	width: 280px;
	height: 2px;
	z-index: -1;
}

.work_item2:after {
	position: absolute;
	content: '';
	right: -345px;
	top: 50px;
	background: url(/public/images/work_item2.svg) no-repeat center;
	width: 367px;
	height: 245px;
	z-index: -1;
}

.work_item4:after {
	position: absolute;
	content: '';
	left: -300px;
	top: 50px;
	background: url(/public/images/work_item.svg) no-repeat center;
	width: 260px;
	height: 2px;
	z-index: -1;
}

.work_item3::after {
	position: absolute;
	content: '';
	left: -335px;
	top: 50px;
	background: url(/public/images/work_item4.svg) no-repeat left;
	width: 330px;
	height: 332px;
	z-index: -1;
}

.work_item5::after {
	position: absolute;
	content: '';
	right: -295px;
	top: 50px;
	background: url(/public/images/work_item5.svg) no-repeat center;
	width: 253px;
	height: 2px;
	z-index: -1;
}

.work_item6::after {
	position: absolute;
	content: '';
	right: -345px;
	top: 50px;
	background: url(/public/images/work_item6.svg) no-repeat center;
	width: 896px;
	height: 258px;
	z-index: -1;
}

.work_item7::after {
	position: absolute;
	content: '';
	right: -145px;
	top: 42px;
	background: url(/public/images/work_item.svg) no-repeat center;
	width: 130px;
	height: 2px;
	z-index: -1;
}

.work_item2,
.work_item3,
.work_item6 {
	margin: 0 auto;
}

.work_item6,
.work_item5 {
	margin-top: 10px;
}

.work_item7 {
	margin-left: 13.33%;
}

.work_item_num {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 136px;
	line-height: 75%;
	color: #0f0f3c;
	width: 135px;
}

.work_item5 .work_item_num {
	color: #ed356a;
}

.work_item_text {
	max-width: 380px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 10px;
}

.work_item_title {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 24px;
	line-height: normal;
	color: #0f0f3c;
}

.work_item_info {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	color: #0f0f3c;
}

.work_item_sub_info {
	font-family: var(--font-family);
	font-weight: 700;
	line-height: normal;
	font-size: 16px;
	color: #0f0f3c;
}

/*-------*/

.we_trust_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.we_trust_item {
	width: 12.555vw;
	padding: 60px;
	height: 720px;
	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-transition: all 0.6s cubic-bezier(0.61, -0.44, 0.33, 1.39);
	transition: all 0.6s cubic-bezier(0.61, -0.44, 0.33, 1.39);
	overflow: hidden;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 1;
}

.we_trust_item .we_trust_img {
	position: absolute;
	content: '';
	width: 0;
	height: 100%;
	z-index: -1;
	top: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.9s cubic-bezier(0.61, -0.44, 0.33, 1.39);
	transition: all 0.9s cubic-bezier(0.61, -0.44, 0.33, 1.39);
}

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

.we_trust_content {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.6s cubic-bezier(0.61, -0.44, 0.33, 1.39);
	transition: all 0.6s cubic-bezier(0.61, -0.44, 0.33, 1.39);
	overflow: hidden;
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content;
	z-index: 1;
}

.we_trust_title {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 24px;
	color: #0f0f3c;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	-webkit-transition: all .6s ease-out;
	transition: all .6s ease-out;
}

.we_trust_text {
	-webkit-transform: translateY(150%);
	transform: translateY(150%);
	height: 0;
	width: 0;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 19px;
	line-height: normal;
	color: #fff;
}

.we_trust_item.trust_hover,
.we_trust_item:nth-child(n):hover {
	width: 50vw;
	background: #0f0f3c;
}

.we_trust_item.trust_hover .we_trust_img,
.we_trust_item:nth-child(n):hover .we_trust_img {
	opacity: 1;
}

.we_trust_item.trust_hover .we_trust_img,
.we_trust_item:nth-child(n):hover .we_trust_img {
	width: 40%;
}

.we_trust_item.trust_not_hover {
	width: 7vw;
}

@-webkit-keyframes textAnim {
	0% {
		height: 0;
		width: 480px;
		-webkit-transform: translateY(120%);
		transform: translateY(120%);
		margin-top: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		height: auto;
		width: 480px;
		margin-top: 35px;
	}
}

@keyframes textAnim {
	0% {
		height: 0;
		width: 480px;
		-webkit-transform: translateY(120%);
		transform: translateY(120%);
		margin-top: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		height: auto;
		width: 480px;
		margin-top: 35px;
	}
}

.we_trust_item:nth-child(n):hover .we_trust_content {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-right: auto;
}

.we_trust_item:nth-child(n):hover .we_trust_content .we_trust_title {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 24px;
	color: #ed356a;
	margin: 0 !important;
}

.we_trust_item:nth-child(n):hover .we_trust_content .we_trust_text {
	-webkit-transform: translateY(120%);
	transform: translateY(120%);
	-webkit-animation: textAnim 1s cubic-bezier(0.61, -0.44, 0.33, 1.39) forwards;
	animation: textAnim 1s cubic-bezier(0.61, -0.44, 0.33, 1.39) forwards;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

/*---*/

.clients_slider_wrapper,
.box_slider_wrapper {
	position: relative;
}

.vacanciy_slider .swiper-button-next:after,
.vacanciy_slider .swiper-button-prev:after,
.resultat_slider .swiper-button-next:after,
.resultat_slider .swiper-button-prev:after,
.clients_slider_wrapper .swiper-button-next:after,
.clients_slider_wrapper .swiper-button-prev:after,
.box_slider_wrapper .swiper-button-next:after,
.box_slider_wrapper .swiper-button-prev:after {
	color: #ed356a;
	font-size: 32px;
}

.clients_slider_wrapper .swiper-button-next,
.box_slider_wrapper .swiper-button-next {
	right: -35px;
}

.clients_slider_wrapper .swiper-button-prev,
.box_slider_wrapper .swiper-button-prev {
	left: -35px;
}

.reviews_slide {
	border: 1px solid #c5c5cb;
	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;
	min-height: 330px;
}

.reviews_slide_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	margin: 0 0 10px;
}

.reviews_slide_logotip {
	width: 60px;
	height: 60px;
}

.reviews_slide_name {
	width: calc(100% - 60px);
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	color: #0f0f3c;
}

.reviews_slide_text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	color: #0f0f3c;
	padding-left: 65px;
	margin-bottom: 15px;
}

.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: #0f0f3c;
	padding-left: 65px;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.reviews_slide_link:hover {
	color: #ed356a;
	text-shadow: 0 0 .3px #ed356a;
}

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

.indicators_wrapper {
	background: #0f0f3c;
}

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

.indicators_info {
	width: 50%;
	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;
	gap: 25px 190px;
	padding: 30px 55px 30px 0;
}

.indicators_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	width: calc(50% - 125px);
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 19px;
	color: #fff;
}

.indicators_num {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 96px;
	line-height: normal;
	color: #ed356a;
	max-width: 225px;
}

.indicators_text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 19px;
	color: #fff;
	line-height: normal;
	max-width: 225px;
}

.indicators_map {
	width: 50%;
	padding: 30px;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.indicators_map::after {
	position: absolute;
	content: '';
	width: calc(100% + 10vw);
	height: 100%;
	top: 0;
	left: 0;
	background: url(/public/images/indicators_map.jpg) no-repeat left center/cover;
	z-index: -1;
}

.indicators_map li {
	position: relative;
	padding-right: 70px;
	margin: 0 0 40px;
	text-align: right;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 24px;
	line-height: normal;
	color: #fff;
}

.indicators_map li::after {
	position: absolute;
	content: '';
	width: 60px;
	height: 2px;
	background: #ed356a;
	top: 15px;
	right: 0;
}

.our_clients_title {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 36px;
	line-height: normal;
	color: #000;
	display: block;
	text-align: center;
	margin: 0 0 40px;
}

.clients_slider_wrapper .swiper-grid-column > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 20px 0;
}

.clients_slide {
	height: 95px !important;
	margin-top: 0 !important;
}

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

/**/

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

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

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

.column__title-a {
	color: #8a8ca2;
	text-decoration: none;
	cursor: pointer;
}

.column__title-a:hover {
	text-decoration: none;
	color: #0f0f3c;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):hover {
	color: inherit;
	text-decoration: none;
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[role=button] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

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

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

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

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

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

::-moz-placeholder {
	color: #666;
}

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

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

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

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

::placeholder {
	color: #666;
}

::-moz-selection {
	background-color: orange;
	color: #fff;
}

::selection {
	background-color: #ED356A;
	color: #fff;
}

input,
textarea {
	outline: 0;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
	border-color: red;
}

input:required:valid,
textarea:required:valid {
	border-color: green;
}

body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.65;
	font-family: roboto, sans-serif;
	overflow-x: hidden;
	color: #333;
}

*,
:after,
:before {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: .02em;
}

strong {
	font-weight: 700;
}

a {
	text-decoration: none;
	font-family: Roboto-Regular, sans-serif;
	padding: 0;
	margin: 0;
	border: 0;
}

p {
	font-family: Roboto-Regular, sans-serif;
	padding: 0;
	margin: 0;
	border: 0;
}

span {
	font-family: Roboto-Regular, sans-serif;
	padding: 0;
	margin: 0;
	border: 0;
}

h1,
h2,
h3,
h4 {
	font-family: Roboto-Medium, sans-serif;
	padding: 0;
	margin: 0;
	border: 0;
}

li,
ul {
	list-style-type: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	border: 0;
}

.container {
	width: 100%;
	max-width: 1640px;
	margin: 0 auto;
}

body.lock {
	overflow: hidden;
}

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

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

.tab__menu-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	justify-content: space-between;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}
.pb-50{
	padding-bottom: 50px!important;
}
.first-column > ul > li {
	padding: 5px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.header__link {
	color: #8a8ca2;
}

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

.menu__burger {
	width: 80px;
	height: 80px;
	background-color: #ed356a;
	cursor: pointer;
}

.menu {
	position: relative;
	margin-right: 53px;
	z-index: 5;
}

.menu__burger:before {
	content: '';
	background-color: #fff;
	position: absolute;
	width: 26px;
	height: 2px;
	left: 25px;
	top: 32px;
}

.menu__burger span {
	position: absolute;
	background-color: #fff;
	width: 19px;
	height: 2px;
	left: 25px;
	top: 40px;
}

.menu__burger:after {
	content: '';
	background-color: #fff;
	position: absolute;
	width: 26px;
	height: 2px;
	left: 25px;
	bottom: 30px;
}
*/

.top-bar {
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top-bar__page {
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	position: fixed;
	z-index: 2;
}

/*
.top-bar__page-contacts {
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	position: fixed;
	background-color: #fafafa;
	z-index: 2;
}

.logo {
	display: inline-block;
	width: 269px;
	height: 51px;
	background-image: url(../img/img/logo-white.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 3;
}

.logo.active {
	display: inline-block;
	width: 269px;
	height: 51px;
	background-image: url(../img/img/logo-black.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 4;
}

.logo.appeal {
	display: inline-block;
	width: 269px;
	height: 51px;
	background-image: url(../img/img/logo-black.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 4;
}
*/

.contacts {
	text-align: right;
	font-size: 22px;
	line-height: 29px;
	z-index: 5;
}

.contacts a {
	color: #fff;
}

.contacts a:hover {
	text-decoration: none;
}

.phone__link.active {
	color: #0f0f3c;
}

.mail__link.active {
	color: #0f0f3c;
}

.phone__link.appeal {
	color: #0f0f3c;
}

.mail__link.appeal {
	color: #0f0f3c;
}

.phone.appeal {
	display: none;
}

.mail.appeal {
	display: none;
}

.kp {
	z-index: 5;
	width: 250px;
	height: 80px;
	background-color: #ed356a;
	color: #fff;
	margin-left: 53px;
}

.kp h4 {
	font-size: 22px;
	font-weight: 400;
	line-height: 29px;
}

.top-bar__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top-bar__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.thanks {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #E9ECF1;
}

.thanks-info {
	width: 100%;
	height: 100%;
	position: relative;
}

.thanks-info__block {
	width: 362px;
	height: 160px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.thanks-info__text {
	text-align: center;
}

.thanks-info__text p {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	letter-spacing: .02em;
	color: #0f0f3c;
}

.thanks-info__button {
	padding: 35px 0;
}

.thanks-info__link {
	margin-left: 20px;
	padding: 12px 80px;
	border-radius: 25px;
	color: #fff !important;
	background-color: #ed356a;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
}

.thanks-info__link:hover {
	text-decoration: none;
}

/*
.header__appeal {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 70px 0 20px 0;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

.header__appeal.appeal {
	top: 0;
	z-index: 3;
}

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

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

.menu__burger.active:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 39px;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.menu__burger.active:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 39px;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.menu__burger.active span {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.header__link {
	font-size: 24px;
}
*/

.main-form {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	position: absolute;
	top: 35%;
}

.form__title {
	font-size: 22px;
	line-height: 26px;
	color: #0f0f3c;
	font-weight: 700;
}

.form__name {
	width: 270px;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-top: 20px;
	margin-bottom: 60px;
}

.form__number {
	width: 270px;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-top: 20px;
	margin-bottom: 60px;
}

.form__mail {
	width: 270px;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-top: 20px;
}

.form-left {
	margin-left: 300px;
}

.form-right {
	margin-right: 300px;
}

input[type=checkbox]:checked,
input[type=checkbox]:not(:checked) {
	position: absolute;
	left: -9999px;
}

input[type=checkbox]:checked + label,
input[type=checkbox]:not(:checked) + label {
	display: inline-block;
	position: relative;
	padding-left: 28px;
	line-height: 20px;
	padding-top: 30px;
}

input[type=checkbox]:checked + label:before,
input[type=checkbox]:not(:checked) + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #0f0f3c;
	background-color: #fff;
}

input[type=checkbox]:checked + label:before,
input[type=checkbox]:not(:checked) + label:before {
	border-radius: 2px;
}

input[type=checkbox]:checked + label:after,
input[type=checkbox]:not(:checked) + label:after {
	content: "";
	position: absolute;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

input[type=checkbox]:checked + label:after,
input[type=checkbox]:not(:checked) + label:after {
	left: 2px;
	top: 2px;
	bottom: 2px;
	right: 2px;
	width: 14px;
	height: 14px;
	background-color: #0f0f3c;
	cursor: pointer;
}

.form__personal-data {
	font-size: 10px;
	line-height: 14px !important;
	max-width: 270px;
}

.form__button-kp {
	width: 270px;
	height: 43px;
	border-radius: 25px;
	background-color: #ed356a;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}

.form__button-photo {
	width: 270px;
	height: 38px;
	border-radius: 5px;
	background-color: #0f0f3c;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	text-align: center;
	padding: 10px;
}

.form-mobile {
	display: none;
}

#form-mobile__close {
	position: absolute;
	width: 25px;
	height: 25px;
	right: -25px;
}

#form-mobile__close:after {
	content: '';
	background-color: #0f0f3c;
	position: absolute;
	width: 26px;
	height: 2px;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

#form-mobile__close:before {
	content: '';
	background-color: #0f0f3c;
	position: absolute;
	width: 26px;
	height: 2px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.form-popup {
	height: 100%;
	width: 100%;
	position: relative;
}

.main-form-popup {
	max-width: 350px;
	width: 85%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.main-form-popup__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form-popup-button__kp {
	width: 100%;
	height: 43px;
	background: #ed356a;
	color: #fff;
	border-radius: 25px;
	margin-bottom: 20px;
}

.search-form-popup {
	margin: auto;
	padding: 70px 100px;
}

.search-form-popup__title {
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	color: #0f0f3c;
}

.search-form-popup-button__search {
	width: 270px;
	height: 43px;
	background: #ed356a;
	color: #fff;
	border-radius: 25px;
	margin-bottom: 20px;
}

.search-form-popup__input {
	width: 270px;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-top: 10px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.form-popup__data {
	width: 100%;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	color: #0f0f3c;
}

.cl-btn-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 0;
	padding-right: 30px;
	background: #fff;
}

.close-btn:focus {
	border: none;
}

.cl-btn-2 div {
	cursor: pointer;
	position: relative;
	height: 68px;
	width: 50px;
}

.cl-btn-2 .leftright {
	height: 4px;
	width: 50px;
	position: absolute;
	margin-top: 24px;
	background-color: #0f0f3c;
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.cl-btn-2 .rightleft {
	height: 4px;
	width: 50px;
	position: absolute;
	margin-top: 24px;
	background-color: #0f0f3c;
	border-radius: 2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.cl-btn-2 .close-btn {
	margin: 54px 0 0 -5px;
	position: absolute;
	color: #0f0f3c;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
	opacity: 0;
}

.cl-btn-2 div:hover .leftright {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #0f0f3c;
}

.cl-btn-2 div:hover .rightleft {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #0f0f3c;
}

.cl-btn-2 div:hover .close-btn {
	opacity: 1;
}

.form-popup__title {
	font-size: 15px;
	line-height: 18px;
	color: #0f0f3c;
}

.form-popup-fio__input {
	width: 100%;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-bottom: 50px;
}

.form-popup-number__input {
	width: 100%;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-bottom: 50px;
}

.form-popup-mail__input {
	width: 100%;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-bottom: 50px;
}

.form-popup-organization__input {
	width: 100%;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-bottom: 50px;
}

.form-popup-problem__input {
	width: 100%;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-bottom: 50px;
}

.form-popup-pn__input {
	width: 100%;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-bottom: 50px;
}

.form__title-mobile {
	font-size: 22px;
	line-height: 26px;
	color: #0f0f3c;
	font-weight: 700;
}

.form__name-mobile {
	width: 270px;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-bottom: 50px;
}

.form__number-mobile {
	width: 270px;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-bottom: 50px;
}

.form__mail-mobile {
	width: 270px;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-bottom: 50px;
}

.form__button-photo-mobile {
	width: 270px;
	height: 38px;
	border-radius: 5px;
	background-color: #0f0f3c;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
	padding: 10px;
}

.form__button-kp-mobile {
	width: 270px;
	height: 43px;
	border-radius: 25px;
	background-color: #ed356a;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}

.form__personal-data-mobile {
	font-size: 8px;
	line-height: 14px;
	color: #0f0f3c;
}

.main-page {
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	background-image: url(../img/img/main.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}

.main-page__wrap {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	position: relative;
}

.main-title {
	position: absolute;
	margin: auto 133px;
	top: 0;
	bottom: 10%;
	left: 0;
	right: 30%;
	width: 925px;
	height: 150px;
}

.main-title h1 {
	color: #fff;
	font-size: 48px;
	line-height: 65px;
}

.bottom-bar {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.block {
	width: 25%;
	height: 100%;
	color: #fff;
	font-size: 22px;
}

.block:hover {
	color: #fff;
}

.block__wrap:hover {
	background-color: #ed356a;
	-webkit-transition: .2s ease-in;
	transition: .2s ease-in;
}

button.block.search:focus {
	outline: none;
	background-color: #ed356a;
}

.canvas {
	display: none;
}

.canvas.active {
	display: block;
	position: absolute;
	width: 100%;
	height: 80px;
	background-color: #e9ecf1;
	background: #e9ecf1;
	z-index: 3;
}

.phone.active.appeal {
	display: block;
}

.mail.active.appeal {
	display: block;
}

.block__wrap-search:hover {
	background-color: #ed356a;
	-webkit-transition: .2s ease-in;
	transition: .2s ease-in;
}

.repair {
	background-image: url(../img/img/main-first.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.adjustment {
	background-image: url(../img/img/main-second.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.machines {
	background-image: url(../img/img/main-third.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.block__wrap {
	width: 100%;
	height: 100%;
	background-color: rgba(15, 15, 60, 0.75);
	position: relative;
}

.block__description {
	width: 200px;
	height: 100px;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.search {
	background-color: #0f0f3c;
}

.block__wrap-search {
	width: 100%;
	height: 100%;
	position: relative;
}

.block__description-search {
	width: 100px;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.block__description-search img {
	width: 29px;
	height: 31px;
	margin-right: 10px;
}

.top-wrap {
	width: 100%;
	background: #fafafa;
}

/*

.logo-forpages {
	display: inline-block;
	width: 269px;
	height: 51px;
	background-image: url(../images/logo-white.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 3;
}
*/

.contacts-forpages {
	text-align: right;
	font-size: 22px;
	line-height: 29px;
	z-index: 5;
}

.contacts-forpages a {
	color: #0f0f3c;
	text-decoration: none;
}

.links {
	font-size: 15px;
	line-height: 22px;
	color: #0f0f3c;
	padding: 150px 0 50px 0;
}

.link {
	color: #0f0f3c;
}

.link-active {
	color: #ed356a;
}

.link:hover {
	text-decoration: none;
	color: #ed356a;
}

.link-active:hover {
	text-decoration: none;
	color: #0f0f3c;
}

.title {
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	color: #0f0f3c;
	letter-spacing: .02em;
}

.prod_title {
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	color: #0f0f3c;
	letter-spacing: .02em;
}

.title__policy {
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	color: #0f0f3c;
	letter-spacing: .02em;
}

.form-title {
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	color: #0f0f3c;
	letter-spacing: .02em;
}

.card-title {
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	color: #0f0f3c;
	letter-spacing: .02em;
}

.repair-title {
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	padding: 30px 20px;
	color: #0f0f3c;
	letter-spacing: .02em;
}

.description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.description__text {
	padding: 10px 0;
}

.description__product {
	padding: 10px 0;
	max-width: 1092px;
	font-size: 19px;
	line-height: 25px;
	color: #0f0f3c;
}

.description__product-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.description__product-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.description__text p {
	font-size: 19px;
	line-height: 25px;
	color: #0f0f3c;
}

.tabs-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 50px;
	margin-bottom: 100px;
}

.tabs-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.first {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.second {
	border-bottom: 1px solid #e5e5e5;
}

.fourth {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.tab {
	width: 594px;
	height: 118px;
	cursor: pointer;
	position: relative;
}

.tab p {
	display: inline;
	position: absolute;
	width: 300px;
	height: 30px;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: .02em;
	color: #0f0f3c;
}

.tab:hover {
	background-color: #fafafa;
}

.tab.active-tab {
	background-color: #fafafa;
}

.tab-panel {
	display: none;
}

.tab-panel.active-tab {
	background-color: #fafafa;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.tab-panel__description {
	font-size: 19px;
	line-height: 80px;
	margin-left: 50px;
	letter-spacing: .02em;
	color: #0f0f3c;
}

.tabs-panels {
	width: 100%;
}

.tab-panel__description p {
	padding: 20px 0 20px 5px;
}

.ac-container {
	display: none;
}

.slider-products {
	margin-top: 50px;
}

.owl-carousel__certificate,
.owl-carousel__item,
.owl-carousel__item-logo {
	cursor: pointer;
}

.slider-certificates__mobile {
	display: none;
}

.models-list__mobile {
	display: none;
}

.slider-products__mobile {
	display: none;
}

.slider-logos__mobile {
	display: none;
}

.owl-carousel__item {
	margin: 0 10px;
}

.owl-carousel__item img {
	width: 100%;
	height: 420px;
	-o-object-fit: cover;
	object-fit: cover;
}

.line {
	position: relative;
	width: 100%;
	height: 6px;
	background-color: #e0e0e0;
	margin-top: 50px;
	margin-bottom: 100px;
}

.line-active {
	position: absolute;
	width: 368px;
	height: 100%;
	background-color: #ed356a;
}

.models-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 100px;
}

.list-column__text {
	display: block;
	padding: 30px 0;
	width: 380px;
	font-size: 19px;
	line-height: 25px;
	color: #0f0f3c;
	border-bottom: 1px solid #e5e5e5;
}

.clients {
	margin-top: 20px;
	margin-bottom: 150px;
	overflow: hidden;
}

.clients__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.clients img {
	margin: 30px 0;
}

.background-form__mobile {
	display: none;
}

.background-form {
	position: relative;
	width: 100%;
	height: 653px;
	background-color: #fafafa;
}

.form-page__mobile-768 {
	display: none;
}

.form-page {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form-page__mobile {
	display: none;
}

.form {
	max-width: 1100px;
	height: 326.5px;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-left: 20px;
}

.form-fio__title,
.form-number__title {
	font-size: 22px;
	line-height: 26px;
	color: #0f0f3c;
	font-weight: 700;
}

.form-fio__name {
	width: 270px;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-top: 20px;
	margin-bottom: 60px;
	background-color: #fafafa;
}

.form-number__number {
	width: 270px;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-top: 20px;
	margin-bottom: 60px;
	background-color: #fafafa;
}

.form-proposal__kp {
	width: 270px;
	height: 43px;
	border-radius: 25px;
	background-color: #ed356a;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}

.form-fio__photo {
	width: 270px;
	height: 38px;
	border-radius: 5px;
	background-color: #0f0f3c;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	text-align: center;
	padding: 10px;
}

.form-proposal {
	margin-top: 45px;
}

/*
.bottom-menu__mobile {
	display: none;
}
*/

/*
.bottom-menu__links-mobile {
	display: none;
}
*/

/*
.bottom-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e5e5e5;
}
*/

/*
.bottom-menu__logo {
	display: inline-block;
	width: 269px;
	height: 51px;
	background-image: url(../img/img/logo-black.png);
	background-repeat: no-repeat;
	background-size: cover;
}
*/

.bottom-menu__link {
	font-weight: 700;
	font-size: 22px;
	line-height: 29px;
	letter-spacing: .02em;
	color: #0f0f3c;
	text-decoration: none;
	padding-left: 120px;
}

.bottom-menu__link:hover {
	color: #ed356a;
	-webkit-transition: .2s ease-in;
	transition: .2s ease-in;
	text-decoration: none;
}

.mobile-button {
	display: none;
}

/*
.bottom-list__mobile-768 {
	display: none;
}
*/

.bottom-list__mobile {
	display: none;
}
/*

.bottom-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e5e5e5;
}
*/

.bottom-list__column a {
	color: #9d9d9d;
	text-decoration: none;
}

.bottom-list__column a:hover {
	color: #0f0f3c;
}

.column__title a {
	font-weight: 400;
	font-size: 19px;
	line-height: 24px;
	letter-spacing: .02em;
	color: #9d9d9d;
}

.column__link {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: .02em;
}

.bottom-list__column > ul > li {
	padding-top: 20px;
}

.kp-wrap {
	padding: 30px 0;
}

.bottom-kp {
	padding: 12px 80px;
	border-radius: 25px;
	color: #fff !important;
	background-color: #ed356a;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	white-space: nowrap;
}

.bottom-kp:hover {
	text-decoration: none;
}

.med-image {
	width: 832px;
}

.marks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 100px;
}

.column__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 380px;
	height: 100px;
	line-height: 100px;
	border-bottom: 1px solid #e5e5e5;
}

.column__description {
	display: block;
	width: 380px;
	font-size: 19px;
	line-height: 25px;
	color: #0f0f3c;
	letter-spacing: .01em;
	margin-left: 20px;
}

.card-text__title {
	padding-bottom: 20px;
}

.card-text__description {
	padding-bottom: 20px;
}

.top-wrap__product {
	background-color: #fafafa;
	width: 100%;
	margin-bottom: 100px;
}

.card-container {
	width: 100%;
	max-width: 1092px;
	margin: 0 auto;
}

.card-description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-description__mobile {
	display: none;
	width: 100%;
}

h2.prod__title {
	padding-left: 20px;
}

.column__mobile-title-480 {
	display: none;
}

.images__item {
	width: 93px;
	height: 70px;
}

.images__item img {
	width: 100%;
	height: 100%;
}

.images__images a {
	display: inline-block;
	width: 93px;
	height: 70px;
}

.images__images a:hover {
	border: 2px solid #ed356a;
}

.images__images a:focus {
	border: 2px solid #ed356a;
}

.active-item {
	border: 2px solid #ed356a;
}

.card-description__description {
	padding-left: 100px;
}

.description__text {
	display: block;
}

.description__text-title p {
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: .02em;
	color: #0f0f3c;
	padding: 15px 0;
}

.description__text-description p {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: .02em;
	color: #0f0f3c;
	padding: 16px 0 16px 50px;
}

.description__button {
	padding: 15px 60px;
	background-color: #ed356a;
	border-radius: 25px;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	margin-top: 20px;
	max-width: 245px;
	display: block;
}

.card-description__images {
	max-width: 50%;
}

.description__button:hover {
	color: #fff;
	text-decoration: none;
}

.card__button-block {
	display: none;
}

.guarantee-wrap {
	display: none;
}

.guarantee {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 412px;
	margin-top: 40px;
}

.guarantee__block {
	width: 117px;
	text-align: center;
}

.guarantee-about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 412px;
}

.guarantee__block-about {
	width: 117px;
	text-align: center;
}

.guarantee__block-text {
	font-weight: 700;
	font-size: 19px;
	line-height: 22px;
	text-align: center;
	letter-spacing: .02em;
	color: #0f0f3c;
	margin-top: 10px;
}

.card-text {
	margin-top: 100px;
}

.card-text__title {
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: .02em;
	color: #0f0f3c;
}

.card-text__description {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: .02em;
	color: #0f0f3c;
}

.card-text__link {
	font-weight: 700;
	font-size: 22px;
	line-height: 29px;
	letter-spacing: .01em;
	color: #ed356a;
}

.card-text__link:hover {
	color: #ed356a;
	text-decoration: none;
}

.about {
	margin-top: 50px;
	margin-bottom: 100px;
}

.about__img {
	width: 96.4%;
	height: 70vh;
}

.about-company__img {
	max-width: 1640px;
	max-height: 928px;
	width: 96.4%;
	height: 45vw;
}

.about__wrap {
	width: 100%;
	height: 100%;
	background-color: rgba(15, 15, 60, 0.65);
	position: relative;
}

.images__image img {
	max-width: 100%;
	max-height: 364px;
}

.contacts__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100px;
	position: relative;
}

.about__play {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 110px;
	height: 110px;
	border-radius: 100%;
	background-color: rgba(237, 53, 106, 0.65);
	cursor: pointer;
}

.about__play-items {
	position: relative;
	width: 100%;
	height: 100%;
}

.play__triangle {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 7px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 35px solid #fff;
	border-bottom: 20px solid transparent;
}

.certificates {
	margin-top: 50px;
	margin-bottom: 100px;
	position: relative;
	width: 1640px;
	height: 820px;
}

.certificates__img-1 {
	position: absolute;
	margin: auto;
	left: 100px;
	top: 100px;
	z-index: -1;
}

.certificates__img-2 {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 0;
}

.certificates__img-3 {
	position: absolute;
	margin: auto;
	right: 100px;
	top: 100px;
	z-index: -1;
}

.top-wrap__company {
	background-color: #fafafa;
	width: 100%;
	height: 1525px;
}

.about-company__title {
	padding-top: 200px;
	padding-bottom: 50px;
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	letter-spacing: .02em;
	color: #0f0f3c;
}

.title__description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 137px;
}

.title__description1 {
	margin-bottom: 137px;
}

h2.title__policy {
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 0.5em auto;
}

.description__first p {
	font-weight: 700;
	font-size: 22px;
	line-height: 29px;
	letter-spacing: .01em;
	color: #0f0f3c;
	width: 640px;
	height: 145px;
}

.description__second p {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: .02em;
	color: #0f0f3c;
	width: 487px;
	height: 125px;
	padding-left: 50px;
}

.description__policy p {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: .02em;
	color: #0f0f3c;
}

.indicators {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.list-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 50px;
	padding-right: 150px;
}

.marker {
	display: none;
	width: 9px;
	height: 9px;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 100%;
	background-color: #0f0f3c;
}

.markers {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 100%;
	background-color: #0f0f3c;
}

.tab.active-tab span {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 100%;
}

.tab-panel.active-tab span {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 100%;
}

.list-panel__description {
	font-size: 19px;
	line-height: 25px;
	color: #0f0f3c;
}

.list-panel__description p {
	padding: 20px 0 20px 5px;
}

.certificates__description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 200px;
}

.certificates__description-first p {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: .02em;
	color: #0f0f3c;
	width: 770px;
	height: 225px;
}

.certificates__description-second p {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: .02em;
	color: #0f0f3c;
	width: 770px;
	height: 125px;
}

.weknow {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: .02em;
	color: #0f0f3c;
	width: 850px;
	height: 100px;
	padding-top: 50px;
	padding-bottom: 200px;
}

.wedo {
	width: 100%;
	height: 630px;
	background-image: url(../img/img/repair-block.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 150px;
}

.wedo__wrap {
	width: 100%;
	height: 100%;
	background-color: rgba(15, 15, 60, 0.65);
}

.wedo__title {
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	letter-spacing: .02em;
	color: #fff;
	padding-top: 153px;
	padding-bottom: 34px;
}

.wedo__description {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: .02em;
	color: #fff;
	padding-bottom: 20px;
	width: 1000px;
}

.weguarantee {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 150px;
}

.weguarantee__description-title {
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	letter-spacing: .02em;
	color: #0f0f3c;
	padding-bottom: 34px;
}

.weguarantee__description-text {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: .02em;
	color: #0f0f3c;
	width: 850px;
	height: 150px;
	margin-right: 100px;
}

.top-wrap__contacts {
	background-color: #fff;
	width: 100%;
	height: 100px;
}

.vacancy-page {
	width: 100%;
	padding-left: 20px;
}

.vacancy-page-title {
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	letter-spacing: .02em;
	color: #0f0f3c;
	padding-bottom: 37px;
}

.vacancy-title-h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 48px;
	letter-spacing: .02em;
	color: #0f0f3c;
	padding-bottom: 37px;
}

.vacancy-title-h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: .02em;
	color: #0f0f3c;
	padding-bottom: 37px;
}

.vacancy-container {
	margin-bottom: 60px;
}

/* end of contacts */

.contacts-page {
	width: 100%;
	padding-left: 20px;
}

.contacts-page__description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 70px;
}

.contacts-page__description-left a {
	display: block;
}

.contacts-page__title {
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	letter-spacing: .02em;
	color: #0f0f3c;
	padding-bottom: 37px;
}

.contacts-page__title-company {
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	letter-spacing: .02em;
	color: #0f0f3c;
}

.contacts-page__description-left p {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: .02em;
	color: #0f0f3c;
	padding: 7px 0;
}

.contacts-page__description-left a {
	font-weight: 700;
	font-size: 19px;
	line-height: 22px;
	letter-spacing: .02em;
	color: #0f0f3c;
	padding: 7px 0;
}

.contacts-page__description-left a:hover {
	color: #ed356a;
	text-decoration: none;
}

.contacts-page__description-right {
	padding-left: 100px;
	padding-top: 20px;
}

.requisites {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 28px;
}

.contacts-page__title-requisites {
	font-weight: 700;
	font-size: 29px;
	line-height: 34px;
	letter-spacing: .02em;
	color: #0f0f3c;
}

.requisites-right {
	padding-left: 50px;
}

.requisites-left p {
	font-weight: 700;
	font-size: 19px;
	line-height: 22px;
	letter-spacing: .02em;
	color: #0f0f3c;
	padding: 7px 0;
}

.requisites-right p {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: .02em;
	color: #0f0f3c;
	padding: 6px 0;
}

.map {
	width: 100%;
	height: 688px;
}

/* end of contacts */

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

.product__block {
	width: 530px;
	height: 250px;
	margin: 10px;
	background: #b4b4c2;
	z-index: -1;
	position: relative;
}

.product__block-text {
	font-weight: 500;
	font-size: 22px;
	width: 45%;
	line-height: 1.2em;
	letter-spacing: .02em;
	color: #fff;
	position: absolute;
}

.product__block1-text {
	font-weight: 500;
	font-size: 22px;
	width: 45%;
	line-height: 1.2em;
	letter-spacing: .02em;
	color: #fff;
	position: absolute;
}

.product__block-img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.spaned {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.product__block1-img {
	position: absolute;
	-webkit-filter: grayscale(65%) saturate(1.5);
	filter: grayscale(65%) saturate(1.5);
}

.product__block1-img {
	position: absolute;
	-webkit-filter: grayscale(65%) saturate(1.5);
	filter: grayscale(65%) saturate(1.5);
}

.product__block1crane-img {
	position: absolute;
	-webkit-filter: grayscale(65%) saturate(1.5);
	filter: grayscale(65%) saturate(1.5);
}

.product {
	display: block;
	margin: 10px;
	background: #b4b4c2;
	position: relative;
}

.description__item {
	max-width: 840px;
}

.product__block1 {
	z-index: -1;
}

.js-open-modal__product {
	display: block;
	margin: 10px;
	background: #b4b4c2;
	position: relative;
}

.owl-carousel .owl-stage-outer::-webkit-scrollbar {
	background-color: #e0e0e0;
	height: 6px;
}

input[type="checkbox"]:checked + label span {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 100%;
}

.modal__review {
	opacity: 0;
	visibility: hidden;
	width: 85%;
	height: 50vw;
	max-width: 1640px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 30;
	-webkit-box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, 0.2);
	text-align: left;
	padding: 30px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.overlay {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 20;
	-webkit-transition: .3s all;
	transition: .3s all;
}

.modal__cross {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 20px;
	right: 20px;
	fill: #444;
	cursor: pointer;
}

.modal__review.active,
.overlay.active {
	opacity: 1;
	visibility: visible;
}

.modal__title {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 1.7em;
	font-family: Roboto-Medium, sans-serif;
	-webkit-transform: translate(0, -33%);
	transform: translate(0, -33%);
}

.popup__title {
	font-size: 1.7em;
	font-family: Roboto-Medium, sans-serif;
}

.iframe__review {
	height: 100%;
	padding: 10px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.modal__bottom__kp {
	display: none;
	width: 85%;
	height: 85%;
	max-width: 643px;
	max-height: 750px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 30;
	-webkit-box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, 0.2);
	padding: 30px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.modal__product__kp {
	display: none;
	width: 85%;
	height: 85%;
	max-width: 643px;
	max-height: 750px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 30;
	-webkit-box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, 0.2);
	padding: 30px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

#close__kp {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 30px;
	right: 30px;
	fill: #444;
	cursor: pointer;
	z-index: 30;
}

.modal__bottom__kp.active {
	display: block;
}

.modal__product__kp.active {
	display: block;
}

.iframe__kp {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow-y: scroll;
	scrollbar-width: none;
}

.iframe__kp::-webkit-scrollbar {
	display: none;
}

.cookie__button {
	border-radius: 1px;
	cursor: pointer;
	min-width: 120px;
	background: #ED356A;
	color: white;
	font-family: inherit;
	padding: 10px 20px;
	vertical-align: middle;
	font-size: 1rem;
}

.cookie__button:hover {
	background: #8e193c;
}

.cookie__button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

.cookie {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: white;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	z-index: 10000000000;
	padding: 10px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.cookie__acception {
	font-family: Roboto-Medium, sans-serif;
}

#whatsapp__link {
	margin-left: 20px;
}

.footer-right-info {
	visibility: hidden;
}

.title-img {
	margin-bottom: 50px;
	max-width: 50%;
}

button.cl-btn-2:active,
button.cl-btn-2:focus {
	outline: none !important;
	border: none !important;
}

button.cl-btn-2::-moz-focus-inner {
	border: 0 !important;
}

.navigation {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
}

.navi-0,
.navi-1,
.navi-2,
.navi-3,
.navi-stands {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 70%;
	margin: 10px auto;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-pack: justify;
}

.navi-1 {
	margin-bottom: 50px;
}

button.owl-prev,
button.owl-next {
	background: none;
}

.dooots-0,
.dooots-1,
.dooots-2,
.dooots-3,
.dooots-stands {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
}

button.owl-dot {
	width: 10px;
	height: 10px;
	margin: auto 0.9vw;
	border-radius: 50%;
	-webkit-transform: translate(0, 4%);
	transform: translate(0, 4%);
	background: #cbcbcb;
}

button.owl-dot.active {
	background: #ed356a;
}

button.owl-prev .prev__slide,
button.owl-next .next__slide > svg:hover {
	stroke: #0F0F3C;
}

button.owl-prev .prev__slide,
button.owl-next .next__slide > svg:focus {
	stroke: #0F0F3C;
}

button.owl-prev .prev__slide,
button.owl-next .next__slide > svg:active {
	stroke: #0F0F3C;
}

button.owl-prev .prev__slide,
button.owl-next .next__slide svg {
	stroke: #CBCBCB;
}

.modal-backdrop {
	z-index: 20 !important;
}

.grecaptcha-badge {
	visibility: hidden;
}

.up {
	left: 0;
	bottom: 20px;
	padding: 15px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: none;
	position: fixed;
	z-index: 150;
}

.mm_button__search:active,
.mm_button__search {
	outline: none;
}

.mm_button__search:-moz-focus-inner {
	border: 0;
}

.mm_search {
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 75px 0 20px auto;
	width: 100%;
}

.mm_search__input {
	max-width: 80%;
	border-bottom: 3px solid #8a8ca2;
	border-radius: 2px;
	background-color: #e9ecf1;
}

.search__icon {
	max-width: 27px;
	height: auto;
}

.owl-carousel .owl-stage-outer::-webkit-scrollbar-thumb {
	background-color: #ed356a;
	height: 6px;
}

.owl-carousel .owl-stage-outer {
	overflow-y: none;
	overflow-x: scroll;
}

.description {
	margin-bottom: 100px;
}

.description > img {
	max-width: 800px;
	max-height: 550px;
	padding-left: 20px;
	min-width: 290px;
}

.title-img > img {
	max-width: 100%;
}

.contacts-page__title {
	margin-top: 150px;
}

.location {
	padding: 0 4em;
	position: relative;
	z-index: 5;
}

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

.location__label {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin-left: 8px;
	cursor: pointer;
}

.location--on-white .location__label,
.lock .location__label {
	color: #ED356A;
}

.location__popup {
	background-color: #fff;
	padding: 18px 32px;
	text-align: center;
	position: absolute;
	top: 50px;
	z-index: 10;
	display: none;
	width: 256px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

.location--on-white .location__popup {
	border: 1px solid #5B5B5B;
}

.location__popup-title {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 16px;
}

.location__popup-title span {
	font-weight: 700;
	margin-left: .25em;
	text-transform: uppercase;
	color: #ED356A;
}

.location__btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 4px 8px;
	margin: 0;
	outline: 0;
	background: none;
	width: 80px;
	border: 1px solid #5B5B5B;
	color: #5B5B5B;
	font-size: 14px;
	line-height: 16px;
}

.location__btn + .location__btn {
	margin-left: .5em;
}

.location__btn-primary {
	border-color: #ed356a;
	color: #ed356a;
}

.location__popup-close {
	position: absolute;
	right: 8px;
	top: 7px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	outline: none;
	border: none;
	height: 10px;
	line-height: 10px;
}

.location-select {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	background-color: #fff;
	z-index: 20;
	padding: 50px 33px;
	display: none;
	max-height: 100vh;
	overflow: auto;
	-webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.location-select__close {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	padding: 0;
	outline: none;
	width: 36px;
	height: 36px;
	text-align: center;
	border: 1px solid #ED356A;
	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;
	position: absolute;
	right: 15px;
	top: 15px;
}

.location-select__title {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin-bottom: 26px;
}

.location-select__input {
	border: 1px solid #ED356A;
	padding: 12px 15px;
	color: #ED356A;
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
	width: 384px;
}

.location-select__input::-webkit-placeholder {
	color: #ED356A;
}

.location-select__input::-webkit-input-placeholder {
	color: #ED356A;
}

.location-select__input::-moz-placeholder {
	color: #ED356A;
}

.location-select__input:-ms-input-placeholder {
	color: #ED356A;
}

.location-select__input::-ms-input-placeholder {
	color: #ED356A;
}

.location-select__input::-webkit-input-placeholder {
	color: #ED356A;
}

.location-select__input:-ms-input-placeholder {
	color: #ED356A;
}

.location-select__input::placeholder {
	color: #ED356A;
}

.location-select__control {
	margin-bottom: 26px;
}

.location-select__list {
	margin-bottom: 0;
}

.location-select__item {
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	cursor: pointer;
}

.location-select__item:hover {
	color: #ed356a;
}

.location-select__item + .location-select__item {
	margin-top: 26px;
}

.location-select__item-active {
	color: #ed356a;
	font-weight: 500;
}

.location-select__item-active::before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 7.5l5 7.5 7-14.5' stroke='%23ED356A'/%3E%3C/svg%3E");
	display: inline-block;
	height: 17px;
	width: 13px;
	margin-right: 4px;
}

.blog-list {
	padding: 0 20px;
	margin: 2em 0;
}

.blog-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.blog-item + .blog-item {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ebebeb;
}

.blog-item__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
}

.blog-item__image img {
	width: 200px;
	height: 130px;
	-o-object-fit: cover;
	object-fit: cover;
}

.blog-item__content {
	margin-left: 20px;
}

.blog-item__title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 12px;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 20px;
	margin: 12px 0;
}

.justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.post__image,
.post__content {
	padding: 0 20px;
	margin: 0 0 12px;
	line-height: 1.4;
}

.post__content h1,
.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5,
.post__content h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

.post__content h1 {
	font-size: 2.5rem;
}

.post__content h2 {
	font-size: 2rem;
}

.post__content h3 {
	font-size: 1.75rem;
}

.post__content h4 {
	font-size: 1.5rem;
}

.post__content h5 {
	font-size: 1.25rem;
}

.post__content h6 {
	font-size: 1rem;
}

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

.links-blog {
	padding-top: 20px;
	padding-bottom: 0px;
}

.page-404 {
	padding: 100px 20px;
	text-align: center;
	max-width: 520px;
	margin: 0 auto;
}

.page-404__title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 14px;
}

.block--to {
	width: 140px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	text-align: center;
	font-size: 26px !important;
	font-weight: bold;
}

.block--to .block__wrap {
	background-color: #ed356a;
}

.block--to .block__wrap:hover {
	background-color: rgba(15, 15, 60, 0.75);
}

.block--to .block__description {
	width: 140px;
	line-height: 100px;
}

ul + .first-column__title {
	margin-top: 1rem;
}

.vacanciy_page_title {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 36px;
	line-height: normal;
	color: #0f0f3c;
	margin: 0 0 40px;
}

.vacanciy_page_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;
	gap: 40px;
}

.vacanciy_page_info__img {
	width: 535px;
	height: auto;
}

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

.vacanciy_page_info__text {
	width: calc(100% - 575px);
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 19px;
	line-height: 137%;
	color: #0f0f3c;
}

.vacanciy_page_info__text h2 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 32px;
	color: #0f0f3c;
	margin: 0 0 20px;
}

.vacanciy_select select {
	border: none;
	width: 100%;
	max-width: 535px;
	height: 45px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 19px;
	color: #0f0f3c;
	margin: 0 0 20px;
	outline: none;
	cursor: pointer;
	border-bottom: 1px solid #0f0f3c;
}

.vacanciy_catalog_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: 21px;
}

.vacanciy_item {
	width: calc(33.333% - 14px);
	padding: 20px;
	background: #b4b4c2;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.vacanciy_item:hover {
	text-decoration: none;
	background: rgba(180, 180, 194, 0.9);
}

.vacanciy_item_title {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 24px;
	line-height: normal;
	color: #0f0f3c;
	display: block;
	margin: 0 0 20px;
}

.vacanciy_item_price {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	color: #0f0f3c;
	display: block;
	margin: 0 0 10px;
}

.vacanciy_item_opyt {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	color: #0f0f3c;
	display: block;
	margin: 0 0 20px;
}

.vacanciy_item_more {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 19px;
	line-height: normal;
	color: #e45b85;
}

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

.vacanciya_page .vacanciy_page_title {
	margin: 0 0 30px;
}

.vacanciya_info_box {
	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;
	font-size: 19px;
	color: #0f0f3c;
	gap: 10px;
	margin-bottom: 25px;
}

.vacanciy_page button.site_btn {
	width: 270px;
	height: 43px;
	border-radius: 25px;
	background-color: #ed356a;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	margin-top: auto;
}

.vacanciya_content_wrapper {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 19px;
	line-height: 137%;
	color: #0f0f3c;
	border-bottom: 1px solid #0f0f3c;
	padding-bottom: 10px;
}

.vacanciya_content_wrapper h2 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 19px;
	color: #0f0f3c;
	margin: 0 0 10px;
}

.vacanciya_content_wrapper p {
	max-width: 1230px;
}

#accordion {
	margin: 0 0 20px;
}

.accordion_item {
	padding: 10px;
	border-bottom: 1px solid #0f0f3c;
}

.accordion_header {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 19px;
	color: #0f0f3c;
	cursor: pointer;
	position: relative;
	-webkit-transition: color .3s ease-out;
	transition: color .3s ease-out;
}

.accordion_header:hover {
	color: #ed356a;
}

.ui-accordion-header-icon {
	position: absolute;
	top: 12px;
	right: 5px;
	display: block;
	width: 25px;
	height: 10px;
	background: url(../images/accordion.svg) no-repeat center;
	background-size: contain;
}
.ui-accordion .ui-accordion-header .ui-icon {
	float: right;
	margin-left: auto;
	margin-right: 0;
	position: relative;
	right: 0;
}
.ui-icon-minus.ui-accordion-header-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion_content {
	max-width: 1230px;
	padding-top: 10px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 19px;
	line-height: 137%;
	color: #0f0f3c;
}

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

.vacanciya_contacts_title {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	line-height: normal;
	color: #0f0f3c;
	display: block;
	margin: 0 0 5px;
}

.vacanciya_contacts_link {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 19px;
	line-height: normal;
	color: #0f0f3c;
}

.more_vacancies_title {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 24px;
	line-height: normal;
	color: #0f0f3c;
	display: block;
	margin: 0 0 20px;
}
.modal-vacancy{
	position: fixed!important;
	z-index: 99999;
}
.remont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
}

.remont_item {
	border: 1px solid #ed356a;
	width: calc(100% / 3);
	min-height: 800px;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 95px 0;
	position: relative;
	z-index: 0;
	-webkit-transition: width 0.9s ease-in-out;
	transition: width 0.9s ease-in-out;
}

.remont_item::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: -1;
}

.remont_item:nth-child(2) {
	border-left: 0;
	border-right: 0;
}

.remont_item_title {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 34px;
	line-height: normal;
	text-align: center;
	color: #fff;
	max-width: 810px;
	margin: 0 auto 25px;
	-webkit-transition: all .8s cubic-bezier(0.23, 0.93, 0.77, 1);
	transition: all .8s cubic-bezier(0.23, 0.93, 0.77, 1);
}

.remont_item .wrapper {
	overflow: hidden;
}

.remont_item_text {
	opacity: 0;
	height: 0;
	width: 810px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	margin: 0 0 30px;
}

.remont_item_text p {
	-webkit-transform: translateY(320%);
	transform: translateY(320%);
}

.remont_item_list {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	margin: 0 0 30px;
	width: 860px;
	opacity: 0;
	height: 0;
}

.remont_item_list ul {
	-webkit-transform: translateY(320%);
	transform: translateY(320%);
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 5px;
	column-gap: 5px;
}

.remont_item_list li {
	position: relative;
	padding-left: 20px;
}

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

.wrap_btn {
	height: 0;
	opacity: 0;
	width: 500px;
}

.remont_item_more {
	display: block;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	color: #e45b85;
	-webkit-transform: translateY(1520%);
	transform: translateY(1520%);
}

.remont_item.not_hover {
	width: 17%;
}

.remont_item.not_hover .remont_item_title {
	-webkit-writing-mode: sideways-lr;
	-ms-writing-mode: sideways-lr;
	writing-mode: sideways-lr;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin: auto;
}

.remont_item.hover {
	width: 66%;
	overflow: hidden;
	padding: 95px;
}

.remont_item.hover .remont_item_title {
	-webkit-writing-mode: initial;
	-ms-writing-mode: initial;
	writing-mode: initial;
	-webkit-transform: none;
	transform: none;
	font-weight: 700;
	font-size: 38px;
	text-align: left;
	margin: 0 0 25px;
}

.remont_item.hover .wrap_btn,
.remont_item.hover .remont_item_list,
.remont_item.hover .remont_item_text {
	opacity: 1;
	height: auto;
	overflow: hidden;
}

.remont_item.hover .wrap_btn p,
.remont_item.hover .remont_item_list p,
.remont_item.hover .remont_item_text p {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.23, 0.93, 0.77, 1) 0.4s;
	transition: -webkit-transform 0.8s cubic-bezier(0.23, 0.93, 0.77, 1) 0.4s;
	transition: transform 0.8s cubic-bezier(0.23, 0.93, 0.77, 1) 0.4s;
	transition: transform 0.8s cubic-bezier(0.23, 0.93, 0.77, 1) 0.4s, -webkit-transform 0.8s cubic-bezier(0.23, 0.93, 0.77, 1) 0.4s;
}

.remont_item.hover .wrap_btn ul,
.remont_item.hover .remont_item_list ul,
.remont_item.hover .remont_item_text ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.23, 0.93, 0.77, 1) 0.6s;
	transition: -webkit-transform 0.8s cubic-bezier(0.23, 0.93, 0.77, 1) 0.6s;
	transition: transform 0.8s cubic-bezier(0.23, 0.93, 0.77, 1) 0.6s;
	transition: transform 0.8s cubic-bezier(0.23, 0.93, 0.77, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(0.23, 0.93, 0.77, 1) 0.6s;
}

.remont_item.hover .wrap_btn .remont_item_more,
.remont_item.hover .remont_item_list .remont_item_more,
.remont_item.hover .remont_item_text .remont_item_more {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.23, 0.93, 0.77, 1) 0.7s;
	transition: -webkit-transform 0.8s cubic-bezier(0.23, 0.93, 0.77, 1) 0.7s;
	transition: transform 0.8s cubic-bezier(0.23, 0.93, 0.77, 1) 0.7s;
	transition: transform 0.8s cubic-bezier(0.23, 0.93, 0.77, 1) 0.7s, -webkit-transform 0.8s cubic-bezier(0.23, 0.93, 0.77, 1) 0.7s;
}




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

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

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

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

.humb li:nth-of-type(3) {
	top: 70%;
	right: 15%;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	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: .5s;
	transition-delay: .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: 100%;
	background: #2F42A9;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

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

.vacanciy_slide.swiper-slide {
	height: auto;
}

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


@media (min-width: 480px) {
	.searchPN {
		display: none;
	}
}

@media (min-width: 770px) {
	.owl-carousel .owl-stage-outer {
		margin-bottom: 100px;
	}
}

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

@media only screen and (max-width: 1640px) {
	.description {
		padding-top: 50px;
		padding-left: 20px;
		padding-bottom: 70px;
		margin-right: 20px;
	}
}

@media only screen and (max-width: 992px) {
	.block--to .block__description {
		line-height: 80px;
	}
}

@media only screen and (max-width: 768px) {
	.block--to {
		font-size: 22px !important;
		width: 80px;
	}

	.block--to .block__description {
		width: 80px;
		line-height: 60px;
	}
}

@media (max-width: 767px) {
	.location {
		padding: 0 2em;
	}

	.location__wrap > svg {
		width: 10px;
		height: auto;
	}

	.location__label {
		font-size: 17px;
	}
}

@media (max-width: 480px) {
	.top-bar {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.location {
		margin-top: 30px;
		padding: 0 1.25em;
	}

	.location--on-white {
		margin-top: 36px;
	}

	.location__wrap > svg {
		width: 8px;
		height: auto;
	}

	.location__label {
		font-size: 14px;
		font-weight: normal;
	}

	.location__popup {
		padding: 10px 16px;
		top: 30px;
		width: 210px;
		left: 20px;
		-webkit-transform: none;
		transform: none;
	}

	.location__popup-title {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.location__btn {
		font-size: 13px;
		line-height: 14px;
		width: 60px;
	}

	.location-select {
		padding: 25px 16px;
	}

	.location-select__input {
		width: 274px;
		font-size: 16px;
		line-height: 20px;
		padding: 8px 12px;
	}

	.location-select__title {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.location-select__close {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.location-select__item {
		font-size: 16px;
		line-height: 20px;
	}

	.location-select__control {
		margin-bottom: 18px;
	}

	.location-select__item + .location-select__item {
		margin-top: 14px;
	}

	.blog-item {
		display: block;
	}

	.blog-item__image img {
		width: 100%;
		height: auto;
	}

	.blog-item__content {
		margin-left: 0;
		margin-top: 12px;
	}

	.searchPN {
		background-color: #ed356a;
		color: #fff;
		width: 332px;
		height: 70px;
		bottom: 19%;
		z-index: 0;
		margin: auto;
		position: absolute;
		left: 0;
		right: 0;
		margin-bottom: -20px;
	}

	.searchPN h4 {
		font-size: 22px;
		font-weight: 400;
		line-height: 29px;
	}

	.search-form-popup {
		padding: 30px 30px;
	}

	.cl-btn-2 div {
		margin-top: -10px;
	}

	.block__description-search {
		width: 100%;
	}

	.block__description-search > p {
		margin: 0;
	}

	.block__description-search > p > h4 {
		margin: 0;
	}
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
	/*--menu--*/

	.header_nav {
		position: fixed;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		top: 0;
		left: 0;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		z-index: 999;
		padding: 50px 0;
		-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
		-webkit-transition: all .6s ease-out;
		transition: all .6s ease-out;
	}

	.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-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 100vh;
		width: 100vw;
	}

	.header_nav ul li {
		margin: 0 0 25px;
	}

	.header_nav ul li a {
		text-transform: uppercase;
	}

	.header_nav_open {
		height: 100vh;
		overflow-y: auto;
		opacity: 1;
		visibility: visible;
	}

	.no_scroll {
		overflow: hidden;
	}

	.site-nav__curtain {
		visibility: hidden;
		position: fixed;
		bottom: 0;
		width: 100vw;
		height: 100vh;
		z-index: -1;
		background: #fff;
		border-radius: 50%;
		-webkit-transform: translateY(100%) scale(0);
		transform: translateY(100%) scale(0);
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}

	.curtain-up {
		-webkit-animation-name: curtainUp;
		animation-name: curtainUp;
	}

	.curtain-down {
		-webkit-animation-name: curtainDown;
		animation-name: curtainDown;
	}

	@-webkit-keyframes curtainUp {
		0% {
			border-radius: 50%;
			-webkit-transform: translateY(100%) scale(1);
			transform: translateY(100%) scale(1);
			visibility: visible;
			opacity: 1;
		}

		50% {
			border-radius: 50%;
		}

		100% {
			-webkit-transform: translateY(0%) scale(3, 1);
			transform: translateY(0%) scale(3, 1);
			visibility: visible;
			opacity: 1;
			border-radius: 0;
		}
	}

	@keyframes curtainUp {
		0% {
			border-radius: 50%;
			-webkit-transform: translateY(100%) scale(1);
			transform: translateY(100%) scale(1);
			visibility: visible;
			opacity: 1;
		}

		50% {
			border-radius: 50%;
		}

		100% {
			-webkit-transform: translateY(0%) scale(3, 1);
			transform: translateY(0%) scale(3, 1);
			visibility: visible;
			opacity: 1;
			border-radius: 0;
		}
	}

	@-webkit-keyframes curtainDown {
		0% {
			border-radius: 0;
			-webkit-transform: translateY(0%) scale(3, 1);
			transform: translateY(0%) scale(3, 1);
			opacity: 1;
			visibility: visible;
		}

		50% {
			opacity: 1;
			visibility: visible;
			border-radius: 50%;
		}

		99% {
			-webkit-transform: translateY(100%) scale(0);
			transform: translateY(100%) scale(0);
			visibility: visible;
			opacity: 1;
		}

		100% {
			-webkit-transform: translateY(100%) scale(0);
			transform: translateY(100%) scale(0);
			opacity: 0;
			visibility: hidden;
		}
	}

	@keyframes curtainDown {
		0% {
			border-radius: 0;
			-webkit-transform: translateY(0%) scale(3, 1);
			transform: translateY(0%) scale(3, 1);
			opacity: 1;
			visibility: visible;
		}

		50% {
			opacity: 1;
			visibility: visible;
			border-radius: 50%;
		}

		99% {
			-webkit-transform: translateY(100%) scale(0);
			transform: translateY(100%) scale(0);
			visibility: visible;
			opacity: 1;
		}

		100% {
			-webkit-transform: translateY(100%) scale(0);
			transform: translateY(100%) scale(0);
			opacity: 0;
			visibility: hidden;
		}
	}

	/*end menu*/
}

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

	.banner .grid_container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 105px;
	}

	.banner_wrapper {
		padding: 35px 15px 35px 0;
	}

	.banner_slide,
	.banner_slider {
		min-height: 100vh;
		height: auto;
	}

	.banner_title {
		font-size: 28px;
		line-height: normal;
		display: block;
		margin: 0 0 25px;
	}

	.banner_subtitle {
		font-size: 20px;
		line-height: normal;
	}

	.banner_list {
		font-size: 16px;
		margin: 0 0 25px;
	}

	.banner_list li {
		padding-left: 30px;
	}

	.banner_list li::before {
		width: 20px;
		top: 11px;
	}

	.bold_title {
		font-size: 22px;
	}

	/*-----*/

	.remont {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}

	.remont_item {
		width: 100% !important;
		height: auto;
		min-height: 100vh;
		padding: 25px 5vw !important;
	}

	.remont_item.hover .wrap_btn,
	.remont_item.hover .remont_item_list,
	.remont_item.hover .remont_item_text {
		opacity: 1 !important;
		height: auto !important;
	}

	.remont_item .remont_item_title {
		-webkit-writing-mode: initial !important;
		-ms-writing-mode: initial !important;
		writing-mode: initial !important;
		-webkit-transform: none !important;
		transform: none !important;
		font-size: 26px !important;
		text-align: left !important;
		margin: 0 0 25px !important;
	}

	.remont_item_text {
		width: 100%;
		font-size: 16px;
		line-height: normal;
		opacity: 1 !important;
		height: auto !important;
	}

	.wrap_btn,
	.remont_item_list {
		opacity: 1 !important;
		height: auto !important;
	}

	.remont_item .wrap_btn .remont_item_more,
	.remont_item .wrap_btn ul,
	.remont_item .wrap_btn p,
	.remont_item .remont_item_list .remont_item_more,
	.remont_item .remont_item_list ul,
	.remont_item .remont_item_list p,
	.remont_item .remont_item_text .remont_item_more,
	.remont_item .remont_item_text ul,
	.remont_item .remont_item_text p {
		-webkit-transform: translateY(0) !important;
		transform: translateY(0) !important;
	}

	.remont_item_list ul {
		-webkit-column-count: 1;
		column-count: 1;
		font-size: 16px;
	}

	.remont_item_list ul li::before {
		top: 7px;
	}

	.remont_item_more {
		font-size: 16px;
	}

	.m_bottom {
		margin: 0 0 35px;
	}

	.index_title,
	.be_useful_title {
		font-size: 24px;
	}

	.be_useful {
		z-index: 1;
		position: relative;
	}

	.be_useful_wrapper {
		width: 85%;
	}

	.be_useful_item {
		padding: 20px 15px;
		font-size: 16px;
	}

	.resultat_text {
		font-size: 15px;
	}

	.resultat_slide {
		width: 100%;
	}

	.resultat_slide_title {
		font-size: 20px;
	}

	.resultat_slide_text {
		font-size: 16px;
	}

	.stages_work_text {
		font-size: 18px;
		line-height: normal;
	}

	.stsages_work_wrapper {
		gap: 35px;
	}

	.stsages_work_item:nth-child(n) {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		padding: 0;
		margin: 0;
		gap: 20px;
	}

	.stsages_work_item:nth-child(n)::after {
		display: none;
	}

	.work_item_num {
		font-size: 72px;
	}

	.work_item {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.work_item2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.work_item3 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.work_item4 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.work_item5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.work_item6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.work_item7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

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

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

	.we_trust_item {
		width: 100%;
		padding: 15px 25px 25px;
		height: auto;
		border-right: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}

	.we_trust_item:last-child {
		border: none;
	}

	.we_trust_item.trust_not_hover,
	.we_trust_item.trust_hover,
	.we_trust_item:nth-child(n):hover {
		width: 100%;
	}

	.we_trust_content {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		min-width: 100%;
	}

	.we_trust_title {
		font-size: 20px;
	}

	@-webkit-keyframes textAnim {
		0% {
			height: 0;
			width: 90%;
			-webkit-transform: translateY(120%);
			transform: translateY(120%);
			margin-top: 0;
		}

		100% {
			-webkit-transform: translateY(0);
			transform: translateY(0);
			height: auto;
			width: 90%;
			margin-top: 25px;
		}
	}

	@keyframes textAnim {
		0% {
			height: 0;
			width: 90%;
			-webkit-transform: translateY(120%);
			transform: translateY(120%);
			margin-top: 0;
		}

		100% {
			-webkit-transform: translateY(0);
			transform: translateY(0);
			height: auto;
			width: 90%;
			margin-top: 25px;
		}
	}

	.we_trust_text {
		font-size: 16px;
	}

	.we_trust_item.trust_hover .we_trust_img,
	.we_trust_item:nth-child(n):hover .we_trust_img {
		width: 30%;
	}

	.resultat_slider .swiper-button-next,
	.clients_slider_wrapper .swiper-button-next,
	.box_slider_wrapper .swiper-button-next {
		right: -5px;
	}

	.resultat_slider .swiper-button-prev,
	.clients_slider_wrapper .swiper-button-prev,
	.box_slider_wrapper .swiper-button-prev {
		left: -5px;
	}

	.reviews_slide {
		padding: 15px;
	}

	.clients_slider_wrapper .swiper-button-next:after,
	.clients_slider_wrapper .swiper-button-prev:after,
	.box_slider_wrapper .swiper-button-next:after,
	.box_slider_wrapper .swiper-button-prev:after {
		font-size: 20px;
	}

	.reviews_slide_head {
		gap: 10px;
	}

	.reviews_slide_name {
		width: calc(100% - 70px);
		font-size: 20px;
		color: #0f0f3c;
	}

	.reviews_slide_text {
		padding-right: 10px;
	}

	.indicators_info {
		width: 100%;
		padding: 35px 0;
		gap: 20px;
	}

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

	.indicators_num {
		font-size: 46px;
	}

	.indicators_text {
		font-size: 14px;
	}

	.indicators_map {
		width: 100%;
		padding: 30px 0;
	}

	.indicators_map::after {
		left: -5vw;
	}

	.indicators_map li {
		font-size: 18px;
		line-height: normal;
		padding-right: 40px;
		margin: 0 0 20px;
	}

	.indicators_map li::after {
		width: 30px;
		top: 11px;
	}

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

	.clients_slide {
		height: 60px !important;
	}

	/*---вакансии---*/

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

	.vacanciy_page_info {
		gap: 30px;
	}

	.vacanciy_page_info__img {
		width: 100%;
	}

	.vacanciy_page_info__text {
		width: 100%;
	}

	.vacanciy_page_info__text h2 {
		font-size: 20px;
	}

	.vacanciy_page_info__text {
		font-size: 15px;
	}

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

	.vacanciy_item_title {
		font-size: 18px;
	}

	.vacanciy_item_price {
		font-size: 14px;
	}

	.vacanciy_item_opyt {
		font-size: 14px;
	}

	.vacanciy_item_more {
		font-size: 16px;
		line-height: normal;
	}

	/*-----Вакансия------*/

	.vacanciya_page .vacanciy_page_title {
		margin: 0 0 20px;
	}

	.vacanciya_info_box {
		font-size: 15px;
		line-height: normal;
	}

	.vacanciya_content_wrapper {
		font-size: 15px;
	}

	.accordion_header {
		font-size: 16px;
		padding-right: 25px;
	}

	.accordion_content {
		padding-top: 20px;
		font-size: 15px;
	}
}

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

	.banner_slide,
	.banner_slider {
		min-height: 70vh;
	}

	.remont_item {
		width: 100% !important;
		height: auto;
		min-height: 60vh;
		padding: 25px 5vw;
	}

	.remont_item_text {
		max-width: 500px;
	}

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

	.be_useful_wrapper {
		width: 55%;
		max-width: 535px;
	}

	.resultat_slide {
		width: 50%;
	}

	.index_title,
	.be_useful_title {
		font-size: 26px;
	}

	.stages_work_text {
		max-width: 80%;
	}

	.stsages_work_wrapper {
		gap: 40px 30px;
	}

	.stsages_work_item:nth-child(n) {
		width: calc(33.333% - 20px);
	}

	.work_item_title {
		font-size: 20px;
	}

	.stsages_work_item.work_item7 {
		width: 50%;
	}

	.indicators_info {
		width: 50%;
	}

	.indicators_map {
		width: 50%;
		padding-left: 15px;
	}

	.indicators_map::after {
		left: 0;
	}

	.clients_slider_wrapper .swiper-button-prev,
	.box_slider_wrapper .swiper-button-prev {
		left: -25px;
	}

	.clients_slider_wrapper .swiper-button-next,
	.box_slider_wrapper .swiper-button-next {
		right: -25px;
	}

	/*---вакансии---*/

	.vacanciy_page_info__img {
		width: 30%;
	}

	.vacanciy_page_info__text {
		width: calc(70% - 40px);
	}

	.vacanciy_select select {
		max-width: 300px;
	}

	.vacanciy_catalog_wrapper {
		gap: 20px;
	}

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

@media screen and (min-width: 1024px) and (max-width: 1200px) {
	.resultat_slide {
		width: 33.3333%;
	}

	.indicators_text {
		max-width: 200px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1670px) {
	.banner .grid_container {
		padding: 0 0 70px;
	}

	.grid_container {
		padding: 0 2vw;
	}

	.resultat_slide {
		width: 33.333%;
	}

	.remont_item {
		padding: 95px 60px;
	}

	.stsages_work_wrapper {
		gap: 135px 30px;
	}

	.stsages_work_item {
		gap: 25px;
	}

	.work_item_num {
		font-size: 100px;
		width: 105px;
		letter-spacing: 0;
	}

	.work_item_title {
		font-size: 19px;
	}

	.work_item::after {
		right: -230px;
		top: 35px;
	}

	.work_item2:after {
		top: 35px;
		right: -15.5vw;
		background-size: contain !important;
	}

	.work_item3::after {
		left: -15.5vw;
	}

	.work_item4:after,
	.work_item3:after {
		top: 35px;
	}

	.work_item5::after {
		top: 35px;
		right: -195px;
	}

	.work_item6::after {
		top: 35px;
		right: -15.5vw;
	}

	.work_item7::after {
		display: none;
	}

	.work_item_info {
		font-size: 15px;
	}

	.work_item_sub_info {
		font-size: 14px;
	}

	/*Вакансии*/

	.vacanciy_item_title {
		font-size: 20px;
	}
}
