/*!
Theme Name: Sayt-9900
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sayt-9900
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Sayt-9900 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
		sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;

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

.alignright {
	/*rtl:ignore*/
	float: right;

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

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

/*-----sayt9900-----------------------------------------------------------------------------*/
/*Обнуление*/
* {
	padding: 0;
	margin: 0;
	border: 0;
}

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

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

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

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}
/*--*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
}

body {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #231f20;
}
.site {
	overflow: hidden;
}
.site-header {
	padding: 15px 0;
	z-index: 3;
	position: relative;
}
.header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wrapper {
	padding: 0 150px;
	max-width: 1440px;
	margin: auto;
}
.primary-menu .menu-item-home {
	display: none;
}
.header-logo {
}
.header-menu {
	width: 51%;
	margin-right: 18%;
}

.primary-menu {
	width: 62%;
	margin-right: 10%;
}
.primary-menu li a {
	font-weight: 700;
	color: #231f20;
	letter-spacing: normal;
}
.primary-menu li a:hover {
	color: #4400b2;
}
.primary-menu .sub-menu li a:before {
	background-color: #4400b2;
}

.desktop {
}
.menu-cont {
	display: flex;
	justify-content: space-between;
	margin: auto;
}

.menu-cont__item a {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: #4b4b4b;
	cursor: pointer;
	text-transform: uppercase;
}
.header-phone a {
	font-size: 14px;
	line-height: 17px;
	/* identical to box height */
	color: #4400b2;
	cursor: pointer;
}
.header-mobile-container {
	display: none;
}

.container-content {
	margin-top: 60px;
}
.content-order-site {
	display: flex;
	position: relative;
}
.container-order-site {
	width: 50%;
}
.order-site__description {
	font-size: 14px;
	line-height: 17px;
	/* identical to box height */
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #231f20;
	margin-bottom: 25px;
}
.order-site__description span {
}
.order-site__title {
	font-size: 78px;
	line-height: 80px;
	/* or 103% */
	color: #231f20;
	margin-bottom: 40px;
}
.order-site__title span {
	color: #4400b2;
}
.order-site__spec-offers-title {
	font-size: 14px;
	line-height: 17px;
	/* identical to box height */
	color: #231f20;
}
.order-site__spec-offers-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 70%;
	margin-bottom: 60px;
}
.spec-offers__item {
}
.spec-offers__item-value {
	font-size: 44px;
	line-height: 54px;
	/* identical to box height */
	color: #231f20;
}
.spec-offers__item-description {
	font-size: 14px;
	line-height: 17px;
	/* identical to box height */
	color: #231f20;
	text-align: center;
}
.order-site__buttons {
	display: flex;
	align-items: center;
}
.button-order {
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #ffffff;
	background: #4400b2;
	padding: 19px;
	border: 2px solid #4400b2;
	box-sizing: border-box;
	margin-right: 30px;
	cursor: pointer;
	position: relative;
	z-index: 2;
}
.button-free-consult {
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #4400b2;
	padding: 19px;
	background-color: #ffffff;
	border: 2px solid #4400b2;
	box-sizing: border-box;
	cursor: pointer;
}
.order-site-background {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 150px;
	left: 0;
	z-index: -1;
}
.vector1 {
	position: absolute;
	top: -151px;
	right: -100px;
	background: url(img/vector1.svg) center no-repeat;
	background-size: cover;
	height: 716px;
	width: 717px;
	animation: shape-first 30s infinite;
}
.device {
	top: 0;
	right: 0;
	position: absolute;
	background: url("img/device.png") center no-repeat;
	background-size: contain;
	height: 447px;
	width: 490px;
}
.container-we-in-numbers-background {
	background: url("img/vector2.svg") center no-repeat;
	background-size: cover;
	width: 430px;
	height: 432px;
	animation: updown2 2s infinite alternate;
}

.container-block-cells {
	margin-top: 100px;
}
.block-cells__title {
	font-size: 64px;
	line-height: 72px;
	/* or 112% */
	color: #231f20;
	margin-bottom: 50px;
}
.block-cells__title span {
	color: #4400b2;
}
.block-cells__cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.block-cells__cards-item {
	width: 30%;
}
.block-cells__cards-item:nth-child(-n + 6) {
	margin-bottom: 43px;
}
.cards-item__img img {
	width: 100%;
}
.cards-item__description {
	margin-top: 15px;
}
.first-level {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 22px;
}
.add-functions .first-level {
	color: #4400b2;
}
.second-level {
	font-size: 14px;
	line-height: 16px;
	color: #231f20;
}
.block-cells .button-order {
	width: fit-content;
	margin: auto;
}

