/*!
Theme Name: sonmaxauto
Theme URI: http://underscores.me/
Author: Pleshakov
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sonmaxauto
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.

sonmaxauto 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
--------------------------------------------------------------*/
@font-face {
	font-family: 'Proxima Nova';
	src: url('fonts/ProximaNova-Regular.eot');
	src: local('fonts/Proxima Nova Regular'), local('ProximaNova-Regular'),
		url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProximaNova-Regular.woff') format('woff'),
		url('fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('fonts/ProximaNova-Bold.eot');
	src: local('fonts/Proxima Nova Bold'), local('ProximaNova-Bold'),
		url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProximaNova-Bold.woff') format('woff'),
		url('fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}


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

/* 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: #171717;
	font-family: 'Proxima Nova', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin: 0 0 35px;
	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: #FFF401;
	color: #000000;
	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%;
}
.hidden-svg {
            display: none;
        }
/* Links
--------------------------------------------- */
a {
	color: #FFFFFF;
	text-decoration: none;
	outline: 0;
}

a:visited {
	color: #FFFFFF;
}

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

/* Forms
--------------------------------------------- */
.primary-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #FFF401;
	border: 2px solid #FFF401;
	border-radius: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 25px 30px;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 19px;
	color: #000000 !important;
	text-decoration: none;
}

.primary-button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: transparent;
	color: #FFFFFF !important;
	transition: 0.4s linear;
}

.btn-details {
	text-decoration: none;
	outline: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 2px solid #FFF401;
	border-radius: 100px;
	padding: 25px 30px;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 17px;
	color: #FFF401 !important;
	transition: all 0.4s ease;
	background: transparent;
	cursor: pointer;
}

.btn-details:hover {
	color: #FFFFFF !important;
	border-color: #FFFFFF;
}

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 {
	border: none;
	background: #F0F2F4;
	border-radius: 50px;
	padding: 15px 30px;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.3);
	width: 100%;
}	


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: #000000;
	outline: 0;
}

select {
	border: 1px solid #ccc;
}

textarea {
	height: 60px;
	width: 100%;
}

label {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 19px;
	color: #000000;
}

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

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

form.invalid .wpcf7-validates-as-required::placeholder, 
.wpcf7-form-control.wpcf7-not-valid, 
.wpcf7-not-valid::placeholder, 
.wpcf7-not-valid::-webkit-input-placeholder {
	color: #EC2253;
}

.wpcf7-form-control.wpcf7-acceptance, 
.wpcf7-response-output, 
.wpcf7-not-valid-tip {
	display: none !important
}

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

/*  START STYLING  */

.logo {
	max-width: 100px;
}

.container {
	max-width: 1260px;
	width: 100%;
	padding: 0 30px;
	margin: 0 auto;
}


.icon_phone_y  { 
	display: inline-flex;
	width: 30px;
	height: 60px;
	flex: 0 0 30px;
	background: url(img/phone_y.svg) center no-repeat;
}

.home .site-header {
	background: transparent;
	padding: 90px 90px 48px;
	z-index: 100;
}

.site-header {
	background: #000000;
	padding: 48px;
}

.type-page {
	padding: 70px 0;
}

.header-inner {
	max-width: 1740px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* 
.callback-link {
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 0.88888888888rem;
	line-height: 160%;
	color: #FFFFFF;
	text-decoration: none;
	max-width: 129px;
	width: 100%;
	transition: 0.4s linear;
}

.callback-link:hover {
	color: #FFF401;
	transition: 0.4s linear;
}

.callback-link i {
	margin-right: 24px;
} */

#banner {
	min-height: 1080px;
	height: 100vh;
	background-position: top -300px center;
	background-repeat: no-repeat;
	background-size: 100vw;
	display: flex;
	align-items: flex-end;
	padding-bottom: 9.375%;
	background-color: #010101;
}

.home #primary {
	margin-top: -233px;
}

.banner-container {
	position: relative;
}

.banner-container .primary-button {
	position: absolute;
	bottom: -70px;
}

.banner-inner {
	display: flex;
	column-gap: 100px;
	justify-content: space-between;
}

.banner-info {
	max-width: 510px;
	width: 100%;
}

.banner-title {
	font-weight: 700;
	font-size: 3rem;
	line-height: 130%;
	color: #FFFFFF;
	margin-bottom: 70px;
}

