/*!
Theme Name: vezuchi
Theme URI: https://wp.uweam.ru/
Author: Sergey K wp.uweam.ru
Author URI: https://wp.uweam.ru/
Description: Description
Version: 4.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vezuchi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
>>> 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%;
	scroll-behavior: smooth!important;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	overflow-x: hidden;
	transition: all 0.5s ease-in-out;
}
body.page-template-page-auctions {
	transition: none;
}
/* * {
  touch-action: none;
} */
.post-thumbnail{
	display:none!important;
}
@media (max-width: 600px) {
  body {
	overflow: auto;
  }

  html, body {
	height: 100%;
	margin: 0;
	padding: 0;
  }
	body.page-template-page-auctions, body.page-id-2814, body.page-id-985, body.page-id-2808{
	transition: none!important;
}
}
@media screen and (max-width: 600px) {
  body.page-id-2814, body.page-id-985, body.page-id-2808{
	transition: none;
}
}
@media (max-width: 600px) {
  body {
	touch-action: pan-y;
  }
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
.animation-content > * {
		transition: transform 1.8s ease, opacity 2.5s ease;
		opacity: 0;
		transform: translateY(20%);
		}
@media screen and (min-width: 768px) {
	.animation-content > * {
		transition: transform 1.8s ease, opacity 2.5s ease;
		opacity: 0;
		transform: translateY(20%);
		}
}
@media screen and (max-width: 768px) {
body.page-id-2814 .animation-content > *, body.page-id-985 .animation-content > *, body.page-id-2808 .animation-content > * {
		transition: none;
		opacity: 1;
		transform: none;
		}
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-family: 'RoadRadio';
	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;
	text-decoration: none;
}
a {
	outline-color: none;
	outline: none; /* Убирает обводку при фокусе */
}

a:focus {
	outline: none; /* Убирает обводку при фокусе */
}
a:focus {
	outline: 2px solid transparent; /* Прозрачная обводка, чтобы не было видно */
}

.widgets-top-line-main-page a:hover,
.site-footer .menu-item a:hover{
	border-bottom: solid 1px red;
}
.form-info-contact a:hover{
	border-bottom: none;
	color:red;
}
figure a:hover{
	border-bottom: none;
}
p{
	font-family: Montserrat;
}
/**
 * 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: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
	background: none;
	border-radius: 0;
	border: none;
}

/**
 * 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: 'Montserrat', -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 {
	font-family: 'RoadRadio';
	clear: both;
	line-height: 1.2;
}
h3 {
	padding: 0;
	margin: 0;
}
h3.has-background{
	padding: 0;
	margin: 0;
}
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: none;
}

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;
	padding-left: 10px;
}

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

.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-template-page-main .entry-content {
	margin: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;

}
.site-footer {
	background: rgba(35, 30, 30, 1);

}
#secondary {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	max-width: 1670px;
	margin: 0 60px;
	color: white;
	padding-top: 40px;
	flex-wrap: wrap;
}
#secondary .widgettitle {
  font-size: 20px;
}
#secondary section .kt-inside-inner-col{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
}
#secondary section {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#secondary .widget {
	margin: 0 20px 20px;
	min-width: 220px;
	max-width: 273px;
}
#secondary ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
 }
 #secondary ul li {
 margin-bottom: 10px;
 }
 #secondary ul li a {
	 color: white;
	 text-decoration: none;
	 font-family: Montserrat;
	 font-size: 14px;
	 font-weight: 300;
	 line-height: 24px;
	 text-align: left;
 }
 #secondary .wp-block-vezuchi-image-text-block p, .wp-block-vezuchi-image-text-block a {
	font-weight: 300;
	letter-spacing: 0.05em;
	text-align: left;
	text-decoration: none;
	font-family: Montserrat;
	line-height: 26px;
	text-align: left;
}
#secondary h4 {
	margin: 16px 0;
}
/*--------------------------------------------------------------
# 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;
}

.text-list.columns-one ul {
	column-count: 1;
}

.text-list.columns-two ul {
	column-count: 2;
	column-gap: 20px;
}

.text-list ul li {
	break-inside: avoid; /* Чтобы элемент списка не разрывался на колонках */
}

.widgets-top-line-main-page{
	display: flex;
	justify-content: flex-end;
	gap: 10px 50px;
	flex-wrap: wrap;
	margin-left: 80px;
	flex-grow: 1;
	margin-left: 0; 
}
.widgets-top-line-main-page.for-mobile{
	flex-grow: 0;
	margin-left: 0; 
}

.wp-block-vezuchi-image-text-block p, .wp-block-vezuchi-image-text-block a{
	font-family: "RoadRadio"; 
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: left;
	text-decoration: none;
}
.container {
	max-width: 1670px;
	padding: 0 70px;
	margin: 0 auto;
	display: block;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* main page
--------------------------------------------- */
.site-header {
	position: relative;
	background-size: cover;
	background-position: center;
	height: 950px;
	overflow: hidden;
}
.auction-header.site-header {
	min-height: 100vh;
	height: auto;

}
.site-header h1, .site-header h2 {
	margin: 0;
	line-height: 1.2;
}
.site-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(35, 30, 30, 0.8); /* Черный цвет с прозрачностью */
	z-index: 1;
}
.header-container{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.main-navigation ul {
	display: flex;
}
.site-header .header-content {
	position: relative;
	z-index: 2; /* Чтобы контент был над затемнением */
}
.header-top-line,
.site-branding {
   display: flex;
   align-items: center;
   padding-right: 20px;
}
.header-top-line {
	justify-content: space-between;
}

.logo-header{
	width: 150px;
}
.logo-header a{
	display: flex;
}

.header-top-line {
	padding: 60px 0px;
}
#default-header .wp-block-vezuchi-image-text-block p,
#default-header .wp-block-vezuchi-image-text-block a,
#default-header .custom-color-text a {
	color: black!important;
}

#default-header .for-mobile .wp-block-vezuchi-image-text-block p,
#default-header .for-mobile .wp-block-vezuchi-image-text-block a,
#default-header .for-mobile .custom-color-text a {
	color: white!important;
}
.site-description {
	margin: 0;
	margin-left: 50px;
	color: white;
	position: relative;
}
p.site-description{
	font-family: "RoadRadio";
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 2px;
}
.site-description:before {
	content: '';
	position: absolute;
	left: -25px;
	top: 0;
	bottom: 0;
	width: 2px; /* Ширина линии */
	background-color: white; /* Цвет линии */
	margin-right: 10px;
}

.header-center-line {
	display: flex;
	margin-top: 18vh;
	justify-content: space-between;
	gap: 30px;
}
.auction-header .header-center-line {
	flex-wrap: nowrap;
}
.auction-header .header-center-line {
	margin-top: 47px;
}
.auction-form {
	position: relative;
	z-index: 1;
	background: white;
	margin: 0 auto;
	padding: 30px;
	top: -150px;
	-webkit-box-shadow: 0px 6px 26px -3px rgba(0,0,0,0.09); 
	box-shadow: 0px 6px 26px -3px rgba(0,0,0,0.09);
}
.home .page-template-page-auctions {
	top: -100px;
	position: relative;
}
@media screen and (max-width: 1470px){
	.auction-form {
	   top: -50px;
   }
   .home .page-template-page-auctions {
	top: -40px;
}
}
@media screen and (max-width: 840px){
	.auction-form {
	   top: 0px;
	   margin: 0px;
	   padding: 0px;
	margin-bottom: 60px;
	padding-bottom: 20px;
   }
  .auction-form .header-center-line {
	flex-direction: column;
}
}

.auction-form .header-center-line {
	margin-top: 0;
	padding: 0 20px;
}
.auction-form .header-center-line-left,
.auction-form .header-center-line-right-wrap{
	width: 100%;
}
.auction-form .form-row.buttons button{
	font-size: 16px;
}
.auction-form .auction-action{
	margin-top:0;
}
.form-col.clear-form {
	flex: 1 1 70px;
}
.auction-form .form-col.view-car-button{
	flex: 1 1 130px;
}
.auction-form .auction-action {
	margin-bottom: 0;
}
.auction-form .auction-city-item,
.auction-form #sort-price-top,
.auction-form #sort-price-bottom,
.auction-form #clear-form {
	color: black!important;
}
.auction-form .auction-city-item.active a {
		color: red!important;
}
.auction-form .action-button button#auction-online,
.auction-form .action-button button#auction-stat {
	border: 1px solid grey;
	color: black;
}
.auction-form .auction-city-list {
	border-bottom: 1px solid black;
}
.auction-form input, .auction-form select {
  border: 1px solid lightgrey!important;
}
.auction-form .day-label {
	border: 1px solid black;
	color: black;
}
.main-navigation ul {
	display: block;
	column-count: 2; /* Количество столбцов */
	column-gap: 20px; /* Отступ между столбцами */
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.05em;
	text-align: left;
	color: white;
}

.main-navigation ul li {
	list-style-type: disc; /* Сохраняем маркеры списка */
	margin-bottom: 15px; /* Отступ между элементами */
	list-style-type: none;
	padding-left: 25px;
	overflow: hidden;
}

.main-navigation ul li a{
   color: white;
   margin-bottom: 5px;
}
.header-center-line-right {
	width: 650px;
	height: 264px;
	padding: 57px 0 0 62px;
	/* border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(35, 30, 30, 0.3) 100%); */
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 10%, rgba(35, 30, 30, 0.3) 100%);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px); /* Для поддержки в Safari */
	color: white; /* Цвет текста */
	border: 1px solid rgba(255, 255, 255, 0.15);
	position: relative;
}
.auction-header .header-center-line-right {
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 145px;
	padding: 20px;
	width: 100%;
}
.auction-header .header-center-line-right h4{
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0.3em;
	text-align: center;
	color: red;
	margin: 0;
	margin-bottom: 20px;
}
.auction-header .header-center-line-right ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 28px;
}
.auction-header .header-center-line-right li {
	list-style: none;
	font-family: RoadRadio;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	cursor:pointer;

}
.auction-header .header-center-line-right li a {
color: inherit;
}

