/*!
Theme Name: AVATR
Theme URI: http://underscores.me/
Author: Underscores.me
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: avatr
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.

AVATR 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;
}


.header__menu li > ul, .header__menu li > ol {
	margin-left: 0px !important;
}

.homeslider__content .homeslider__image {
	color: white;
	margin-bottom: 42px;
}

#trp-floater-ls.trp-bottom-right {
	top: 84px;
	bottom: auto;
	right: 0;
	border-radius: 0;
	height: auto;
	z-index: 10;
}
#trp-floater-ls .trp-with-flags .trp-flag-image{
	display: none;
}
#trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
	padding : 5px 13px 5px 13px;
}
#trp-floater-ls.trp-floater-ls-codes #trp-floater-ls-current-language a, #trp-floater-ls.trp-floater-ls-codes #trp-floater-ls-language-list {
	margin-top: 0;
}


header.header:hover {
  --hover-state: 1;
  background: rgba(0,0,0,.85);
}

.wpcf7-form-control-wrap {
	width: 56%;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
}
.wpcf7-response-output {
	font-size: 14px;
}
.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	margin-top: 0px;
}
.wpcf7 form.sent .wpcf7-response-output:before {
  content: url(./assets/img/svg/success.svg);
  display: block;
  width: 56px;
  height: 56px;
  margin: 10px auto;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #000;
}

.wpcf7-form-control-wrap > * {
	width: 100% !important;
}



.color-white {
	color: #fff;
}

.price--discount {
	color: #f00;
}

.interior__color {
	max-width: 100px;
	text-align: center;
}
.catalog__image {
	z-index: 2;
}
.catalog__two_columns .catalog__additional_info a[href^="tel:"] {
	white-space: nowrap;
}
.catalog__bottom .price_note{
	font-weight: 600;
	font-size: 14px;
	margin-top: 20px;
}
.catalog__status_type_in-stock:before {
	background: #26d602;
}
@media print, screen and (min-width: 62.5em) {
	.catalog__container {
		padding: 0 40px !important;
	}
}
.catalog__line{
	align-items: flex-start;
}
.catalog__line > div{
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.catalog__line > div:last-child{
	align-items: flex-end;
}
.catalog__line > div > div{
	display: flex;
	flex-direction: column;
}
.catalog__line small{
	font-size: 12px;
}
.product__two_columns .standard__price,
.product__two_columns .special__price{
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.standard__price{
	opacity: .4;
}
.standard__price .catalog__priceusd,
.standard__price .catalog__price,
.standard__price .product__priceusd,
.standard__price .product__price{
	position: relative;
	width: fit-content;
}
.standard__price .catalog__priceusd:before,
.standard__price .catalog__price:before,
.standard__price .product__priceusd:before,
.standard__price .product__price:before{
	position: absolute;
	content: '';
	height: 2px;
	width : calc(100% + 20px);
	left: -10px;
	top: 50%;
	background: #f00;
}
.product__two_columns .standard__price small,
.product__two_columns .special__price small{
	margin-bottom: 10px;
}
.product__two_columns .price_note {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 20px;
}
.product__price.title {
	margin: 0;
}

.wpc-filters-range-wrapper {
	flex-direction: column;
}

.wpc-filters-range-min-column::before {
	content: "від";
}
.wpc-filters-range-max-column::before {
	content: "до";
}
.wpc-filters-range-max-column, .wpc-filters-range-min-column {
	min-width: 100%;
	margin: 0 !important;
}

.wpc-filters-main-wrap li.wpc-term-item input[type="checkbox"], .wpc-filters-main-wrap li.wpc-term-item input[type="radio"] {
	appearance: auto;
}

.wpc-filter-link {
	white-space: pre-line !important;
}

.footer {
	clear: both;
}

.uah {
	font-weight: normal;
}

.search_results_wrap {
	z-index: 1 !important;
}

.widget_wpc_filters_widget .wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle{
	width: 12px;
	height: 12px;
	margin-left: -6px;
	border: none;
	border-radius: 50%;
	top: -5px;
	background-color: #181818;
}
.widget_wpc_filters_widget .wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
	background-color: #000;
}
.widget_wpc_filters_widget .wpc-filters-range-inputs .wpc-filters-range-slider-wrapper {
	margin: 18px 6px 10px;
}
.wpc-filter-range-form.wpc-form-has-slider{
	display: flex;
	flex-direction: column-reverse;
}
.wpc-filter-range-form.wpc-form-has-slider .wpc-filters-range-wrapper{
	flex-direction: row;
	gap: 10px;
}
.wpc-filter-range-form.wpc-form-has-slider .wpc-filters-range-wrapper .wpc-filters-range-column {
	min-width: calc(50% - 5px) !important;
	width: calc(50% - 5px) !important;
	max-width: calc(50% - 5px) !important;
	position: relative;
}
.wpc-filter-range-form.wpc-form-has-slider .wpc-filters-range-column::before{
	position: absolute;
	color: rgba(0, 0, 0, .5);
	font-size: 14px;
	top: 11px;
	display: none;
}
.wpc-filter-range-form.wpc-form-has-slider .wpc-filters-range-column input{
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	border-top: none;
	border-left: none;
	border-right: none;
	background: none;
	padding: 15px 10px 6px 10px;
	text-align: center;
	font-size: 14px;
}
.wpc-filter-title{
	color: rgba(0, 0, 0, .5);
	font-size: 14px;
	line-height: 22px;
}
.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox]{
	position: absolute;
	opacity: 0;
}
.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox] + label {
	position: relative;
	padding-left: 27px;
	font-size: 14px;
}
.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox] + label:before {
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, .2);
	left: 0;
}
.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox]:checked + label:before {
	background: url(./assets/img/svg/checked.svg) center center no-repeat;
}
/* Для Firefox */
.wpc-filters-main-wrap input[type=number] {
	-moz-appearance: textfield;
	-webkit-appearance: textfield !important;
}