.banner-title span {
	color: #FFF401;
}

.banner-list {
	display: flex;
	flex-wrap: wrap;
	/*  flex-direction: column; */
}

.banner-item {
	display: flex;
	align-items: center;
	margin-bottom: 48px;
/* 	max-width: 353px;
	width: 100%; */
	flex: 0 0 280px;
}

.banner-icon {
	max-width: 64px;
	width: 100%;
	flex: 0 0 64px;
	margin-right: 26px;
	line-height: 1;
}

.banner-text {
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 150%;
	color: #FFFFFF;
}

#telegram {
    background: #171717;
    padding: 150px 0 100px;
    display: flex;
    justify-content: center;
	overflow:hidden;
position: relative;
    width: 100%;
    height: 100%;
}
#telegram::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: space;
    background-image: url('img/tg-bg.png'); /* Изображение фона */
   
    transform: rotate(180deg); /* Поворачиваем под углом 45 градусов */
}

#telegram::before {
    top: -5%;
   padding-left:170%
}

#telegram::after {
    top: -5%;
    right: 50%;
}

.telegram__container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
}

.telegram__block {
    flex: 1;
    display: flex;
    flex-direction: column;
   position:relative;
}

.telegram__block_text h2 {
    font-weight: 700;
    font-size: 3rem;
    line-height: 130%;
    color: #FFF500;
    position: relative;
    margin-bottom: 10px;
}

.telegram__block_text p {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 150%;
    color: #FFFFFF;
  margin: 40px 0px;
}

.tg-phone {
    position: relative;
width: 251px;
    height: 515px;
    margin-right: 100px;
}

.phone-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.gif-container {
    position: absolute;
    width: 95%;
    height: 96%;
    top: 2%;
    left: 3%;
    z-index: 0;
    border-radius: 31px;
}

.telegram__block_buttons {
    display: flex;
	justify-content: flex-start;
    flex-direction: row;
	position:relative;
}
.telegram__logo {display:flex;padding-left:20px;}
.telegram__logo img {height:75px;}
.telegram__button, .telegram__logo {
   /* display: inline-block;*/
    vertical-align: middle; 
}
.telegram__button {
display: flex;
    align-items: center;
    justify-content: space-between;   
    gap: 10px;  
}


.telegram__button:hover svg path {
    fill: #2196f3;
}








#with_us {
	background: #171717;
	padding: 150px 0 100px;
}
.with-us__header {
	margin-bottom: 60px;
}

.with-us__title {
	font-weight: 700;
	font-size: 3rem;
	line-height: 130%;
	color: #FFF500;
	position: relative;
}

.with-us__title::after {
	content: "";
	width: 32px;
	height: 32px;
	background: url(img/arrow.svg) center no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.with-us__list {
	display: grid;
	grid-auto-flow: column;
    grid-template-rows: repeat(3, 1fr);
	grid-gap: 50px 80px;
}

.with-us__item {
	display: flex;
	align-items: center;
}

.with-us__number {
	max-width: 90px;
	width: 100%;
	flex: 0 0 90px;
	text-align: center;
	font-weight: 800;
	font-size: 4.5rem;
	line-height: 130%;
	-webkit-text-stroke: 2px #FFF500;
	margin-right: 40px;
}

.with-us__text {
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 150%;
	color: #FFFFFF;
}

#about_us {
	background: #E2E5EA;
	padding: 150px 0;
	overflow: hidden;
}

.about-us__main {
	display: flex;
	justify-content: space-between;
	margin-bottom: 48px;
}

.about-us__content {
	max-width: 22rem;
	margin-right: 122px;
}

.about-us__content .primary-button:hover {
	color: #000000 !important;
}

.about-us__title {
	font-weight: 700;
	font-size: 3rem;
	line-height: 130%;
	color: #000000;
	margin-bottom: 40px;
}

.about-us__text {
	margin-bottom: 40px;
}

.about-us__images {
	position: relative;
	margin-right: 55px;
}

.about-us__image-secondary {
	position: absolute;
	right: -55px;
	bottom: -155px;
}

.about-us__bottom {
	z-index: 10;
	position: relative;
}

.about-us__gallery {
	display: flex;
	flex-wrap: wrap;
}

.about-us__item {
	display: flex;
	width: 18%;
	box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.15);
}