.wrapper {
}
.container-we-in-numbers__title {
	font-size: 64px;
	line-height: 72px;
	color: #231f20;
	margin-bottom: 60px;
}
.container-we-in-numbers__offers {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.offers__item {
	width: 26%;
}
.offers__item:nth-child(-n + 3) {
	padding-left: 100px;
}
.offers__item-title {
	font-size: 96px;
	line-height: 72px;
	color: #4400b2;
}
.top-three {
	position: relative;
}
.top-three span {
	position: absolute;
	top: 32px;
}
.wants-client {
	font-size: 36px;
	line-height: 36px;
	color: #4400b2;
}
.offers__item-descripion {
	margin-top: 15px;
	font-size: 14px;
	line-height: 17px;
}
.special {
	display: flex;
}
.special .offers__item-descripion {
	margin-top: auto;
	margin-left: 14px;
}
.container-we-in-numbers-background {
	position: absolute;
	top: -240px;
	z-index: -1;
	left: -130px;
}
.container-we-in-numbers {
	position: relative;
	margin-top: 110px;
	margin-bottom: 110px;
}

.container-we-in-numbers__title .we {
	color: #ffffff;
}

.slick-list {
	overflow: hidden;
}
/* Лента слайдов */
.slick-track {
	display: flex;
}

.last-works {
	position: relative;
	margin-bottom: 120px;
}
.last-works__title {
	font-size: 64px;
	line-height: 72px;
	color: #231f20;
	margin-bottom: 60px;
}
.slider-works {
	position: relative;
}
.slider-works__item {
	text-align: center;
}
.slider-works__item img {
	display: block;
	margin: 0 auto;
	height: 220px;
	width: 362px;
}
.slider-works .slick-arrow {
	position: absolute;
	top: -100px;
	z-index: 10;
	width: 21px;
	height: 30px;
}
.btn,
button,
.button,
input[type="submit"] {
	padding: 0;
}

input[type="tel"],
input[type="text"] {
	border-bottom: 2px solid #231f20;
	border-top: none;
	border-left: none;
	border-right: none;
}
.popup-container input[type="tel"],
.popup-container input[type="text"] {
	border-bottom: 2px solid #ffffff;
}
.slider-works .slick-arrow.slick-prev {
	right: 60px;
	font-size: 0;
	background: url("img/row.svg") 0 0 / 100% no-repeat;
}
.slider-works .slick-arrow.slick-next {
	right: 0;
	font-size: 0;
	background: url("img/rowr.svg") 0 0 / 100% no-repeat;
}
.slider-works .slick-arrow.slick-prev:hover {
	background: url("img/row-howerl.svg") 0 0 / 100% no-repeat;
}
.slider-works .slick-arrow.slick-next:hover {
	background: url("img/row-hover.svg") 0 0 / 100% no-repeat;
}
.last-works__backgorund {
	position: absolute;
	width: 500px;
	height: 500px;
	background: url("img/shape-small.svg") 0 0 / 100% no-repeat;
	top: -20px;
	right: 70px;
	z-index: -1;
	animation: updown3 6s infinite alternate;
}

.free-check-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 96px;
}

.free-check-list__title {
	font-size: 48px;
	line-height: 60px;
	color: #4400b2;
	margin-right: 30px;
}
.free-check-list__button {
	background: #4400b2;
	padding: 19px 80px;
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
	text-align: center;
	height: fit-content;
	position: relative;
	cursor: pointer;
}
.free-check-list__button:before {
	position: absolute;
	content: url("img/row-button.svg");
	top: -70px;
	left: 50%;
	transform: translate(-50%);
	animation: updown4 0.6s infinite alternate;
}

.answer {
	margin-bottom: 110px;
}
.answer__title {
	font-size: 64px;
	line-height: 72px;
	color: #231f20;
	margin-bottom: 28px;
}
.answer-box {
	margin-bottom: 56px;
}
.answer-box__item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	position: relative;
	padding-left: 80px;
}
.answer-box__item:not(:last-child) {
	margin-bottom: 10px;
}