/* Для Chrome, Safari, Edge, Opera */
.wpc-filters-main-wrap input[type=number]::-webkit-inner-spin-button,
.wpc-filters-main-wrap input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.wpc-filters-list-844 li.hidden-filter-item {
	display: none;
}

.wpc-custom-selected-terms ul:not(.wpc-empty-chips-container) {
	margin-bottom: 28px;
}

.catalog__more {
	margin-top: 36px;
}

.show-more-btn {
	cursor: pointer;
	color: #181818;
	margin-top: 8px;
	text-align: right;
	font-size: 14px;
	text-decoration: underline;
}

#map {
	z-index: 0;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.interior_carousel {
	width: 100%;
	margin: auto;
}
.interior_carousel .slide-images {
	display: flex !important;
	justify-content: center;
	gap: 40px;
}
.interior_carousel .slide-images img {
	width: calc((100% - 80px) / 3);
}
.interior_colors .color-selectors {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 0;
	position: relative;
	bottom: auto;
	right: auto;
}
.interior_colors .color-selectors .interior__coloricon{
	width: 40px;
	height: 40px;
}
.interior_colors .interior__color.active .interior__coloricon {
	background-color : #ebebeb;
}
.interior_colors .color-selectors .color_name {
	opacity: 0;
	transition: opacity .2s linear;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 43px;
	max-width: 100px;
	line-height: 1.2;
	text-align: center;
}
.interior_colors .color-selectors .active .color_name {
	opacity: 1;
}
.interior_colors .color-option {
	cursor: pointer;
	position: relative;
}
.interior_colors .color-option.active {
	border-color: red;
}
.interior_bottom{
	position: relative;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: center;
}
.interior_bottom .text{
	font-size: 24px;
	line-height: 1;
}
.interior_colors .color-selectors .text{
	display: flex;
	align-items: center;
}
@media(max-width: 999px) {
	.interior_bottom {
		flex-direction: column;
		align-items: center;
		gap: 15px;
		padding-bottom: 0;
	}
	.interior_bottom .interior__coloricon:after {
		width: 32px;
		height: 32px;
		background-size: auto 32px;
	}
	.interior_bottom .interior__coloricon_3:after {
		background-size: auto 32px;
		background-position: 0px 0;
	}
	.interior_bottom .interior__coloricon_4:after {
		background-size: auto 32px;
		background-position: -32px 0;
	}
	.interior_bottom .interior__coloricon_5:after {
		background-size: auto 32px;
		background-position: -64px 0;
	}
}
@media(max-width: 767px) {
	.interior_bottom {
		padding  : 30px 0 60px;
	}
	.interior_colors .color-selectors{
		padding: 0 0 40px;
	}
	.interior_carousel .slide-images {
		gap: 20px;
	}
	.interior_carousel .slide-images img {
		width: calc((100% - 40px) / 3);
	}
	.interior_bottom .text {
		font-size: 22px;
		text-align: center;
	}
}
@media(max-width: 480px) {
	.interior_carousel .slide-images {
		gap: 10px;
	}
	.interior_carousel .slide-images img {
		width: calc((100% - 20px) / 3);
	}
	.interior_carousel {
		width: calc(100% + 20px);
		margin: 0 -10px;
	}
}
body .title, body h2, body h3, body h4, body h5, body h6 {
	font-weight: 400;
	font-family: AVATRSans-Regular;
}
body .h1, body h1{
	font-weight: 600;
	font-family: AVATRSans-Bold;
}