.about-us__item:nth-child(even) {
	transform: translateY(10px);
}

.about-us__item-1 {
	z-index: 4;
}

.about-us__item-2 {
	z-index: 3;
	margin-left: -60px;
}

.about-us__item-3 {
	z-index: 2;
	margin-left: -60px
}
.about-us__item-4 {
	z-index: 1;
	margin-left: -60px;
}


.about-container {
	position: relative;
}

.about-container::after {
	content: "";
	position: absolute;
	bottom: -180px;
	right: -55px;
	width: 50.166%;
	background: url(img/sa.svg) center / 100% no-repeat;
	padding-top: 27.5%;
	z-index: 0;
}

#how_work {
	background: #171717;
	padding: 150px 0;
}

.how-work__header {
	margin-bottom: 60px;
}

.how-work__title {
	font-weight: 700;
	font-size: 3rem;
	line-height: 130%;
	color: #FFF401;
}

.how-work__main {
	position: relative;
	width: 69.416%;
}

.how-work__container {
	position: relative;
}

.how-work__container::after {
	content: "";
	position: absolute;
	top: 60px;
	right: 0;
	height: 100%;
	width: 26.25%;
	background: url(img/sonmax_auto.svg) center / 100% no-repeat;
}

.how-work__item {
	position: relative;
	padding: 40px;
	background: #000000;
	border-bottom: 1px solid #282828;
}

.how-work__item:last-child {
	border: none;
}

.how-work__item-icon {
	position: absolute;
	top: 70px;
	left: -15px;
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 100px;
	background: #FFF401;
}

.how-work__item-title {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 150%;
	color: #FFFFFF;
	margin-bottom: 17px;
}

.how-work__item-text {
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: #FFFFFF;
}

#reviews {
	padding: 150px 0;
	background: #000;
	position: relative;
}

.rev__title {font-weight: 700;
    font-size: 3rem;
    line-height: 130%;
    color: #FFF401;
    margin-bottom: 40px;
	margin-left: 15px;
}
.rev__slider {
    display: flex;
    justify-content: space-between;
}
.rev__slider .slick-dots {
	position: absolute;
    bottom: -60px;
    left: 0;
    z-index: 2;	
	margin-left:10px;
}

.rev__slider .slick-dots li button {background:#454545;}
.rev__slider .slick-dots li button:before {background:#454545;}
.rev__slider .slick-dots li button:hover{background:#FFF401;}
.rev__slider .slick-dots li:hover button:before{background:#FFF401;}
.rev__slider .slick-dots li.slick-active button:before{background:#FFF401;}

.rev__slider {
    position: relative;
}

.rev__slider .slick-arrow {
    position: absolute;
    top: auto;
    bottom: -50px;
    right: 10px;
    transform: none;
    background: none;
    width: auto;
    height: auto;
    z-index: 10;
}

.rev__slider .prev-slick {
   margin-right: 70px;
    position: relative;
    top: 7px;
}
}

.rev__slider .next-slick {
    margin-left: 5px;
}

.arrows-wrapper {
    position: absolute;
    bottom: -50px;
    right: 10px;
    display: flex;
}

.rev__slider .slick-arrow {
    background: none;
    width: auto;
    height: auto;
}




/*.rev__slider .outer-slide {
    width: calc(50% - 15px);
}*/
.slick-slide {
    margin: 0 15px;
}

.rev__slider .slide {
    width: 100%;
}

.slide {
    display: flex;
    height: 387px;
    background-color: white;

}

.slide .image,
.slide .text {
    width: 50%;
}

.slide .image img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.slide .text {
    padding: 30px;
    box-sizing: border-box; 
}

.slide .title {
    margin-bottom: 10px;
}



#request {
	padding: 150px 0;
	background: #E2E5EA;
	position: relative;
}

.request-image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 50.989%;
}

.request-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.request-image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(-90deg, #E2E5EA 0.02%, rgba(226, 229, 234, 0) 34.83%);
}

#request::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url(img/sa_border.svg) center/100% no-repeat;
	width: 32.864%;
	padding-top: 26.25%;
	z-index: 0;
}

.request-container {
	display: flex;
	justify-content: flex-end;
	z-index: 10;
	position: relative;
}

.request-content {
	width: 48.25%;
	z-index: 10;
	position: relative;
}

.request-title {
	font-weight: 700;
	font-size: 3rem;
	line-height: 130%;
	color: #171717;
	margin-bottom: 40px;
}

.request-text {
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 150%;
	color: #171717;
	margin-bottom: 40px;
}

.request-form {
	background: #FFFFFF;
	padding: 50px;
}

.form-field {
	margin-bottom: 20px;
}

.form-field:last-child {
	margin-bottom: 0;
}

.form-field label span {
	display: block;
	margin-top: 10px;
}

.form-field .primary-button {
	width: 100%;
	box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.15);
}