.custom-list {
	list-style-type: none; /* Убираем стандартные маркеры списка */
	padding: 0;
}

.custom-list li {
	position: relative;
	padding-left: 40px; /* Отступ для маркера */
	margin-bottom: 10px;
}
.header-widgets .header-white-button a{
	height: 50px;
	width: 250px;
	line-height: 1.3;
	font-family: RoadRadio;
	font-weight: 400;

}
.header-widgets .header-red-button a{
	height: 50px;
	width: 390px;
	line-height: 1.3;
	font-family: RoadRadio;
	font-weight: 400;
}
hr.left-hr {
	position: relative;
	border: none; /* Убираем стандартную полосу hr */
	height: 0; /* Высота hr будет 0, чтобы не занимать место */
	margin: 0;
}
@media screen and (max-width: 650px) {
	.mobile-display-none{
		display: none;
	}
	.mobile-bg-display-none .kt-inside-inner-col {
		background-image: none!important;
	}
}

.width-43 {
	max-width: 43%;
	}
.width-78 {
max-width: 78%;
}
.width-88 {
	max-width: 88%;
	}
	@media screen and (min-width: 1024px) {
		.width-50 {
			max-width: 50%;
			}
	}
	@media screen and (max-width: 1553px) {
		.width-45-p {
			width: 40%!important;
			}
	}

/* hr.left-hr::before {
	content: "";
	height: 1px;
	width: 100%;
	background-color: grey;
	display: block;
	position: absolute;
	left: -250px;
	top: 0;
} */
hr.left-hr::before {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #C6C6C6;
	display: block;
	position: absolute;
	left: -250px;
}

/*----- Добавлм свой маркер----- */

.main-navigation ul li::before {
	content: '';
	position: absolute;
	left: 0;
	/* top: 50%; */
	top: 15px;
	transform: translateY(-50%); 
	width: 12px;
	height: 12px; 
	background-image: url('./images/marker.png'); 
	background-size: contain;
	background-repeat: no-repeat;
	transform-origin: center;
}

/* Поворот для каждого элемента списка */
/* .main-navigation ul li:nth-child(1)::before {
	transform: translateY(-50%) rotate(0deg);
}

.main-navigation ul li:nth-child(2)::before {
	transform: translateY(-50%) rotate(90deg);
}

.main-navigation ul li:nth-child(3)::before {
	transform: translateY(-50%) rotate(180deg);
}

.main-navigation ul li:nth-child(4)::before {
	transform: translateY(-50%) rotate(270deg);
} */
.header-fragment {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 135%;
	max-width: 130%;
}
.menu-toggle, .menu-toggle, .menu-close {
	display: none;
	width: 25px;
	height: 25px;
	background: none;
	border: none;
	background-size: contain;
	border-radius: 0;
	background-image: url("./images/black-menu.svg");
	background-position: center;
	background-repeat: no-repeat;
}
.menu-close {
	background-image: url("./images/white-menu.svg");
}
.widgets-top-line-main-page.for-mobile {
	display: none;
}

.header-top-line.scrolled {
	transition: all 1s ease;  /* Плавный переход */
	transform: translateY(-100px);
	opacity: 0; /* Скрытый */

  }
  
  .header-top-line.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(0); /* Положение при скролле */
	opacity: 1; /* Появление */
	transition: all 1s ease; /* Плавный переход */
	background: rgba(35, 30, 30, 1);
	;
	z-index: 15;
	padding: 30px 0px;
  }
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* default
--------------------------------------------- */
 .site-header-default {
	padding: 23px 0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	background-color: white;
}

.site-header-default.scrolled {
	transition: all 1s ease;  /* Плавный переход */
	transform: translateY(-100px);
	opacity: 0; /* Скрытый */
  }
  
  .site-header-default.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(0); /* Положение при скролле */
	opacity: 1; /* Появление */
	transition: all 1s ease; /* Плавный переход */
	z-index: 11;
  }
.site-header-default .widgets-top-line-main-page .wp-block-vezuchi-image-text-block p {
	color: black;
}
.menu-toggle {
	display: flex;
	background-image: url("./images/white-menu.svg");
	margin-left: 45px;
}
#main-header .menu-toggle{
	display: none;
}
#main-header .menu-toggle {
	background-image: url("./images/black-menu.svg");
}
.menu-close {
	display: flex;
	background-image: url("./images/white-close.svg");
	margin-left: 100px;
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 11;
}
.header-default-menu {
	display: flex;
	background: rgba(35, 30, 30, 1);
	padding: 20px;
	width: 450px;
	min-height: 100vh;
	position: fixed;
	top: 0;
	right: -200%;
	z-index: 10;
	transition: all 0.5s;
}
.header-default-menu .widgets-top-line-main-page.for-mobile {
	display: flex;
}
.header-main-menu {
	border-bottom: solid 1px grey;
}
.header-default-menu.toggled {
	right: 0;
	flex-direction: column;
	overflow: hidden;
	height: 100vh;
}
.header-default-menu .menu {
	display: flex;
	flex-direction: column;
}
#mobile-menu.menu {
	padding-left: 13px;
}
.site-header-default .header-content {
	display: flex;
	align-items: center;
	padding: 0 20px;
}
.site-header-default .header-top-line {
	width: 100%;
	padding: 0px;
}
.header-default-menu .widgets-top-line-main-page.for-mobile {
	justify-content: flex-start;
	padding-left: 13px;
}
.header-default-menu .nav-menu {
	margin-top: 50px;
	margin-left: 40px;
}
.site-header-default .main-navigation ul li a {
	color: white;
	margin-bottom: 10px;
}
.widgets-top-line-main-page.for-mobile .wp-block-vezuchi-image-text-block p {
	font-size: 16px;
	color: white;
}
.widgets-top-line-main-page.for-mobile {
	padding-top: 20px;
	justify-content: flex-end;
	gap: 15px 30px;
	flex-wrap: wrap;
}
/* .main-navigation.toggled {
	border-bottom: 1px solid grey;
}
.header-center-line-right.toggled {
	background: rgba(35, 30, 30, 1);
	;
   }
 .menu-toggle.toggled {
	   position: fixed;
	   right: 40px;
	   top: 40px;
	   z-index: 1002;
	   background-image: url("./images/white-close.svg");
   }

   .main-navigation.toggled ul{
		display: flex;
		flex-direction: column;
		margin-top: 50px;
		margin-left: 40px;
		z-index: 1001;
   }
   .main-navigation.toggled ul li a{
	   margin-bottom: 10px;
  }
  .header-center-line-right.toggled {
	display: flex;
	flex-direction: column;
	padding: 20px;
	max-width: 400px;
	overflow: scroll;
	z-index: 1000;
} */
 .entry-title{
	text-align: center;
	margin-top: 60px;
 }
 hr.wp-block-separator{
	width: 100%;
	height: 1px;
	border-top: none
 }
 .breadcrumbs {
	display: flex;
	max-width: 1670px;
	margin: 0 auto;
	align-items: center;
	gap: 15px;
	margin-top: 60px;
	padding: 0 70px;
 }
    @media screen and (max-width: 650px) {
	.breadcrumbs {
	   padding: 0 20px;
		}
    }
 .breadcrumbs{
	color: red;
 }
 .breadcrumbs a:hover{
	border-bottom: solid 1px red;
 }
 .breadcrumbs p{
	color: grey;
	text-transform: lowercase;
	margin: 0;
	font-size: 14px;
	font-weight: 400;

 }
 .last-breadcrumb{
	display: flex;
	gap: 5px;
 }
 .breadcrumbs p::first-letter {
	font-size: 1.2em;
	text-transform: uppercase;
  }
 .breadcrumbs a, .breadcrumbs h1{
	text-decoration: none;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 17.07px;
	text-align: left;
	color:black;
 }
 .breadcrumbs h1{
	color: rgba(136, 136, 136, 1);
	margin: 0;
 }
