/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
	font-family: sans-serif; /* 1 */
	line-height: 1.15; /* 2 */
	-ms-text-size-adjust: 100%; /* 3 */
	-webkit-text-size-adjust: 100%; /* 3 */
	overflow-x: hidden;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
	overflow-x: hidden;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
	/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
	outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button {
	/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
	display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}
* {
	margin: 0;
	padding: 0;
}

/* created by Intrid */
.animated,
.fixet-logo,
.fexet-tel {
	animation-duration: 1s;
	animation-fill-mode: both;
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInLeft,
.fixet-logo {
	animation-name: fadeInLeft;
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInRight,
.fexet-tel {
	animation-name: fadeInRight;
}

@keyframes lighthouse {
	from {
		color: #28285b;
	}
	to {
		color: #fcb401;
	}
}
.lighthouse {
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-delay: 1s;
	animation-name: lighthouse;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

/* russo-one-regular - cyrillic_latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Russo One";
	font-style: normal;
	font-weight: 400;
	src: url("../../../../layout/_fonts/russo-one-regular.eot"); /* IE9 Compat Modes */
	src:
		url("../../../../layout/_fonts/russo-one-regular.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../../../../layout/_fonts/russo-one-regular.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../../../../layout/_fonts/russo-one-regular.woff") format("woff"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url("../../../../layout/_fonts/russo-one-regular.ttf")
			format("truetype"),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url("../../../../layout/_fonts/russo-one-regular.svg#RussoOne") format("svg"); /* Legacy iOS */
}

/* open-sans-300 - cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 300;
	src: url("../../../../layout/_fonts/open-sans-300.eot"); /* IE9 Compat Modes */
	src:
		url("../../../../layout/_fonts/open-sans-300.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../../../../layout/_fonts/open-sans-300.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../../../../layout/_fonts/open-sans-300.woff") format("woff"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url("../../../../layout/_fonts/open-sans-300.ttf")
			format("truetype"),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url("../../../../layout/_fonts/open-sans-300.svg#OpenSans") format("svg"); /* Legacy iOS */
}

/* open-sans-300italic - cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 300;
	src: url("../../../../layout/_fonts/open-sans-300italic.eot"); /* IE9 Compat Modes */
	src:
		url("../../../../layout/_fonts/open-sans-300italic.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../../../../layout/_fonts/open-sans-300italic.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../../../../layout/_fonts/open-sans-300italic.woff") format("woff"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
			url("../../../../layout/_fonts/open-sans-300italic.ttf") format("truetype"),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url("../../../../layout/_fonts/open-sans-300italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}

/* open-sans-regular - cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	src: url("../../../../layout/_fonts/open-sans-regular.eot"); /* IE9 Compat Modes */
	src:
		url("../../../../layout/_fonts/open-sans-regular.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../../../../layout/_fonts/open-sans-regular.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../../../../layout/_fonts/open-sans-regular.woff") format("woff"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url("../../../../layout/_fonts/open-sans-regular.ttf")
			format("truetype"),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url("../../../../layout/_fonts/open-sans-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}

/* open-sans-italic - cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 400;
	src: url("../../../../layout/_fonts/open-sans-italic.eot"); /* IE9 Compat Modes */
	src:
		url("../../../../layout/_fonts/open-sans-italic.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../../../../layout/_fonts/open-sans-italic.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../../../../layout/_fonts/open-sans-italic.woff") format("woff"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url("../../../../layout/_fonts/open-sans-italic.ttf")
			format("truetype"),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url("../../../../layout/_fonts/open-sans-italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}

/* open-sans-600 - cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	src: url("../../../../layout/_fonts/open-sans-600.eot"); /* IE9 Compat Modes */
	src:
		url("../../../../layout/_fonts/open-sans-600.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../../../../layout/_fonts/open-sans-600.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../../../../layout/_fonts/open-sans-600.woff") format("woff"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url("../../../../layout/_fonts/open-sans-600.ttf")
			format("truetype"),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url("../../../../layout/_fonts/open-sans-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}

/* open-sans-600italic - cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 600;
	src: url("../../../../layout/_fonts/open-sans-600italic.eot"); /* IE9 Compat Modes */
	src:
		url("../../../../layout/_fonts/open-sans-600italic.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../../../../layout/_fonts/open-sans-600italic.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../../../../layout/_fonts/open-sans-600italic.woff") format("woff"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
			url("../../../../layout/_fonts/open-sans-600italic.ttf") format("truetype"),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url("../../../../layout/_fonts/open-sans-600italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}

/* open-sans-700 - cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 700;
	src: url("../../../../layout/_fonts/open-sans-700.eot"); /* IE9 Compat Modes */
	src:
		url("../../../../layout/_fonts/open-sans-700.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../../../../layout/_fonts/open-sans-700.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../../../../layout/_fonts/open-sans-700.woff") format("woff"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url("../../../../layout/_fonts/open-sans-700.ttf")
			format("truetype"),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url("../../../../layout/_fonts/open-sans-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}

/* open-sans-700italic - cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 700;
	src: url("../../../../layout/_fonts/open-sans-700italic.eot"); /* IE9 Compat Modes */
	src:
		url("../../../../layout/_fonts/open-sans-700italic.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../../../../layout/_fonts/open-sans-700italic.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../../../../layout/_fonts/open-sans-700italic.woff") format("woff"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
			url("../../../../layout/_fonts/open-sans-700italic.ttf") format("truetype"),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url("../../../../layout/_fonts/open-sans-700italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}

/* open-sans-800 - cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 800;
	src: url("../../../../layout/_fonts/open-sans-800.eot"); /* IE9 Compat Modes */
	src:
		url("../../../../layout/_fonts/open-sans-800.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../../../../layout/_fonts/open-sans-800.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../../../../layout/_fonts/open-sans-800.woff") format("woff"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url("../../../../layout/_fonts/open-sans-800.ttf")
			format("truetype"),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url("../../../../layout/_fonts/open-sans-800.svg#OpenSans") format("svg"); /* Legacy iOS */
}

/* open-sans-800italic - cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 800;
	src: url("../../../../layout/_fonts/open-sans-800italic.eot"); /* IE9 Compat Modes */
	src:
		url("../../../../layout/_fonts/open-sans-800italic.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../../../../layout/_fonts/open-sans-800italic.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../../../../layout/_fonts/open-sans-800italic.woff") format("woff"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
			url("../../../../layout/_fonts/open-sans-800italic.ttf") format("truetype"),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url("../../../../layout/_fonts/open-sans-800italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}

@font-face {
	font-family: "standart-icons";
	src: url("../../../../layout/_fonts/standart-icons.eot");
	src:
		url("../../../../layout/_fonts/standart-icons.eot?#iefix") format("embedded-opentype"),
		url("../../../../layout/_fonts/standart-icons.woff") format("woff"),
		url("../../../../layout/_fonts/standart-icons.ttf") format("truetype"),
		url("../../../../layout/_fonts/standart-icons.svg#glyphicons_halflingsregular") format("svg");
}
body p,
body ul {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	/* line-height: 18px; */
	line-height: 25px;
	color: #000;
	padding-top: 10px;
}

a {
	color: #28285b;
	transition: all 0.7s;
}
a:hover {
	color: #fcb401;
}
.h1,
h1 {
	color: #fff;
	font-family: "Russo One", sans-serif;
	font-size: 48px;
	font-weight: normal;
	line-height: 51px;
	padding-bottom: 30px;
}

h2 {
	font-family: "Open Sans", sans-serif;
	color: #28285b;
	text-transform: uppercase;
	font-size: 23px;
	padding: 30px 0;
	transition: all 0.7s;
}
h2:before {
	display: block;
	position: absolute;
	margin-top: 40px;
	content: "";
	width: 80px;
	height: 3px;
	background: #fcb401;
}

.main-img {
	width: 100%;
	padding: 10px;
}

.btn-main {
	display: inline-block;
	background: #28285b;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 20px;
	cursor: pointer;
	transition: all 0.7s;
	border: none;
}
.btn-main:hover {
	background: #fcb401;
	color: #fff;
}
.btn-outline {
	display: inline-block;
	border: 2px solid #28285b;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 18px;
	cursor: pointer;
	transition: all 0.7s;
}
.btn-outline:hover {
	background: #fcb401;
	color: #fff;
	border: 2px solid #fcb401;
}

.btn-accent {
	display: inline-block;
	text-decoration: none;
	background: #fcb401;
	color: #28285b;
	text-transform: uppercase;
	padding: 15px 40px;
	cursor: pointer;
	border: none;
}
.btn-accent:hover {
	background: #ffdc5c;
	color: #28285b;
}
.btn-accent--price {
	font-weight: bold;
	border: 2px solid #28285b;
	margin-bottom: 30px;
	color: #28285b;
}

.container {
	display: block;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

header {
	display: block;
	position: relative;
	height: 140px;
	border-bottom: 5px solid #fcb401;
	background: url("../../../../layout/_imgs/products.jpg");
	background-position: center;
}
header .container {
	height: 140px;
}
header .container .block {
	display: block;
	position: relative;
	width: 33.333%;
	height: 100%;
	float: left;
}
header .container .center-block p {
	text-align: center;
	font: 700 24px/26px Open Sans;
	color: #28285b;
	padding-top: 20px;
}
header .container .center-block p a {
	font: 400 16px/18px Open Sans;
	text-decoration: none;
	color: #000;
	margin-top: -10px;
	display: block;
}
header .container .left-block {
	/*text-align: center;*/
}
header .container .left-block .logo {
	padding-top: 5px;
	animation-delay: 0.4s;
	transition: all 0.4s;
	z-index: 9;
}
header .container .left-block .logo img {
	transition: all 0.7s;
}
@media (max-width: 920px) {
	header .container .left-block .logo img {
		height: 100%;
		padding-top: 10px;
	}
}
header .container .right-block {
	text-align: right;
}
header .container .right-block .tel:nth-of-type(1) {
	padding-top: 15px;
}
header .container .right-block .tel,
header .container .right-block .tel-1 {
	display: block;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 9;
}
header .container .right-block .tel-1 {
}
header .container .right-block .tel b,
header .container .right-block .tel-1 b {
	font-family: "Russo One", sans-serif;
	font-weight: 600;
	font-size: 18px;
}
header .container .right-block .tel:before,
header .container .right-block .tel-1:before {
	font-family: "standart-icons";
	font-weight: normal;
	content: "p";
	font-size: 16px;
	line-height: 30px;
	position: absolute;
	margin-left: -20px;
}
header .container .right-block .tel:before {
	margin-left: -25px;
}
.top-nav {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	margin-top: -5px;
	z-index: 8;
	transition: all 0.7s;
	height: 57px;
}
.top-nav a {
	display: inline-block;
	padding: 20px 20px;
	margin-left: -5px;
	background: rgba(252, 180, 1, 0.7);
	transition: all 0.7s;
	text-transform: uppercase;
	font-size: 15px;
	text-decoration: none;
	color: #28285b;
	font-weight: 500;
	border-left: 1px solid #fff;
}
.top-nav a:first-child {
	border: none;
}
.top-nav a:hover,
.top-nav a.active {
	background: #28285b;
	color: #fff;
	text-align: center;
}

.fixet {
	display: block;
	position: fixed;
	top: 0;
	background: rgba(235, 235, 235, 0.7);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.fixet-logo {
	position: fixed;
	left: 0;
	top: 0;
	margin-top: -10px;
	height: 60px;
}
.fixet-logo img {
	height: 59px;
}
.fixet-logo:hover {
	left: 10px;
}

.fexet-tel {
	position: fixed;
	display: block;
	right: -215px;
	top: 0;
	font-size: 20px !important;
	margin-top: 0px;
	background: #ebebeb;
	padding-right: 10px;
	padding-bottom: 5px !important;
	width: 230px;
}
.fexet-tel:hover {
	right: 0;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
}
.fexet-tel b {
	font-size: 24px !important;
}
.fexet-tel:before {
	font-size: 30px !important;
	margin-left: -40px !important;
	padding-left: 5px;
}
.hk {
	font-size: 12.9px;
	padding-top: 40px;
}
footer {
	height: 220px;
	background: url("../../../../layout/_imgs/footer.jpg");
	background-position: center;
}
footer .company-group {
	position: relative;
	text-align: left;
	vertical-align: top;
	height: 70px;
	padding-top: 40px;
}
footer .company-group hr {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #8b8ba5;
	border: none;
	margin-top: 31px;
	z-index: 1;
}
footer .company-group figure {
	display: inline-block;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
footer .company-group figure p {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
}
footer .company-group figure p:before {
	display: block;
	position: absolute;
	margin-top: 60px;
	content: " ";
	width: 80px;
	height: 3px;
	background: #fcb401;
	z-index: 2;
}
footer .footer-bottom {
	padding-top: 20px;
}
footer .footer-bottom p {
	padding-left: 20px;
	color: #fff;
	float: left;
}
footer .footer-bottom p a {
	line-height: 20px;
	text-decoration: none;
	color: #fff;
}
footer .footer-bottom p a:before {
	font-family: "standart-icons";
	font-weight: normal;
	content: "m";
	font-size: 15px;
	line-height: 20px;
	position: absolute;
	margin-left: -20px;
}
footer .footer-bottom p a:before:hover {
	color: #fcb401;
}
footer .footer-bottom p a:hover {
	color: #fcb401;
}

.copyright {
	background: #fcb401;
	height: 60px;
}
.copyright p {
	font-size: 12.9px;
	line-height: 50px;
	color: #fff;
	float: left;
}
p.white {
	color: #fff;
	font-size: 16px;
}
.negmargin {
	margin-top: -15px;
}

.intrlogo {
	float: right;
	display: block;
	width: 140px;
	height: 30px;
	padding: 4px 10px 6px 30px;
	font: 10pt Roboto;
	background: url("../../../../layout/_imgs/black.png");
	background-repeat: no-repeat;
	color: #fcb401;
	text-decoration: none;
	margin-top: 20px;
}
.intrlogo:hover {
	color: #fff;
}

.overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9;
}

.overlay-main {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #28285b;
	z-index: 9;
}
.modal-1 .anim {
	display: none;
	margin: 0 auto;
	width: 500px;
	height: 400px;
	background-image: url("../../../../layout/_imgs/banner_beton.gif");
}
.modal-1 {
	display: none;
	width: 750px;
	/* max-height: 630px; */
	position: fixed;
	z-index: 10;
	top: 50%;
	left: 50%;
	padding-bottom: 30px;
	/* margin-left: -375px; */
	/* margin-top: -315px; */
	background: #28285b;
	overflow-x: hidden;
	overflow-y: auto;
	transform: translate(-50%, -50%);
}
.modal-1 .close {
	display: block;
	/* margin-left: 705px; */
	margin-left: 90%;
	margin-top: 10px;
	position: absolute;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	border-radius: 50%;
	background: #28285b;
	border: 1px solid #fff;
	padding: 7px 10px;
	line-height: 1;
	transition: all 0.7s;
	margin-right: 10px;
}
.modal-1 .close:hover {
	background: #fcb401;
	color: #28285b;
	border-color: #fcb401;
}
.modal-1 h3 {
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	padding-top: 60px;
	padding-bottom: 35px;
}
.modal-1 .modal-description {
	text-align: center;
	padding: 0 15px;
	max-width: 90%;
	margin: 0 auto;
	color: #fff;
}
.modal-1 form {
	text-align: right;
}
.modal-1 form .line {
	display: block;
	height: 40px;
	width: 550px;
	margin: 0 auto;
	margin-top: 20px;
}
.modal-1 form label {
	float: left;
	color: #fff;
	font-size: 15px;
	text-align: left;
	padding-top: 10px;
}
.modal-1 form input,
.modal-1 form select {
	float: right;
	width: 370px;
	height: 40px;
	padding-left: 20px;
	border: none;
	border-radius: 0;
	color: #000;
	font-size: 15px;
}
.modal-1 form input:focus,
.modal-1 form select:focus {
	outline: none;
	box-shadow: 0px 0px 2px #fcb401;
}
.modal-1 form input::-webkit-input-placeholder,
.modal-1 form select::-webkit-input-placeholder {
	color: #777;
}
.modal-1 form input:-ms-input-placeholder,
.modal-1 form select:-ms-input-placeholder {
	color: #777;
}
.modal-1 form select {
	width: 390px;
}
.modal-1 form .btn-accent:hover {
	background: #ffdc5c;
}
.modal-2 .anim {
	display: none;
	margin: 0 auto;
	width: 360px;
	height: 200px;
	background-image: url("../../../../layout/_imgs/banner_beton.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.modal-2 {
	display: none;
	width: 360px;
	height: 360px;
	position: fixed;
	z-index: 10;
	top: 50%;
	left: 50%;
	margin-left: -180px;
	margin-top: -180px;
	background: #28285b;
}
.modal-2 .close {
	display: block;
	margin-left: 315px;
	margin-top: 10px;
	position: absolute;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	border-radius: 50%;
	border: 1px solid #fff;
	padding: 5px 10px;
	line-height: 1;
	transition: all 0.7s;
	margin-right: 10px;
}
.modal-2 .close:hover {
	background: #fcb401;
}
.modal-2 h3 {
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	padding-top: 60px;
	padding-bottom: 15px;
}
.modal-2 input {
	display: block;
	width: 260px;
	height: 50px;
	padding-left: 20px;
	border: none;
	color: #777;
	font-size: 15px;
	margin: 0 auto;
	margin-top: 15px;
}
.modal-2 input:focus {
	outline: none;
	box-shadow: 0px 0px 2px #fcb401;
}
.modal-2 input::-webkit-input-placeholder {
	color: #777;
}
.modal-2 input:-ms-input-placeholder {
	color: #777;
}
.modal-2 .btn-accent {
	display: block;
	width: 280px;
	margin: 0 auto;
	margin-top: 15px;
}
.modal-2 .btn-accent:hover {
	background: #ffdc5c;
}

.mobile-nav-button,
.mobile-tel-button,
.zv-mobile {
	display: none;
}

.video-fon {
	display: block;
	background: url("../../../../layout/_imgs/black-dots.png");
	height: 630px;
	overflow: hidden;
}
.video-fon .da-slider {
	background: none;
	position: absolute;
	height: 630px;
}
.video-fon .da-slider h1 {
	color: #fff;
}
.video-fon .da-slider p {
	color: #fff;
}
.video-fon .da-slider .slider-overlay {
	height: 100px;
}
.video-fon .da-slider .slider-button {
	text-align: center;
	padding: 20px 0;
	display: block;
	width: 220px;
	position: absolute;
	bottom: 35px;
	left: 50%;
	margin-left: -110px;
	z-index: 7;
}
.video-fon .da-slide-current .slider-overlay {
	opacity: 1;
	transition-duration: 0.7s;
	transition-delay: 0.7s;
	bottom: 100px;
}
.video-fon .video-overlay {
	position: absolute;
	background: url("../../../../layout/_imgs/black-dots.png");
	height: 630px;
	width: 100%;
	z-index: 2;
	opacity: 0.7;
}
.video-fon video {
	width: 100%;
	z-index: 1;
	background-image: url("../../../../layout/_imgs/slide-1.jpg");
}
.video-fon .container {
	position: absolute;
	z-index: 3;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
}
.video-fon .container .overlay-color {
	background: rgba(0, 0, 0, 0.7);
	margin-top: 372px;
	padding: 20px 0px;
	padding-bottom: 30px;
}
.video-fon .container .overlay-color h1 {
	padding-bottom: 10px;
	color: #fff;
}
.video-fon .container .overlay-color p {
	font-size: 25px;
	padding-bottom: 20px;
	color: #fff;
}
.video-fon .container .btn-main {
	padding: 15px 40px;
}

.top-baner {
	display: block;
	position: relative;
	height: 630px;
	margin-top: 0px;
	text-align: center;
}
.top-baner h1 {
	text-align: center;
	padding-top: 270px;
	color: #fff;
}
.top-baner .btn-slide1 {
	text-align: center;
	font-size: 16px;
}
.top-baner .btn-main {
	padding: 15px 40px;
}

.icon-slider-arr-left {
	display: block;
	background-repeat: no-repeat;
	background-image: url("../../../../layout/_imgs/slide-arrows.png");
	width: 50px;
	height: 80px;
	background-position: 0px 0px;
	opacity: 0.5;
}
.icon-slider-arr-left:hover {
	opacity: 1;
}

.icon-slider-arr-right {
	display: block;
	background-image: url("../../../../layout/_imgs/slide-arrows.png");
	width: 40px;
	height: 72px;
	background-position: -41px -0px;
	opacity: 0.5;
}
.icon-slider-arr-right:hover {
	opacity: 1;
}

.da-slider {
	width: 100%;
	min-width: 360px;
	height: 100%;
	position: relative;
	overflow: hidden;
	transition: background-position 1.4s ease-in-out 0.3s;
	z-index: 7;
}

.da-slide {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: left;
	opacity: 0;
	transition: all 0.7s ease-in-out;
	z-index: 6;
}
.da-slide .container {
	text-align: center;
}

.da-slider:hover .da-arrows span {
	opacity: 0.5;
}

.da-slide-current {
	z-index: 7;
	opacity: 1;
}

.da-slider-fb .da-slide {
	left: 100%;
}

.da-slider-fb .da-slide .da-img {
	left: 60%;
	opacity: 1;
}

.da-dots {
	width: 100%;
	display: block;
	position: absolute;
	text-align: center;
	left: 0;
	bottom: 10px;
	z-index: 2000;
}

.da-dots span {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 3px;
	background: #fcb401;
	cursor: pointer;
	margin: 0 10px;
}

.da-dots span.da-dots-current:after {
	content: "";
	width: 30px;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffcd;
}

.da-arrows span {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 72px;
	margin-top: -47px;
	cursor: pointer;
	z-index: 2000;
	opacity: 0;
	transition: opacity 0.4s ease-in-out 0.2s;
}

.da-arrows span.da-arrows-prev {
	left: 15px;
}

.da-arrows span.da-arrows-next {
	right: 15px;
}

.s1 {
	background-image: url("../../../../layout/_imgs/slide-1.jpg");
	background-size: cover;
	background-position: center;
}
.s1 h1 {
	opacity: 0;
	transition: all 1s;
}
.s1 .btn-accent {
	margin-top: 65px;
}

.s2 {
	background-image: url("../../../../layout/_imgs/slide-1.jpg");
	background-size: cover;
	background-position: center;
}
.s2 .btn-accent {
	margin-top: 65px;
}
.s2 h1 {
	opacity: 0;
	transition: all 1s;
	margin-top: 100%;
}

.s3 {
	background-image: url("../../../../layout/_imgs/slide-1.jpg");
	background-size: cover;
	background-position: center;
}
.s3 .btn-accent {
	margin-top: 65px;
}
.s3 h1 {
	opacity: 0;
	transition: all 1s;
	margin-top: 100%;
}

.da-slide-current h1 {
	opacity: 1;
	transition-duration: 0.7s;
	transition-delay: 0.7s;
	margin: 0;
}

.products {
	background: url("../../../../layout/_imgs/products.jpg");
	background-position: center;
	position: relative;
	padding-bottom: 10px;
}
.products .container {
	position: relative;
}
.products hr {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #eee;
	border: none;
	margin-top: -5px;
	z-index: -1;
}
.products figure {
	display: inline-block;
	width: 15%;
	height: 160px;
	border: 1px solid rgba(255, 255, 255, 0);
	margin-left: 1.3%;
	text-align: center;
	vertical-align: top;
	padding-top: 20px;
	cursor: pointer;
	transition: all 0.7s;
	word-wrap: break-word;
}
.products figure:hover {
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
	cursor: default;
}
.products figure:nth-of-type(1) {
	margin-left: 0;
}
.products figure span {
	display: inline-block;
	height: 46px;
	background-image: url("../../../../layout/_imgs/servise-sprite.png.png");
	background-repeat: no-repeat;
}
.products figure:nth-of-type(1) span {
	width: 52px;
	background-position: -5px -5px;
}
.products figure:nth-of-type(2) span {
	width: 62px;
	background-position: -67px -5px;
}
.products figure:nth-of-type(3) span {
	width: 36px;
	background-position: -139px -5px;
}
.products figure:nth-of-type(4) span {
	width: 63px;
	background-position: -296px -3px;
}
.products figure:nth-of-type(5) span {
	width: 54px;
	background-position: -242px -5px;
}
.products figure:nth-of-type(6) span {
	width: 47px;
	background-position: -185px -5px;
	/*width: 44px;
  background-position: -306px -5px;*/
}
.products figure p {
	font-size: 12.9px;
	color: #000;
	line-height: 21px;
	padding: 15px 16px;
}

.services {
	padding-bottom: 30px;
}
.services p {
	line-height: 25px;
	font-size: 15px;
}

.da-slide {
	text-align: center;
	vertical-align: bottom;
}
.da-slide .h1 {
	margin: 0px;
	padding: 0px;
}
.da-slide p {
	font-family: "Open Sans", sans-serif;
	font-size: 26px;
	line-height: 30px;
}
.da-slide .btn-main {
	margin-top: 20px;
}

.slider-overlay {
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	padding: 30px 10px;
	padding-bottom: 60px;
	transition-duration: 0.7s;
	transition-delay: 0.7s;
	position: absolute;
	width: 99%;
	bottom: -100%;
	left: 0px;
	height: 100px;
}

.da-slide-current .slider-overlay {
	opacity: 1;
	transition-duration: 0.7s;
	transition-delay: 0.7s;
	bottom: 100px;
}
.slider-button {
	text-align: center;
	padding: 20px 0;
	display: block;
	width: 220px;
	position: absolute;
	bottom: 35px;
	left: 50%;
	margin-left: -150px;
	z-index: 7;
}

.content {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
	min-height: 250px;
}
.content h1 {
	text-align: center;
	color: #28285b;
	padding-top: 10px;
}
.content h2 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.content h2:before {
	margin-top: 42px;
}
.content p {
	font-size: 16px;
}
.content hr {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #eee;
	border: none;
	margin-top: -35px;
	z-index: -1;
}
.content ol,
.content ul {
	margin-left: 20px;
	padding-bottom: 20px;
}
.content ol li,
.content ul li {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	padding-top: 10px;
	color: #28285b;
}
.content ol li span,
.content ul li span {
	font-weight: normal;
	color: #000;
}
.content ol li ul,
.content ul li ul {
	padding-left: 30px;
}
.content ol li ul li,
.content ul li ul li {
	list-style-type: disc;
	color: #fcb401;
}
.content .container h1 {
	padding-top: 50px;
}

.da-slide p {
	font-family: "Open Sans", sans-serif;
	font-size: 26px;
	line-height: 30px;
}
.e1 {
	background-image: url("../../../../layout/_imgs/elba/1.jpg");
	background-size: cover;
	background-position: center;
}
.e2 {
	background-image: url("../../../../layout/_imgs/elba/2.jpg");
	background-size: cover;
	background-position: center;
}
.e3 {
	background-image: url("../../../../layout/_imgs/elba/3.jpg");
	background-size: cover;
	background-position: center;
}
.e4 {
	background-image: url("../../../../layout/_imgs/elba/4.jpg");
	background-size: cover;
	background-position: center;
}
.c1 {
	background-image: url("../../../../layout/_imgs/cifa/slide-5.jpg");
	background-size: cover;
	background-position: center;
}
.c1 h1 {
	opacity: 0;
	transition: all 1s;
}
.c1 p {
	font-family: "Open Sans", sans-serif;
}

.c2 {
	background-image: url("../../../../layout/_imgs/cifa/slide-6.jpg");
	background-size: cover;
	background-position: center;
}
.c2 h1 {
	opacity: 0;
	transition: all 1s;
	margin-top: 100%;
}
.c2 p {
	font-family: "Open Sans", sans-serif;
}

.c3 {
	background-image: url("../../../../layout/_imgs/cifa/slide-7.jpg");
	background-size: cover;
	background-position: center;
}
.c3 h1 {
	opacity: 0;
	transition: all 1s;
	margin-top: 100%;
}
.c3 p {
	font-family: "Open Sans", sans-serif;
}

.c4 {
	background-image: url("../../../../layout/_imgs/cifa/slide-1.jpg");
	background-size: cover;
	background-position: center;
}
.c4 h1 {
	opacity: 0;
	transition: all 1s;
	margin-top: 100%;
}
.c5 {
	background-image: url("../../../../layout/_imgs/cifa/slide-2.jpg");
	background-size: cover;
	background-position: center;
}
.c5 h1 {
	opacity: 0;
	transition: all 1s;
}
.c5 p {
	font-family: "Open Sans", sans-serif;
}
.c6 {
	background-image: url("../../../../layout/_imgs/cifa/slide-3.jpg");
	background-size: cover;
	background-position: center;
}
.c6 h1 {
	opacity: 0;
	transition: all 1s;
}
.c6 p {
	font-family: "Open Sans", sans-serif;
}
.c7 {
	background-image: url("../../../../layout/_imgs/cifa/slide-4.jpg");
	background-size: cover;
	background-position: center;
}
.c7 h1 {
	opacity: 0;
	transition: all 1s;
}
.c7 p {
	font-family: "Open Sans", sans-serif;
}
.da-slide-current h1 {
	opacity: 1;
	transition-duration: 0.7s;
	transition-delay: 0.7s;
	margin: 0;
}

.map {
	height: 450px;
	opacity: 0.7;
}

.prise {
	padding-top: 0px;
}
.prise p,
.prise h2 {
	text-align: left;
}
.prise h1 {
	color: #28285b;
}
.prise table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 15px;
	margin-left: 0px;
}
.prise table tr {
	color: #000;
}
.prise table tr:hover td {
	background: rgba(252, 180, 1, 0.6);
	cursor: default;
}
.prise table tr:last-child td {
	border-top: none;
	text-align: left !important;
	font-weight: normal !important;
	padding-left: 10px;
}
.prise table tr:last-child td:hover {
	background: #fff;
}
.prise table tr th {
	text-transform: uppercase;
	padding: 20px 0px;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 20px;
}
.prise table tr th:nth-of-type(1) {
	width: 10%;
}
.prise table tr th:nth-of-type(2) {
	width: 75%;
	border-left: 1px solid rgba(40, 40, 91, 0.2);
	border-right: 1px solid rgba(40, 40, 91, 0.2);
}
.prise table tr th:nth-of-type(3) {
	width: 15%;
}
.prise table tr th:nth-of-type(3) span {
	position: absolute;
	font-size: 12px;
	margin-top: 23px;
	margin-left: -48px;
	text-transform: none;
}
.prise table tr td {
	text-align: left;
	padding: 30px 0px;
	border-top: 1px solid rgba(40, 40, 91, 0.2);
	transition: all 0.7s;
}
.prise table tr td:nth-of-type(1) {
	width: 10%;
	text-align: center;
	font-weight: bold;
}
.prise table tr td:nth-of-type(2) {
	width: 75%;
	border-left: 1px solid rgba(40, 40, 91, 0.2);
	border-right: 1px solid rgba(40, 40, 91, 0.2);
	padding: 0px 20px;
}
.prise table tr td:nth-of-type(3) {
	text-align: center;
	width: 15%;
	font-weight: bold;
}
.prise {
	text-align: center;
}
.prise .btn-main {
	margin-top: 10px;
}
.b1 {
	background-image: url("../../../../layout/_imgs/uklad/1.jpg");
	background-size: cover;
	background-position: center;
}

.b2 {
	background-image: url("../../../../layout/_imgs/uklad/2.jpg");
	background-size: cover;
	background-position: center;
}
.b3 {
	background-image: url("../../../../layout/_imgs/uklad/3.jpg");
	background-size: cover;
	background-position: center;
}
.services .container h1 {
	font-family: "Open Sans", sans-serif;
	color: #28285b;
	text-transform: uppercase;
	font-size: 24px;
	padding: 30px 0;
	transition: all 0.7s;
	font-weight: bold;
	text-align: left;
}
.services .container h1:before {
	display: block;
	position: absolute;
	margin-top: 50px;
	content: "";
	width: 80px;
	height: 3px;
	background: #fcb401;
}
.page-video {
	display: block;
	width: 854px;
	margin: 0 auto;
	border: 1px solid #fcb401;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	margin-top: 10px;
}
.page-video iframe {
	width: 854px;
	height: 480px;
}
@media (max-width: 1200px) and (min-width: 920px) {
	.container {
		width: 96%;
		margin: 0 2%;
	}
}
@media (max-width: 920px) {
	.services .container h1 {
		line-height: 24px;
	}
	.services .container h1:before {
		display: none;
	}
	.slider-button {
		margin-left: -150px;
	}
	.page-video {
		width: 98%;
		margin-top: 10px;
	}
	.page-video iframe {
		width: 100%;
		height: 50%;
	}
	.modal-1 .anim,
	.modal-2 .anim {
		width: 100%;
		background-image: url("../../../../layout/_imgs/banner_beton.gif");
		background-position: center;
		background-size: contain;
		background-repeat: none-repeat;
	}
	.video-fon {
		height: 300px;
	}
	.video-fon .da-slider {
		height: 300px;
	}
	.video-fon .da-slider .slider-overlay {
		background: rgba(0, 0, 0, 0.3);
	}
	.video-fon .da-slider .slider-overlay h1,
	.video-fon .da-slider .slider-overlay .h1 {
		font-size: 24px;
		line-height: 26px;
	}
	.video-fon .da-slider .slider-overlay p {
		font-size: 18px;
		line-height: 20px;
	}
	.video-fon .video-overlay {
		height: 300px;
		background-image: url("../../../../layout/_imgs/slide-1.jpg");
		background-position: center;
		background-size: cover;
	}
	.video-fon .da-slide-current .slider-overlay {
		bottom: 110px;
	}

	video {
		display: none;
	}

	.zv-mobile {
		display: block;
		text-align: center;
		font-size: 26px;
	}
	.zv-mobile h3 {
		margin-top: -50px;
	}
	.zv-mobile a {
		color: #fcb401;
		text-align: center;
	}
	.mobile-tel-button {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 8;
		width: 60px;
		height: 60px;
	}
	.mobile-tel-button:before {
		display: block;
		font-family: "standart-icons";
		font-weight: normal;
		content: "p";
		font-size: 16px;
		line-height: 40px;
		position: absolute;
		display: block;
		font-size: 40px;
		border: 1px solid #28285b;
		padding: 10px;
		border-right: none;
		border-top: none;
		background: rgba(255, 255, 255, 0.7);
		color: #28285b;
		cursor: pointer;
	}

	.mobile-nav-button {
		cursor: pointer;
		display: block;
		position: fixed;
		width: 60px;
		height: 60px;
		top: 0;
		left: 0;
		z-index: 9;
		background: rgba(255, 255, 255, 0.7);
		border: 1px solid #28285b;
		border-left: none;
		border-top: none;
	}
	.mobile-nav-button.active {
		border: none;
		background: none;
	}
	.mobile-nav-button.active span {
		transition: background 0.3s;
		background: none;
	}
	.mobile-nav-button.active span:before {
		transition-property: top, transform;
		top: 0;
		transform: rotate(45deg);
	}
	.mobile-nav-button.active span:after {
		transition-property: bottom, transform;
		bottom: 0;
		transform: rotate(-45deg);
	}
	.mobile-nav-button.active span:before,
	.mobile-nav-button.active span:after {
		transition-duration: 0.3s;
		transition-delay: 0.3s;
	}
	.mobile-nav-button span {
		position: absolute;
		top: 25px;
		left: 12px;
		right: 12px;
		display: block;
		height: 4px;
		background: #28285b;
	}
	.mobile-nav-button span:before,
	.mobile-nav-button span:after {
		position: absolute;
		display: block;
		content: "";
		left: 0;
		width: 100%;
		height: 4px;
		border-radius: 0px;
		background: #28285b;
		transition-duration: 0.3s;
		transition-delay: 0.3s;
	}
	.mobile-nav-button span:before {
		top: -10px;
		transition-property: top, transform;
	}
	.mobile-nav-button span:after {
		bottom: -10px;
		transition-property: bottom, transform;
	}

	.top-nav {
		display: none;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		margin-bottom: -20px;
		background: #ebebeb;
		z-index: 9;
		padding-top: 20px;
		margin: 0;
	}
	.top-nav a {
		width: 99%;
		font-size: 20px;
		border-bottom: 1px solid #28285b;
		margin: 0;
		padding: 20px 0px;
		background: none;
	}
	.top-nav a:nth-of-type(1) {
		border-bottom: 1px solid #28285b;
		margin-top: 20px;
	}
	.top-nav a:hover {
		background: none;
		color: #fcb401;
	}

	.container {
		width: 99%;
	}

	header {
		margin-top: -190px;
		height: 210px;
		width: 99.8%;
		background-repeat: repeat;
	}
	header .container {
		position: relative;
		height: 180px;
		display: block;
	}
	header .container .block {
		display: block;
		float: none;
		width: 98%;
		height: 90px;
	}
	header .container .left-block {
		padding-left: 10px;
		margin-top: 180px;
		text-align: center;
	}
	header .container .left-block p {
		font-size: 23px;
		line-height: 1;
		padding-bottom: 10px;
		padding-top: 100px;
	}
	header .container .left-block a {
		font-size: 16px;
	}
	header .container .center-block {
		margin-top: -5px;
		text-align: center;
		position: relative;
	}
	header .container .center-block p {
		font-size: 20px;
	}
	header .container .center-block .logo {
		display: block;
	}
	header .container .center-block .logo img {
		display: block;
		margin: 0 auto;
	}
	header .right-block {
		display: none !important;
	}

	.top-baner {
		display: block;
		position: relative;
		height: 430px;
		margin-top: 0px;
		text-align: center;
	}
	.top-baner .da-slide .slider-overlay {
		width: 97%;
		padding-right: 50px;
		height: 70px;
	}
	.top-baner .da-slide .slider-overlay h1,
	.top-baner .da-slide .slider-overlay .h1 {
		padding: 0px;
		margin: 0px;
	}
	.top-baner h1,
	.top-baner .h1 {
		padding-top: 10px;
		font-size: 30px;
		line-height: 33px;
	}
	.top-baner .btn-slide1 {
		text-align: center;
		font-size: 16px;
	}
	.top-baner .btn-main {
		padding: 15px 40px;
	}

	.products {
		padding-bottom: 0px;
	}
	.products .container {
		position: relative;
	}
	.products hr {
		width: 98%;
		margin-top: -6px;
	}
	.products figure {
		width: 45%;
		height: 160px;
		margin-left: 10px;
	}
	.products figure:nth-child(2n + 1) {
		margin-left: 0;
	}
	.products figure p {
		font-size: 12px;
		padding: 0px 0px;
	}
	.services h2 {
		padding-left: 10px;
	}
	.services p {
		padding: 10px;
	}
	.services .fl p {
		padding: 5px 0px;
	}

	footer {
		height: 290px;
	}
	footer .company-group {
		height: 30px;
		padding-top: 40px;
	}
	footer .company-group hr {
		width: 95%;
		margin-top: -109px;
		margin-left: 10px;
	}
	footer .company-group figure {
		width: 45%;
		margin-top: 20px;
	}
	footer .company-group figure:nth-of-type(1) {
		margin-top: -20px;
		width: 100%;
	}
	footer .company-group figure:nth-of-type(1) p {
		padding-left: 10px;
	}
	footer .company-group figure p:before {
		margin-top: 40px;
	}

	.copyright {
		height: 80px;
	}
	.copyright p {
		font-size: 12px;
		line-height: 15px;
		display: block;
		width: 150px;
		padding-top: 20px;
		padding-left: 10px;
	}

	.modal-1 {
		/* position: absolute; */
		width: 100%;
		height: auto;
		z-index: 10;
		left: 0;
		top: 0;
		bottom: 0;
		margin: 0;
		padding-bottom: 20px;
		transform: none;
	}
	.modal-1 .close {
		margin-left: 90%;
	}
	.modal-1 h3 {
		font-size: 25px;
		line-height: 28px;
	}
	.modal-1 form {
		text-align: center;
		display: block;
	}
	.modal-1 form label {
		display: none;
	}
	.modal-1 form input[type="text"],
	.modal-1 form input[type="tel"] {
		float: none;
		padding-left: 10px;
		width: 100%;
	}
	.modal-1 form select {
		width: 100%;
		margin: 0;
		padding: 0px;
		padding-left: 10px;
	}
	.modal-1 form .line {
		display: block;
		height: 40px;
		width: 90%;
		margin: 0 auto;
		overflow: hidden;
		margin-top: 20px;
	}
	.modal-1 form .line select {
		width: 100%;
	}
	.modal-1 form .line:last-child {
		padding-bottom: 50px;
	}
	.modal-1 .btn-accent {
		display: block;
		width: 100%;
	}

	.modal-2 {
		display: none;
		width: 100%;
		height: auto;
		position: absolute;
		z-index: 10;
		top: 0;
		left: 0;
		margin: 0;
		background: #28285b;
	}
	.modal-2 .close {
		margin-left: 85%;
		margin-top: 10px;
	}
	.modal-2 h3 {
		padding-top: 90px;
		padding-bottom: 50px;
	}
	.modal-2 input {
		width: 90%;
	}
	.modal-2 .btn-accent {
		width: 95%;
		margin-bottom: 10px;
	}

	.da-slide-current .slider-overlay {
		opacity: 1;
		transition-duration: 0.7s;
		transition-delay: 0.7s;
		bottom: 140px;
	}

	.content {
		padding: 0 10px;
		padding-bottom: 20px;
	}
	.content h1 {
		font-size: 34px;
		margin-top: -30px;
		padding: 0;
	}
	.content h2 {
		font-size: 21px;
	}

	.prise table {
		margin-left: -10px;
	}

	.mobile-flex {
		display: flex;
		flex-direction: column;
	}

	.footer-bottom {
		order: 3;
	}

	.intrid {
		order: 2;
		margin-left: auto;
	}

	footer .footer-bottom {
		padding-top: 0;
	}
}

.line .cent {
	text-align: center;
}

.line .cent input {
	width: 15px;
	float: left;
	padding-right: 5px;
}
.line .cent a {
	color: #fff;
	float: left;
	padding-left: 7px;
	padding-top: 10px;
}
.centr {
	display: inline-block;
	width: 100%;
	padding-left: 40px;
}
.centr input {
	height: 15px;
	width: 15px;
	float: left;
}
.centr a {
	color: #fff;
	float: left;
	padding-top: 14px;
	padding-left: 10px;
}
.intrid {
	display: block;
	padding: 0 9px 0 25px;
	height: 26px;
	border: 1px solid #28285b;
	float: right;
	margin-top: 16px;

	position: relative;

	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 24px;
	color: #fcb401;
	text-decoration: none;

	background-color: #28285b;
	border-radius: 15px;
	transition: all 200ms linear;
}

.intrid:hover {
	background-color: #fcb401;
	color: #28285b;
}

.intrid::before {
	width: 16px;
	height: 16px;

	position: absolute;
	top: 50%;
	left: 4px;

	content: "";

	background-color: #fcb401;
	border-radius: 50%;
	transition: all 200ms linear;
	transform: translateY(-50%);
}

.intrid:hover::before {
	background-color: #28285b;
}

.intrid::after {
	width: 6px;
	height: 6px;

	position: absolute;
	top: 50%;
	left: 9px;

	content: "";

	background-color: #28285b;
	border-radius: 50%;
	transition: all 200ms linear;
	transform: translateY(-50%);
}

.intrid:hover::after {
	background-color: #fcb401;
}

.cookies {
	position: fixed;
	box-sizing: border-box;
	bottom: 8px;
	left: 0;
	right: 0;
	z-index: 1020;
	margin: 0 auto;
	width: 96%;
	max-width: 360px;
	padding: 12px 16px 8px 16px;
	background: #f7f5f1;
	color: #443322;
	box-shadow: 0 0 8px 4px rgba(44, 33, 22, 0.2);
	border-radius: 24px;
	font-family:
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-size: 15px;
}
@media (max-width: 600px) {
	.cookies {
		font-size: 13px;
	}
}
.cookies span {
	display: block;
	padding-right: 16px;
}
.cookies .close_cookies {
	position: absolute;
	top: 10px;
	right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	cursor: pointer;
	color: #223344;
	border: 1px solid transparent;
	border-radius: 4px;
}
.cookies .close_cookies:hover {
	border-color: rgba(22, 33, 44, 0.2);
}
.cookies .cookies_button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #223344;
	color: #f7f5f1;
	border: none;
	border-radius: 24px;
	box-shadow: none;
	padding: 8px 16px;
	margin-top: 12px;
	text-align: center;
	cursor: pointer;
	transition: 0.2s;
}
.cookies .cookies_button:hover {
	background: #112233;
}
.mtop-auto {
	margin-top: auto;
}
.absolute {
	position: absolute;
	z-index: 7;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 630px;
	background: linear-gradient(
		90deg,
		rgba(16, 18, 48, 0.88) 0%,
		rgba(16, 18, 48, 0.6) 50%,
		rgba(16, 18, 48, 0.2) 100%
	);
}
.new-overlay {
	display: block;
	margin-top: auto;
	/* height: 350px; */
	width: 680px;
	padding: 30px 0;
	text-align: left;
	transition-duration: 0.7s;
	transition-delay: 0.7s;
}
.top-baner p {
	color: #fff;
	font-size: 20px;
	line-height: 1.8;
}
.mb-lead {
	padding: 30px 0 15px;
}
.mb-check {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.3;
}

.top-baner .mb-check::before {
	content: "";
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	border: 2px solid #fcb401;
	border-radius: 50%;
	background: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 6.2 5.7 10 14.5 1.5' fill='none' stroke='%23fcb401' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
		center / 15px 12px no-repeat;
}

.mb-btn-row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 34px;
}

.top-baner .mb-btn-row .mb-hero-btn {
	display: inline-block;
	margin: 0;
	padding: 10px 25px;
	border: 2px solid #fcb401;
	background: #fcb401;
	box-shadow: none;
	color: #28285b;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		color 0.2s,
		background-color 0.2s,
		border-color 0.2s;
}

.top-baner .mb-btn-row .mb-hero-btn:hover {
	background: #fff;
	border-color: #fff;
	color: #28285b;
}

.top-baner .mb-btn-row .mb-hero-btn--outline {
	background: none;
	border-color: white;
	color: #fff;
}

.top-baner .mb-btn-row .mb-hero-btn--outline:hover {
	background: #fff;
	border-color: #fff;
	color: #28285b;
}
.colored {
	background: #28285b;
}
.benefits {
	list-style: none;
	display: flex;
	list-style: none;
	padding: 20px 0;
}
.benefits li {
	flex: 1;
	padding: 5px;
	border-right: solid 1px rgba(255, 255, 255, 0.3);
	text-align: center;
	color: white;
	display: flex;
	flex-direction: column;
	font-weight: bold;
}
.benefits li:first-child {
	padding-left: 0;
}
.benefits li:last-child {
	border-right: none;
	padding-right: 0;
}
.benefits li span {
	font-size: 23px;
	padding: 10px 10px 15px 10px;
	color: #fcb401;
}
.buttons {
	visibility: none;
	margin-top: 10px;
}
.fl {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 15px;
	margin-top: 20px;
	justify-content: space-between;
}
.fl > div {
	position: relative;
	flex: 1 1 240px;
	max-width: 240px;
	min-height: 160px;
	padding: 20px 15px;
	overflow: hidden;
	transition: 0.25s;
}
.fl.big {
	align-items: stretch;
}
.fl.big > div {
	display: flex;
	flex-direction: column;
	min-height: 200px;
}
.fl.big > div .buttons {
	position: relative;
	bottom: unset;
	left: unset;
	right: unset;
	margin-top: auto;
	padding-bottom: unset;
}
.fl > div:hover {
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
}
.fl h3 {
	margin: 0 0 8px;
	color: #28285b;
	font-size: 24px;
}

.fl span {
	display: block;
	color: #fcb401;
	font-weight: 600;
}

.fl p {
	margin: 0;
	line-height: 1.5;
}
.buttons {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding-bottom: 20px;
	opacity: 0;
	transform: translateY(10px);
	transition: 0.25s;
	pointer-events: none;
}

.buttons::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 10px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 100%);
	transform: translateY(-100%);
}

.fl > div:hover .buttons {
	background-color: #ffffff;
	opacity: 1;
	transform: none;
	pointer-events: auto;
}

@media (max-width: 920px) {
	body,
	p,
	ul,
	li,
	.mb-hero-btn {
		font-size: 14px !important;
	}
	.top-baner p {
		font-size: 15px;
	}
	.mb-lead {
		font-size: 15px;
		padding: 15px 0 10px;
	}
	.new-overlay {
		height: 440px;
		width: auto;
		max-width: 560px;
		margin-left: 5%;
	}
	.mb-btn-row {
		margin-top: 10px;
	}
	.benefits li span {
		font-size: 20px;
	}
	.fl > div {
		max-width: 200px;
	}
}
@media (max-width: 600px) {
	.not-mobile {
		display: none !important;
	}
	.mb-hero-btn {
		padding: 10px !important;
	}
	h2::before {
		margin-top: 0;
	}
	.fl {
		gap: 5px 5px;
		margin-top: 0px;
	}
	.fl > div {
		flex: 1 1 160px;
		padding: 5px;
		max-width: 160px;
	}
	.buttons {
		width: 100%;
		left: 0;
		right: 0;
		background: white;
		flex-wrap: wrap;
		justify-content: center;
	}
}
/* Бесплатная консультация на главной */
.consultation {
	position: relative;
	padding: 65px 0;
	background: linear-gradient(105deg, #28285b 0%, #38386f 57%, #fcb401 100%);
	overflow: hidden;
}
.consultation::after {
	content: "?";
	position: absolute;
	right: 22px;
	bottom: -35px;
	color: rgba(40, 40, 91, 0.13);
	font-size: 190px;
	font-weight: 800;
	line-height: 1;
	pointer-events: none;
}
.consultation p {
	color: #ffffff;
}
.consultation-block {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 390px;
	gap: 38px;
}
.consultation-block__content,
.consultation-block__form-wrap {
	position: relative;
	z-index: 1;
}
.eyebrow {
	display: inline-block;
	margin-bottom: 16px;
	padding: 7px 12px;
	border: 1px solid #fcb401;
	color: #fcb401;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.consultation-block h2 {
	max-width: 400px;
	color: #fff;
}
.consultation-block h2::before {
	display: none;
}
.consultation-block__benefits {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 15px;
	margin-top: 40px;
}
.consultation-block__benefit {
	display: flex;
	flex: 1 1 auto;
	gap: 10px;
	min-height: 85px;
	padding: 15px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.07);
	color: #fff;
	/* font-weight: 600; */
}
.consultation-block__benefit::before {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: 6px;
	flex: 0 0 8px;
	background: #fcb401;
}
.consultation-block__form-wrap {
	align-self: center;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.13);
	backdrop-filter: blur(3px);
}
.consultation-block__form-wrap > p {
	margin: 0 0 20px;
	padding: 0;
}
.consultation-contacts .btn-accent {
	width: 100%;
	font-weight: bold;
}

@media (max-width: 1050px) {
	.consultation-block {
		grid-template-columns: 1fr;
	}
	.consultation-block__form-wrap {
		width: auto;
	}
}

@media (max-width: 760px) {
	.consultation {
		padding: 35px 0;
	}
	.consultation-block {
		gap: 25px;
		padding: 30px 22px;
	}
	.consultation-block h2 {
		margin: 0;
	}
	.consultation-block__benefits {
		flex-direction: column;
		margin-top: 20px;
	}
	.consultation-block__benefit {
		min-height: 0;
	}
}

@media (max-width: 480px) {
	.consultation-block {
		padding: 28px 16px 20px;
	}
	.consultation-block__lead {
		font-size: 14px;
	}
	.consultation-block__form-wrap {
		padding: 18px;
	}
}

/* Кнопки быстрых контактов в блоке бесплатной консультации */
.consultation-contacts {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.consultation-contacts__item {
	/* display: flex;
	flex-direction: column;
	justify-content: center; */
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto;
	box-sizing: border-box;
	min-height: 55px;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #ffffff;
	text-decoration: none;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease;
}

.consultation-contacts__item:hover,
.consultation-contacts__item:focus-visible {
	border-color: #28285b;
	background: #28285b;
	color: #ffffff;
}

.consultation-contacts__title {
	font-weight: 700;
}

.consultation-contacts__value {
	grid-row-start: 2;
	grid-column-start: 1;
	grid-column-end: 3;
	margin-top: 3px;
	font-size: 12.9px;
	opacity: 0.85;
}

.consultation-contacts__icon {
	display: flex;
	align-self: center;
	grid-row-start: 1;
	grid-row-end: 3;
	width: 32px;
	height: 32px;
}

.consultation-contacts__icon > svg,
.consultation-contacts__icon > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Контроль качества и документы */
.quality-documents {
	padding: 70px 0;
	background: #fff;
}
.quality-documents__layout {
	display: grid;
	grid-template-columns: 1fr 380px;
	gap: 20px;
	align-items: stretch;
}
.quality-documents__eyebrow {
	display: block;
	margin-bottom: 10px;
	color: #73778d;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.quality-documents__features {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 40px;
}
.quality-documents__features article {
	position: relative;
	flex: 1 1 40%;
	min-height: 125px;
	padding: 20px 15px;
	border: 1px solid #e2e2e2;
	background: #fff;
	box-sizing: border-box;
}
.quality-documents__features article::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 42px;
	height: 3px;
	background: #e7b719;
}
.quality-documents__features h3 {
	color: #20275b;
}
.quality-documents__slider-shell {
	position: relative;
	min-width: 0;
	margin: 0 40px;
	height: fit-content;
}
.quality-documents__slider-wrap {
	position: relative;
	min-width: 0;
	height: fit-content;
	padding: 20px;
	background: #28285b;
	box-sizing: border-box;
	overflow: hidden;
	touch-action: pan-y;
	user-select: none;
	cursor: grab;
}
.quality-documents__slider-wrap.is-dragging {
	cursor: grabbing;
}
.quality-documents__slider-wrap.is-dragging .quality-documents__slide {
	pointer-events: none;
}
.quality-documents__slider {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	transition: transform 0.35s ease;
	will-change: transform;
}
.quality-documents__slide {
	flex: 0 0 100%;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	text-align: left;
	cursor: pointer;
}
.quality-documents__preview {
	position: relative;
	display: block;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background: #f3f3f3;
}
.quality-documents__preview::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(20, 26, 67, 0);
	transition: background 0.25s ease;
}
.quality-documents__slide:hover .quality-documents__preview::after {
	background: rgba(20, 26, 67, 0.14);
}
.quality-documents__preview img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.25s ease;
}
.quality-documents__slide:hover img {
	transform: scale(1.025);
}
.quality-documents__caption {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 14px;
	overflow: hidden;
}
.quality-documents__navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 22px;
}
.quality-documents__arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 40px;
	height: 40px;
	appearance: none;
	padding: 0;
	background-color: transparent;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	transform: translateY(-50%);
	transition:
		opacity 0.2s ease,
		visibility 0.2s ease;
}
.quality-documents__arrow--prev {
	left: -40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Ealt-arrow-left-line-duotone%3C/title%3E%3Cpath fill='none' stroke='%23fcb401' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m15 5l-6 7l6 7'/%3E%3C/svg%3E");
}
.quality-documents__arrow--next {
	right: -40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Ealt-arrow-right-line-duotone%3C/title%3E%3Cpath fill='none' stroke='%23fcb401' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m9 5l6 7l-6 7'/%3E%3C/svg%3E");
}
.quality-documents__arrow:disabled {
	opacity: 0.25;
	pointer-events: none;
	cursor: default;
}
.quality-documents__dots {
	display: flex;
	align-items: center;
	gap: 20px;
}
.quality-documents__dot {
	width: 30px;
	height: 3px;
	padding: 0;
	border: none;
	background: #e7b719;
	cursor: pointer;
}
.quality-documents__dot.is-active {
	background: #ffffcd;
}

@media (max-width: 520px) {
	.quality-documents__features article {
		flex: 1 1 100%;
	}
}

@media (min-width: 920px) {
	.modal-document {
		width: 500px;
	}
}

.modal-document__preview {
	display: flex;
	justify-content: center;
	width: 80%;
	max-height: 62vh;
	margin: 0 auto;
	overflow: auto;
	background: #eceef3;
}
.modal-document__preview img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 62vh;
}
.modal-document__download {
	display: block;
	width: 220px;
	margin: 24px auto 0;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}
body.document-modal-open {
	overflow: hidden;
}

@media (max-width: 980px) {
	.quality-documents__layout {
		grid-template-columns: 1fr;
	}
	.quality-documents__slide {
		flex-basis: calc((100% - 36px) / 3);
	}
}
@media (min-width: 520px) and (max-width: 720px) {
	.quality-documents__slide {
		flex-basis: calc((100% - 18px) / 2);
	}
}
@media (max-width: 520px) {
	.quality-documents {
		padding: 45px 0;
	}
	.quality-documents__features {
		grid-template-columns: 1fr;
	}
	.quality-documents__slider-wrap {
		padding: 18px;
	}
	.quality-documents__slide {
		flex-basis: 100%;
	}
	.modal-document {
		padding-bottom: 20px;
		transform: none;
	}
	.modal-document__preview {
		width: 90%;
		max-height: 60vh;
	}
	.modal-document__preview img {
		max-height: 60vh;
	}
	.modal-document__download {
		width: 90%;
	}
}

/* fix for select */
select,
.form select,
.modal select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	background-clip: padding-box;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Echevron-big-down%3C/title%3E%3Cpath fill='%23000000' d='M3.515 8.465L12 16.95l8.485-8.485L19.07 7.05L12 14.122L4.929 7.05L3.515 8.465Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 18px center;
	background-size: 12px;
	padding-right: 48px;
}

select::-ms-expand {
	display: none;
}

select:open,
.form select:open,
.modal select:open {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M20.485 15.535L12 7.05l-8.485 8.485L4.93 16.95L12 9.878l7.071 7.072l1.414-1.415Z'/%3E%3C/svg%3E");
}