.specs-row img {
	vertical-align: middle;
	margin-left: 16px;
	max-height: 64px;
	width: auto;
	max-width: 140px;
}

.specs-row.color-ex img {
	margin-right: -16px;
	margin-left: 8px;
}

.specs-row.avatr_options img,
.specs-row.color-ex img[src$=".jpg"] {
	mix-blend-mode: multiply;
}

.specs-label {
	white-space: pre-line !important;
}

.specs-label-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.carcolors__label {
	white-space: pre !important;
}
.product__charvalue {
	white-space: pre-line !important;
}
.color_name {
	white-space: pre-line !important;
}

.designcenter__content{
	transform: translateY(-50%);
	top: 50% !important;
}
.center_content .carframe__content{
	transform: translateY(-50%) !important;
	top: 50% !important;
	bottom: auto!important;
}
.carframe.top_text.color-white{
	background: black;
}
.carframe.top_text.color-white .carframe__content{
	max-width: 100%;
	padding: 0 20px;
}
@media screen and (max-width: 47.9988em) {
	.lighting__chars {
		flex-wrap: wrap;
		align-items: baseline;
		justify-content: center !important;
		row-gap: 30px !important;
		/*margin-top: 200px !important;*/
		padding-top: 60% !important;
	}
	.lighting__chars .lighting__char{
		width : 35%;
	}
}
@media (max-width: 999px) {
	.interior__coloricon_2:after {
		background-position: -32px 0 !important;
	}
}

.footer__text p {
	white-space: pre-line;
	margin-bottom: 1em;
}

.designcenter.brandpurpose .designcenter__content{
	transform: none;
	top: auto !important;
	bottom: 20%;
}
.aboutslider__text ul li+li{
	margin-top: 10px;
}
.aboutslider__text ul li:before{
	content: '';
	position: relative;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #000;
	display: inline-block;
	margin-right: 6px;
	top: -3px;
}
.main-slider__center-text{
	margin: 100px auto 60px;
	text-align: center;
	max-width: 1260px;
	padding: 0 50px;
}
@media(max-width: 767px){
	.main-slider__center-text{
		padding: 0 20px;
		margin: 80px auto 0px;
	}
}


/* Info bar (3 columns) */
.infobar__row {
	display: flex;
	gap: 40px;
	align-items: stretch;
	justify-content: space-between;
	max-width: 1260px;
	padding: 0 20px;
	margin: 80px auto;
}
.infobar__col {
	flex: 1 1 0;
	min-width: 0;
}
.infobar__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 10px;
	padding-bottom: 14px;
	position: relative;
}
.infobar__icon {
	width: 50px;
	height: 50px;
	object-fit: contain;
	display: block;
}
.infobar__title {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 600;
	margin-top: 20px;
}
.infobar__text {
	padding-top: 14px;
	font-size: 20px;
	line-height: 1.4;
	color: #181818;
	font-weight: 600;
	text-align: center;
}
.infobar__text div {
	margin: 0;
}
.infobar__text a {
	color: inherit;
	text-decoration: none;
}
/* Адаптив */
@media (max-width: 991px) {
	.infobar__row {
		gap: 24px;
	}
	.infobar__col + .infobar__col {
		padding-left: 24px;
	}
	.infobar__title {
		font-size : 28px;
	}
	.infobar__text {
		font-size   : 16px;
	}
}

@media (max-width: 767px) {
	.infobar__row {
		flex-direction: column;
		gap: 60px;
	}
	.infobar__col + .infobar__col {
	}
	.infobar__text {
		text-align: center;
	}
}