.red-button a {
	background: radial-gradient(50% 50% at 50% 50%, #E31C24 46%, #BB2D33 100%);
}
.black-button a {
	background: radial-gradient(50% 50% at 50% 50%, #5A5C66 0%, #000000 100%);
}
ul.wp-block-list li {
	position: relative;
	list-style-type: none;
	margin-bottom: 30px;
	padding-left: 30px;
	line-height: 1.2;
}
ul.wp-block-list {
	margin: 0 0 1.5em 0;
	padding-left: 0;
	margin-top: 30px;
}
ul.wp-block-list li::before {
	content: '';
	position: absolute;
	left: 0px;
	/* top: 50%;
	transform: translateY(-50%);  */
	width: 20px; 
	height: 20px; 
	background-image: url('./images/list-marker.svg');
	background-size: contain; 
	background-repeat: no-repeat;
	transform-origin: center;
}
.no-wrap {
	flex-wrap: nowrap!important;
}
.error404{
	display: flex;
	flex-direction: column;
	max-height: 100vh;
	height: 100vh;
	min-height: 100vh;
	/* overflow: hidden; */
	justify-content: space-between;
	
}
.error404 .site{
	display: flex;
	flex-direction: column;
	max-height: 100vh;
	height: 100vh;
	min-height: 100vh;
	justify-content: space-between;
}
.error404 main{
	flex: 1 0 auto;
	background-image: url('./images/error-bg.png');
	background-position: center;
	background-size: 60%;
	background-repeat: no-repeat;
}
.error-404{
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 538px;
	margin: 0 auto;
	text-align: center;
	padding: 150px 0;
}
.error-404 .page-title{
	font-size: 80px;
}
.error-404 .page-header p{
	font-size: 30px;
	font-weight: 700;
}

.error-404 .error-message{
	font-family: Montserrat;
font-size: 16px;
font-weight: 400;
line-height: 26px;
text-align: center;
}
a.error-button {
		height: 50px;
		background: radial-gradient(50% 50% at 50% 50%, #E31C24 46%, #BB2D33 100%);
		font-weight: 400;
		line-height: 15px;
		padding: 0 10px;
		word-break: normal;
		display: flex;
		align-items: center;
		text-transform: uppercase;
		width: 300px;
		display: flex;
		justify-content: center;
		color:white;
		text-decoration: none;
		margin: 40px auto;
}
/* -------------------Адаптивы---------------------- */
@media screen and (max-width: 1024px) {
	.widgets-top-line-main-page{
	display: none;
	}
		#main-header .menu-toggle {
		display: block;
	}
}
@media screen and (max-width: 1420px) {
.widgets-top-line-main-page {
	gap: 10px 40px;
}
}
@media screen and (max-width: 1260px) {
	.widgets-top-line-main-page {
		gap: 10px 20px;
	}
	.widgets-top-line-main-page .wp-block-vezuchi-image-text-block p {
		font-size: 16px;
	}
	}
@media screen and (max-width: 1244px) {

	#main-header  .menu-toggle {
		display: block;
	}
	
   .widgets-top-line-main-page.for-mobile{
	display: flex;
   }
	.widgets-top-line-main-page {
		display: none;
	}

	.header-top-line {
		padding-top: 30px;
	}

	.main-header .header-center-line-right {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.header-center-line-right.toggled .widgets-top-line-main-page.for-mobile  {
	  justify-content: flex-start;
	}
	.header-fragment {
		top: auto;
		right: -50px;
		bottom: 5%;
		max-width: 85%;
	}
}
@media screen and (max-width: 450px) {
	.mobile-justify-content-center{
		justify-content: center!important;
	}
.site-header h1, .site-header h2 {
font-size: 30px!important;
}
.header-widgets .header-red-button a {
	font-size: 14px!important;
	width: 300px;
	line-height: 2;
}
.header-widgets .header-white-button a {
	font-size: 14px!important;
	width: 250px;
	line-height: 2;
}
p.site-description {
	font-size: 12px;
	font-weight: 400;
	max-width: 100px;
	line-height: 12px;
}
.logo-header {
	width: 100px;
}
.site-description {

	margin-left: 20px;
}
.site-description:before {
	left: -10px;
	width: 1px;
}
hr.left-hr::before {
	left: -50px;
}
.header-default-menu {
	width: 100%;
}
.header-center-line {
	margin-top: 57px;
}
.menu-toggle {
	margin-left: 20px;
}
.header-top-line, .header-top-line.fixed {
	padding: 30px 0px;
}
}


/* --------------Page cases ----------------------- */
.cases-item-row{
	display: flex;
	justify-content: space-between;
}
.cases-item-row .smaller.red{
	display: flex;
	align-items: center;
	color: red;
}
.cases-item-row p {
	margin: 0;
}
.cases-item img{
object-fit: cover;
width: 100%;
width: 620px;
}
.cases .cases-item{
	display: flex;
	justify-content: space-between;
	gap:20px;
	flex-wrap: nowrap;
	padding: 30px 0;
	max-width: 1670px;
	margin: 0 auto;
}
.page-template-page-auctions .cases .cases-item{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(1, 1fr);
	gap: 20px;
	grid-template-columns: 300px 300px 300px 390px 210px;
	max-width: 1630px;
}
.page-template-page-auctions .cases .cases-item .cases-item-right.row.auction-price-info{
		grid-column: span 2 / span 2;
/* 		padding: 0; */
		padding-right: 20px;
	}
.page-template-page-auctions .row a.swiper-order {
	background:transparent!important;
	color: black!important;
	border: solid 1px lightgray!important;
	height: 40px!important;
}

.page-template-page-auctions .row a.swiper-order:hover {
	color:red!important;
	border: solid 1px red!important;
}
.page-template-page-auctions .cases .cases-item .cases-item-right.row.auction-price-info .item-car-price {
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.page-template-page-auctions .cases .cases-item .cases-item-right.row.auction-price-info .item-car-price h4 {
  margin: 0;
}
.page-template-page-auctions .cases .cases-item .cases-item-right.row.auction-price-info .item-car-price p.red {
	color: red;
	font-weight:500;
}
.page-template-page-auctions .cases .cases-item .cases-item-right.row.auction-price-info .cases-item-row-info {
	height: 90%;
	align-items: end;
	margin: 0;
	padding: 0;
	gap: 20px;
}
.page-template-page-auctions .cases .cases-item .cases-item-right.row.auction-price-info .cases-item-row.buttons:last-child {
	margin-bottom: 0;
	width: 50%;
}
.page-template-page-auctions .cases .cases-item hr {
	width: 100%;
}
@media screen and (max-width: 1660px) {
	.widgets-top-line-main-page{
	gap: 10px 20px; 
}
}
@media screen and (max-width: 1640px) {
	.page-template-page-auctions .cases .cases-item {
		grid-template-columns: repeat(4, 1fr);
		/* grid-template-rows: repeat(2, 1fr); */
		grid-template-columns: 320px 201px 336px 210px;
		display: grid;
		gap: 0 20px;
		max-width: 1170px;
	}
	.page-template-page-auctions .cases-item-col.calc {
	grid-column: span 2 / span 2;
	grid-column-start: 2;
	grid-row-start: 2;
	display: flex;
	flex-direction: row;
	margin-top: 10px;
	gap: 20px;
}
	.page-template-page-auctions .cases .cases-item .cases-item-left{
 grid-row: span 2 / span 2;
	}
.page-template-page-auctions .cases-item-right.auction-price-info {
	grid-row: span 2 / span 2;
	grid-column-start: 4;
/*     grid-row-start: 1; */
	min-width: auto;
	max-width: 222px;

}
.page-template-page-auctions .cases .cases-item .cases-item-right.row.auction-price-info .item-car-price {
	flex-direction: column;
		align-items: start;
}
.page-template-page-auctions .cases .cases-item .cases-item-right.row.auction-price-info .cases-item-row-info {
	height: auto;
	align-items: start;
}
.page-template-page-auctions .cases-item-right.row p.smaller {
	font-size: 10px!important;
	line-height: 15px;
	padding-top: 5px;
	text-align: left;
	padding-bottom: 10px;
}
.page-template-page-auctions .cases-item-right.row .cases-item-col	{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
	.buttons.cases-item-row {
		width: 100%;
	}
.page-template-page-auctions .auction-list .case-image-big {
		width: 360px;
		height:  226px;
		max-width: 360px;
	}
.page-template-page-auctions .auction-price-info .cases-item-row {
	flex-direction: column;
}
.page-template-page-auctions .cases .cases-item-row p {
		width: 100%; 
	}
.page-template-page-auctions .auction-price-info button.light-button {
	margin-top: 20px;
	margin-left: 0px;
}
.page-template-page-auctions .item-car-title h3 {
		font-size: 14px;
	line-height: 1; 
	}
 .page-template-page-auctions .item-car-price h4 {
		font-size: 20px;
	}
.page-template-page-auctions .cases .cases-item .cases-item-right.row.auction-price-info .cases-item-row.buttons:last-child {
	width: 100%;
}
 .page-template-page-auctions .cases .cases-item-row:last-child {
	 margin-bottom: 0px;
}
 .page-template-page-auctions .auction-price-info .item-car-price h4 {
		margin: 5px 0;
	}
.page-template-page-auctions .auction-price-info button.light-button {
	height: 36px;
	margin-top: 11px;
	width: 100%;
}
	.page-template-page-auctions .auction-car-page a.swiper-order{
		height: 40px;
		width: 100%;
	}
	a.swiper-price {
		width: 100%;
		justify-content: center;
	}
	.page-template-page-auctions .cases-item-col.calc input {
		height: 40px;
		font-size: 12px;
		width: 150px;
	}
	.page-template-page-auctions a.button-calc {
	background: white;
	border: solid 1px black;
	color: black;
	height: 40px;
	min-width: 145px;
	max-width: 150px;
}
  .page-template-page-auctions .cases .cases-item-right{
		padding: 0;
	}
  .page-template-page-auctions .cases .cases-item-row p:last-child {
		font-size: 12px;
	}
	.page-template-page-auctions .cases .cases-item .cases-item-right.row.auction-price-info{
		grid-column: span 1 / span 1;
		padding: 0;
	}
	.page-template-page-auctions .calc .calc-result div {
		min-width: 170px;
		line-height: 1;
	}
	.page-template-page-auctions .calc .calc-result-info {
		font-size: 10px;
	}
	.page-template-page-auctions .calc h4.calc-result {
		font-size: 20px;
		margin: 0;
	}
	.page-template-page-auctions a.swiper-order {
	height: 40px!important;
}
 .page-template-page-auctions hr {
 
	margin-bottom: 9px;
}
}
@media screen and (max-width: 1299px) {
	 .cases.auction-car-page .cases-item {
		flex-wrap: wrap!important;
		justify-content: stretch;
	}
	#auction-cars-container .cases-item{
		flex-wrap: wrap;
	}
	.page-template-page-auctions .cases .cases-item {
		grid-template-columns: 260px 208px 320px 180px;
	}
}
@media screen and (max-width: 780px) {
	.page-template-page-auctions .cases .cases-item {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.cases .cases-item-wrap:nth-child(2n){
	background: rgba(242, 242, 242, 1);
}
.cases .cases-item-wrap:nth-child(2n) .cases-item{
	flex-direction: row-reverse;
}
.cases.auction-list .cases-item-wrap{
	padding: 0 20px;
}
.cases.auction-list .cases-item-wrap:nth-child(2n) .cases-item{
	flex-direction: row;
}
#auction-cars-container.auction-list .cases-item:nth-child(2n) {
	flex-direction:row;
}
.swiper-horizontal{
 overflow: hidden;
}
.cases {
	position: relative;
	overflow: hidden;
}
.cases .slider-header-button{
	display: none;
	width: 110px;
	height: 50px;
	justify-content: space-between;
}

.cases {
	padding-bottom: 50px;
}
.cases .slider-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1480px;
	padding: 0 20px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.cases .slider-header-right {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
	margin-bottom: 30px;
	margin-left: 20px;
}
.cases-item-play-video{
	background: none;
	border: none;
	display: flex;
	align-items: center;
}
.cases-item-play-video img{
width: 30px;
height: 30px;
margin-right: 10px;
}

.case-slider-video-frame {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(43, 42, 42, 0.9);
	z-index: 1000000;
	align-items: center;
	justify-content: center;
}
.case-slider-video-frame video {
	width:80%;
}
.case-slider-video-frame-close {
	position: absolute;
	right: 50px;
	top: 50px;
	width: 50px;
	height: 50px;
	color: white;
	font-size: 40px;
	cursor: pointer;
}
.cases .slider-header-right a{
	color: white;
	text-decoration: none;
}
.cases .slider-header-right p{
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	color: rgba(123, 119, 119, 1);
	margin: 0;
	margin-right: 100px;

}
.slider-header-left p{
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	color: rgba(123, 119, 119, 1);
	padding-top: 20px;
	margin-bottom: 10px;

}
.cases-container-wrapper{
	display: flex;
	align-items: center;
}
.cases .cases-item-row p:last-child{
	font-weight: 700;
	width: 60%;
/* 	word-break: break-all; */
	}
.page-template-page-auctions .cases .cases-item-row p{
	width: 100%;
	}
.auction-list .cases-item-row .popup p:last-child{
	width: 100%;
	}
.auction-list .cases-item{
		max-width: 1630px;
		margin: 0 auto;
		padding: 20px;
	}
.page-template-page-auction-car 
.auction-list .cases-item{
		max-width: 1670px;
		margin: 0 auto;
		padding: 20px 70px;
	}
	.auction-list .cases-item:nth-child(2n){
		flex-direction: row-reverse;
	}
	.auction-list .cases-item-wrap:not(:first-child){
		background: white;
		border-top: 1px solid #DEDDDD;
	}
.cases .cases-item-row:last-child{
/* 	   margin-bottom: 20px; */
		}
.slider-header hr {
	opacity: 1;
	position: relative;
	height: 0;
	margin: 30px;
}
.slider-header hr::before {
	content: '';
	background: lightgrey;
	height: 1px;
	position: absolute;
	width: 400%;
	right: -30px;
	display: block;
}
.cases-item h3{
	font-family: RoadRadio;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	margin: 5px 0;
}
.cases .cases-item-row{
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 100;
	line-height: 22px;
	text-align: left;
}
.cases .cases-item-row p{
	width: 60%;
	text-align: left;
}
.cases-item-row p:first-child{
	font-weight: 400;
	text-align: left;

}
.swiper-order, .button-calc {
height: 40px;
background: radial-gradient(50% 50% at 50% 50%, #E31C24 46%, #BB2D33 100%);
font-weight: 400;
line-height: 15px;
padding: 0 10px;
word-break: normal;
display: flex;
align-items: center;
text-transform:  uppercase;
width: 100%;
display: flex;
justify-content: center;
} 
#load-more-btn, #load-more-cars{
	display: flex;
	margin: 0 auto;
	width: 300px;
	align-items: center;
	justify-content:center;
	color: white;
	height: 50px;
	background: radial-gradient(50% 50% at 50% 50%, #3E3F45 0%, #000000 100%);
	/*display: none;*/
	margin-top: 40px;
	font-family: RoadRadio;
	margin-bottom: 80px;
}
#auction-cars-container #load-more-cars{
	margin-bottom: -20px;
}
.buttons.cases-item-row{
   margin-top: 0px;
}

.case-image-big{
	display: flex;
}
.auction-list .case-image-big{
   max-width: 300px;
   height: 164px;
/*    padding: 0 20px; */
	padding: 0;
   position: relative;
}
.page-template-page-auction-car .auction-list .case-image-big{
	max-width: 663px;
	height: 520px;
/*    padding: 0 20px; */
	padding: 0;
   position: relative;
}
.sanction-label {
	position: absolute;
	background-color: red;
	color: white;
	left: 0;
	top: 15px;
	font-size: 14px;
	padding: 5px 10px;
	margin: 0;
	}
.swiper-slide a h3 {
	color: black;
}
@media screen and (max-width: 1224px) {
	.swiper-slide .case-image-big{
		max-width: 100%;
		width: auto;
	}
	.swiper-slide .swiper-slide-right {
		width: auto!important;
	}
	
}
@media screen and (max-width: 860px) {
	.swiper-slide .swiper-slide-right {
		width: 100%!important;
	}
	
}

.auction-list h3 {
	 margin-top: 0;
}
.auction-list .cases-item-right {
/* 	width: 20%; */
/* 	min-width: 280px; */
/* 	max-width: 400px; */
}
.cases-item-right-wrap{
	display: flex;
	gap: 20px;
	justify-content: center;
}
.auction-list .auction-price-info{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 10px;

}
.item-car-title h3{
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	
}
.item-car-title p {
	text-decoration: none;
	color: black;
	text-transform:lowercase;
	margin: 0;
}
.item-car-title a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
}
.cases.auction-list {
	padding: 0;
	overflow: visible;
}
.item-car-title p::first-letter {
	font-size: 1.2em;
	text-transform: uppercase;
  }
.item-car-title p::first-letter,
.item-car-title p::first-line {
	font-size: 1.2em;
}

.item-car-year {
font-weight: 200;
}
.item-car-year p {
	font-size: 14px;
	margin: 0;
}
.item-car-price h4{
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	color: grey;
	margin-bottom: 0;
	margin-top: 22px;
}
.item-car-price h5{
	margin: 10px 0px;
}
.item-car-price p{
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 200;
	margin: 0;
}
.auction-price-info .item-car-price h4 {
margin: 15px 0;
margin-top: 0;
color: red;
}
.auction-price-info hr {
	margin: 17px 0;
}
.auction-price-info p.smaller {
font-size: 12px;
line-height: 15px;
	}
.auction-price-info button.light-button {
	background-color: white;
	border-radius: 0;
	font-size: 13px;
	margin-left: 10px;
	width: 180px;
	height: 45px;
}
 a.button.light-button{
	background-color: white;
	border-radius: 0;
	font-size: 13px;
	margin-left: 0;
	width: 100%;
	height: 40px;
	border: solid 1px lightgray;
	display: flex;
	 align-items: center;
	 justify-content: center;
	 text-transform: uppercase;
	 font-weight: 300;
	 margin-top: 20px;
	font-family: RoadRadio;
	font-weight: 700;
	color: black;
}
.auction-price-info button.light-button:hover,  a.button.light-button:hover{
	color: red;
	border-color: red;
		}
.auction-price-info .cases-item-row{
margin-bottom: 0px;
}
.auction-list .cases-item-row h5{
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	margin: 10px 0;
}
.auction-info{
	display: flex;
	position: relative;
}
.auction-info .popup {
	display: flex;
	flex-direction: column;
	position: absolute;
	background: rgba(35, 30, 30, 0.8);
	color: white;
	padding: 20px;
	width: 300px;
	right: 0;
	top: 110%;
}
.auction-info .popup .close {
	text-align: right;
	cursor: pointer;
	color: red;
	position: absolute;
	right: 100px;
	top: 100px;
	font-size: 24px;
}

.auction-info .popup .delivery-terms-close.close {

	right: 20px;
	top: 20px;
}
.auction-price-info .popup, .auction-info .popup {
	position: fixed;
	background: rgba(35, 30, 30, 0.95);
	color: white;
	padding: 20px;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0%;
	z-index: 12;
   }
.auction-price-info .delivery-terms.popup {
	position: fixed;
	background: rgba(35, 30, 30, 0.95);
	color: white;
	padding: 40px;
	width: 650px;
	right: 50%;
	left: auto;
	top: 50%;
	z-index: 2;
	height: auto;
	transform: translateX(50%) translateY(-50%);
}
   .auction-price-info .delivery-terms.popup .top{
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}
.delivery-costs{
	padding: 10px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.delivery-terms.popup .title{
	font-size: 20px;
	font-weight: 400;
}

   .auction-info .popup .top {
	display: flex;
	justify-content: end;
	margin-bottom: 20px;
	align-items: center;
   }
   .auction-info .popup title {
	font-size: 14px;
	font-weight: 700;
	line-height: 15px;
   }
   .cases .cases-item-row .auction-info .popup p {
	font-size: 12px;
	font-weight: 300;
	line-height: 15px;
	word-wrap: break-word;
   }
 .cases .cases-item-row .auction-info .delivery-terms.popup p{
	font-size: 16px;
	line-height: 1.5;
}
.creater-price-content {
	display: flex;
	gap: 20px;
	justify-content: space-around;
	max-width: 1240px;
	margin: 0 auto;
	padding-top: 100px;
	flex-wrap: nowrap;
	overflow: unset;
}

.creater-price-content .creater-price-col:first-child{
	max-width: 300px;
	padding-right: 45px;
}
h2.auction-car-current-price-cost {
	color: red;
	font-family: Montserrat;
}
.curs {
	display: flex;
	gap: 40px;
	padding-top: 20px;
	border-top: solid 1px #7B7777;
}
.curs b{
	font-weight: 700;
}
.creater-price-table {
	display: flex;
	gap: 20px;
	padding-top: 60px;
}
.creater-price-table table tr{
/* 	border-bottom: solid 1px lightgray; */
}
.creater-price-table table {
	border-collapse: collapse;
}
.creater-price-table table thead tr{
	background: #FFFFFF0D;

}
.creater-price-table table thead th{
  padding: 10px;
  border: none;
}

.creater-price-table table tr:not(:last-child) td{
  border-bottom: solid 1px gray;
}
.creater-price-table table td{
	min-width: 100px;
	max-width: 450px;
	vertical-align: top;
	padding: 5px 15px;
}
.creater-price-content .title {
	font-size: 24px;
	border-bottom: 1px solid #7B7777;
	padding-bottom: 10px;
}
 .cases .cases-item-row .creater-price p {
	width: 100%;
}
p.red {
	color:red;
}
@media screen and (max-width: 1024px) {
.creater-price-table table td {
	line-height: 1.2;
	font-size: 12px;
}
	.creater-price-table table td:nth-child(2), .creater-price-table table th:nth-child(2) {
		display: none;
	}
}
@media screen and (max-width: 795px) {
	.creater-price-content {
	flex-wrap: wrap;
}
	.creater-price-content .creater-price-col:first-child {
	max-width: 100%;
	padding-right: 5px;
}
.creater-price-table table td {
	min-width: auto;
}
	.creater-price-table table td {
	font-size: 10px;
}
	.creater-price-table table td{
	min-width: 80px;
	max-width: 450px;
	vertical-align: top;
	padding: 5px 5px;
}
	.creater-price-table table td:nth-child(2), .creater-price-table table th:nth-child(2) {
			display: none;
		}
	.creater-price-content .creater-price-col {
		width: 100%;
	}
}
.auction-info .popup.delivery-terms,
.auction-info .popup.creater-price
 {
	display: none;
}
.auction-info .popup.delivery-terms.active,
.auction-info .popup.creater-price.active
 {
	display: flex;
}
.button-calc{
	background: radial-gradient(50% 50% at 50% 50%, #3E3F45 0%, #000000 100%);
}
.button-calc:hover, #load-more-btn:hover, #load-more-cars:hover{
	background: radial-gradient(50% 50% at 50% 50%, #626265 0%, #403F3F 100%);

}
a.button-calc{
	text-decoration: none;
	color: white;
}
h4.calc-result {
	font-size: 24px;
	margin: 0;
}

.cases-item-col.calc p{
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	margin: 0;
}
.cases-item-col.calc input{
	height: 30px;
	border-radius: 0;
	margin: 8px 0;
	font-size: 12px;
/* 	margin-bottom: 10px; */
}
.calc-result-info {
	font-size: 14px;
}
.cases-item-col.calc{
	position: relative;
/* 	gap: 10px; */
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.calc-error {
	position: absolute;
	top:100%;
	color: red;
}
.case-image-group{
	display: flex;
	flex-direction: column;
	gap: 20px;    background: none;
	border-radius: 0;
}
.case-image-small {
max-width: 200px;
display: flex;
}
.cases .cases-item-left {
display: flex;
gap: 20px;
padding: 0 20px;
}
@media screen and (max-width: 1580px) {
.cases-item-col.calc input {
	margin: 0;
}
.page-template-page-auctions .cases .cases-item .cases-item-right.row.auction-price-info .cases-item-row-info {
	gap: 0px;
}
.calc-error {
right: 20px;
}
.auction-price-info .cases-item-row{
margin-bottom: 18px;
}
}
.auction-car-page .cases-item-col.calc input {
	margin: 8px 0;
	height: 40px;
}
@media screen and (max-width: 920px) {
	.cases .cases-item-left {
		flex-direction: column;
		max-height: 450px;
		}
.page-template-page-auction-car .auction-list .case-image-big {
	height: auto;
}
	.page-template-page-auction-car .cases .cases-item-left {
		max-height: 100%;
	}
}
#auction-cars-container .cases-item-left {
	padding: 0px;
	}
.cases .cases-item-right{ 
/* 	width: 100%; */
	padding: 0 20px;
/* 	max-width: 400px; */
/* 	width: 400px; */
	padding-top: 0px;
}
.cases.auction-car-page .cases-item-right{ 
width: 400px;
}

.auction-list .auction-price-info {
	padding-bottom: 0px;
	min-width: 365px;
	padding: 0;
}
.popular-container {
	display: flex;
	max-width: 1620px;
	margin: 0 auto;
	flex-direction: column;
}
.popular-container {
	display: flex;
	margin: 0 auto;
	flex-direction: column;
	padding-bottom: 0;
}
.popular-container h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;

}
.popular-container-header {
	position: relative;
}
.popular-container-header::before {
content: "";
position: absolute;
right: 0;
top:70px;
width: 150%;
height: 1px;
background: lightgrey;
}

.mark-list {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;

}
.mark-list-wrap {
	display: flex;
	max-width: 100%;
	box-sizing: content-box;
}
.popular-item {
	width: 200px;
	height: 40px;
	margin: 0;
	cursor: pointer;
}
.popular-item:hover {
color: red;
font-weight: bold;
}
.mark-list {
	max-width: 100%;
}
.el-style {
	background-image: url('./images/fragment-v.png');
	max-width: 40%;
	min-width: 230px;
	background-size: contain;
	margin-top: 40px;

}
@media screen and (max-width: 560px) {
	.el-style {
	min-width: 113px;
	}
}
@media screen and (max-width: 440px) {
	.popular-item {
		width: 200px;
	}
	.el-style {
	min-width: 73px;
	}
}
/* -------------auction-form-------------- */
.auction-action{
	display: flex;
	/* flex-wrap: wrap; */
	max-width: 1670px;
	margin: 40px auto;
	padding: 0 70px;
}
.auction-form .auction-action {
    padding: 0 20px;
}
#auction-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.auction-action>* {
	flex: auto;
  }
  .form-row>* {
	flex: 1 1 160px; 
}
.form-row{
	display: flex;
	gap: 20px; 
	height: 50px;
}
.action-button{
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 350px;
	justify-content: space-between;
}
.form-col {
	display: flex;
	gap: 20px;
	position: relative;
}
.form-col .select {
	position: relative;
	display: inline-block;
  }
  .form-col select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  }
  .form-col select, .form-col .data-search {
	background-image: url('./images/arrow-red.png');
	background-repeat: no-repeat;
	background-position: 95% 18px;
	background-size: 15px;
  }
input.data-search {
	border: none; /* Убираем обводку */
	outline: none; /* Убираем фокусировку */
	 -webkit-appearance: none; /* Убираем стандартный стиль в WebKit */
  -moz-appearance: none;
  appearance: none;
}

/* Убираем стрелочку (если она есть) */
input.data-search::-webkit-inner-spin-button,
input.data-search::-webkit-outer-spin-button {
	-webkit-appearance: none; /* Для WebKit-браузеров */
	margin: 0; /* Убираем отступы */
}

/* Стили для Firefox */
input.data-search {
	-moz-appearance: none; /* Для Firefox */
}
input.data-search::-webkit-calendar-picker-indicator {
	opacity: 1;
	display: none !important;
}
input.data-search:hover::-webkit-calendar-picker-indicator {
	opacity: 1;
	display: none !important;
}
.form-col select,
.form-col input {
width: 100%;
font-size: 12px;
font-weight: 300;
background-color: white;
border-radius: 0px;
border: none;
padding-left: 10px;
}
.form-col input {
	padding-left: 10px;
	}
.form-col button{
  background: none;
  color: white;
  border: none;
  font-family: RoadRadio;
	font-size: 18px;
	font-weight: 400;
	line-height: 18.16px;
	text-align: left;
}
.form-col button{
	background: none;
	color: white;
	border: none;
	font-family: RoadRadio;
	  font-size: 18px;
	  font-weight: 400;
	  line-height: 18.16px;
	  text-align: left;
	padding-left: 0;
	width: 100%;
  }
  .form-col button#view-car{
	background: radial-gradient(50% 50% at 50% 50%, #E31C24 46%, #BB2D33 100%);
	width: 100%;
	border-radius: 0px;
	text-align: center;
  }
  .form-col button#view-car:hover{
	background: radial-gradient(50% 50% at 50% 50%, #f9393f 46%, #fd2934 100%);
	color: white;
  }
  .form-col button#clear-form{
	text-align: center;
  }

.action-button button{
	width: 300px;
	height: 50px;
	background: none;
	border-radius: 0;
}
.form-row.buttons .form-col button:hover{
color: red;
}
.form-col button img{
  margin-right: 10px;
}
.action-button button#auction-stat.active,
.action-button button#auction-stat:hover,
.action-button button#auction-online.active,
.action-button button#auction-online:hover{
border: 1px solid red;
color: red;
font-family: 'RoadRadio';
}
.action-button button#auction-online,
.action-button button#auction-stat {
	border: 1px solid whitesmoke;
	color: white;
	font-family: 'RoadRadio';
	}