.wpcf7-spinner {
	position: absolute;
	left: 50%;
}

.site-footer {
	position: relative;
	overflow: hidden;
	background: #000000;
	padding: 150px 0;
}

.contacts-container {
	z-index: 10;
	position: relative;
}

.contacts-block {
	max-width: 425px;
	margin-bottom: 150px;
}

.contacts-title {
	font-style: normal;
	font-weight: 700;
	font-size: 3rem;
	line-height: 130%;
	margin-bottom: 84px;
	color: #FFF401;
}

.contact-item__title {
	font-weight: 400;
	font-size: 1rem;
	line-height: 140%;
	color: rgba(255, 255, 255, 0.4);
	margin-bottom: 20px;
}

.contact-item__text,
.contact-item__text a {
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 140%;
	color: #FFFFFF;	
}

.contact-item {
	margin-bottom: 40px;
}

.contact-item:last-child {
	margin-bottom: 0;
}

.footer-block {
	display: flex;
	align-items: center;
	z-index: 10;
	position: relative;
}

.footer-block__inner {
	display: flex;
}

.footer-block .logo {
	margin-right: 50px;
}

.footer-links {
	display: flex;
	align-items: center;
	margin-right: 89px;
}

.footer-links a {
	font-weight: 400;
	font-size: 1rem;
	line-height: 19px;
	text-decoration-line: underline;
	color: #FFFFFF;
}

.footer-links a {
	margin-right: 55px;
}

.footer-links a:last-child {
	margin-right: 0;
}

.site-developers {
	font-weight: 400;
	font-size: 0.888rem;
	line-height: 19px;
	color: rgba(255, 255, 255, 0.4);
	display: inline-flex;
	align-items: center;
}

.site-developers img {
	margin-left: 23px;
}

.contacts-socials {
	display: flex;
	align-items: center;
}

.contacts-socials a {
	margin-right: 20px;
}

.contacts-socials a:last-child {
	margin-right: 0;
}

.footer-image {
	position: absolute;
	z-index: 0;
	top: 213px;
	right: -425px;
	width: 84.2%;
	padding-top: 56.145%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#catalog {
	background: #010101;
	padding: 150px 0;
	overflow: hidden;
}

.catalog-title {
	font-weight: 700;
	font-size: 3rem;
	line-height: 130%;
	color: #FFF401;
	margin-bottom: 40px;
}

.catalog-text {
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 150%;
	color: #FFFFFF;
	margin-bottom: 40px;
}

.woocommerce-loop-product__title {
	font-weight: 700;
	font-size: 1.625rem;
	line-height: 150%;
	color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 17px;
}

.product .price {
	font-weight: 700;
	font-size: 1.625rem;
	line-height: 150%;
	color: #FFF401;
	margin-bottom: 17px;
}

.onsale {
	display: none;
}

.price-text {
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 150%;
	color: #FFFFFF;
	margin-bottom: 3px;
}

.shop_attributes {
	margin-bottom: 50px;
}

.product-attributes {
	margin-bottom: 17px;
}

.product-attributes__value {
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: #FFFFFF;
}

.product-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	flex: 1;
}

.popup {
	display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
	z-index: 100;
}

.popup.active {
	display: block;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 0;
	right: 0;
	margin: 0 auto;
    transform: translateY(-50%);
}

.popup-close,
.product-close {
    position: absolute;
	top: 70px;
	right: 70px;
    text-align: center;
    cursor: pointer;
	z-index: 10;
}

.icon_close  { 
	display: inline-flex;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	background: url(img/close.svg) center no-repeat;
}

.woocommerce-slider {
	width: 60%;
	position: relative;
}

.product-popup__wrapper {
	display: flex;
	justify-content: space-between;
}