.answer-box__item-button {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 6px;
	left: 0;
	margin-right: 60px;
}
.answer-box__item-button:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	top: 50%;
	background: #4400b2;
	transform: translate(0, -50%);
}
.answer-box__item-button:after {
	content: "";
	position: absolute;
	display: block;
	width: 3px;
	height: 100%;
	left: 50%;
	top: 0;
	bottom: 0;
	background: #4400b2;
	transform: translate(-50%);
}

.answer-box__item-question {
}
.question-title {
	font-size: 24px;
	line-height: 29px;
	color: #231f20;
	cursor: pointer;
}
.question-answer {
	font-size: 14px;
	line-height: 20px;
	color: #231f20;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #231f20;

	max-height: 0;
	overflow: hidden;
	transition: all 0.2s ease;
}
.item-active .question-answer {
	max-height: 400px;
	transition: all 0.2s ease-in;
	padding-top: 20px;
	padding-bottom: 30px;
}
.item-active .question-title {
	color: #4400b2;
}

.item-active .answer-box__item-button:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	top: 50%;
	background: #4400b2;
	transform: translate(0, -50%);
}
.item-active .answer-box__item-button:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: auto;
	top: 50%;
	background: #4400b2;
	transform: translate(0, -50%);
	transition: all 0.2s ease;
}