.auction-form-wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media screen and (max-width: 1440px) {
	.auction-form .action-button button {
	width: 240px;
}
	.auction-form .day-button {
	width: 240px;
	font-size: 12px;
}
}
.auction-form-wrap .form-row {
	display: flex;
	gap: 20px;
}

.day-button {
	display: none;
	max-width: 300px;
	gap: 5px;
	width: 300px;
}
.day-button button{
	width: auto;
	padding: 0;
	width: 100%;
	color: grey;
	border: solid 1px grey;
}

.auction-type-button {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-right: 20px;
}
.auction-form .auction-type-button {
	margin-right: 40px;
}
  .day-button input{
	display: none;
  }
  
  .day-label {
	display: flex;
	padding: 5px;
	border: 1px solid white;
	cursor: pointer;
	color: white;
	justify-content: center;
	width: 100%;
  }
  .day-label:hover {
	border: 1px solid red;
	color: red;
  }
  
  .day-label.activ, .day-label.active {
	background-color: red;
	color: white;
  }
  .auction-form .day-label.activ, .auction-form .day-label.active {
    color: red;
    border: solid red 2px;
	background-color: white;
}
  .day-label.disabled.active,
  .day-label.disabled{
	color: grey;
	border: grey 1px solid;
	cursor: auto;
}
.swiper-button-next::after {
	background-image: url('./blocks/auction-cars-slider/images/right.svg');
}
.auction-car-page .swiper-slide{
  /* padding: 10px; */
  transition: all 0.5s;
}
.swiper-horizontal{
	overflow: visible;
}
/* .auction-car-page .swiper-slide:hover{
	-webkit-box-shadow: 0px 0px 21px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 21px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 21px 0px rgba(34, 60, 80, 0.2);
  } */