.popup .woocommerce-loop-product__title{
	font-weight: 700;
	font-size: 3rem;
	line-height: 130%;
	color: #FFF401;
	margin-bottom: 40px;
}

.product-info {
	width: 33.9%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.product-info .price {
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 150%;
	color: #FFF401;
	margin-bottom: 20px;
}

.product-info .price-text {
	font-weight: 700;
	font-size: 1rem;
	line-height: 150%;
}


.product-slider {
	width: 100%;
	margin-bottom: 0;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 60px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #FFFFFF;
	border-radius: 100px;
	cursor: pointer;
}

.prev-slick {
	left: 30px;
}

.next-slick {
	right: 30px;
}

.shop_attributes tr {
	display: flex;
	align-items: center;
}

.woocommerce-product-attributes-item__label {
	font-weight: 700;
	font-size: 1rem;
	line-height: 150%;
	color: #FFFFFF;
	display: flex;
}

.woocommerce-product-attributes-item__value {
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: #FFFFFF;
}

.woocommerce-product-attributes-item__value p {
	margin: 0;
}

.form-field__title {
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 130%;
	color: #FFFFFF;
	margin-bottom: 40px;
}

.popup-content {
	margin: auto;
	width: 30%;
}

.popup label {
	color: #FFFFFF;
}

.popup-thanks {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.3);
	z-index: 99999;
} 

.popup-thanks__content {
	background: #000000;
	padding: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 645px;
	position: relative;
}

.popup-logo {
	padding: 38px;
	background: #FFFFFF;
	width: 100%;
}

.popup-title {
	font-weight: 700;
    font-size: 3rem;
    line-height: 130%;
	color: #FFFFFF;
}

.popup-subtitle {
	color: #FFFFFF;
}

.popup__close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 20px;
	color: #FFFFFF;
	cursor: pointer;
}

/* PRICE INFO */

.price__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: 100%;
	margin-bottom: 24px;
}

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

.price__title {
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #FFFFFF;
}

.price__value {
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
}

.price--orange {
	color: #FF8A00;
}

.price--yellow {
	color: #FFF500;
}

.price--green {
	color: #33FF00;
}

.label__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 5px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}

.popup .label__list {
	top: 34px;
}

.label__item {
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	border-radius: 100px;
	padding: 5px 10px;
	text-align: center;
}

.label--orange {
	background: #FF8A00;
}

.label--yellow {
	background: #FFF500;
}

.label--green {
	background: #33FF00;
}

.flex-viewport {
	display: none !important;
}

#leasing {
	background: #171717;
	padding: 100px 0 150px;
}

.leasing__title {
	font-weight: 700;
	font-size: 3rem;
	line-height: 120%;
	color: #FFF500;
	max-width: 301px;
}

.leasing__image {
	position: relative;
}

.leasing__image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 447px;
	height: 206px;
	border-radius: 100px;
	background: #FFF500;
	filter: blur(150px);
	transform: translateX(-50%) rotate(-15deg);
	z-index: 0;
}

.leasing__image::after {
	content: "";
	position: absolute;
	top: -100px;
	left: 330px;
	width: 413px;
	height: 143px;
	background: url(img/sonmax_lizing.svg) center / 100% no-repeat;
}

.leasing__image img {
	z-index: 1;
	position: relative;
}

.leasing__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}

.leasing__item {
	font-weight: 700;
	font-size: 1.625rem;
	line-height: 150%;
	color: #FFFFFF;
}

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

.leasing__logo {
	max-width: 99px;
}

.leasing-label {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 5px 10px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	background: #FFFFFF;
	display: flex;
	align-items: center;
}

.leasing-percent {
	flex: 0 0 15px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	background: #000000;
	color: #FFFFFF;
	border-radius: 100%;
	margin-right: 5px;
}

.text-yellow {
	color: #FFF401;
}

@media (max-width: 1680px) { 
	#banner { min-height: inherit; }
}
@media (max-width: 1380px) { 	
.tg-phone {    margin-right: 150px;}
	#telegram::before {padding-left: 220%;}
}
@media (max-width: 1199px) { 
	.home .site-header {  padding: 48px; }
	.home #primary { margin-top: -193px; }
	#banner { height: auto; background-size: 100vw; }
	.banner-inner { padding-top: 405px; flex-wrap: wrap; column-gap: 0; }
	.banner-info { max-width: inherit; }
	.banner-list { margin-bottom: 56px; display: grid; grid-template-columns: 1fr 1fr; }
	.banner-inner .primary-button { position: relative; bottom: auto; }
	.about-us__images { margin-right: 0; }
	.about-us__content { margin-right: 60px; }
	.about-us__image-secondary { bottom: -75px; }
	#telegram::after {        display: none; }
}