.answer__button {
	padding: 19px 30px;
	background: #4400b2;
	text-align: center;
	width: fit-content;
	color: #ffffff;
	margin-left: 80px;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.add-functions.wrapper {
	margin-bottom: 120px;
}
.add-functions {
	position: relative;
}
.add-functions-background {
	position: absolute;
	background: url("img/between-shape.svg");
	width: 514px;
	height: 516px;
	top: -223px;
	right: -18%;
	z-index: -1;
	animation: updown 2s infinite alternate;
}

.our-contacts {
	display: flex;
	position: relative;
	justify-content: space-between;
	z-index: 1;
}
.wrapper {
}
.our-contacts__map {
	margin-right: 30px;
	width: 65%;
}
.our-contacts__content {
	width: 32%;
}
.our-contacts__content-title {
	font-size: 48px;
	line-height: 48px;
	color: #231f20;
	margin-bottom: 16px;
}
.our-contacts__content-place {
	font-weight: normal;
	font-size: 13px;
	line-height: 24px;
	color: #231f20;
	margin-bottom: 23px;
}
.our-contacts__content-form {
}
.form-title {
	font-size: 18px;
	line-height: 24px;
	color: #4400b2;
	margin-bottom: 20px;
}
.contact-form {
	display: flex;
	flex-direction: column;
}
.contact-form p {
	margin: 0;
}
.your-name,
.your-phone {
	position: relative;
}
.your-name input {
	margin-bottom: 5px;
}

.your-name input,
.your-phone input {
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	padding: 19px 0;
	color: #231f20;
	position: relative;
	display: block;
	border-radius: 0;
}
/*   .your-name::after,
    .your-phone::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #231f20;
  } */
.politic {
	margin: 12px 0 35px 0;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.politic input {
	margin-right: 12px;
}
.accept-this-1 {
	margin: auto 0;
	cursor: pointer;
}
.accept {
	cursor: pointer;
}
span.wpcf7-list-item {
	margin: 0;
}
.politic__description {
	font-size: 9px;
	line-height: 16px;
	font-weight: 400;
}
.submit-action,
input[type="submit"] {
	background: #4400b2;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	color: #ffffff;
	padding: 19px 0;
	cursor: pointer;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	letter-spacing: normal;
	position: relative;
	z-index: 12;
}
.wpcf7-form .wpcf7-form-control-wrap {
	margin: 0;
}
.our-contacts-background {
	position: absolute;
	z-index: -1;
	top: -154px;
	left: -14px;
	background: url("img/big-shape.svg") center no-repeat;
	background-size: cover;
	height: 829px;
	width: 57%;
}

.site-footer {
	padding-top: 100px;
	padding-bottom: 37px;
}
.site-footer-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: relative;
	z-index: 2;
}
.footer-logo {
}
.footer-menu {
	width: 67%;
}
.desktop {
}

.menu-cont__item a:hover {
	color: #4400b2;
}
footer .menu-cont__item:not(:last-child) {
	margin-right: 70px;
}
.site-footer-container {
	margin-bottom: 64px;
}
.site-footer-inner,
.site-footer-inner a {
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
	font-weight: 400;
}
::-webkit-input-placeholder {
	color: #231f20;
	font-weight: 700;
}
::-moz-placeholder {
	color: #231f20;
	font-weight: 700;
} /* Firefox 19+ */
:-moz-placeholder {
	color: #231f20;
	font-weight: 700;
} /* Firefox 18- */
:-ms-input-placeholder {
	color: #231f20;
	font-weight: 700;
}

.forms-popup {
	position: fixed;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	opacity: 0;
	background: rgba(255, 255, 255, 0.8);
}
.forms-popup.popup-active {
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 10;
	opacity: 1;
	transition: opacity 0.3s ease;
	z-index: 2000;
}

.popup-container {
	position: fixed;
	max-height: 0;
	max-width: 0;
	overflow: hidden;
	opacity: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #4400b2;
}
.popup-container.popup-active {
	max-width: 800px;
	max-height: 600px;
	padding: 110px 215px 95px 215px;
	border-radius: 44px;
	opacity: 1;
	transition: opacity 0.3s ease;
	width: fit-content;
}
.forms-popup input {
	background: #4400b2;
}

.forms-popup .your-name input,
.forms-popup .your-phone input {
	color: #ffffff;
}
.forms-popup .your-name::after,
.forms-popup .your-phone::after {
	background: #ffffff;
}
.forms-popup input[type="submit"] {
	background: #ffffff;
	color: #4400b2;
}
.forms-popup .politic {
	color: #ffffff;
}

.forms-popup input::-webkit-input-placeholder {
	color: #ffffff;
}
.forms-popup input::-moz-placeholder {
	color: #ffffff;
} /* Firefox 19+ */
.forms-popup input:-moz-placeholder {
	color: #ffffff;
} /* Firefox 18- */
.forms-popup input:-ms-input-placeholder {
	color: #ffffff;
}

.forms-popup .form-title {
	font-size: 48px;
	line-height: 48px;
	color: #ffffff;
}
.btn-close {
	background: url("img/close.svg") center no-repeat;
	background-size: cover;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.block-cells .sayt9900-button,
.free-check-list .sayt9900-button,
.answer .sayt9900-button {
	width: 360px;
	height: 56px;
	position: relative;
	z-index: 12;
}
.sayt9900-button {
	text-transform: uppercase;
	cursor: pointer;
}
.map {
	border-style: none;
}
.container-we-in-numbers__offers.mobile {
	display: none;
}

.thanks-container {
	position: fixed;
	width: 0;
	height: 0;
	max-width: 0;
	max-height: 0;
	background: rgba(255, 255, 255, 0.8);
	top: 0;
	left: 0;
	z-index: 40000;
	opacity: 0;
	overflow: hidden;
	transition: all 0.5s ease;
}
.thanks-container.sent-active {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	opacity: 1;
	transition: all 0.5s ease;
}
.thank-you {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(img/thank-you.svg) center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	max-width: 500px;
	max-height: 360px;
}

.wpcf7-response-output {
	position: absolute;
	opacity: 0;
	overflow: hidden;
	width: 0;
	height: 0;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
	border-color: #f13c3c !important;
	border-radius: 2px;
}

@media screen and (max-width: 1439px) {
	.wrapper {
		padding: 0 80px;
		max-width: unset;
	}

	.order-site-background {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 80px;
		left: 0;
		z-index: -1;
	}
	.header-menu {
		margin-right: 0;
		width: 63%;
	}
	.primary-menu {
		margin-right: 0;
		width: auto;
	}
	.vector1 {
		top: -69px;
		right: -30px;
		left: auto;
		background: url("img/vector1-tabl.svg") center no-repeat;
		height: 595px;
		width: 550px;
		background-size: contain;
	}
	.device {
		right: 0;
		position: absolute;
		background-size: contain;
		height: 447px;
		width: 490px;
	}
	.add-functions-background {
		width: 514px;
		height: 442px;
		height: 516px;
		top: -319px;
		right: -20%;
		background-size: contain;
	}
	.container-we-in-numbers-background {
		left: -212px;
	}

	.site-footer {
		padding-top: 100px;
		padding-bottom: 37px;
	}
	.last-works__backgorund {
		width: 460px;
		height: 500px;
		top: 9px;
		right: 4px;
	}
}

@media screen and (max-width: 1260px) {
	.container-order-site {
		width: 54%;
	}
	.order-site__title {
		width: 58%;
		font-size: 72px;
		line-height: 72px;
	}
	.device {
		width: 450px;
	}
	.vector1 {
		width: 514px;
	}
	.slider-works__item img {
		width: 300px;
	}
	.free-check-list__title {
		font-size: 37px;
		line-height: 40px;
	}
	.last-works__backgorund {
		width: 440px;
		height: 500px;
		top: 9px;
		right: 13px;
	}
	.our-contacts-background {
		position: absolute;
		z-index: -1;
		top: -105px;
		left: -101px;
		background: url("img/big-shape.svg") center no-repeat;
		background-size: cover;
		height: 774px;
		width: 55%;
	}
	.footer-menu {
		width: 80%;
	}
	footer .menu-cont__item:not(:last-child) {
		margin-right: 0px;
	}
	.our-contacts__content {
		width: 65%;
	}
}
@media screen and (max-width: 1100px) {
	.container-order-site {
		width: 60%;
	}
	.answer__title {
		font-size: 48px;
		line-height: 72px;
	}
	.slider-works__item img {
		width: 250px;
	}
	.last-works__backgorund {
		width: 382px;
		height: 500px;
		top: 9px;
		right: 4px;
		z-index: -1;
	}
	.block-cells .sayt9900-button,
	.free-check-list .sayt9900-button {
		width: 232px;
		height: 56px;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.our-contacts__map {
		margin-right: 18px;
		width: 80%;
	}
	.our-contacts__content {
		width: 65%;
	}
}
@media screen and (max-width: 1080px) {
	.primary-menu > li > a {
		padding: 0 9px;
		font-size: 11px;
	}
	.primary-menu li a {
		display: flex;
		font-size: 11px;
	}
	.primary-menu {
		display: flex;
	}
}
@media screen and (max-width: 1023px) {
	.wrapper {
		padding: 0 20px;
		max-width: unset;
	}
	.order-site-background {
		right: 20px;
	}
	.device {
		width: 320px;
		top: -30px;
	}
	.vector1 {
		width: 395px;
		right: -10px;
		top: -106px;
	}
	.container-we-in-numbers-background {
		left: -258px;
	}
	.offers__item-title {
		font-size: 48px;
		line-height: 72px;
	}
	.wants-client {
		font-size: 24px;
		line-height: 24px;
	}
	.offers__item {
		width: 30%;
	}
	.offers__item-descripion {
		margin-top: 0;
	}
	.order-site__title {
		width: 63%;
	}
	.free-check-list__title {
		font-size: 32px;
		line-height: 36px;
	}
	.site-footer {
		padding-top: 100px;
		padding-bottom: 37px;
	}
	.menu-cont__item a {
		font-size: 11px;
		line-height: 13px;
		letter-spacing: 0.02em;
	}
	.header-phone a {
		font-weight: bold;
		font-size: 12px;
		line-height: 15px;
		letter-spacing: 0.02em;
	}
	.container-content {
		margin-top: 20px;
	}
	.container-order-site {
		width: 67%;
	}
	.slider-works__item img {
		width: 230px;
	}
	.last-works__title {
		font-size: 48px;
		line-height: 72px;
	}
	.last-works__backgorund {
		background: url("img/shape-small-tabl.svg") 100% no-repeat;
		top: -49px;
		right: 11px;
	}
	.last-works {
		margin-bottom: 85px;
	}
	.free-check-list__title {
		margin-right: 0;
	}
	.free-check-list__button:before {
		top: -55px;
	}
	.container-we-in-numbers {
		margin-top: 67px;
		margin-bottom: 64px;
	}
	.free-check-list {
		margin-bottom: 60px;
	}
	.question-title {
		font-size: 18px;
		line-height: 22px;
	}
	.answer {
		margin-bottom: 80px;
	}
	.first-level {
		margin-bottom: 8px;
	}
	.our-contacts__content-title {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 14px;
	}
	.our-contacts__content-place {
		margin-bottom: 7px;
	}
	.our-contacts__map {
		width: 50%;
	}
	.form-title {
		margin-bottom: 5px;
	}
	.our-contacts-background {
		height: 665px;
	}
	.site-footer {
		padding-top: 78px;
		padding-bottom: 30px;
	}
	.site-footer-container {
		margin-bottom: 27px;
	}
	.our-contacts__map {
		margin-right: 18px;
		width: 80%;
	}
	.our-contacts__content {
		width: 71%;
	}
	.block-cells__title {
		font-size: 48px;
		line-height: 48px;
	}
	.titles {
		font-size: 48px;
		line-height: 72px;
	}
	.add-functions-background {
		width: 514px;
		height: 442px;
		height: 516px;
		top: -319px;
		right: -40%;
		background-size: contain;
	}
	.container-we-in-numbers-background img {
		width: 90%;
	}
	.container-we-in-numbers-background {
		left: -305px;
		top: -231px;
	}
}
@media screen and (max-width: 1023px) and (min-width: 850px) {
	.order-site__title {
		width: 53%;
	}
}
@media screen and (max-width: 849px) and (min-width: 768px) {
	.container-order-site {
		width: 70%;
	}
}

@media screen and (max-width: 767px) {
	.wrapper {
		padding: 0 15px;
		max-width: unset;
	}
	.container-order-site,
	.order-site__title,
	.order-site__spec-offers-container {
		width: 100%;
	}
	.vector1 {
		width: 325px;
		height: 428px;
		top: 20px;
		left: 10%;
		background: url(img/vector1-mob.svg) center no-repeat;
		background-size: cover;
	}
	.device {
		width: 258px;
		height: 236px;
		top: 100px;
		left: 50%;
		transform: translateX(-50%);
	}
	.order-site__title {
		font-size: 23px;
		line-height: 23px;
		margin-bottom: 340px;
	}
	.order-site__description {
		margin-bottom: 15px;
	}
	.order-site__buttons {
		flex-direction: column;
	}
	.button-order,
	.button-free-consult {
		width: 100%;
		margin: 0;
		cursor: pointer;
	}
	.button-free-consult {
		margin-top: 16px;
	}
	.order-site__spec-offers-container {
		margin-bottom: 16px;
	}
	.site-header {
		position: fixed;
		background: #ffffff;
		width: 100%;
		top: 0;
		left: 0;
		height: 75px;
		z-index: 1000;
	}
	.container-content {
		margin-top: 95px;
	}
	.header-logo img {
		width: 88%;
	}
	.header-container {
		display: none;
	}
	.header-mobile-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header-burger {
		position: relative;
		display: block;
		width: 33px;
		height: 24px;
		left: auto;
	}
	.header-burger.burger-active {
		position: fixed;
		top: 10%;
		left: 50%;
		transform: translate(-50%);
		transition: all 0.6s ease;
	}

	.header-burger span {
		background-color: #580be4;
		position: absolute;
		width: 100%;
		height: 4px;
		left: 0;
		top: 10px;
	}

	.header-burger:before,
	.header-burger:after {
		content: "";
		background-color: #580be4;
		position: absolute;
		width: 100%;
		height: 4px;
		left: 0;
		transition: all 0.2s;
	}
	.header-burger:after {
		top: 20px;
	}
	.header-burger:before {
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	}

	.burger-active span {
		transform: scale(0);
		transition: all 0.2s;
		background-color: #ffffff;
	}

	.burger-active:before {
		transform: rotate(45deg);
		top: 6px;
		transition: all 0.2s;
		background-color: #ffffff;
	}

	.burger-active:after {
		transform: rotate(-45deg);
		top: 6px;
		transition: all 0.2s;
		background-color: #ffffff;
	}

	.header-mobile-container .header-menu {
		position: fixed;
		display: flex;
		top: -100%;
		left: 0%;
		overflow: hidden;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: #580be4;
		transition: top 0.5s ease;
	}
	.header-mobile-container .header-menu.burger-active {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #580be4;
		display: flex;
		opacity: 1;
		transition: top 0.5s ease;
	}
	.header-mobile-container .header-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.header-mobile-container .menu-cont__item a {
		font-size: 18px;
		line-height: 56px;
		letter-spacing: 0.02em;
		color: #ffffff;
	}

	.header-mobile-container .menu-cont {
		display: flex;
		flex-direction: column;
		width: fit-content;
		text-align: center;
	}
	.header-menu .header-phone a {
		font-size: 18px;
		line-height: 22px;
		color: #ffffff;
	}
	.header-menu .header-phone {
		position: absolute;
		bottom: 45px;
	}
	.header-phone.mobile a {
		display: block;
		background: url("img/phone.svg") center no-repeat;
		width: 24px;
		height: 24px;
	}
	.header-phone.mobile {
		margin-left: auto;
		margin-right: 40px;
	}
	.container-block-cells {
		margin-top: 40px;
	}
	.block-cells__cards-item {
		width: 46%;
	}
	.block-cells__cards-item:nth-child(-n + 4) {
		margin-bottom: 16px;
	}
	.block-cells__cards {
		margin-bottom: 21px;
	}
	.last-works {
		margin-bottom: 40px;
	}
	.slider-works__item img {
		width: 100%;
	}
	.slider-works {
		width: 83%;
		margin: auto;
	}
	.slider-works .slick-arrow {
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.slider-works .slick-arrow.slick-prev {
		right: auto;
		left: -20px;
	}
	.slider-works .slick-arrow.slick-next {
		right: -41px;
		left: auto;
	}
	.last-works__title {
		margin-bottom: 21px;
	}
	.last-works__backgorund {
		display: none;
	}
	.free-check-list {
		flex-direction: column;
		justify-content: space-between;
		align-items: unset;
		margin-bottom: 35px;
	}
	.free-check-list__button:before {
		display: none;
	}
	.free-check-list__title {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 18px;
	}
	.container-we-in-numbers {
		margin-top: 39px;
		margin-bottom: 32px;
	}
	.container-we-in-numbers__offers.mobile {
		display: block;
		column-count: 2;
	}
	.container-we-in-numbers__title {
		margin-bottom: 12px;
	}
	.container-we-in-numbers__offers.desktop {
		display: none;
	}
	.offers__item:nth-child(-n + 3) {
		padding-left: 0;
	}
	.offers__item {
		width: auto;
		margin-bottom: 12px;
	}
	.offers__item:nth-child(3) {
		margin-top: 38px;
	}
	.offers__item-title {
		font-size: 36px;
		line-height: 36px;
		position: relative;
	}
	.wants-client {
		font-size: 18px;
		line-height: 18px;
	}
	.wants {
		padding-top: 45px;
	}
	.special {
		display: block;
	}
	.special .offers__item-descripion {
		margin: auto;
	}
	.three {
		display: block;
		position: absolute;
		top: 20px;
		left: 75px;
	}
	.block-cells__title {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 21px;
	}
	.titles {
		font-size: 24px;
		line-height: 24px;
	}
	.block-cells .sayt9900-button,
	.free-check-list .sayt9900-button,
	.answer .sayt9900-button {
		width: 100%;
		height: 56px;
		margin-left: 0;
	}
	.add-functions-background {
		display: none;
	}
	.answer-box__item {
		padding-left: 25px;
	}
	.answer-box {
		margin-bottom: 20px;
	}
	.answer {
		margin-bottom: 35px;
	}
	.question-title {
		font-size: 12px;
		line-height: 16px;
	}
	.answer-box__item-button {
		width: 12px;
		height: 12px;
		position: absolute;
		top: 2px;
		left: 0;
		margin-right: 60px;
	}
	.question-answer {
		font-size: 12px;
		line-height: 14px;
	}
	.add-functions.wrapper {
		margin-bottom: 25px;
	}
	.our-contacts-background {
		position: absolute;
		z-index: -1;
		top: 429px;
		left: 59%;
		transform: translate(-50%);
		background-size: 100%;
		height: 559px;
		width: 517px;
	}

	.our-contacts {
		flex-direction: column;
	}
	.our-contacts__map,
	.our-contacts__content {
		width: 100%;
	}
	.our-contacts__map {
		order: 1;
		height: 330px;
		margin-top: 36px;
	}
	.footer-logo {
		margin: auto;
	}
	.footer-menu {
		display: none;
	}
	.site-footer {
		padding-top: 78px;
		padding-bottom: 30px;
	}
	.popup-container.popup-active {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 20px;
		z-index: 20000;
	}
	.forms-popup .form-title {
		font-size: 38px;
		line-height: 38px;
		color: #ffffff;
	}
	.container-we-in-numbers-background {
		background: url("img/vector2-mob.svg") center no-repeat;
		background-size: cover;
		left: -11px;
		top: 25px;
		width: 90px;
		height: 130px;
	}
	.first-level {
		font-size: 14px;
		line-height: 17px;
	}
	.second-level {
		font-size: 11px;
		line-height: 14px;
	}
	.tops {
		display: block;
		margin-top: -10px;
	}

	.block-cells__title,
	.titles,
	#cont {
		margin-top: -75px;
		padding-top: 75px;
	}
	.popup-container.popup-active {
		border-radius: 15px;
	}
}

@media screen and (max-width: 767px) and (min-width: 574px) {
	.wants {
		padding-top: 55px;
	}
	.vector1 {
		left: 23%;
	}
}
@media screen and (max-width: 573px) and (min-width: 412px) {
	.wants {
		padding-top: 37px;
	}
}

@media screen and (max-width: 411px) {
	.wants {
		padding-top: 55px;
	}
}

@media screen and (max-width: 374px) {
	.our-contacts-background {
		top: 491px;
		left: 63%;
	}
	.answer__button {
		padding: 0;
	}
	.vector1 {
		width: 312px;
		height: 431px;
		top: 23px;
		left: 5%;
		background: url(img/vector1-mob.svg) center no-repeat;
		background-size: cover;
	}
	/* .our-contacts-background {
		width: 317px;
	} */
	.offers__item-descripion {
		font-size: 13px;
		line-height: 17px;
	}
	.politic__description {
		font-size: 8px;
	}
}
@-webkit-keyframes shape-first {
	0% {
		transform: translateX(-50%);
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes shape-first {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes shape-first {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes shape-first {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes updown {
	to {
		-webkit-transform: translate(20px, 20px);
		transform: translate(20px, 20px);
		transform: rotate(20deg);
	}
}

@keyframes updown {
	to {
		-webkit-transform: translate(20px, 20px);
		transform: translate(20px, 20px);
		transform: rotate(20deg);
	}
}
@-webkit-keyframes updown2 {
	to {
		-webkit-transform: translate(-20px, 20px);
		transform: translate(-20px, 20px);
		transform: rotate(10deg);
	}
}

@keyframes updown2 {
	to {
		-webkit-transform: translate(20px, 20px);
		transform: translate(20px, 20px);
		transform: rotate(10deg);
	}
}

@-webkit-keyframes updown3 {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(-20deg);
	}
	100% {
		transform: rotate(20deg);
	}
}

@keyframes updown3 {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(-20deg);
	}
	100% {
		transform: rotate(20deg);
	}
}
@-webkit-keyframes updown4 {
	to {
		top: -50px;
	}
}
@keyframes updown4 {
	to {
		top: -50px;
	}
}

#countdown {
	display: flex;
	justify-content: space-between;
	font-size: 44px;
	line-height: 54px;
	height: 80px;
	overflow: hidden;
	align-items: center;
	margin-top: -10px;
}
.countDays,
.countHours,
.countMinutes,
.countSeconds {
	width: min-content;
	display: flex;
	position: relative;
}
.position {
	display: inline-block;
	width: 32px;
	position: relative;
	height: 55px;
}
.digit {
	position: absolute;
	display: block;
}
.position:first-child {
	padding-right: 32px;
}
.digit.static {
}
.countDays::after,
.countHours::after,
.countMinutes::after,
.countSeconds::after {
	content: "дней";
	position: absolute;
	font-size: 13px;
	line-height: 16px;
	top: 90%;
	left: 50%;
	transform: translateX(-55%);
}
.countDays::after {
	content: "дней";
}
.countHours::after {
	content: "часов";
}
.countMinutes::after {
	content: "минут";
}
.countSeconds::after {
	content: "секунд";
}

.wpcf7-response-output {
	position: absolute;
	opacity: 0;
	overflow: hidden;
	width: 0;
	height: 0;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
	border-color: #f13c3c !important;
	border: 2px solid;
	border-radius: 4px;
	transition: border 0.2s ease;
}

.wpcf7-not-valid-tip {
	display: none;
}