.auction-car-page.swiper-container {
	padding: 0 50px;
}
.car-characteristics hr{
margin-top: 30px;
}
.car-characteristics p{
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	}

.auction-car-page.auction-list .auction-price-info{
   justify-content: flex-start;
}
.main-form {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(35, 30, 30, 0.95);
	align-items: center;
	justify-content: center;
	display: none;
}
.main-form.opened {
	display: flex;
}
.main-form .main-form-close{
	position: absolute;
	color: white;
	font-size: 42px;
	right: 40px;
	top: 30px;
	cursor: pointer;
}
.main-form-wrap .form-header {
   flex-direction: column;
   color: white;
   text-align: center;
}
.main-form-wrap .form-header h3{
	font-size: 40px;
	font-weight: 700;
	line-height: 24px;
}
.main-form-wrap .application-form {
	max-width: 513px;
}
.main-form-wrap .form {
	max-width: 300px;
}
#popup-creater-price, .popup-creater-price-breakdown {
	position: absolute;
	z-index: 1000;
	top: 50%;
	left: 44%;
	transform: translateX(-50%) translateY(-50%);
	max-width: 600px;
	min-width: 320px;
	height: auto;
	background: rgba(35, 30, 30, 0.95);
	align-items: center;
	justify-content: center;
	color: white;
	padding: 50px;
	margin: 20px;
	display: none;
}
@media screen and (max-width: 468px) {
	#popup-creater-price, .popup-creater-price-breakdown {
		max-width: 250px;
		min-width: 250px;
		font-size: 12px;
	}
}
#popup-creater-price.opened, .popup-creater-price-breakdown.opened {
	display: flex;
}
.popup-creater-price-close, .popup-creater--price-breakdown-close{
	position: absolute;
	font-size: 42px;
	right: 40px;
	top: 30px;
	cursor: pointer;
}
.wp-block-kadence-tabs .kt-tabs-title-list li,
.kt-tabs-title-list li.kt-tab-title-inactive{
border-bottom: solid 2px lightgray;
margin-right: 0;
}
.kt-tabs-title-list li.kt-tab-title-active {
	border-bottom: solid 3px red;
}
.header-page {
	max-width: 1670px;
	display: flex;
	padding: 0 20px;
	margin: 0 auto;
}
.header-page-wrapp {
	background-image: url('./images/fragment3.png');
	background-size: 54% auto;
	background-repeat: no-repeat;
	background-position: right;
	overflow: hidden;
}
.header-page h2{
	position: relative;
	font-family: RoadRadio;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	text-align: left;

}
.header-page h2::before {
	position: absolute;
	content: '';
	width: 150%;
	height: 2px;
	background: lightgray;
	right: 0%;
	bottom: -20px;
}
.auction-car-page .case-image-sm {
/* display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 20px;
max-width: 600px;
padding: 0 20px; */
	display: grid;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 620px;
	/* padding: 0 20px; */
	width: 100%;
	grid-row: space 3;
	grid-template-columns: repeat(4, 1fr);
}
.auction-car-page .case-image-sm img{
/* width: 173px;
max-width: 173px;
flex: 1 1 173px; */
	width: 100%;
	object-fit: cover;
	height: 85px;
	}