.scrolltext{
	margin: 60px 60px 80px 60px;
}
.scrolltext p{
	margin: 20px 0;
}
.scrolltext__frame{
	position: relative;
}
.scrolltext__box{
	position: relative;
	overflow-y: auto;
	max-height: 340px;
	scrollbar-width: thin;
	scrollbar-color: #111 transparent;
	scrollbar-gutter: stable;
	border-right: 2px solid #E8E8E8;
	padding-right: 20px;
}
.scrolltext__content{
	padding-right: 18px;
}
.scrolltext__content p{
	margin: 20px 0;
}
.scrolltext__box::-webkit-scrollbar{
	width: 5px;
}
.scrolltext__box::-webkit-scrollbar-track{
	background: transparent;
}
.scrolltext__box::-webkit-scrollbar-thumb{
	background: #111;
	border-radius: 999px;
	min-height: 48px;
}
.scrolltext__box::-webkit-scrollbar-thumb:hover{
	background: #111;
}
@media (max-width: 767px) {
	.scrolltext {
		margin: 60px 20px 80px 20px;
	}
}
.avatr07 .homeslider__image img {
	height: 130px;
	margin-bottom: 20px;
	/* fix img top space */
	margin-top: -64px; 
}
.homeslider.avatr07{
	margin-bottom: 0;
}
.exterior_features .videoswitch__content {
	max-width : 90%;
	min-height: 72px;
}
.gradient_background{
	position: relative;
	background-image: linear-gradient(179deg, #ebf2fe 37%, #e1dcdd 66%);
}
.gradient_background:after {
	content: "";
	display: block;
	width: 100%;
	height: 324px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
	background-image: -moz-linear-gradient(top,hsla(0,0%,100%,0) 0,#fff 100%);
	background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.carcolors.avatr07 .carcolors_head{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.carcolors.avatr07 .carcolors_head .subtitle{
	text-align: left;
}
.carcolors__icon[data-color=color19] {
	background-image: url(./assets//img/selector-2.png);
	background-position: 0 0;
}
@media print, screen and (min-width: 48em) {
	.carcolors.avatr07 .carcolors__sizes {
		justify-content: flex-end;
	}
	.carcolors.avatr07 .carcolors__colors {
		gap: 30px 40px;
	}
}
@media print, screen and (max-width: 62.4988em) {
	.carcolors.avatr07 .carcolors__sizes {
		width: 100%;
		padding: 0 40px;
		grid-gap: 28px;
		gap: 28px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.carcolors.avatr07 .carcolors_head {
		flex-direction: column;
	}
	.blockvideo.avatr07-blockvideo-1 .container{
		aspect-ratio: auto !important;
		padding-top: 80px;
	}
}
@media print, screen and (min-width: 62.5em) {
	.carcolors.avatr07 .carcolors__holder {
		justify-content: center;
	}
}
.interior__coloricon_9:after {
	background-position: -32px 0 !important;
}
.lighting.section.dark_content.avatr07-lighting-1{
	background: none;
}
.avatr07-lighting-2 .lighting__chartext{
	max-width: 210px;
}
.avatr07-lighting-2{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.avatr07-videoswitch-1{
	position: relative;
	z-index: 2;
}
.avatr07-videoswitch-2 .videoswitch__link {
	max-width: 400px;
}
.avatr07-lighting-2{
	margin-bottom: 0 !important;
}
.avatr07-lighting-2 .lighting,
.avatr07-lighting-3 .lighting__content{
	min-height: auto;
}
.avatr07-videoswitch-2 .videoswitch__content {
	max-width: 90%;
}
.avatr07-videoswitch-2,
.avatr07-blockvideo-2 {
	padding-top: 100px !important;
}
.avatr07-lighting-3 {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 0 !important;
}
@media print, screen and (max-width: 62.4988em) {
	.avatr07-lighting-3 {
		padding-bottom : 0px !important;
	}
}
.avatr07-list-1 .list__items{
	grid-template-columns: repeat(6, 1fr);
}
.avatr07-list-1 .list__item{
	grid-column-start: span 2;
}
.avatr07-list-1 .list__item:nth-child(1),
.avatr07-list-1 .list__item:nth-child(2){
	grid-column-start: span 3;
}
.avatr07-lighting-4{
	margin-bottom: 0 !important;
}
.avatr07-sliderborder-1{
	background: #000;
}
.avatr07-sliderborder-1 .sliderborder__content{
	background-color: #1a1a1a;
	color: #fff;
	border: none;
}
.avatr07-sliderborder-1 .sliderborder__slider{
	margin-top: 0;
}
.avatr07-sliderborder-1 .sliderborder__wrapper{
	gap: 24px;
}
.avatr07-sliderborder-1 .sliderborder__wrapper .numeric-counter{
	color: #fff !important;
}
.avatr07-videoswitch-3{
	padding-top: 80px !important;
}




.slider_numeric {
	position: relative;
}
.slider_numeric .slick-dots {
	display: none !important;
}
.slider_numeric .slick-slide {
	transition: opacity 0.5s ease;
	opacity: 0 !important;
	left: 0 !important;
	position: absolute;
}
.slider_numeric .slick-active {
	opacity: 1 !important;
	position: relative;
}
.numeric-pagination {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
}
.numeric-arrow {
	cursor: pointer;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 35px !important;
	height: 35px !important;
	transition: transform 0.3s ease !important;
}
.numeric-arrow:hover {
	transform: scale(1.1) !important;
}
.numeric-counter {
	font-size: 18px !important;
	margin: 0 15px !important;
	color: #000 !important;
	font-weight: 700 !important;
}
.numeric-pagination-container {
	margin-top: 20px !important;
	padding: 0 20px !important;
	display: flex !important;
	justify-content: flex-end !important;
}
.sliderborder__content .numeric-pagination {
	position: absolute;
	bottom: 20px;
	left: 30px;
	margin-top: 0 !important;
}
.numeric-arrow svg {
	width: 25px !important;
	height: 24px !important;
}
.numeric-counter span {
	font-weight: bold !important;
}
.slider_numeric .sliderborder__content {
	position: relative !important;
}
.numeric-pagination.light-bg {
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.numeric-pagination.light-bg .numeric-arrow,
.numeric-pagination.light-bg .numeric-counter {
	color: #fff !important;
}

.avatr07-videoslider-1 .videoslider__note{
	font-size: 10px;
	margin-top: 20px;
}
.avatr07-videoslider-1-head,
.avatr07-videoslider-2-head{
	margin: 100px 20px 80px;
}
.avatr07-videoslider-1-head h2,
.avatr07-videoslider-2-head h2{
	margin: 0 0 10px;
}
.modes9-section{
	background:#000;
	color:#fff;
	position:relative;
}
/* было sticky -> делаем обычный блок */
.modes9-sticky{
	position: relative;
	top: auto;
	height: 100vh;
	overflow: hidden;
}

/* когда секция активна — фиксируем на экране */
.modes9-sticky.is-fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 50;
}

/* чтобы когда секция закончилась — контент “встал” внизу секции */
.modes9-sticky.is-absolute{
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.modes9-title{
	position:absolute;
	inset:0;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-size:34px;
	letter-spacing:0.2px;
	opacity:var(--modes9-title-opacity, 1);
	transition:none;
	pointer-events:none;
	line-height: 1.2;
	padding: 0 20px;
}
.modes9-cards{
	position:absolute;
	inset:0;
	opacity:var(--modes9-cards-opacity, 0);
	transition:none;
	pointer-events:none;
}

.modes9-viewport{
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	width:var(--modes9-viewport-width, 1156px);
	overflow:hidden;
	pointer-events:none;
}
.modes9-track{
	display:flex;
	gap:20px; /* required */
	transform:translate3d(var(--modes9-track-x, 340px), 0, 0);
	will-change:transform;
}
.modes9-card{
	width:274px;
	height:349px;
	position:relative;
	border-radius:6px;
	overflow:hidden;
	background:#111;
	flex: 0 0 274px;
	opacity: 1;                 /* было 0 */
	transform: translate3d(0,0,0); /* было 40px */
	will-change: transform;
}
.modes9-img{
	width:100%;
	height:100%;
	display:block;
	object-fit: contain;
}
.modes9-card-title{
	position:absolute;
	left:18px;
	top:18px;
	right:18px;
	font-size:34px;
	line-height:1.05;
	letter-spacing:0.2px;
	color:#fff;
	text-shadow:0 2px 18px rgba(0,0,0,0.55);
}
@media (prefers-reduced-motion: reduce){
	.modes9-track,
	.modes9-card{ will-change:auto; }
}
/* Allow cards to go outside the internal viewport while entering/leaving */
.modes9-sticky,
.modes9-cards,
.modes9-viewport{
	overflow: visible !important;
}

/* Prevent flex shrinking (it was compressing cards to ~110px) */
.modes9-card{
	flex: 0 0 274px;
}

/* Make image not cropped (change to cover if you want full-bleed) */
.modes9-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

@media print, screen and (min-width: 62.5em) {
	.avatr07-videoslider-2 .list__items {
		grid-template-columns: repeat(4, 1fr);
	}
}
.avatr07-videoslider-2 .head_wrap div{
	font-size: 10px;
	line-height: 1.5;
	margin-top: 20px;
}
.avatr07-list-2 .avatr07-list-2-head{
	width: 100%;
	top: 0;
	padding: 100px 20px 0;
	background: #e2e1e4;
}
.avatr07-list-2 .avatr07-list-2-head h2,
.avatr07-list-2 .avatr07-list-3-head h2{
	margin-bottom: 20px;
}
.avatr07-list-2 .list__content{
	position: relative;
	margin-top: -10%;
	background: #e2e1e4;
	padding-bottom: 80px;
}
@media screen and (max-width: 62.4988em) {
	.avatr07-list-2 .list__content{
		margin-top: 0;
	}
}
.avatr07-videoslider-3{
	background: #e2e1e4;
}
.avatr07-videoslider-3-head{
	width: 100%;
	top: 0;
	padding: 100px 20px 80px;
	background: #e2e1e4;
}
.avatr07-carframe-1-head{
	width: 100%;
	padding: 100px 20px 80px;
}
.accordion__image video{
	width : 100%;
	height: 100%;
	object-fit: cover;
}
.accordion__text small{
	font-size: 10px;
	line-height: 1;
}

/* Scope only this slider */
.avatr07-sliderborder-3 .sliderborder__text{
	display: flex;
	flex-direction: column;
	gap: 16px;
}

/* Normalize paragraphs a bit (если у тебя уже есть - можешь убрать) */
.avatr07-sliderborder-3 .sliderborder__text p{
	margin: 0 0 10px;
}
.avatr07-sliderborder-3 .sliderborder__text p:last-child{
	margin-bottom: 0;
}

/* === Metrics block (это последний <div> внутри .sliderborder__text) === */
.avatr07-sliderborder-3 .sliderborder__text > div:last-child{
	display: flex;
	gap: 40px;               /* расстояние между двумя показателями */
	align-items: flex-end;
	margin-top: 8px;
}

/* Each metric */
.avatr07-sliderborder-3 .sliderborder__text > div:last-child > div{
	min-width: 160px;
}

/* Big number */
.avatr07-sliderborder-3 .sliderborder__text > div:last-child > div > div:first-child{
	font-size: 36px;
	line-height: 1;
	letter-spacing: -0.02em;
	white-space: nowrap;
	font-weight: 700;
}

/* Unit (s, dB(A), кВт·год) */
.avatr07-sliderborder-3 .sliderborder__text > div:last-child > div > div:first-child span{
	font-size: 10px;
	line-height: 1;
	margin-left: -4px;
}

/* Label under number */
.avatr07-sliderborder-3 .sliderborder__text > div:last-child > div > div:last-child{
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.35;
	opacity: 0.75;
	max-width: 260px;
}
.avatr07-sliderborder-3 .sliderborder__note{
	font-size: 10px;
	line-height: 12px;
}

/* Mobile stacking */
@media (max-width: 767px){
	.avatr07-sliderborder-3 .sliderborder__text > div:last-child{
		gap: 18px;
		flex-direction: column;
		align-items: flex-start;
	}
	.avatr07-sliderborder-3 .sliderborder__text > div:last-child > div{
		min-width: 0;
	}
}
.avatr07-sliderborder-3 picture{
	display: block;
}
.avatr07-sliderborder-3 .sliderborder__holder,
.avatr07-sliderborder-3 .sliderborder__wrapper{
	height: 100%;
}
@media print, screen and (min-width: 62.5em) {
	.avatr07-sliderborder-3 .sliderborder__content {
		padding: 20px 40px;
	}
}
.avatr07-carframe-1{
	margin-bottom: 0 !important;
}
.avatr07-sliderborder-3{
	margin: 0 !important;
	padding-top: 120px;
	padding-bottom: 120px;
}
.avatr07-sliderborder-3 .sliderborder__content{
	background: #fff;
}
.avatr07-lighting-5{
	position: relative;
	background: #e0dfe1;
	padding-bottom: 200px;
	margin-bottom: 0 !important;
}
.avatr07-lighting-5 .picture{
	position: relative;
	top: 0;
	width : 100%;
	left: -50%;
	transform: translateX(50%);
}
.avatr07-lighting-5 .lighting__content{
	position: absolute;
	display: flex;
	align-items: flex-end;
	gap: 120px;
	bottom: 0;
}
.avatr07-lighting-5 .lighting__charvalue {
	font-size: 36px;
	white-space: nowrap;
	min-width: 160px;
}
.avatr07-lighting-5 h2.text-center {
	position: absolute;
	top: 80px;
	width: 100%;
}
.avatr07-lighting-5 .lighting__chars {
	padding: 0 !important;
}
@media(max-width: 1360px){
	.avatr07-lighting-5 h2.text-center{
		padding: 0 20px;
		z-index: 1;
	}
	.avatr07-lighting-5 .lighting__content {
		gap         : 40px;
	}
	.avatr07-lighting-5 .lighting__chars{
		gap: 30px;
	}
	.avatr07-lighting-5 .lighting__charvalue {
		font-size: 30px;
		min-width: 150px;
	}
	.avatr07-lighting-5 .lighting__chars {
		flex-wrap: wrap;
		max-width: 440px;
	}
	.avatr07-lighting-5 .lighting__chars .lighting__char{
		max-width: 150px;
	}
}
@media(max-width: 1100px){
	.avatr07-lighting-5{
		padding-bottom: 0;
		display: flex;
		flex-direction: column;
	}
	.avatr07-lighting-5 h2.text-center{
		position: relative;
		order: 1;
	}
	.avatr07-lighting-5 picture{
		order: 2;
	}
	.avatr07-lighting-5 .lighting__content {
		flex-direction: column;
		align-items: flex-start;
		padding-top: 0;
		position: relative !important;
		order: 3;
	}
}
@media(max-width: 767px){
	.avatr07-lighting-5 .lighting__content{
		align-items: center;
		padding-bottom: 60px;
	}
}
.avatr07-videoslider-4{
	background: #e2e1e4;
	padding: 60px 0 80px;
	margin-bottom: 80px;
}
.avatr07-videoslider-5 .videoslider__note{
	font-size: 10px;
	margin-top: 20px;
}

/* Safety scroll section (sticky + fade) */
.safety-scroll {
	width: 100%;
	font-size: 0;
	position: relative;
	--image-padding: 0px;
	--slides: 3; /* JS сам перезапишет */
	height: calc(var(--slides) * 100vh);
}

.safety-scroll__sticky {
	width: 100%;
	height: 100vh;
	position: sticky;
	top: 0;
	overflow: hidden;
}

/* нижний затемняющий градиент как на оригинале */
.safety-scroll__sticky::after {
	content: "";
	display: block;
	width: 100%;
	height: 240px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(0deg, #000 0%, transparent 100%);
	pointer-events: none;
}

.safety-scroll__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.6s ease-in-out;
	padding: var(--image-padding);
}

.safety-scroll__slide.is-active {
	opacity: 1;
}

.safety-scroll__image {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	display: block;
}

/* Текст */
.safety-scroll__text {
	position: absolute;
	left: 80px;
	bottom: 72px;
	z-index: 3;
	color: #fff;
	max-width: 60%;
}

/* анимация появления текста на активном слайде */
.safety-scroll__title,
.safety-scroll__desc {
	opacity: 0;
	transform: translate3d(0, 30px, 0);
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.safety-scroll__slide.is-active .safety-scroll__title,
.safety-scroll__slide.is-active .safety-scroll__desc {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.safety-scroll__title {
	font-size: 36px;
	font-weight: 300;
	line-height: 42px;
	margin: 0 0 8px;
}

.safety-scroll__desc p {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
}

.safety-scroll__desc p + p {
	margin-top: 8px;
}

/* точки справа */
.safety-scroll__dots {
	position: absolute;
	right: 40px;
	bottom: 72px;
	z-index: 3;
	list-style: none;
	margin: 0;
	padding: 0;
}

.safety-scroll__dot {
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, 0.8);
	margin-top: 16px;
}

.safety-scroll__dot.is-active {
	width: 2px;
	background: #fff;
}

/* Mobile */
@media (max-width: 767px) {
	.safety-scroll__text {
		left: 20px;
		right: 40px;
		bottom: 24px;
		max-width: unset;
	}

	.safety-scroll__title {
		font-size: 24px;
		line-height: 30px;
	}

	.safety-scroll__desc p {
		font-size: 12px;
		line-height: 18px;
	}

	.safety-scroll__dots {
		right: 20px;
		bottom: 24px;
	}
}
/* точки НЕ кликабельные (чтобы не было "по кнопкам") */
.safety-scroll__dots { pointer-events: none; }

/* состояние текста для "следующего" (снизу) */
.safety-scroll__title,
.safety-scroll__desc {
	opacity: 0;
	transform: translate3d(0, 30px, 0);
	transition: opacity 0.45s ease, transform 0.45s ease;
	will-change: opacity, transform;
}

/* активный — на месте */
.safety-scroll__slide.is-active .safety-scroll__title,
.safety-scroll__slide.is-active .safety-scroll__desc {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

/* предыдущий — уезжает вверх */
.safety-scroll__slide.is-before .safety-scroll__title,
.safety-scroll__slide.is-before .safety-scroll__desc {
	opacity: 0;
	transform: translate3d(0, -30px, 0);
}

/* следующий — ждёт снизу */
.safety-scroll__slide.is-after .safety-scroll__title,
.safety-scroll__slide.is-after .safety-scroll__desc {
	opacity: 0;
	transform: translate3d(0, 30px, 0);
}
body[class*="avatr-template-template-avatr07"] .wrapper{
	overflow: visible !important;
}
.avatr07-videoswitch-4{
	margin-top: 80px;
}

.avatr-template-template-avatr07-2 a[href="#tab2"] {
	/* display: none; */
}
.avatr-template-template-avatr07-2 .homeslider__content .button {
	display: table;
  	width: 100%;
  	margin-top: 12px;
	max-width: 255px;
}

@media screen and (max-width: 47.9988em) {
  .avatr-template-template-avatr07-2 .homeslider__content .buttons {
	width: 100%;
    top: calc(100vh - 405px);
    position: absolute;
	left: calc(50% - 255px/2);
  }
}

.avatr07-sliderborder-2 .slick-track{transform: none !important;}
.avatr07-videoslider-5 .slick-track{transform: none !important;}

@media print, screen and (min-width: 48em) {
	.interior__content {
		max-width : 40% !important;
	}
}
@media print, screen and (min-width: 62.5em) {
	.interior__colors {
		gap: 20px !important;
	}
}
.interior__color {
	max-width : 140px;
	font-size: 12px;
	line-height: 1.4;
}
.avatr07-lighting-4 .lighting__chartext {
	font-size: 14px;
	max-width: 130px;
}

.dealer-number {
	display: none;
}

.avatr07-blockvideo-1 .container{
	aspect-ratio: auto !important;
}
.list.avatr07-list-1 > picture{
	filter: brightness(0.6);
}
.avatr07-sliderborder-1 .sliderborder__wrapper .sliderborder__text,
.avatr-template-template-avatr06 .sliderborder__wrapper .sliderborder__text{
	padding-bottom: 40px;
}
.avatr07-sliderborder-1 .sliderborder__wrapper .numeric-pagination,
.avatr-template-template-avatr06 .sliderborder__wrapper .numeric-pagination{
	bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
}
    
@media print, screen and (min-width: 48em){
	.avatr07-sliderborder-1 .sliderborder__holder,
	.avatr07-sliderborder-2 .sliderborder__holder,
	.avatr-template-template-avatr06 .sliderborder__holder{
		min-height: 420px !important;
		height: auto !important;
	}
	
	.avatr07-sliderborder-1 .sliderborder__text,
	.avatr-template-template-avatr06 .sliderborder__text{
		margin-bottom: 40px;
	}
	.avatr07-sliderborder-1 .sliderborder__wrapper .sliderborder__text,
	.avatr-template-template-avatr06 .sliderborder__wrapper .sliderborder__tex {
		padding-bottom: 0;
	}
	.avatr07-sliderborder-1 .sliderborder__wrapper .numeric-pagination,
	.avatr-template-template-avatr06 .sliderborder__wrapper .numeric-pagination{
		bottom: 20px;
		left: 30px;
		transform: none;
	}
}

.lighting.section.avatr07-lighting-4 video{
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
	display: block;
}

.avatr-template-template-avatr06 .carframe.center_content img{
	    filter: brightness(0.6);
}
.darker_bg img{
	filter: brightness(0.75);
}
.darker_bg .carframe__content {
    color: #fff;
}
.page-id-50 .post-thumbnail{
	height: 100vh;
    overflow: hidden;
	position: relative;
}
.page-id-50 .post-thumbnail img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
.postid-44 .avatr07-lighting-2{
	margin-bottom: 120px !important;
}
.header__menu li:last-child .submenu{
	right: -15px;
	left: auto;
}
.popup-content .footer__social{
	margin-bottom: 24px;
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.popup-content .footer__social a{
	margin-left: 0 !important;
}
@media print, screen and (min-width: 62.5em) {
    .interior__desc {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }
}

.avatr-template-template-avatr07-2 .avatr07-lighting-2 {
	display: none;
}
.nowrap {
	white-space: nowrap;
}