@media (max-width: 991px) { 
	.banner-title { font-size: 2.555rem; }
	#banner { background-size: 130vw; }
	#with_us, #catalog, #request, #how_work, #about_us { padding: 150px 0; }
	.site-footer  { padding: 150px 0 56px; }
	#request { padding-bottom: 617px; overflow: hidden; }
	.request-image { top: auto; bottom: -10px; width: 100%; }
	.request-image::after { background: linear-gradient(-149deg, #E2E5EA 0.02%, rgba(226, 229, 234, 0) 34.83%); }
	#request::after { display: none; }
	.how-work__header { margin-bottom: 70px; }
	.how-work__title { font-size: 2.555rem; }
	.with-us__title { font-size: 2.555rem; }
	.with-us__list { grid-auto-flow: inherit;grid-template-rows: 1fr;}
	.request-content { width: 100%; }
	.about-us__main { flex-direction: column; }
	.about-us__content { max-width: inherit; margin-right: 0; margin-bottom: 100px; }
	.about-us__gallery { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 40px; }
	.about-us__item, .about-us__item > img { width: 100%; }
	.about-us__item-2, .about-us__item-3, .about-us__item-4 { transform: none; }
	.about-container::after { width: 100%; padding-top: 54.296875%; }
	.footer-image { position: static; top: auto; right: auto; width: 100%; padding-top: 100%; }
	.site-developers { margin-left: auto; display: flex; flex-direction: column; align-items: flex-start; }
	.site-developers img { margin-left: 0; }
	.product-popup__wrapper { flex-direction: column;}
	.product-info, .woocommerce-slider { width: 100%; }
	.catalog-title, .contacts-title { font-size: 2.555rem; }
	.about-us__image { margin-bottom: 40px; }
	.about-us__image-secondary { position: static; bottom: auto; }
	.about-us__image > img, .about-us__image-secondary > img { width: 100%; }
	.how-work__main { width: 100%; }
	.how-work__container::after { display: none; }
	.about-us__item { margin: 0; transform: none !important; }
	#leasing { overflow: hidden; }
	.leasing__title { font-size: 2.555rem; }
	.leasing__item { font-size: 1.25rem; }
	.leasing__image::after { width: 280px; }
	.tg-phone {    margin-right: 100px;}
}

@media(max-width: 767px) {
	#banner { background-position: top center; }
	.leasing__list { flex-direction: column; row-gap: 30px; }
	.leasing__logo { display: none; }
	
	#telegram::before {    padding-left: 350%;padding-top: 190%;}
	.telegram__container {    flex-direction: column;}
	.tg-phone { margin: auto; margin-top:88px; width: 300px;    height: 630px;}
	.telegram__logo {        padding-left: 0px; }

@media (max-width: 576px) { 
	.home .site-header, .site-header { padding: 30px; }
	.popup-content { width: 100%; padding: 0 30px; }
	.logo { max-width: 60px; }
	.home #primary { margin-top: -120px; }
	#banner { min-height: inherit; background-size: 150%; padding-bottom: 30px; }
	.banner-inner { padding-top: 300px; flex-direction: column; align-items: flex-start; }
	.banner-title { font-size: 1.333rem; }
	.banner-text, .about-us__text { font-size: 0.888rem; }
	.callback-link { display: none; }
	.banner-title { font-size: 1.333rem; margin-bottom: 30px; }
	.banner-list { margin-bottom: 30px; grid-template-columns: 1fr; }
	.banner-text, .with-us__text { font-size: 0.888rem; }
	.primary-button { font-size: 0.777rem; }
	.banner-icon { flex: 0 0 37px; max-width: 37px; margin-right: 19px; }
	.banner-item { margin-bottom: 20px; }
	.primary-button { font-size: 0.777rem; padding: 20px 30px; }
	.catalog-title, .popup-title { font-size: 1.333rem; margin-bottom: 40px; }
	.with-us__title { font-size: 1.333rem; margin-bottom: 65px; }
	.request-title, .how-work__title, .contacts-title { font-size: 1.333rem; margin-bottom: 40px; }
	.about-us__title { font-size: 1.333rem; margin-bottom: 30px; }
	.request-text, .catalog-text { font-size: 1rem; margin-bottom: 40px; }
	.with-us__title::after { display: none; }
	.with-us__number { font-size: 3.555rem; flex: 0 0 80px; margin-right: 20px; }
	.request-form { padding: 30px 20px; }
	.how-work__item { padding: 30px; }
	.how-work__item-title { font-size: 1rem; margin-bottom: 10px; }
	.how-work__item-text { font-size: 0.777rem; }
	.contact-item { margin-bottom: 40px; }
	.contact-item__text, .contact-item__text a { font-size: 0.888rem; }
	.contact-item__title { font-size: 0.777rem; margin-bottom: 10px; }
	.footer-block { justify-content: space-between; flex-wrap: wrap; }
	.footer-links { margin-right: 0; }
	.footer-links a, .site-developers { font-size: 0.777rem; }
	.about-us__gallery { grid-gap: 20px; }
	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 { font-size: 0.888rem; }
	.primary-button, button, input[type="button"], input[type="reset"], input[type="submit"] { font-size: 0.75rem; padding: 20px 30px; line-height: 1; }
	#with_us, #catalog, #request, #how_work, #about_us, #leasing { padding: 70px 0; }
	.site-footer  { padding: 70px 0 54px; }
	.footer-image { display: none; }
	.contacts-block { margin-bottom: 60px; }
	.description {font-size:13px;}
	
	.telegram__block_text h2 {    font-size: 1.8rem;}
	.telegram__block_text p {    font-size: 1rem;}
	.telegram__block_buttons {    flex-direction: column;        align-items: center;}
	.telegram__logo {margin-top:30px;}
	.telegram__logo img {height:100px;}
	.telegram__button {      width: 300px;    justify-content: center;}
	.tg-phone {    margin-top: 38px;}
	#telegram::before {
    padding-left: 540%;
    padding-top: 360%;
    scale: 0.7;
}
	
	/* WOOCOMMERCE */
	.popup-close, .product-close { top: 30px; right: 30px; }
	.popup .woocommerce-loop-product__title, .product-info .price { font-size: 1.333rem;  margin-bottom: 16px; }
	.popup .label__list { position: static; margin-bottom: 16px; align-items: flex-start; }
	.woocommerce-product-attributes-item__label, .woocommerce-product-attributes-item__value, .product-info .price-text { font-size: 0.888rem; }
	.woocommerce-loop-product__title { font-size: 1rem; }
	.product-attributes__value { font-size: 0.888rem; }
	.slick-arrow { width: 30px; height: 30px; }
	.slick-arrow svg { width: 15px; }
	.prev-slick { left: -15px; }
	.next-slick { right: -15px; }
	
	.rev__slider .slide {flex-direction: column;}
    .rev__slider .image {width: 100%; height: 300px;}
    .rev__slider .text {width: 100%; height: 240px;}
	.rev__slider .slide {height:580px;}
	
	.rev__slider .slick-arrow {width: 32px; height: 32px;}
	.rev__slider .slick-arrow svg { width: 32px; }
	.rev__slider .prev-slick { left: 0px; top: 3px;}
	.rev__slider .next-slick { right: 0px; }
	.popup.active { overflow-y: scroll; }
	.modal-content { top: 84px; transform: none; }
	#request { padding-bottom: 280px; }
	.footer-block__inner { flex-direction: column; }
	.site-developers { flex-direction: row; align-items: center; margin-top: 16px; }
	.site-developers a { margin-left: 8px; }
	.slick-slide img { width: 100%; }
	.slick-slider{
      touch-action: auto !important;
   }
	#leasing { padding: 70px 0; margin-top: -1px; }
	.leasing__title { font-size: 1.333rem; max-width: 150px; margin-bottom: 0; }
	.leasing__image::before { width: 170px; height: 78px; filter: blur(50px); z-index: 1; }
	.leasing__image { width: 554px; margin-right: -230px; }
	.leasing__image::after { width: 225px; height: 78px; left: 155px; top: -70px; z-index: 0; }
	.leasing__item { font-size: 1.125rem; }
	.banner-item:last-child .banner-icon { flex: 0 0 27px; margin-right: 27px; }
}