.auction-car-page .cases-item-left {
	flex-direction: column;
	max-width: 100%;
	padding: 0;
}
.swiper-slide-row p{
   font-weight: 200;
}
.car-not-found {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}
.car-not-found p {
	margin: 0;
}
.car-not-found h4 {
	font-size: 25px;
}
.loader-wrap {
	height: 50vh;
	display: none;
}
.loader-wrap-form {
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20px;
}
.loader,
.loader:before,
.loader:after {
  background: red;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: red;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
.loader.loader-form{
	margin: 0 auto;
	font-size: 3px;
	margin-left: 20px;
	margin-top: 10px;
}
.loader.loader-form,
.loader.loader-form:before,
.loader.loader-form:after {
  width: 1em;
  height: 2em;
}
/* -------------effect-------------- */
.menu-item-home .header-main-menu li{
	position: relative;
}
.header-main-menu li::after{
	content: '';
	position: absolute;
	left: -100%;
	right: 0;
	bottom: 0px;
	height: 2px;
	width: 80%;
	background: -webkit-linear-gradient(90deg, rgb(255, 0, 0) 5%, rgba(255, 255, 255, 0) 90%);
	background: -moz-linear-gradient(90deg, rgb(255, 0, 0) 5%, rgba(255, 255, 255, 0) 90%);
	background: linear-gradient(90deg, rgb(255, 0, 0) 5%, rgba(255, 255, 255, 0) 90%);
	transition: all 0.5s;
}
.header-main-menu li:hover:after{
	left: 0;
}
.blick{
	position: relative;
	overflow: hidden;
}
.blick:hover:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.031), hsla(0, 0%, 100%, 0.355), hsla(0, 0%, 100%, 0.03));
	width: 320px;
	transform: skewX(-45deg);
	left: -20%;
	transition: all .3s ease;
	animation-name: blick;
	animation-duration: 3s;
	animation-iteration-count: infinite;
  }
  
  @keyframes blick {
	0% {
	  left: -30px;
	  margin-left: 0px;
	}
	30% {
	  left: 110%;
	  margin-left: 80px;
	}
	100% {
	  left: 150%;
	  margin-left: 80px;
	}
  }

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
	box-shadow: 0 0;
	height: 4em;
  }
  40% {
	box-shadow: 0 -2em;
	height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
	box-shadow: 0 0;
	height: 4em;
  }
  40% {
	box-shadow: 0 -2em;
	height: 5em;
  }
}
.car-images-slider-close{
	display: none;
	position: absolute;
	right: 50px;
	top: 50px;
	cursor: pointer;
	color: white;
}
.car-images-slider.active {
	position: fixed;
	width: 100%;
	max-height: 100vh;
	height: 100vh;
	top: 0;
	left: 0;
	background: #231E1E;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}
.car-images-slider.active .car-images-slider-close{
	display: flex;
}
.car-images-slider-arrow-left,
.car-images-slider-arrow-right{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	display: none;
	color: red;
	font-size: 38px;
	cursor: pointer;
}
.car-images-slider.active .car-images-slider-arrow-left,
.car-images-slider.active .car-images-slider-arrow-right{
	display: flex;
}
.car-images-slider.active>.case-image-sm>img {
	height: auto;
	width: 100%;
	max-width: 800px;
}
.car-images-slider.active .case-image-sm {
	max-width: 800px;
	width: 800px;
}
.car-images-slider.active .case-image-big {
	display: none;
}
.car-images-slider-closed{
	cursor: pointer;
}
.popular-brend-list li{
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.popular-brend-list li:hover{
	border-bottom: 1px solid red;
}
.auction-car-title{
	padding: 3px;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
}
.auction-car-title:hover p {
	color: red!important;
}
a.wp-element-button, .kt-btn-inner-text {
	font-family: RoadRadio;
	font-size: 16px;
	font-weight: 400;
	line-height: 18.16px;
	text-align: center;

}
.wp-block-vezuchi-list{
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
}
.wp-block-vezuchi-list .list-wrap{
	overflow: hidden;
	transition: all 0.5s;
}
.wp-block-vezuchi-list .list-wrap:hover{
	scale: 1.1;
  }
/* .wp-block-column {
	overflow: hidden;
} */
.auction-car-page .case-image-big {
  width: 100%;
}
.wp-block-kadence-tabs .kt-tabs-id19_bb03a6-dd > .kt-tabs-title-list li.kt-tab-title-active .kt-tab-title{
	outline-color: white;
	text-decoration-color:white
}
.bg-light-grey {
	background: #F2F2F2;
}
.page-cases .case-image-big {
	width: 800px;
	height: 520px;
}
@media  screen and (max-width: 1224px) {
	.page-cases .case-image-big {
		width: auto;

	}
}
.page-cases .case-image-big img{
	object-fit: cover;
	width: 100%;

}
.cases.page-cases .cases-item {
	justify-content: space-between;
}
.cases.page-cases .cases-item-left {
	padding: 0;
	gap: 35px;
}
.cases.page-cases .case-image-small {
	max-width: 240px;
	height: 150px;
}
.cases.page-cases .case-image-group {
	gap: 35px;
}
.cases.page-cases .cases-item-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0px;
	width: 49%;
	max-width: 450px;

}
.cases.page-cases .cases-item {
  padding: 100px 70px;
  max-width: 1670px;
}
.cases.page-cases .cases-item-row:last-child {
	margin-bottom: 0px;
}
.header-center-line-right-wrap{
display: flex;
flex-direction: column;
justify-content: space-between;
}
.auction-city ul{
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-left: 0;
	padding-left: 0;
	border-bottom: 1px solid lightgrey;
	height: 40px;
}
.auction-city ul li{
	position: relative;
	color: white;
	list-style: none;
	list-style: none;
	cursor: pointer;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	width: 100%;
}
.auction-city ul li::before{
position: absolute;
content: '';
top:38px;
left:0;
width: 100%;
height: 3px;
background-color: red;
display: none;
}
.auction-city ul li:hover,
.auction-city ul li:hover::before {
display: block;
color: red
}

.auction-city ul li.active{
display: block;
color: red;
}
.auction-city ul li.active::before {
display: block;
background-color: red;
}
.auction-city ul li a {
color: inherit;
}
.gap-80{
	gap: 80px;
}
.margin-0 {
	margin: 0;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
	/* overflow: hidden; */
}
@media screen and (max-width: 1525px){
	.auction-list .case-image-big {
/* 		max-width: 503px; */
	}
}
@media screen and (max-width: 1440px) and (min-width: 1240px){
	.header-center-line-right-wrap {
		width: 40%;
	}
	.page-template-page-auctions .header-widget h1 {
		font-size: 40px!important;
	}
	.auction-header .header-center-line-right li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 1024px) {
    .auction-header .header-center-line-right ul {
        gap: 0px;
    }
    .page-template-page-auctions .header-widget h1 {
        font-size: 36px !important;
    }
	.auction-header .header-center-line-right li {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px){
	.auction-header .header-center-line {
    flex-wrap: wrap;
}
	.header-center-line-right-wrap {
		width: 100%;
        gap: 20px;
	}
.page-template-page-auctions .header-widget h1 {
		
	}
}
@media screen and (max-width: 1382px){
	.auction-list .case-image-big {
		/* max-width: 403px; */
		height: 403px;
	}
}
	.auction-car-page .car-images-slider.active .case-image-sm {
	display: flex
	}
@media screen and (max-width: 1299px){
	.cases .cases-item-left {
		width: 50%;
	}
	.car-images-slider.active {
		width: 100%;
	}
	.page-template-page-auctions .cases .cases-item-left {
		width: 100%;
	}
	.cases.page-cases .cases-item-left {
		width: 100%;
	}
	.cases .cases-item-right {
		width: 49%;
		min-width: 344px;
		margin-top: 0px;
}
	.page-template-page-auctions .cases .cases-item-right.cases-item-right-fitst {
			min-width: 235px;
	}
	.page-template-page-auctions .cases .cases-item {
				grid-template-columns: 212px 236px 340px 193px;
	}
.auction-list .case-image-big {
	max-width: 100%;
	height: 503px;
}
.auction-list .cases-item-right {
	max-width: 49%;
}
}
@media screen and (max-width: 1299px){
	.cases .cases-item {
		/* flex-wrap: wrap; */
		gap:10px;
	}
	.cases.page-cases .cases-item-right {
		/* min-width: 100%; */
	}
.auction-list .cases-item-right.auction-price-info {
	max-width: 100%;
	width: 100%;
}
	#auction-cars-container .cases .cases-item-right {
		min-width: 236px;
		
}
}
@media screen and (max-width: 1084px) {
	.auction-price-info hr {
	margin: 20px 0;
}
	.page-template-page-auctions .cases .cases-item {
		display: flex;
		gap: 25px;
		padding-top: 40px;
}
	.page-template-page-auctions .cases .cases-item .cases-item-left {
		width: 55%;
	}
	.page-template-page-auctions .cases .cases-item .cases-item-right {
		width: 42%;
	}
		.page-template-page-auctions .auction-list .case-image-big {
		width: 100%;
		height: 326px;
		max-width: 100%;
	}
		.page-template-page-auctions .cases-item-col.calc {
		width: 100%;
	}
		.page-template-page-auctions a.button-calc {
		max-width: 23%;
	}
}
@media screen and (max-width: 1024px) {
	 .auction-action {
		flex-direction: column;
		margin-top: 20px;
	 }
		.page-template-page-auctions .cases .cases-item .cases-item-left {
		width: 100%;
	}
	.action-button, .auction-type-button{
	flex-direction: row;
	margin-bottom: 20px;
	max-width: 100%;
	flex-wrap: wrap;
	}
	.header-center-line-right {
		width: 100%;
}
.wp-block-columns.flex-col-media-1024{
	flex-direction: column;
}
.auction-list .cases-item-right {
	max-width: 41%;
	max-width: 100%!important;
	width: 100%!important;
}
#auction-cars-container .cases-item-left {
	padding: 0px;
	margin: 0 auto;
}
.auction-car-title{
	justify-content: center;
}
.cases .cases-item-left {
	width: 100%;
}
	.page-template-page-auction-car .auction-list .case-image-big {
		max-width: 100%;
	}
	.cases-item img {
	width: 100%;
}
	.auction-car-page .case-image-sm {
	max-width: 100%;
}
	.auction-car-page .case-image-sm img {
	width: 250px;
}
	.auction-car-page .case-image-sm {
	display: flex;
	flex-wrap: nowrap;
	overflow: scroll;
}
}
@media screen and (max-width: 875px) {
	.auction-list .cases-item-right {
		width: 100%!important;
		min-width: 30%;
		max-width: 100%;
	}
	.page-template-page-auctions .cases .cases-item .cases-item-left {
		width: 100%;
	}
	.auction-car-page .case-image-sm img {
		width: 150px;
	}
	.auction-city ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
	.page-template-page-auctions .cases .cases-item .cases-item-left {
		width: 100%;
		max-height: 450px;
		
	}
	.page-template-page-auctions .cases .cases-item-right.cases-item-right-fitst {
	   order: 2!important;
	}
	 .page-template-page-auctions .auction-list .case-image-big {
		width: 100%;
		height: auto;
		max-width: 100%;
	}
	.page-template-page-auctions .cases-item img {
		width: 100%;
}
	.page-template-page-auctions .cases .cases-item .cases-item-right {
		width: 100%;
		order: 3;
	}
		.page-template-page-auctions .cases-item-col.calc {
			flex-direction: column;
			order: 2;
	}
		.page-template-page-auctions .cases-item-col.calc input {
		width: 100%;
	}
	.page-template-page-auctions a.button-calc {
		max-width: 100%;
	}
}
@media screen and (max-width: 798px) {
	.page-cases .case-image-big {
		width: auto;
	}
	.cases .cases-item-left {
		flex-direction: column;
	}
	.cases .cases-item-left.active {
		flex-direction: row;
	}
	.auction-list .case-image-big {
		height: 250px;
	}
	.auction-info .popup .close {
	right: 20px;
}
	.auction-info .popup.creater-price.active {
	overflow: scroll;
}
	.cases.page-cases .cases-item {
  padding: 100px 20px;
}
}
@media screen and (max-width: 750px) {
	.cases-item-right-wrap {
		flex-wrap: wrap;
	}
	.auction-list .cases-item-right {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.page-template-page-auctions .cases .cases-item-right {
		min-width: auto;
	}
}
@media screen and (max-width: 650px) {
	.auction-action{
	padding: 0 20px;
}
	.header-default-menu.toggled {
	overflow: scroll;
}
	.widgets-top-line-main-page.for-mobile {
	flex-direction: column;
	align-items: flex-start;
}
	.images-slider .slider-header-right {
		padding-top: 0px;
	}
	.images-slider .swiper-wrapper {
		padding: 20px 0!important;
	}
	.breadcrumbs {
		margin-top: 20px;
	}
	.cases .slider-header-button {
		margin-bottom: 10px;
		display: flex;
		width: 100%;
		justify-content: flex-end;
		gap: 10px;
	}
	.cases .slider-header {
		padding: 0;
		margin-bottom: 0;
	}
	.cases .slider-header-right {
		flex-wrap: wrap;
}
.cases .cases-item-wrap:nth-child(2n) .cases-item {
	flex-direction: column;
}
.cases-container-wrapper .swiper-button-prev-cases,
.cases-container-wrapper .swiper-button-next-cases {
	display: none;
}
.cases .swiper-pagination-cases {
	display: none;
}
.cases .cases-item-right {
	width: 100%;
	max-width: 100%;
}
.auction-list .auction-price-info {
		padding: 0 20px;
	}
	.cases.page-cases .cases-item-right {
	width: 100%;
	 max-width: 100%;
}
.case-slider-video-frame-close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 28px;
}
.main-form-wrap .form-header h3 {
	font-size: 35px;
	font-weight: 700;
	line-height: 34px;
}
.gap-80{
	gap: 20px;
}
}
.block-uslugi .wp-block-column {
	overflow: hidden;
}
.swiper-horizontal {
	margin: 0 25px;
}
.team_slider .swiper-horizontal {
	margin: 0;
}
@media screen and (max-width: 650px) {
.team_slider .swiper-wrapper {
	/* padding: 50px 0; */
  }
}
@media screen and (max-width: 650px) {
	.swiper-horizontal {
		margin: 0 10px;
	}
	.wp-block-vezuchi-card{
		width: 100%!important;
	}
	.page-cases .case-image-big {
		width: auto;
		height: 280px;
	}
	.cases.page-cases .cases-item {
		padding: 40px 20px;
		flex-direction: column;
	}
	.cases.page-cases .case-image-group {
		gap: 15px;
	}
	.cases.page-cases .cases-item-left {
		gap: 15px;
	}
	/* .advantages-cars .wp-block-spacer {
		height: 0px!important;
	} */
	.advantages-cars .wp-block-spacer.hr-height-0 {
		height: 0px!important; }

	.advantages-cars .wp-block-column {
		gap: 20px!important;
		display: flex!important;
	flex-direction: column!important;
	}
	.case-image-small {
		height: 80px!important;
	}
	.video-slider .swiper-wrapper {
		padding: 20px 0!important;
	}
	.reviews_slider .swiper-wrapper {
		padding-top: 0px!important;
	}
	.reviews_slider .slider-header-right {
		align-items: flex-start!important;
	}
	.review-reting-sum p:last-child {
		margin: 5px!important;
	}
	.review-reting-sum {
		font-size: 10px;
	}
	.review-rating-star {
		width: 13px!important;
		height: 15px!important;
	}
	.review-rating-star {
		font-size: 20px!important;
	}
	.review-icon {
		width: 100px !important;
	}
	.review-stars-info {
		width: 100px !important;
	}
	.kadence-column2_7e3b48-c5 > .kt-inside-inner-col:before {
		background-image: none!important;
	}
	.two-country .wp-block-image img{
	  width: 100%!important;
	}
	hr.wp-block-separator.hr-mobile {
		width: 50%;
		margin-bottom: 1em;
	}
	.entry-title {
		margin-top: 40px;
	}
	.custom-card-grid .wp-block-group__inner-container {
			gap: 40px 0 !important;

	}
	.block-custom-gap-0 .custom-card-grid .wp-block-group__inner-container {
		gap: 0 !important;

}
	.custom-card-grid .card-wrap {
		margin: 0!important;
	}
	h2{
		font-size: 30px!important;
		line-height: 1; 
	}
	#secondary section .kt-inside-inner-col {
		gap: 10px;
	}
	.footer-sotial {
		padding-bottom: 15px;
	 }
	 footer p {
		margin: 0;
	 }

	 footer .wp-block-image{
		margin: 5px 0;
	 }
.footer-sotial .wp-block-column {
   max-width: 60px;
}
.slider-header-left h3 {
	font-size: 30px!important;
	line-height: 1; 
}
.wp-block-spacer{
   height: 40px!important
}
#popup-creater-price {
	min-width: 90%;
	font-size: 12px;
	margin: 0;
}
.reviews_slider {
	padding: 10px 10px;
}
.wp-block-kadence-advancedbtn .kb-button:not(.specificity):not(.extra-specificity) {
	text-decoration: none;
	width: 100%;
}
footer .red-button a{
	width: 100%;
}
footer .widgettitle{
	margin: 0;
}
footer #secondary {
	gap: 0;
	flex-direction: column-reverse;
}
footer .wp-block-buttons>.wp-block-button {
	display: inline-block;
	margin: 0;
	width: 100%;
}
.wp-block-kadence-tabs .kt-tabs-title-list {
	gap: 20px;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
	display: block;
	padding-top: 10px;
}
.cases .cases-item-left {
	padding: 0 20px;
}
.auction-action {
	flex-direction: column;
}
.auction-form-wrap .form-row {
	flex-direction: column;
}
.auction-header .header-center-line-right {
	display: none;
}
h4 {
	font-size: 20px;
}
#auction-form .form-row {
	height: auto;
}

#auction-form  .form-row>* {
	flex: 1 1 auto;
}
#auction-form  .form-col{
	height: 50px;
  }
#auction-form  .form-col.empty{
  display: none;
}
#auction-form  .form-row.buttons{
	gap:0;
}
.form-col button#clear-form{
   text-align: left;
}
.auction-form-wrap {
	margin-top: 20px;
}
.wp-block-vezuchi-image-text-block p, .wp-block-vezuchi-image-text-block a{
	font-size: 16px!important;
}
.wp-block-table{
	font-size: 12px;
}
.wp-block-kadence-tabs .kt-tabs-title-list li.kt-tab-title-active .kt-tab-title, .wp-block-kadence-tabs .kt-tabs-content-wrap > .kt-tabs-accordion-title.kt-tab-title-active .kt-tab-title {
	text-align: center;
}
.wp-block-kadence-tabs .kt-tabs-title-list * {
	text-align: center;
}
.auction-car-page .case-image-sm {
	flex-wrap: nowrap; 
	overflow: scroll;
}
.auction-car-page.swiper-container {
	padding: 0 20px;
}
.header-page-wrapp {
background: none;
}
.cases .cases-item-left {
	padding: 0 20px;
}
.cases.auction-car-page .cases-item-left {
	padding: 20px;
}
.item-car-title h3 {
	font-size: 20px;
}
.cases .cases-item {
	padding: 20px 0;
}

.slider-header hr {
	margin: 10px!important;
}
.auction_cars_slider .slider-header {
	margin-bottom: 5px!important;
}
.slider-header-right{
	margin: 10px;
		margin: 10px;
		width: 100%;
		display: flex;
		margin-right: 30px
}
.widget.widget_nav_menu {
	margin: 0!important;
}
.auction-list .case-image-big {
padding: 20px;
}
	.page-template-page-auctions .case-image-big {
padding: 0px;
}
}
@media screen and (max-width: 460px) {
	.slider-header-left{
	   /* padding: 0px 10px!important; */
	}
	.slider-rating-info {
		width: 200px !important;
	}
	.wp-block-spacer.hr-height-0 {
		height: 0!important;
	}
	.wp-block-vezuchi-card {
max-width: 100%!important;
	}
}
.input-container {
	position: relative;
	display: flex;
	width: 100%;
}

.clear-input {
	position: absolute;
	right: 2px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	display: none;
	padding: 10px;
	background: white;
}
.max-width-300 {
	max-width: 300px;
}
.auction-price-info button,
a.button-calc, .button.main-form-opened{
	font-family: RoadRadio;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	height: 40px;
}
.page-template-page-auction-car  .about-worcks {
	max-width:1670px;
	margin: 0 auto;
	padding: 0 20px;
}
.about-worcks > .kt-inside-inner-col {
	background-color: #ffffff;
	background-image: url("https://vezuchi.ru/wp-content/uploads/2024/10/Vector-3.png");
	background-size: 100% auto;
	background-position: 50% 55.00000000000001%;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1460px) {

p.site-description {
	font-size: 14px;
	letter-spacing: 1px;
	width: 122px!important;
}
	.home .header-default-menu.toggled .media-1164-display-none {
	display: flex!important;
}
	.kadence-column19_2871ac-ce > .kt-inside-inner-col, .kadence-column1415_708d7b-24 > .kt-inside-inner-col{
		background-image: none !important;
	}
.form-col select, .form-col input {
	font-size: 11px;
}
}

@media screen and (max-width: 1230px) {
.media-1164-display-none {
	display: none!important;
}
	.header-default-menu.toggled .media-1164-display-none {
	display: flex!important;
}
}
@media screen and (max-width: 650px) {
	.container {
	padding: 0 20px;
}
.footer-mobile-widget .wp-block-image img {
   display: block;
   margin: 0 auto;
}
.footer-mobile-widget .footer-sotial {
		margin: 20px auto;
		gap: 20px;
	}
.min-width-450 {
	overflow: scroll;
}
.min-width-450 table {
	min-width: 450px;
}
}
@media screen and (max-width: 1084px) {
	.page-template-page-auctions .cases .calc .cases-item-row.buttons {
		flex-direction: column;
	}
}
#sort-price-bottom.active,
#sort-price-top.active{
	color:red;
}
.how-we-work .wp-block-kadence-column {
	max-width: 1480px;
	margin-left: auto;
	margin-right: auto;
}
.how-we-work .wp-block-kadence-column > .kt-inside-inner-col {
	background-color: #ffffff;
	background-image: url("https://demo-kwork-wp.uweam.ru/wp-content/uploads/2024/10/Vector-3.png");
	background-size: 100% auto;
	background-position: 50% 55.00000000000001%;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
	.page-template-page-auction-car .header-page {
		padding-left: 70px;
	}
	@media screen and (max-width: 650px) {
			.page-template-page-auction-car .header-page {
		padding-left: 20px;
	}
  #secondary {
    margin: 0;
   }
.page-template-page-auction-car 
.auction-list .cases-item{
		padding: 0px;
	}
		.site-header {
    height: auto;
}
	}
	
	@media screen and (max-width: 1024px) { 
		.page-template-page-auction-car .header-page-wrapp {
    background-position: 150%;
}
	}
.light-button.encar {
    border: red 1px solid;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 10px;
    color: red;
    font-weight: 700;
	margin-top: 0px;
    padding: 10px;
	font-size: 13px;
}
.light-button.encar:hover {
    border: red 1px solid;
	background: radial-gradient(50% 50% at 50% 50%, #E31C24 46%, #BB2D33 100%);
    color: white;
}

.captcha-block {
	position: relative;
	flex-direction: column;
	margin: 30px 0;
	font-size: 12px;
}
.captcha-block-wrapp {
	display: flex;
}
.form-error-captcha {
	color: red;
}
.form-error-captcha .error-form-message {
    bottom: -20px;
}

#captcha-question {
	font-size: 20px;
    margin: 13px 0;
    margin-right: 50px;
    font-weight: 700;
    padding: 0;
}
.hr-display-none hr{
	display: none;
}
.swiper-navigation-icon{
	display:none;
}
.team_slider .swiper-slide {
	flex-direction: column;
}