/*
Theme Name: CarsOutlet
Author: Grandem
Pēteris Fridvalds
Version: 1.0.1
*/



.empty-field { border-color: #fea43b !important; }

.small-select-block { padding-bottom: 30px; }

section.index-cars .car { margin-top: 0; }

section.brands { padding: 90px 0 30px 0; }

section.brands .text { margin-bottom: 0; }

footer .bottom-line { padding: 25px 0; }

footer .top-line .logo {
	display: block;
	margin: 25px 0 0 0;
}

.top-navs .small-screen-header #toggle-navs {
	background: #261f4a;
	border-bottom: 3px solid #ed8000;
}

.cars-pagination {
	text-align: center;
	margin: 30px 0 0 0;
	padding: 0;
}
@media(max-width: 768px) {
	.cars-pagination {
		margin: 0 0 0 0;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;

	}
	.cars-pagination li { margin: 0 2px; }
}
.cars-pagination li { display: inline-block; }

.cars-pagination li a {
	display: inline-block;
	background: #251f4a;
	line-height: 30px;
	height: 30px;
	width: 30px;
	color: #fff;
	border-radius: 2px;
	margin-bottom: 5px;
}

.cars-pagination li.current a {
	background: #fea43b;
	background: -moz-linear-gradient(top, #fea43b 0%, #b66200 100%);
	background: -webkit-linear-gradient(top, #fea43b 0%, #b66200 100%);
	background: linear-gradient(to bottom, #fea43b 0%, #b66200 100%);
}

.cars-pagination li a:hover {
	text-decoration: none;

	background: #fea43b;
	background: -moz-linear-gradient(top, #fea43b 0%, #b66200 100%);
	background: -webkit-linear-gradient(top, #fea43b 0%, #b66200 100%);
	background: linear-gradient(to bottom, #fea43b 0%, #b66200 100%);
}

section.index-cars {
	margin-top: 0;
	padding: 30px 0;
}

section.index-cars .car .price-info .text { width: calc(100% - 240px); }
section.index-cars .car .price-info .price-box { width: 240px; }

section.index-cars .car .price-info .price-box .monthly-fee {
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	/*background: #251f4a;*/
	background: none;
	padding: 5px 0;
	padding-left: 10px;
	border-radius: 7px;
}

section.index-cars .car .price-info .price-box .current-price {
	color: #ffffff;
	padding: 0;
	text-align: right;
	background: none;
	font-size: 18px;
	/*padding: 10px 15px 10px 0;*/
	font-weight: 700;
}

section.index-cars .car .price-info .price-box .old-price {
	text-align: right;
	padding: 0;
	/*padding: 10px 15px 10px 0;*/
}

section.index-cars .car .price-info .price-box .old-price span {
	color: #ffffff;
	font-size: 14px;
}

section.index-cars .select-block { margin-top: 0; }

section.index-cars .select-block .middle .bootstrap-select button {
	margin-top: 5px;
	border: 1px solid #dcdcdc;
}

section.index-cars .select-block .middle .range { margin: 15px 0; }

section.index-cars .car .price-info .price-box .old-price span::after {
	-webkit-clip-path: polygon(0 calc(100% - 2px), 100% 0, 100% 2px, 0 100%);
	clip-path: polygon(0 calc(100% - 2px), 100% 0, 100% 2px, 0 100%);
}


section.rotation-banner .banner .info-box .text i { color: #fea43b; }

.success-container {
	background-color: #dcdcdc;
	text-align: center;
	padding: 100px 100px;
	font-size: 20px;
	color: #251f4a;
	font-weight: 600;
	border-radius: 2px;
	max-width: 640px;
	margin: 0 auto 240px auto;
}

@media (max-width: 1370px) {

	section.rotation-banner { margin-top: -30px; }

}

@media (max-width: 768px) {

	.main-content { padding-bottom: 30px; }

	section.index-cars { padding-bottom: 30px; }

	section.index-cars .car .price-info { display: block; }
	section.index-cars .car .price-info .text { width: 100%; }
	section.index-cars .car .price-info .price-box { width: 100%; }

	.leasing-page-block section.leasing .info-blocks-box { background: none; }
	.leasing-page-block section.leasing .info-blocks-box .info-blocks .block:nth-child(odd) { background: none; }

	section.index-cars .select-block .top-name { margin-top: 0; }

	.success-container {
		padding: 30px 30px;
		margin: 0 auto 0 auto;
	}

}

#serach-form select {
    font-size: 16px;
    text-transform: none;
    margin-top: 10px;
    width: 100%;
    padding: 5px 10px;
    background: #f5f5f5;
    color: #251f4a;
    margin-top: 5px;
    border: 1px solid #dcdcdc;
}

section.rotation-banner {
	overflow: hidden;
}
@media (min-width: 1371px) {
	section.rotation-banner {
		/* padding-top: 44px; */
	}
}
@media (max-width: 768px) {
	section.rotation-banner {
		padding-top: 30px;
	}
}
@supports (-ms-ime-align: auto) {
	section.rotation-banner {
		padding-top: 0;
	}
}


.bottom-message-on-slider {
	width: 100%;
    color: white;
    text-align: center;
    font-size: 16px;
    padding: 10px 38px;
    font-weight: bold;
    text-transform: uppercase;
    background: #E51C2B;
}
@media (min-width: 768px) {
	.bottom-message-on-slider { font-size: 22px; }
}

@media(max-width: 768px) {
	section.rotation-banner .important-message {
		padding-top: 50px;
	}
}


/* pf - 03.12.2019. */
.banner-1 {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 60vh;
    position: relative;
	padding: 50px 0;
}
.banner-1>.bg-overlay {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: ' ';
	background: #000000;
	opacity: .75;
}
.banner-1>.container {
	z-index: 1;
}
.banner-1 .banner-info-blocks, .open-car-default-info-blocks {
	display: flex;
	flex-wrap: wrap;
}
.banner-1 .banner-info-blocks>div, .open-car-default-info-blocks>div {
	padding-top: 15px;
	padding-bottom: 15px;
}
.banner-1 .banner-info-blocks .title-section, .open-car-default-info-blocks .title-section {
	width: 305px;
	background: #3261a9;
	margin-bottom: 15px;
	-webkit-clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 100%, 0 100%);
}
.banner-1 .banner-info-blocks .title-section .tlt-block, .open-car-default-info-blocks .title-section .tlt-block {
	padding: 5px 20px;
	text-transform: uppercase;
	text-align: center;
	font-size: 40px;
	line-height: 44px;
	width: 300px;
	font-weight: bold;
	color: #ffffff;
	background: #E51C2B;
	-webkit-clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 100%, 0 100%);
}
.banner-1 .banner-info-blocks .ban-info-bl, .open-car-default-info-blocks .ban-info-bl {
	padding: 5px;
	padding-left: 15px;
	font-size: 22px;
	color: #ffffff;
}
.banner-1 .banner-info-blocks .ban-info-bl i, .open-car-default-info-blocks .ban-info-bl i {
	color: #e47f3a;
}
.open-car-default-info-blocks .ban-info-bl {
	color: #656565;
}
.open-car-default-info-blocks .title-section {
	width: 225px;
}
.open-car-default-info-blocks .title-section .tlt-block {
	width: 220px;
	font-size: 26px;
	line-height: 28px;
}
.open-car-default-info-blocks .ban-info-bl {
	font-size: 16px;
}
section.index-cars.single-cars-page .car .cars-open-text .default-sales-info {
	font-size: 15px;
	text-transform: uppercase;
}
@media(max-width: 767px) {
	.banner-1 .banner-info-blocks .title-section, .open-car-default-info-blocks .title-section {
		width: 225px;
		margin-left: -15px;
	}
	.banner-1 .banner-info-blocks .title-section .tlt-block, .open-car-default-info-blocks .title-section .tlt-block {
		width: 220px;
		font-size: 26px;
		line-height: 28px;
	}
	.banner-1 .banner-info-blocks .ban-info-bl, .open-car-default-info-blocks .ban-info-bl {
		font-size: 16px;
	}
}
.banner-1 .banner-info-blocks .info-top {
	padding-top: 15px;
	margin-bottom: 30px;
	font-size: 51px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
}
@media(max-width: 991px) {
	.banner-1 .banner-info-blocks .info-top { font-size: 45px; }
}
@media(max-width: 991px) {
	.banner-1 .banner-info-blocks .info-top {
		font-size: 31px;
		margin-bottom: 15px;
	}
}






.icon {
    display: block;
    content: ' ';
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.icon.xxl {
    width: 55px;
    height: 55px;
    margin-right: 18px;
}
.icon.ic1 {
    background-image: url(./images/ic_1.svg);
}
.icon.ic2 {
    background-image: url(./images/ic_2.svg);
}
.icon.ic3 {
    background-image: url(./images/ic_3.svg);
}
.icon.ic4 {
    background-image: url(./images/ic_4.svg);
}
.icon.ic5 {
    background-image: url(./images/ic_5.svg);
}
.icon.ic6 {
    background-image: url(./images/ic_6.svg);
}


section.info-block-container .info-slider-content .info-slider .info-item .icon {
    margin: auto;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
	section.info-block-container .info-slider-content .info-slider .info-item .icon {
	    margin-top: 20px;
	}
	section.info-block-container {
	    padding: 50px 75px;
	}
}
@media (max-width: 767px) {
	section.info-block-container .info-slider-content {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
section.info-block-container {
	position: relative;
	z-index: 5
}
section.info-block-container .under-content {
    position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
}
section.info-block-container .info-slider-content {
	z-index: 2;
	color: #ffffff;
}
section.info-block-container .info-slider-content .info-slider {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}
section.info-block-container .info-slider-content .info-slider .info-item .icon {
	margin: auto;
	margin-bottom: 10px;
}
section.info-block-container .info-slider-content .info-slider .info-item .text {
	font-size: 14px;
	text-align: center;
}
@media (min-width: 768px) {
	section.info-block-container .info-slider-content .info-slider .info-item { width: 33.33%; }
	section.info-block-container .info-slider-content .info-slider .info-item .icon { margin-top: 20px; }
}
section.info-block-container .info-slider-content .info-slider {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}
@media (min-width: 768px) {
	section.info-block-container .info-slider-content .info-slider {
		margin-top: -20px;
	}
}
section.info-block-container .info-slider-content .info-slider .info-item .icon {
	margin: auto;
	margin-bottom: 10px;
}
section.info-block-container .info-slider-content .info-slider .info-item .text {
	font-size: 14px;
	text-align: center;
}
@media (min-width: 768px) {
	section.info-block-container .info-slider-content .info-slider .info-item {
		width: 33.33%;
	}
	section.info-block-container .info-slider-content .info-slider .info-item .icon {
		margin-top: 20px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	section.info-block-container .info-slider-content .info-slider .info-item .text {
		font-size: 12px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	section.info-block-container {
		padding: 50px 65px;
	}
}
@media (max-width: 767px) {
	section.info-block-container {
		margin-bottom: 50px;
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (max-width: 575px) {
	section.info-block-container {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.alt-inp input, .alt-inp textarea {
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #dddddd;
    text-transform: none;
    width: 100%;
    margin: 5px 0;
    color: #251f4a;
}
.file-upload {
  width: 100%;
  padding: 7px 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: solid 1px transparent;
  color: #969696;
  background: #28292f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.file-upload::-webkit-input-placeholder {
  color: #969696;
  opacity: 0.7;
  font-weight: 300;
}
.file-upload::-moz-placeholder {
  color: #969696;
  opacity: 0.7;
  font-weight: 300;
}
.file-upload:-ms-input-placeholder {
  color: #969696;
  opacity: 0.7;
  font-weight: 300;
}
.file-upload:-moz-placeholder {
  color: #969696;
  opacity: 0.7;
  font-weight: 300;
}
.file-upload:focus {
  border-color: #969696;
  color: #ffffff;
  background: #22232b;
}
.file-upload:-internal-autofill-previewed,
.file-upload:-internal-autofill-selected {
  border: solid 1px transparent !important;
  color: #969696 !important;
  background: #28292f !important;
}
.alt-inp input,
.alt-inp textarea,
.alt-inp select,
.alt-inp .file-upload {
  border: solid 1px #22232b;
  color: #ababab;
  background: #ffffff;
}
.alt-inp input::-webkit-input-placeholder,
.alt-inp textarea::-webkit-input-placeholder,
.alt-inp select::-webkit-input-placeholder,
.alt-inp .file-upload::-webkit-input-placeholder {
  color: #969696;
  opacity: 0.7;
  font-weight: 300;
}
.alt-inp input::-moz-placeholder,
.alt-inp textarea::-moz-placeholder,
.alt-inp select::-moz-placeholder,
.alt-inp .file-upload::-moz-placeholder {
  color: #969696;
  opacity: 0.7;
  font-weight: 300;
}
.alt-inp input:-ms-input-placeholder,
.alt-inp textarea:-ms-input-placeholder,
.alt-inp select:-ms-input-placeholder,
.alt-inp .file-upload:-ms-input-placeholder {
  color: #969696;
  opacity: 0.7;
  font-weight: 300;
}
.alt-inp input:-moz-placeholder,
.alt-inp textarea:-moz-placeholder,
.alt-inp select:-moz-placeholder,
.alt-inp .file-upload:-moz-placeholder {
  color: #969696;
  opacity: 0.7;
  font-weight: 300;
}
.alt-inp input:focus,
.alt-inp textarea:focus,
.alt-inp select:focus,
.alt-inp .file-upload:focus {
  border-color: #757575;
  /* color: #ffffff;
  background: #23242d; */
}
.alt-inp input:-internal-autofill-previewed,
.alt-inp textarea:-internal-autofill-previewed,
.alt-inp select:-internal-autofill-previewed,
.alt-inp .file-upload:-internal-autofill-previewed,
.alt-inp input:-internal-autofill-selected,
.alt-inp textarea:-internal-autofill-selected,
.alt-inp select:-internal-autofill-selected,
.alt-inp .file-upload:-internal-autofill-selected {
  border: solid 1px #22232b !important;
  color: #ababab !important;
  background: #ffffff !important;
}
.alt-inp .r-btn-custom {
	text-align: left;
}
.alt-inp .r-btn-custom span, .alt-inp .r-btn-custom a {
	font-weight: 400;
	font-size: 12px;
}
.alt-inp .r-btn-custom input:checked ~ .checkmark::after {
  color: #ababab;
}
.alt-inp .r-btn-custom .checkmark {
  border: solid 1px #22232b;
  background: #ffffff;
}
.alt-inp .r-btn-custom .checkmark::after {
  color: #ababab;
}
.dark-bg .r-btn-custom button {
  color: #8c8c8c;
}
.light-bg .r-btn-custom button {
  color: #404250;
}
input.error,
textarea.error {
  border-color: #e51515;
  box-shadow: 0px 0px 4px 4px #e51515;
  background: #22232b;
  color: #ffffff;
}
.r-btn-custom input.error ~ .checkmark {
  border-color: #e51515;
  box-shadow: 0px 0px 4px 4px #e51515;
  background: #22232b;
  color: #ffffff;
}
.file-upload .file-upload-over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
}
.file-upload {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
#output {
	max-width: 767px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
	margin: auto;
}
#output > div {
    width: 19%;
    padding-top: 19%;
    background-size: cover !important;
}

/* section.index-cars .car .info .detail-box { margin-right: 10px; }
section.index-cars .car .info .detail-box span.icon { margin-right: 5px; }
section.index-cars .car .info .detail-box span.text { padding-left: 0; }
section.index-cars .car .price { padding: 10px; } */


/* PF - 24.03.2020. */
/* .top-navs .middle-line .container .contacts .contact-box.phone-box-section { width: 215px; } */
.top-navs .middle-line .container .soc-med { width: 40px; }

/* .leasing-page-block {
	padding-top: 74px;
} */

/* PF - 15.07.2020. */
section.rotation-banner .banner-1 .banner-info-blocks .top-line-box {
	display: flex;
	justify-content: center;
	align-items: center;
}
section.rotation-banner .banner-1 .banner-info-blocks .top-line-box .map-box {
	width: 43%;
	padding: 15px;
}
section.rotation-banner .banner-1 .banner-info-blocks .top-line-box .map-box .map-img {
	display: block;
	content: '';
	width: 100%;
	padding-top: 79%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('./images/pub_1.svg');
	background-size: contain;
}
section.rotation-banner .banner-1 .banner-info-blocks .top-line-box .top-line {
	color: #ffffff !important;
	font-size: 33px;
	font-weight: 600;
	text-align: left;
}
section.rotation-banner .banner-1 .banner-info-blocks .top-line-box .top-line span {
	font-size: 39px;
	color: #e47f3a !important;
}
@media (min-width: 768px) {
	section.rotation-banner .banner-1 .banner-info-blocks .top-line-box .top-line span {
		display: block;
	}
}
@media (max-width: 767px) {
	section.rotation-banner .banner-1 .banner-info-blocks .top-line-box {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	section.rotation-banner .banner-1 .banner-info-blocks .top-line-box .map-box {
		max-width: 100%;
		width: 300px;
	}
	section.rotation-banner .banner-1 .banner-info-blocks .top-line-box .top-line {
		text-align: center;
		width: 100%;
	}
}

section.index-cars.single-cars-page .car .price-info {
	background: #efefef;
}

section.index-cars.single-cars-page .car .price-info .leasing-phone {
	padding-left: 53px;
}

section.index-cars.single-cars-page .car .price-info .leasing-phone::after {
	background-image: url('./images/circle-phone.svg');
}

section.index-cars.single-cars-page .car .price-info .monthly-fee .big {
	color: #E83A48;
}

section.index-cars.single-cars-page .car .price-info .monthly-fee,
section.index-cars.single-cars-page .car .price-info .leasing-phone .phone {
	color: #000;
}
section.index-cars.single-cars-page .car .price-info .leasing-phone .phone span {
	color: #000;
}

section.repurchase .privat-pol-checkbox {
	width: unset;
}


/* PF - 19.10.2020. */
@media (max-width: 767px) {
	footer .bottom-line .logo img {
		margin-left: auto;
		margin-right: auto;

	}
}








section.index-cars .select-block .middle .bootstrap-select.hidden-models {
	opacity: 0;
	z-index: -999;
	position: absolute;
	left: 0;
	top: 0;
}
.hide-model {
	margin-left: 0 !important;
	padding: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	opacity: 0 !important;
}






#order-by {
	width: auto !important;
	max-width: 100% !important;
}


@media (max-width: 767px) {
	footer.pub-footer .top-l > .container > .row .logo {
		margin: 0 auto 10px auto;
	}
	footer.pub-footer .top-l > .container > .row .logo img{
		width: 100%;
	}

	.mobile-d-none{
		display: none!important;
	}

	footer.pub-footer .top-l > .container > .row .logo{
		margin: 0 auto 10px auto;
	}
	.mob-footer{
		display: inline-flex;

	}
	.mob-footer .icon-block{
		margin-right: 15px;
	}
	.mob-footer p {
		text-align: left;
	}
	footer.pub-footer .bottom-l > .container .info-block {
		justify-content: center;
	}
}

/* header adjustmnts 16/03/2022 */
@media screen and (min-width: 768px){
	.top-navs .top-line .container .logo-box .logo::before{
    	bottom: -26px!important;
	}
	.top-navs .top-line .container .logo-box .logo .logo-mobile,
	.top-navs .top-line .container .logo-box .logo .logo-desctop{
		height: 40px;
		margin-bottom: -63px;
	}
}

/**/

section.leasing .repurchase .input-form .bootstrap-select span {
	color: #5a5a5a;
	font-size: 16px;
}

section.repurchase .bootstrap-select .btn {
	margin-bottom: 0;
	padding: 6px 15px;
}

section.repurchase .bootstrap-select .dropdown-menu {
    max-height: 23rem !important;
}

.pf-wrap {
	padding: 0;
	max-width: 62.3rem;
	font-family: 'Roboto', sans-serif;
}

.pf-wrap-section {
	padding: 0;
    font-family: 'Roboto', sans-serif;
    max-width: 100%;
}

.pf-wrap-section .container {
	display: flex;
}

.pf-wrap-section .header,
.pf-wrap-section .form{
	width: 50%;
}

.pf-wrap .header {
	background-image: url('/wp-content/themes/CarsOutlet/images/form-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3.1rem;
	color: #fff;
}

.pf-wrap .title {
	font-size: 5rem;
    font-weight: 300;
    margin-bottom: 3rem;
}

.pf-wrap .discount span {
	font-size: 6.2rem;
    font-weight: 700;
    background-color: #3060A8;
    display: inline-block;
    color: #fff;
    margin-left: -3.1rem;
    padding-left: 3.1rem;
    padding-right: 3.1rem;
    padding-top: 1.9rem;
    padding-bottom: 1.3rem;
    line-height: 5.5rem;
	margin-right: 1.1rem;
	vertical-align: middle;
	margin-top: -1rem;
}

.pf-wrap .discount {
	font-size: 3.8rem;
	font-weight: 700;
	margin-bottom: 2.8rem;
}

.pf-wrap .subtitle {
	font-size: 2.3rem;
	font-weight: 500;
	margin-bottom: 0.7rem;
}

.pf-wrap .form {
	background-color: #E2E8ED;
    padding: 3rem 3.1rem;
}

.pf-wrap .form-title {
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 1.9rem;
}

.pf-wrap .form-inputs {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1.1rem;
	margin-right: -1.2rem;
}

.pf-wrap .input-full {
    width: 100%;
	margin-bottom: 2rem;
    padding: 0 1.1rem;
}

.pf-wrap .input-half {
	width: 50%;
    margin-bottom: 2rem;
    padding: 0 1.1rem;
}

.pf-wrap .input{
	font-size: 1.6rem;
    padding: 1.4rem 2rem;
	padding-bottom: 1.2rem;
	border: .1rem solid #C6CFD9;
	border-radius: .3rem;
	width: 100%;
}

.pf-wrap .input-news {
    margin-top: 26px;
    margin-bottom: 15px;
    padding-bottom: 25px;
    border-bottom: 1px solid #A3A3A3;
}

.pf-wrap .input-news .label {
	font-size: 1.8rem;
	font-weight: 500;
	color: #191919;
	padding: 0;
	margin-right: 1.1rem;
}

.pf-wrap .checkbox {
	display: inline-block;
	margin: 0;
	margin-right: 20px;
}

.pf-wrap .checkbox input {
	 display: none;
}
.pf-wrap .checkbox input:checked + label::before {
	background: #E51C2B;
	border-color: #E51C2B;
}
.pf-wrap .checkbox input:checked + label::after {
	 display: block;
}
.pf-wrap .checkbox label {
	 padding-left: 28px;
	 display: block;
	 cursor: pointer;
	 position: relative;
}
.pf-wrap .checkbox label::before {
	content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
	background: transparent;
	border: 2px solid #FFFFFF;
	border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.pf-wrap .checkbox label::after {
	 content: '';
	 width: 20px;
     height: 20px;
	 position: absolute;
	 left: 0;
	 top: 50%;
	 transform: translate(0, -50%);
	 display: none;
	 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpath id='Icon' d='M3.91,7.5l-2.2-2.2A1,1,0,0,0,.293,6.707l3,3a1,1,0,0,0,1.493-.089l7-8A1,1,0,0,0,10.214.382Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: auto;
	 margin-top: -0.1rem;
}

.pf-wrap .form-acceptance {
	color: #79858E;
	margin-bottom: 25px;
}

.pf-wrap .form-acceptance .checkbox {
	margin: 0 auto;
    display: block;
}

.pf-wrap .form-submit button {
	display: block;
	margin: 0 auto;
	background: #E51C2B;
	box-shadow: 0px 7px 15px #0000001D;
	border: 2px solid transparent;
	border-radius: 8px;
	padding: 9px 31px;
	transition: ease-in-out 0.25s;
	transform-style: preserve-3d;
	opacity: 1;
	position: relative;

	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	color: white;
}
.pf-wrap .form-submit button:hover {
	border-color: #E51C2B;
	background: #E51C2B;
}
.pf-wrap .form-submit button:hover::before {
	bottom: 5px;
	opacity: 0;
}



.pf-wrap { position: relative; }
.pf-wrap .se-pre-con {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: rgba(255,255,255,.1);
	background-image: url('/wp-content/themes/CarsOutlet/images/loading_spinner.gif');
	background-position: center;
	background-repeat: no-repeat;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-size: 30px;
}

.form-acceptance .error + label{
	color: red;
}

@media screen and (max-width: 500px){
	.pf-wrap .input-half {
		width: 100%;
	}

	.pf-wrap .input-news .label {
		display: block;
		margin-bottom: 1.5rem;
		text-align: left;
	}

	.pf-wrap .form-submit button {
		width: 100%;
	}

	.pf-wrap .title {
	    font-size: 4rem;
	    line-height: normal;
	    margin-top: 0;
	}

	.pf-wrap .subtitle {
	    margin-bottom: 0;
	}
}

@media screen and (max-width: 768px){
	.pf-wrap-section .header {
		width: 100%;
	}
	.pf-wrap-section .form {
		width: 100%;
	}
	.pf-wrap-section .container {
		flex-wrap: wrap;
	}
}
.car-views {
	margin-right: auto;
	display: flex;
	align-items: center;
	width: 51%;
}

.car-views-hot {
	background-color: #eaeef4;
	border-radius: 3px;
	width: 200px;
	height: 50px;
	color: #656565;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: -35px;
    margin-right: 8px;
}

.car-views-hot:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.474' height='13.596' viewBox='0 0 15.474 13.596'%3E%3Cpath id='heart' d='M11.277,1.917A4.125,4.125,0,0,0,7.732,4.044,4.125,4.125,0,0,0,4.187,1.917,4.382,4.382,0,0,0,0,6.461c0,2.93,3.084,6.131,5.671,8.3a3.206,3.206,0,0,0,4.125,0c2.587-2.17,5.671-5.37,5.671-8.3a4.382,4.382,0,0,0-4.189-4.544Z' transform='translate(0.005 -1.917)' fill='%23989da3'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
    margin-right: 9px;
    width: 16px;
    height: 16px;
}

.car-views-count {
	background-color: rgba(255,255,255,0.9);
	color: #000;
	font-size: 18px;
	font-weight: 500;
	padding: 3px 7px;
    position: absolute;
    top: 8px;
    right: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1px;
}

.car-views-count:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.168' height='16.224' viewBox='0 0 12.168 16.224'%3E%3Cpath id='users_1_' data-name='users (1)' d='M6.084,11.3a3.65,3.65,0,1,1,3.65-3.65,3.65,3.65,0,0,1-3.65,3.65Zm0-5.679A2.028,2.028,0,1,0,8.112,7.65,2.028,2.028,0,0,0,6.084,5.622Zm6.084,11.357a4.061,4.061,0,0,0-4.056-4.056H4.056A4.061,4.061,0,0,0,0,16.979v3.245H1.622V16.979a2.434,2.434,0,0,1,2.434-2.434H8.112a2.434,2.434,0,0,1,2.434,2.434v3.245h1.622Z' transform='translate(0 -4)'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 10px;
	height: 24px;
	margin-right: 5px;
	margin-top: -2px;
	display: inline-block;
}

.car-views-count .tooltip {
	display: none;
	background-color: #fff;
    opacity: 1;
    top: 0;
    right: 140%;
    width: 124px;
    text-align: center;
    padding: 5px;
	transition: opacity .2s ease-in-out;
}

.car-views-count .tooltip:after {
	content: '';
	position: absolute;
	right: -10px;
    top: 5px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

    border-left: 10px solid #fff;
}

.car-views-count:hover .tooltip {
	display: block;
	opacity: 1;
}

.current-users {
	margin-right: auto;
	color: #80BCFD;
	margin-left: 281px;
}

.leasing.leasing-form-inputs .d-flex {
	display: flex;
}

@media (max-width: 1200px) {
	.car-views-hot {
		margin-top: -17px;
		margin-right: -12px;
		width: 222px;
	}
}

@media (max-width: 992px) {
	.single-cars-page .car .flex.just-space-between {
		flex-wrap: wrap;
	}

	.car-views-hot {
		margin-top: 0;
		margin-right: 0;
		width: 222px;
		order: 3;
		margin-top: 15px;
	}

	.car-views {
	    width: 52%;
	    margin: 0;
		order: 2;
	}

	.current-users {
		display: none;
	}

	section.index-cars.single-cars-page .car .main-price-box {
		order: 2;
	}
}

@media (max-width: 768px) {
	.car-views-hot {
	    margin: 0 auto;
	}

	.car-views {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media (max-width: 400px) {
	.car-views-hot {
		margin-top: 20px;
	}

}
section.leasing-2022-calc .right-info {
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	max-width: 510px;
	margin: 0 auto;
}


section.leasing-2022-calc .leasing-row-2021 {
	display: flex;
	align-items: center;
}

section.leasing-2022-calc .monthly-fee {
	background-color: #fff;
	padding: 20px;
	color: #000;
	width: 100%;
	border-radius: 3px;
	font-weight: 500;
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 20px;
}

section.leasing-2022-calc .monthly-fee span{
	color: #E51C2B;
	font-size: 28px;
	margin-left: 10px;
}

section.leasing-2022-calc .monthly-fee span:last-child{
	margin-left: 4px;
}

section.leasing-2022-calc .monthly-fee + div {
	margin-top: 15px;
	opacity: 0.5;
}

section.leasing-2022-calc .sum {
	text-transform: uppercase;
	position: relative;
	font-weight: 500;
}

section.leasing-2022-calc .time {
	text-transform: uppercase;
	position: relative;
	font-weight: 500;
}

section.leasing-2022-calc .num-val {
	position: absolute;
	right: 0;
	top: -18px;
}

section.leasing-2022-calc .num-val input{
	border: 0;
	border-radius: 3px;
	color: #E51C2B;
	text-align: center;
	width: 70px;
	font-weight: 500;
	line-height: 0;
	padding: 6px 7px;
    font-size: 18px;
}

section.leasing-2022-calc input[type='range'] {
	-webkit-appearance: none;
	border-radius: 2px;
}

section.leasing-2022-calc input[type='range']::-webkit-slider-runnable-track {
  height: 6px;
  -webkit-appearance: none;
  color: #fff;
  border-radius: 2px;
}

section.leasing-2022-calc input[type='range']::-webkit-slider-thumb {
	width: 40px;
	-webkit-appearance: none;
	height: 28px;
	border-radius: 4px;
	cursor: ew-resize;
	margin-top: -10px;
	background: #E51C2B;
}

section.leasing-2022-calc .sect-bg .overlay::after {
    -webkit-clip-path: polygon(0 0, 45% 0, 35% 100%, 0 100%);
    clip-path: polygon(0 0, 45% 0, 35% 100%, 0 100%);
}

@media (max-width: 990px){
	section.leasing-2022-calc .sect-bg .overlay::after {
		-webkit-clip-path: polygon(0 0, 43% 0, 43% 100%, 0 100%);
		clip-path: polygon(0 0, 43% 0, 43% 100%, 0 100%);
	}
}

@media (max-width: 767px){
	section.leasing-2022-calc .leasing-row-2021 {
		flex-direction: column;
	}
	section.leasing-2022-calc .sect-bg .overlay::after {
	    -webkit-clip-path: polygon(0 0, 100% 0, 100% 59%, 0 55%);
	    clip-path: polygon(0 0, 100% 0, 100% 59%, 0 55%);
	}
}

@media (max-width: 367px){
	section.leasing-2022-calc .monthly-fee {
		line-height: 28px;
		flex-wrap: wrap;
	}
}

section.leasing-07-2022 .right-side-box{
	display: flex;
	flex-wrap: wrap;
}

section.leasing-07-2022 .right-side .right-side-box .title-box {
	width: 100%;
}

section.leasing-07-2022 .right-side .right-side-box .right-block {
	border: 0;
	width: 50%;
}

section.leasing-07-2022 .right-side {
	flex-direction: column;
}

section.leasing-07-2022 .right-side .left-side-video,
section.leasing-07-2022 .right-side .right-side-video {
	padding-left: 200px;
	margin-top: 51px;
}

section.leasing-07-2022 .right-side .left-side-video a,
section.leasing-07-2022 .right-side .right-side-video a {
	position: relative;
    text-align: left;
}

section.leasing-11-2022 .right-side .left-side-video {
    width: 50%;
}

section.leasing-11-2022 .right-side .right-side-video {
    width: 50%;
}

section.leasing-07-2022 .right-side .video-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 387px;
	height: 215px;
}

section.leasing-07-2022 .right-side .video-title {
	font-weight: 700;
	font-size: 20px;
	color: #000;
	background-color: #fff;
	border-radius: 5px;
    padding: 10px 23px;
	display: flex;
	flex-direction: column;
	padding-left: 27px;
	position: absolute;
	right: -210px;
	bottom: 30px;
}

section.leasing-07-2022 .right-side .video-title span {
	color: #F37920;
}

section.leasing-07-2022 .right-side .video-title:before {
	content: '';
	width: 60px;
	height: 60px;
	border-radius: 50px;
	border: 2px solid #F37920;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.534' height='23.993' viewBox='0 0 19.534 23.993'%3E%3Cpath id='play_5_' data-name='play (5)' d='M20.492,7.969,10.954.975A5,5,0,0,0,3,5V19a4.994,4.994,0,0,0,7.954,4.03l9.538-6.994a5,5,0,0,0,0-8.062Z' transform='translate(-3 -0.009)' fill='%23f37920'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	position: absolute;
	background-color: #fff;
	left: -40px;
}

section.leasing-11-2022 .right-side .left-side-video .video-title {
    width: 109%;
    right: -12px;
    bottom: -30px;
    transform: scale(0.7);
}

section.leasing-11-2022 .right-side .right-side-video .video-title {
    right: -70px;
    bottom: -30px;
    transform: scale(0.7);
}

section.leasing-07-2022 .right-side .video-wrap {
    display: flex;
    width: 100%;
    position: relative;
	padding-bottom: 48px;
}

section.leasing-11-2022 .right-side .video-arrow {
    position: absolute;
    right: 40px;
    top: -55px;
    transform: rotate(25deg);
}

section.leasing-11-2022 .video-wrap img{
    max-width: 100%;
    height: auto;
    display: block;
}

section.leasing-07-2022 .right-side .video-section {
    background-color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 0.5rem 1rem;
    font-size: 20px;
    color: #2F61A8;
    font-weight: 700;
    display: inline-block;
    margin-left: 11px;
}

@media (max-width: 1520px) {
	section.leasing-07-2022 .right-side .video-title {
		right: 0;
		bottom: -30px;
	}

	section.leasing-03-2021-pub .right-side .right-side-box {
	    padding-left: 150px;
	}

	section.leasing-07-2022 .right-side .right-side-box .right-block {
	    width: 100%;
	}
}

@media (max-width: 992px) {
    section.leasing-07-2022 .right-side .left-side-video,
	section.leasing-07-2022 .right-side .right-side-video {
	    padding-left: 20px;
	    margin-top: 21px;
	    margin-bottom: 171px;
	}
}

@media (max-width: 767px) {
	section.leasing-07-2022 .right-side .video-title {
		font-size: 15px;
		text-align: left;
	}

	section.leasing-07-2022 .right-side .video-title span {
		text-align: left;
	}

    section.leasing-07-2022 .right-side .left-side-video a,
	section.leasing-07-2022 .right-side .right-side-video a {
	    max-width: 388px;
	    display: block;
	    margin: 0 auto;
	}

	body:not(.post-type-archive-cars) section.leasing-03-2021-pub .right-side .right-side-box {
	    padding-bottom: 0;
	}

	body.post-type-archive-cars section.leasing-03-2021-pub .right-side .right-side-box {
	    padding-bottom: 0;
	}


    section.leasing-07-2022 .right-side .left-side-video,
	section.leasing-07-2022 .right-side .right-side-video {
		margin-bottom: 211px;
	}

	section.leasing-03-2021-pub .right-side .right-side-box {
	    padding-left: 0;
	}

	section.leasing-07-2022 .right-side .video-img {
		width: 100%;
		max-width: 387px;
	}

    section.leasing-07-2022 .right-side .video-wrap {
        flex-direction: column;
        align-items: center;
    }

    section.leasing-07-2022 .right-side .video-wrap > div {
        margin-bottom: 30px;
        display: flex;
    }

    section.leasing-07-2022 .right-side .video-section {
        font-size: 13px;
    }

    section.leasing-11-2022 .right-side .right-side-video .video-title,
    section.leasing-11-2022 .right-side .left-side-video .video-title {
        right: auto;
        left: 0;
        width: auto;
    }

    section.leasing-11-2022 .right-side .left-side-video,
    section.leasing-11-2022 .right-side .right-side-video {
        width: 100%;
    }

    section.leasing-11-2022 .right-side .video-arrow {
        display: none;
    }

}

section.thankyou {
    min-height: calc(100vh - 317px);
}

:root {
	--cc-text: #212529;
	--cc-btn-primary-bg: #E51C2B;
	--cc-btn-primary-hover-bg: #ab222c;
}

.slick-initialized .slick-slide {
	position: relative;
}

.grand-notice {
    height: 90px;
    margin: auto;
    max-width: 310px;
    left: 50%;
    transform: translate(-50%, 0);
	border-radius: 0.35em;
	padding: 14px;
	text-align: center;
	font-size: 11px;
}

.grand-notice:not([style]) + a {
	pointer-events: none;
}

.grand-cookie-link {
	font-weight: bold;
	color: #E51C2B !important;
	cursor: pointer;
}

.fa-brands.fa-tiktok {
	width: 23px;
    height: 19px;
	background-image: url('images/tiktok-brands.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.fa-brands.fa-tiktok-white {
	width: 23px;
    height: 19px;
	background-image: url('images/tiktok-brands-white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

section.contacts-2022 .info-sect .wase {
    display: flex;
}

section.contacts-2022 .map-img,
section.contacts-2022 .map-sect {
    padding: 0;
}

section.contacts-2022 .info-sect .wase a {
	padding: 7px 24px;
    margin: 0 25px 0 0;
}

@media (max-width: 1200px) {
    section.contacts-2022 > .container > .row {
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {
    section.contacts-2022 .map-sect #map {
        width: 100%;
		margin: 0;
    }
}

.main-content {
    min-height: calc(100vh - 311px);
}

.leaflet-tile {
    -webkit-filter: hue-rotate(180deg) invert(100%) grayscale(1) !important;
}

section.leasing-10-2022 .right-side .left-side-video,
section.leasing-10-2022 .right-side .right-side-video {
    width: 100%;
    margin: 0;
    padding: 0;
}


section.leasing-10-2022 .right-side {
    display: flex;
    align-items: flex-start;
}

section.leasing-10-2022 .right-side .bottom-box {
    display: none;
}

section.leasing-10-2022 .right-side .video-img {
    width: 83%;
    height: 335px;
}

section.leasing-11-2022 .right-side .right-side-video .video-img {
    width: 83%;
    height: 132px;
}

section.leasing-11-2022 .right-side .left-side-video .video-img {
    width: 93%;
    height: 235px;
}


section.leasing-10-2022 .right-side .right-side-box {
    padding-top: 37px;
}

@media (min-width: 1520px){
    section.leasing-10-2022 .right-side .stamp {
        top: auto;
        left: 40px;
        bottom: 150px;
    }
}

@media (min-width: 768px) and (max-width: 1520px){
    section.leasing-10-2022 .right-side .stamp {
        top: auto;
        bottom: 170px;
    }
}

@media (max-width: 992px) {
    section.leasing-10-2022 .right-side .video-img {
        width: 100%;
        height: 265px;
    }
}

@media (max-width: 767px) {
    section.leasing-10-2022 .right-side .left-side-video a,
    section.leasing-10-2022 .right-side .right-side-video a {
        max-width: 508px;
    }
}

.sold-stamp {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: 1;
    display: flex;
}

.sold-stamp span{
    padding: 4px;
    background: #0f0f0f;
    border-radius: 8px;
    border: 3px solid #0f0f0f;
    font-size: 22px;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    min-width: 180px;
    text-align: center;
}

.car.sold{
    position: relative;
    pointer-events: none;
}

.car.sold > div:not(.sold-stamp),
.car.sold > a{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
    filter: grayscale(1);
    opacity: .4;
}

.sell-form-2022 .sell-form-wrap {
    position: absolute;
    max-width: 334px;
    border: 2px solid #979fac;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(226,232,244,1) 0%, rgba(52,59,69,1) 100%);
    padding: 20px;
    margin-right: -3.2rem;
}

.sell-form-2022 .sell-form-wrap .alt-inp input {
    font-size: 16px;
    padding: 4px 10px;
    border-radius: 0;
}

.sell-form-2022 .sell-form-wrap .alt-inp .file-upload {
    font-size: 12px;
}

.sell-form-2022 .sell-form-infographic {
    min-height: 754px;
}

.sell-form-2022 .alt-inp .r-btn-custom span, .alt-inp .r-btn-custom a {
    color: rgba(226, 232, 244, 1);
}

.sell-form-2022 .alt-inp .r-btn-custom a {
    color: #E51C2B;
    text-decoration: underline;
}

.sell-form-2022 .alt-inp .r-btn-custom {
    line-height: 13px;
}

.sell-form-2022 .btn {
    margin: 0 auto;
}

.sell-form-2022 .sell-form-infographic .title {
    max-width: 500px;
    left: 15%;
    position: relative;
    top: -23px;
}

.sell-form-2022 .bg {
    position: absolute;
    top: 17.8%;
    left: 8.3%;
    z-index: -1;
    width: 83%;
}

.sell-form-2022 .bg img {
    width: 100%;
}

.sell-form-2022 .sell-form-infographic img {
    width: 100%;
}

.sell-form-2022 .sell-form-infographic .image {
    min-height: 434px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 61px;
    max-width: 802px;
}

.sell-form-2022 .sell-form-infographic .image .mobile {
    display: none;
}

.sell-form-2022 .sell-form-infographic .desc {
    max-width: 524px;
    left: 21.6%;
    position: relative;
}

.sell-form-2022 .sell-form-infographic .stamp {
    position: absolute;
    top: 27px;
    right: 0.8%;
    width: 20.8%;
}

.sell-form-2022 .sell-form-infographic .desc .mobile {
    display: none;
}

.sell-form-2022 .container {
    position: relative;
}

.sell-form-2022 .sell-form-wrap {
    max-width: 334px;
}

@media (max-width: 767px) {
    .sell-form-2022 .sell-form-infographic .image .mobile,
    .sell-form-2022 .sell-form-infographic .desc .mobile {
        display: block;
    }

    .sell-form-2022 .sell-form-infographic .image .desktop,
    .sell-form-2022 .sell-form-infographic .desc .desktop {
        display: none;
    }
}

@media (max-width: 1200px) {
    .sell-form-2022 .sell-form-infographic .desc {
        left: 5.6%;
    }
}

@media (max-width: 992px) {
    .sell-form-2022 .sell-form-infographic .stamp {
        top: -3px;
        right: 1.8%;
    }

    .sell-form-2022 .sell-form-infographic .title {
        max-width: 340px;
    }

    .sell-form-2022 .sell-form-wrap {
        position: relative;
        margin: 0 auto;
    }

    .sell-form-2022 .sell-form-infographic {
        min-height: 664px;
    }
}

@media (max-width: 768px) {
    .sell-form-2022 .sell-form-infographic {
        display: flex;
        flex-wrap: wrap;
        min-height: auto;
    }

    .sell-form-2022 .sell-form-infographic .title {
        max-width: 70%;
        width: 100%;
        left: 14%;
        top: -6px;
    }

    .sell-form-2022 .bg {
        top: 16.8%;
        left: 50%;
        transform: translate(-50%, 0);
        width: 213%;
    }

    .sell-form-2022 .sell-form-wrap {
        position: relative;
        margin: 0 auto;
    }

    .sell-form-2022 .sell-form-infographic .image {
        min-height: auto;
        padding-top: 0;
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .sell-form-2022 .sell-form-infographic .desc {
        left: 3.6%;
        max-width: 50%;
    }

    .sell-form-2022 .sell-form-infographic .stamp {
        position: relative;
        top: -12px;
        right: 18px;
        width: 170px;
        margin-left: auto;
    }

}

.pf-wrap .form-notice,
#popup-form .form-notice {
    text-align: center;
    font-weight: 700;
    margin-top: 2rem;
    font-size: 1.4rem;
}

.sell-banner {
    width: 100%;
    background-color: #f47920;
}

.sell-banner > a {
    padding: .7rem 0;
    display: block;
}

.sell-banner p,
.sell-banner a {
    color: #21262F;
    font-size: 20px;
    margin: 0;
    text-decoration: none;
    line-height: 3.6rem;
}

.sell-banner .sell-banner-link img {
    display: inline-block;
    margin: 0 1rem;
}

.sell-banner .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media (min-width: 768px){
    body.page-template-page-sell-2022 {
        padding-top: 186px;
    }
}

@media (max-width: 767px){
    body.page-template-page-sell-2022 {
        padding-top: 161px;
    }

    .sell-banner .container {
        flex-direction: column;
    }

    .sell-banner p, .sell-banner a {
        font-size: 16px;
        line-height: 2rem;
    }

    .sell-banner-link img {
        margin: 0 .4rem;
        max-width: 2.1rem;
    }
}

@media (max-width: 767px){
    .leasing-11-2022 .row{
        display: flex;
        flex-direction: column;
    }

    .leasing-11-2022 .row .left-side{
        order: 2;
    }
}

section.news .news-outer-block .news-block .text-section .excerpt {
	height: 60px;
}

section.news .news-outer-block .news-block .text-section {
	height: 236px;
}

section.news .text a {
	text-decoration: underline;
}

.d-flex {
	display: flex;
}

.alt-inp-2021 [type="radio"] {
    display: none;
}

.alt-inp-2021 [type="radio"] + label {
    background-color: rgba(255,255,255, 1);
    color: #251f4a;
    padding: 7px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    text-align: center;

}

.alt-inp-2021 [type="radio"] + label:first-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.alt-inp-2021 [type="radio"] + label:last-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.alt-inp-2021 [type="radio"]:checked + label {
    background-color: #E51C2B;
    color: #fff;
}

.feat-offer {
	display: flex;
}

.feat-offer .offer-title {
	font-weight: 700;
    font-size: 1.7rem;
	width: 48%;
    line-height: 1.9rem;
    padding-left: 1.1rem;
    padding-bottom: 0.6rem;
}

.feat-offer .offer-time {
	display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
	justify-content: center;
	padding-right: 1.1rem;
}

.feat-offer .time-title{
    line-height: .4rem;
    font-size: 1rem;
    white-space: nowrap;
}

.feat-offer .time-counter {
    font-weight: 700;
    font-size: 2.6rem;
}

@media (max-width: 1200px) {
	.feat-offer .offer-title {
		padding-left: 0;
	}

	.feat-offer .offer-time {
		padding-right: 0;
	}

}

/* .car.feat {
	padding-top: 1rem;
	color: #fff
}

.car.feat:before {
	content: '';
	background: #1b62ad;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
} */

.car.feat > * {
	z-index: 1;
	position: relative;
}

.reserved-stamp {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: 1;
    display: none;
}

.reserved-stamp span{
    padding: 4px;
    background: #E51C2B;
    border-radius: 8px;
    font-size: 22px;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    min-width: 180px;
    text-align: center;
}

.car.reserved{
    position: relative;
    pointer-events: none;
}

.car.reserved .reserved-stamp{
	display: flex;
}

.car.reserved > div:not(.reserved-stamp),
.car.reserved > a{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
    filter: grayscale(1);
    opacity: .4;
}

[lang="ru-RU"] .feat-offer .offer-title {
	padding-left: 0;
}

[lang="ru-RU"] .feat-offer .offer-time {
	padding-right: 0;
}

section.leasing-03-2021-pub .right-side .right-side-box .title-box .subtitle {
	position: relative;
    padding: 0.3rem 0;
	left: 2.2rem;
}

section.leasing-03-2021-pub .right-side .right-side-box .title-box .title {
	left: 15px;
}

section.leasing-03-2021-pub .right-side .right-side-box .title-box::after {
	-webkit-clip-path: polygon(49px 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(49px 0, 100% 0, 100% 100%, 0 100%);
}

.stamp-text {
	position: absolute;
    top: -3.5rem;
    left: -0.5rem;
}

.mobile_menu_open .menu-navs li a {
    font-size: 19px;
    line-height: 32px;
}

@media (max-width: 1200px) {
	.auction_input,
	.input-form input, .input-form textarea {
		font-size: 16px;
	}

	.footer_top_column ul li a, .footer_top_column ul li {
		font-weight: 900;
		font-size: 15px;
		line-height: 25px;
	}

	.pub-footer .footer_top_column p {
		font-size: 14px;
		line-height: 1.2em;
	}

	.pf-wrap .form .input {
		font-size: 16px;
	}
}

.auction_price_up,
.auction_price_down {
	background-color: transparent;
	border: 0;
	font-weight: 700;
	color: #E51C2B;
	font-size: 2.1rem;
	padding: 0;
    width: 2rem;
}

section.xml-export .table-container-outer {
	width: calc(100% +  30px);
	margin-right: -15px;
	margin-left: -15px;
	margin-top: 30px;
  }
  section.xml-export .table-container-outer .table-container .xml-car-list {
	position: relative;
  }
  section.xml-export .table-container-outer .table-container .xml-car-list .top-line {
	background: white;
	position: sticky;
	top: 0;
	z-index: 9;
  }
  section.xml-export .table-container-outer .table-container .xml-car-list .checker {
	position: relative;
	width: 70px;
  }
  section.xml-export .table-container-outer .table-container .xml-car-list .title {
	width: 320px;
  }
  section.xml-export .table-container-outer .table-container .xml-car-list .inp-box {
	width: 150px;
  }
  section.xml-export .table-container-outer .table-container .xml-car-list .editable {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
  }
  section.xml-export .table-container-outer .table-container .xml-car-list .editable > span {
	display: none;
  }
  section.xml-export .table-container-outer .table-container .xml-car-list .editable.hidden_edit > span {
	display: block;
  }
  section.xml-export .table-container-outer .table-container .xml-car-list .editable.hidden_edit input,
  section.xml-export .table-container-outer .table-container .xml-car-list .editable.hidden_edit .bootstrap-select {
	opacity: 0;
	z-index: -99;
	display: none;
  }
  section.xml-export .table-container-outer .table-container .xml-car-list td,
  section.xml-export .table-container-outer .table-container .xml-car-list th {
	padding: 0px 10px;
  }
  section.xml-export .table-container-outer .table-container .xml-car-list tr {
	padding-left: 10px;
	padding-right: 10px;
	background: #ffffff;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
  }
  section.xml-export .table-container-outer .table-container .xml-car-list tr:nth-child(odd) {
	background: #f0f0f0;
  }
  section.xml-export .table-container-outer .table-container .xml-car-list tr:hover,
  section.xml-export .table-container-outer .table-container .xml-car-list tr:focus,
  section.xml-export .table-container-outer .table-container .xml-car-list tr:focus-within {
	background: #e0e0e0;
  }
  section.xml-export .table-container-outer .table-container input {
	background: #ffffff;
	color: #000000;
	border-color: #d9d9d9;
	border-radius: 3px;
	width: 100%;
	margin: 2px 0;
  }
  section.xml-export .table-container-outer .table-container .checkbox input:checked ~ .checkmark::after {
	color: #000000;
  }
  section.xml-export .table-container-outer .table-container .checkbox .checkmark {
	border: solid 1px #d9d9d9;
	background: #ffffff;
  }
  section.xml-export .table-container-outer .table-container .checkbox .checkmark::after {
	color: #000000;
  }
  section.xml-export .table-container-outer .table-container .bootstrap-select {
	width: 100% !important;
  }
  section.xml-export .table-container-outer .table-container .bootstrap-select .btn {
	font-size: inherit;
	background: #ffffff;
	color: #000000;
	border-color: #d9d9d9;
	border-radius: 3px;
	width: 100%;
	text-transform: none;
  }



.pub_ad_popup {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0 0 0 / 70%);
    display: flex;
	align-items: center;
    justify-content: center;
	padding: 20px;
}
.pub_ad_content {
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}
.pub_ad_popup img {
	display: block;
	max-height: 84vh;
}

.pub_ad_close {
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	top: -36px;
	right: -36px;
	filter: invert(1);
	cursor: pointer;
}

@media (max-width: 768px) {
	.pub_ad_desktop { display: none !important; }
	.pub_ad_close {
		top: 10px;
		right: 10px;
	}
	.pub_ad_content {
		width: 100%;
		height: fit-content;
	}
	.pub_ad_mobile {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}
@media (min-width: 768px) {
	.pub_ad_mobile { display: none !important; }
}

@media (min-width: 769px) {
	.hide_above_768 { display: none !important; }
}
@media (max-width: 768px) {
	.hide_below_768 { display: none !important; }
}

@media (min-width: 501px) {
	.hide_above_500 { display: none !important; }
}
@media (max-width: 500px) {
	.hide_below_500 { display: none !important; }
}

.promo_2024_05 {
	margin: 16px 0 48px 0;
}
.auction_promo_2024_05 {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.auction_promo_2024_05 img {
	border-radius: 8px;
}
@media (max-width: 768px) {
	.auction_promo_2024_05 img,
	.promo_2024_05 img {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
	}
}

section.index-cars .car .info.cars-open-info {
	background: #efefef;
}

.single-cars-page .phone-contacts {
	display: flex;
	gap: 10px;
}

.single-cars-page .phone-contacts .learn-more {
	position: relative;
	background-color: #1BBC58;
	color: #fff;
    padding: 28px;
    padding-inline-start: 108px;
	padding-inline-end: 17px;
	max-inline-size: 36.6%;
}

.single-cars-page .phone-contacts .phone-form {
	position: relative;
	background-color: #E51C2C;
	color: #fff;
	padding: 23px 38px;
	inline-size: 62.2%;
}

.single-cars-page .phone-contacts img {
	position: absolute;
	inset: 0;
    object-fit: cover;
    inline-size: 100%;
    block-size: 100%;
}

.single-cars-page .phone-contacts .learn-more img {
	object-fit: contain;
    object-position: bottom left;
}

.single-cars-page .phone-contacts .learn-more .title {
	max-inline-size: 170px;
}

.single-cars-page .phone-contacts .title {
	z-index: 1;
	position: relative;
	line-height: 23px;
	margin-block-end: 4px;
}

.single-cars-page .learn-more a {
	text-align: left;
}

.single-cars-page .phone-contacts .title p {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	margin: 0;
	text-align: left;
}

.single-cars-page .phone-contacts .subtitle {
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	z-index: 1;
	position: relative;
}

.single-cars-page .phone-contacts .form {
	display: flex;
	z-index: 1;
	position: relative;
	gap: 10px;
	margin-block-start: 11px;
}

.single-cars-page .phone-contacts .form button {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	background-color: #000;
	padding: 10px 41px;
	white-space: nowrap;
}

.single-cars-page .phone-contacts .form button span::before {
	background: #E51C2B;
}

.single-cars-page .phone-contacts .form input.error {
	background-color: #fff;
}

.single-cars-page .phone-contacts .form input {
	border-radius: 5px;
	font-size: 16px;
	padding: 10px;
	border: 0;
	color: #000;
}

@media (max-width: 1200px) {
	.single-cars-page .phone-contacts {
		flex-direction: column;
		order: 1;
        margin: 2rem 0;
	}

	.single-cars-page .phone-contacts .form {
		flex-direction: column;
	}

	.single-cars-page .phone-contacts .phone-form {
		inline-size: 100%;
		max-inline-size: 100%;
		border-radius: 10px;
	}

	.single-cars-page .phone-contacts .learn-more {
		inline-size: 100%;
		max-inline-size: 100%;
		border-radius: 10px;
	}

	.single-cars-page .phone-contacts .form button {
		inline-size: 100%;
	}

	section.index-cars .car {
		display: flex;
		flex-direction: column;
	}

	.single-cars-page .phone-contacts {
        margin: 1rem 0;
    }
}

@media(max-width: 768px) {
	.header_lower {
		display: none;
	}
}

@media (min-width: 768px) {
    section.index-cars .car .info.cars-open-info .detail-box span.text {
        font-size: 16px;
    }
}

.car .mobile-details {
	display: none;
}

.thumb-nail-img-slider .slick-dots {
	display: none;
}

.thumb-nail-img .pagingInfo {
	display: none;
}

@media(max-width: 768px) {
	section.index-cars .car .car-gallery {
		margin-inline: -15px;
	}

	section.index-cars .car .car-open-title-box + div,
	section.index-cars .car .car-open-title-box {
		display: none;
	}

	section.index-cars.single-cars-page .car .thumb-nail-img .thumbnail-slider-opener {
		display: none;
	}

	body section.index-cars {
		padding-top: 5px;
	}

	section.index-cars.single-cars-page .car .thumb-nail-img .discount {
		font-size: 15px;
		left: -53px;
		top: 35px;
		padding: 6px 25px;
	}

	.thumb-nail-img-slider {
		margin: 0;
	}

	.thumb-nail-img-slider .slick-dots {
		display: block;
		position: absolute;
        bottom: 16px;
	}

	.thumb-nail-img-slider .slick-dots .slick-active button::before {
		color: #DF1829;
	}

	.thumb-nail-img-slider .slick-dots button::before,
	.thumb-nail-img-slider .slick-dots button,
	.thumb-nail-img-slider .slick-dots li {
		margin: 0;
		padding: 0;
		width: 10px;
		height: 10px;
	}

	.thumb-nail-img .pagingInfo {
		display: block;
		position: absolute;
		font-size: 13px;
		color: #fff;
		font-weight: 500;
		background-color: rgba(0,0,0,0.48);
		border-radius: 8px;
        bottom: 13px;
        right: 17px;
        padding: 3px 8px;
		z-index: 1;
	}

	section.index-cars.single-cars-page .car .price-info + br,
	section.index-cars.single-cars-page .car .price-info {
		display: none;
	}

	section.index-cars .car .info .detail-box span {
		font-size: 1.6rem;
	}

	section.index-cars.single-cars-page .car .cars-open-text {
        position: relative;
        padding: 27px;
        padding-top: 0px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.single-cars-page .phone-contacts + br {
		display: none;
	}


	section.index-cars.single-cars-page .car .cars-open-text #view-more,
	section.index-cars.single-cars-page .car .cars-open-text #view-less {
		position: absolute;
		font-size: 0;
	    top: -92px;
    	right: 11px;
	}

	section.index-cars .car .cars-open-text .equipment-info .equip-info-block ul {
		padding: 0;
		padding-left: 25px;
		margin: 0;
		list-style: none;
		font-size: 15px;
		font-weight: 400;
		color: #000;
	}

	section.index-cars .car .cars-open-text .equipment-info .equip-info-block ul li {
		margin-block-end: 4px;
	}

	section.index-cars.single-cars-page .car .cars-open-text .default-sales-info {
		margin: 0 -15px;
        padding-inline: 13px;
	}

	section.index-cars .car .cars-open-text .equipment-info .equip-info-block .block-title {
		background: rgba(0,0,0,0.08);
		color: #000000;
		padding: 8px 26px;
		margin-block-end: 18px;
	}

	section.index-cars.single-cars-page .car .cars-open-text #view-more button,
	section.index-cars.single-cars-page .car .cars-open-text #view-less button {
		background-position: center !important;
		background-repeat: no-repeat !important;
		background-size: 12px  !important;
		background-color: rgba(0,0,0,0.13) !important;
		border-radius: 5px;
		width: 22px;
		height: 22px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.512' height='7.36' viewBox='0 0 12.512 7.36'%3E%3Cg id='right-arrow_271228' transform='translate(0 7.36) rotate(-90)'%3E%3Cg id='Group_33999' data-name='Group 33999' transform='translate(0)'%3E%3Cpath id='Path_9449' data-name='Path 9449' d='M7.165,5.767,1.593.2A.731.731,0,0,0,1.1,0,.731.731,0,0,0,.616.2L.205.606a.684.684,0,0,0,0,.977L4.9,6.256.205,10.928a.648.648,0,0,0-.2.489.771.771,0,0,0,.2.489l.411.411a.648.648,0,0,0,.489.2.731.731,0,0,0,.489-.2L7.165,6.745a.648.648,0,0,0,.2-.489A.731.731,0,0,0,7.165,5.767Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
	}

	section.index-cars.single-cars-page .car .cars-open-text #view-more button {
		background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='12.512' height='7.36' viewBox='0 0 12.512 7.36' version='1.1' id='svg1' sodipodi:docname='right-arrow_271228.svg' inkscape:version='1.3.2 (091e20ef0f, 2023-11-25, custom)' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1' /%3E%3Csodipodi:namedview id='namedview1' pagecolor='%23ffffff' bordercolor='%23000000' borderopacity='0.25' inkscape:showpageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' inkscape:deskcolor='%23d1d1d1' inkscape:zoom='33.248082' inkscape:cx='6.256' inkscape:cy='3.6693846' inkscape:window-width='1499' inkscape:window-height='1206' inkscape:window-x='100' inkscape:window-y='743' inkscape:window-maximized='0' inkscape:current-layer='svg1' /%3E%3Cg id='right-arrow_271228' transform='rotate(90,6.2610488,6.2562756)'%3E%3Cg id='Group_33999' data-name='Group 33999'%3E%3Cpath id='Path_9449' data-name='Path 9449' d='M 7.165,5.767 1.593,0.2 A 0.731,0.731 0 0 0 1.1,0 0.731,0.731 0 0 0 0.616,0.2 L 0.205,0.606 a 0.684,0.684 0 0 0 0,0.977 L 4.9,6.256 0.205,10.928 a 0.648,0.648 0 0 0 -0.2,0.489 0.771,0.771 0 0 0 0.2,0.489 l 0.411,0.411 a 0.648,0.648 0 0 0 0.489,0.2 0.731,0.731 0 0 0 0.489,-0.2 L 7.165,6.745 a 0.648,0.648 0 0 0 0.2,-0.489 0.731,0.731 0 0 0 -0.2,-0.489 z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
	}

	section.index-cars .car .info.cars-open-info {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		padding: 40px 46px;
		padding-bottom: 0px;
	}

	section.index-cars .car .info.cars-open-info .detail-box span.text {
		padding: 0;
	}

	section.index-cars .car .info.cars-open-info > div {
        column-gap: 19px;
        row-gap: 4px;
        justify-content: center;
	}

	section.index-cars .car .info.cars-open-info .detail-box .icon {
		width: 20px;
		height: 20px;
	}

	section.index-cars .car .info.cars-open-info .detail-box {
		margin: 0;
	}

	.car .mobile-details {
		display: flex;
		align-items: center;
		text-align: center;
		flex-direction: column;
		margin-block-start: 2px;
        margin-block-end: 6px;
	}

	.car .mobile-details .title {
		font-size: 23px;
		color: #000;
		margin-block-end: 0.5rem;
	}

	.car .mobile-details .details-price {
		font-size: 25px;
		display: flex;
		justify-content: center;
		gap: 0.9rem;
	}

	.car .mobile-details .details-price .new {
		font-weight: 700;
		color: #E83A48;
	}

	.car .mobile-details .details-price .old {
		color: #868686;
		position: relative;
	}

	.car .mobile-details .details-price .old::before {
		content: '';
		display: block;
		position: absolute;
		height: 2px;
		background-color: #E83A48;
		left: 0;
		right: 0;
		top: calc(49%);
		transform: rotate(-15deg);
	}

	.car .mobile-details .monthly-fee {
		font-weight: 500;
		font-size: 14px;
		color: #000000;
        margin-block-end: 1.4rem;
	}

	.car .mobile-details .monthly-fee .big {
		font-weight: 700;
		font-size: 20px;
		color: #E83A48;
		margin-inline: 0.7rem;
	}

	.car .mobile-details .car-views {
		color: #6E6E6E;
		text-align: center;
		font-size: 12px;
		display: block;
		font-weight: 400;
	}

	.car .mobile-details .btn {
		font-size: 1.6rem;
		padding: 0.9rem 3.4rem;
		margin: 0;
		border-radius: 5px;
	}
}

.pre-order-page .auction_container {
	text-align: center;
}

.pre-order-page .request_banner h1 {
	max-width: 100%;
    margin: auto;
}

.pre-order-page .request_banner h2 {
	max-inline-size: 66rem;
    margin: 0 auto;
	margin-block-start: 1rem;
}

.pre-order-page .auction_box {
	overflow: hidden;
	border-radius: 8px;
}

.pre-order-page .auction_box_features {
	position: relative;
	padding-inline: 0;
	border-block-start: 1px solid #C3C3C3;
	border-block-end: 1px solid #C3C3C3;
}

.pre-order-page .auction_box_price {
	font-size: 14px;
	font-weight: 500;
    margin-block-end: 2.4rem;
}

.pre-order-page .auction_box_price b {
	font-size: 20px;
	font-weight: 700;
	margin-inline: 1rem;
}

.pre-order-page .auction_box_price .red {
	color: #E83A48;
}

.pre-order-page .auction_wrap {
	margin: 25px 0 150px 0;
}

.pre-order-page .auction_box_name {
	font-size: 22px;
	margin-block-end: 2rem;
}

.pre-order-page .auction_wrap .auction_box_lower {
	padding: 2.9rem;
}

.pre-order-page .auction_box_description p {
	color: #000;
	font-size: 16px;
	text-align: start;
}

.pre-order-page .auction_box_description {
	position: relative;
    text-align: start;
    padding: 0;
    max-inline-size: 27rem;
    margin-inline: auto;
	inline-size: 100%;
}

.pre-order-page .wa-link {
	color: #357721;
	text-decoration: underline;
	display: inline;
}


.pre-order-page .wa-link::after {
	content: '';
	inline-size: 36px;
	block-size: 36px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cg id='Layer_2' data-name='Layer 2' transform='translate(0 -0.229)'%3E%3Cg id='whatsapp' transform='translate(0 0.229)'%3E%3Crect id='background' width='36' height='36' rx='5' fill='%2329a71a'/%3E%3Cg id='icon' transform='translate(7.043 6.747)'%3E%3Cpath id='Path_9454' data-name='Path 9454' d='M53.1,36.43A11.49,11.49,0,0,0,34.7,49.722l-1.219,5.919a.438.438,0,0,0,.069.343.444.444,0,0,0,.472.183l5.8-1.375A11.488,11.488,0,0,0,53.1,36.43ZM51.295,50.866A9,9,0,0,1,40.931,52.55l-.809-.4-3.556.842.011-.044.737-3.579-.4-.781A9,9,0,0,1,51.295,38.146a.481.481,0,0,0,.046.046A8.995,8.995,0,0,1,51.295,50.866Z' transform='translate(-33.447 -33.024)' fill='%23fff'/%3E%3Cpath id='Path_9455' data-name='Path 9455' d='M72.346,70.53a3.736,3.736,0,0,1-1.99,1.735c-1.516.366-3.843.013-6.738-2.687l-.036-.032c-2.546-2.36-3.207-4.325-3.047-5.883a3.724,3.724,0,0,1,1.447-2.207.827.827,0,0,1,1.295.3l.937,2.106a.823.823,0,0,1-.1.842l-.474.615a.815.815,0,0,0-.074.91A8.853,8.853,0,0,0,65.17,68.01,9.377,9.377,0,0,0,67.4,69.6a.8.8,0,0,0,.882-.185l.55-.554a.842.842,0,0,1,.821-.211l2.226.632a.842.842,0,0,1,.472,1.244Z' transform='translate(-54.814 -55.314)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
    inset-inline-end: 0;
    inset-block-end: 1.4rem;
}

.pre-order-page .auction_box_contacts p {
	color: #000;
	font-size: 15px;
}

.pre-order-page .auction_box_description strong {
	font-size: 16px;
}

.pre-order-page .auction_box_contacts strong {
	font-size: 20px;
}

.pre-order-page .auction_box_description {
	margin-block-start: 2.4rem;
	margin-block-end: 1.4rem;
}

.pre-order-page .auction_box_contacts {
	background-color: #EDEDED;
	position: relative;
	margin-inline: -2.9rem;
	margin-block-end: -2.9rem;
    padding: 2rem;
}

.pre-order-page .auction_box_contacts img {
	position: absolute;
	inset: 0;
	inline-size: 100%;
	block-size: 100%;
    object-fit: cover;
}

.pre-order-page .submit-send {
	background-color: #000;
	inline-size: 100%;
	font-size: 16px;
}

.pre-order-page .form-submit {
    display: flex;
    justify-content: center;
}

.pre-order-page .form-submit span::before {
	background: #E83A48;
}

.pre-order-page .form input {
	border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    border: 0;
    color: #000;
}

.pre-order-page .form input.error {
	background-color: #fff;
}

.pre-order-page .phone-contacts {
	margin-block-start: 1.7rem;
    max-inline-size: 26rem;
    margin-inline: auto;
}

.pre-order-page .auction_box_discount_flag {
	left: -33px;
    top: 28px;
	width: 157px;
}

.header_upper .menu-navs .he_new_item::before {
	content: '';
	inline-size: 1.6rem;
	block-size: 1.6rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/wp-content/themes/CarsOutlet/images/Image 82.png');
	margin-inline-end: 0.6rem;
	display: inline-block;
    vertical-align: middle;
	animation: blinker 1s linear infinite;
}

.header_upper .menu-navs .he_new_item {
	background-color: rgba(255,255,255,0.16);
	border-radius: .8rem;
	padding: 0.9rem 1.7rem;
	padding-inline-start: 1.4rem;
}

.header_upper .menu-navs .he_new_item a {
	font-size: 14px;
	font-weight: 500;
}

.header_upper .menu-navs .he_new_item::after {
	top: 1rem;
    left: 66%;
}
.header_upper .menu-navs .he_new_item_half {
	position: relative;
}
.header_upper .menu-navs .he_new_item_half::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    background-image: url(/wp-content/uploads/2023/05/Group-330.svg);
    width: 55px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
html[lang="ru-RU"] .header_upper .menu-navs .he_new_item_half::after {
    background-image: url(/wp-content/uploads/2023/05/Group-331.svg);
}



.header_upper .menu-navs {
	gap: 35px;
}

@keyframes blinker {
	10% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	90% {
		opacity: 1;
	}
}

.header_upper .menu-navs .he_custom_1 a {
	font-size: 14px;
}

.header_upper .menu-navs .he_custom_2 {
    margin-inline-start: -2.5rem;
}



body.top-navs-opened .header_upper {
	background: #151515;
}
body.top-navs-opened .mobile_menu_open.mobile_menu_2024 {
	background: #151515;
	padding: 48px 0 0 0;
	outline: 1px solid #343434;
}
.mobile_menu_open.mobile_menu_2024 .container {
	align-items: center;
	width: 100%;
    max-width: initial;
    padding: 0;
}
.mobile_menu_open.mobile_menu_2024 .menu-navs {
	margin: 0 0 52px 0;
	gap: 12px;
	width: 100%;
    max-width: 220px;
}
.mobile_menu_open.mobile_menu_2024 .menu-navs li a {
	font-size: 15px;
	color: #FFFFFF;
}
.mobile_menu_open.mobile_menu_2024 .menu-navs li {
	background: rgba(255, 255, 255, 0.04);
	border-radius: 8px;
	padding: 6px 4px;
	text-align: center;
}

.mobile_menu_open.mobile_menu_2024 .menu-navs .he_new_item {
	background-color: rgba(255, 255, 255, 0.16);
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.mobile_menu_open.mobile_menu_2024 .menu-navs .he_new_item::before {
	content: '';
    inline-size: 1.6rem;
    block-size: 1.6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/wp-content/themes/CarsOutlet/images/Image%2082.png);
    margin-inline-end: 0.6rem;
    display: inline-block;
    vertical-align: middle;
    animation: blinker 1s linear infinite;
}
.mobile_menu_open.mobile_menu_2024 .menu-navs .he_new_item::after {
	content: '';
    position: absolute;
    top: 3px;
    left: 75%;
    transform: translateX(-50%) translateY(-100%);
    background-image: url(/wp-content/uploads/2023/05/Group-330.svg);
    width: 55px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
html[lang="ru-RU"] .mobile_menu_open.mobile_menu_2024 .menu-navs .he_new_item::after {
    background-image: url(/wp-content/uploads/2023/05/Group-331.svg);
}


.mobile_menu_open.mobile_menu_2024 .menu-navs .he_custom_1 {
	width: 100%;
	display: block;
    background: transparent;
    border: 1px solid #E51C2B;
    border-radius: 8px;
	padding: 7px 13px;
    transition: ease-in-out 0.25s;
    transform-style: preserve-3d;
    opacity: 1;
    position: relative;
    text-decoration: none;
}
.mobile_menu_open.mobile_menu_2024 .menu-navs .he_custom_1 a {
	font-size: 14px;
	font-weight: 500;
    color: white;
    line-height: 1.2em;
}

.mobile_menu_open.mobile_menu_2024 .menu-navs .he_custom_2 {
	background: initial;
	padding: 0;
	width: 100%;
}
.mobile_menu_open.mobile_menu_2024 .menu-navs .he_custom_2 a {
	width: 100%;

	display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    border: 1px solid #E51C2B;
    background: #E51C2B;
    border-radius: 8px;
    padding: 9px 18px;
    transition: ease-in-out 0.25s;
    opacity: 1;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: white;
}
.mobile_menu_open.mobile_menu_2024 .menu-navs .he_custom_2 a::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_2285_874)"><path d="M2.56664 5.74666C2.46934 5.30834 2.48428 4.85256 2.61008 4.42155C2.73588 3.99055 2.96847 3.59829 3.28629 3.28114C3.6041 2.96399 3.99685 2.73222 4.42811 2.60732C4.85938 2.48242 5.3152 2.46844 5.75331 2.56666C5.99445 2.18953 6.32664 1.87917 6.71928 1.66418C7.11191 1.4492 7.55234 1.33652 7.99998 1.33652C8.44761 1.33652 8.88804 1.4492 9.28068 1.66418C9.67331 1.87917 10.0055 2.18953 10.2466 2.56666C10.6854 2.46801 11.142 2.48193 11.574 2.60714C12.0059 2.73234 12.3992 2.96475 12.7172 3.28276C13.0352 3.60077 13.2676 3.99404 13.3928 4.42599C13.518 4.85795 13.532 5.31455 13.4333 5.75333C13.8104 5.99447 14.1208 6.32666 14.3358 6.71929C14.5508 7.11193 14.6635 7.55236 14.6635 7.99999C14.6635 8.44763 14.5508 8.88806 14.3358 9.28069C14.1208 9.67333 13.8104 10.0055 13.4333 10.2467C13.5315 10.6848 13.5175 11.1406 13.3926 11.5719C13.2677 12.0031 13.036 12.3959 12.7188 12.7137C12.4017 13.0315 12.0094 13.2641 11.5784 13.3899C11.1474 13.5157 10.6916 13.5306 10.2533 13.4333C10.0125 13.8119 9.68003 14.1236 9.28673 14.3395C8.89342 14.5555 8.45199 14.6687 8.00331 14.6687C7.55462 14.6687 7.11319 14.5555 6.71989 14.3395C6.32659 14.1236 5.99413 13.8119 5.75331 13.4333C5.3152 13.5316 4.85938 13.5176 4.42811 13.3927C3.99685 13.2678 3.6041 13.036 3.28629 12.7188C2.96847 12.4017 2.73588 12.0094 2.61008 11.5784C2.48428 11.1474 2.46934 10.6916 2.56664 10.2533C2.18661 10.0128 1.87359 9.68011 1.65668 9.28614C1.43976 8.89216 1.32602 8.44973 1.32602 7.99999C1.32602 7.55026 1.43976 7.10782 1.65668 6.71385C1.87359 6.31988 2.18661 5.98717 2.56664 5.74666Z" stroke="white" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.66666 8H7.99999" stroke="white" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.99995 6.26668C9.64563 5.85244 9.17288 5.55673 8.64537 5.41938C8.11785 5.28203 7.56091 5.30965 7.04957 5.4985C6.53823 5.68736 6.09705 6.02838 5.78545 6.47564C5.47384 6.9229 5.30679 7.45491 5.30679 8.00001C5.30679 8.54511 5.47384 9.07712 5.78545 9.52438C6.09705 9.97164 6.53823 10.3127 7.04957 10.5015C7.56091 10.6904 8.11785 10.718 8.64537 10.5806C9.17288 10.4433 9.64563 10.1476 9.99995 9.73334" stroke="white" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_2285_874"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
    position: relative;
    top: 2px;
}




.mobile_header_info_box p {
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	max-width: 286px;
	margin: 0 auto;
}

.mobile_menu_open.mobile_menu_2024 .header_contact_box_wrap {
	margin: 18px 0 12px 0;
	gap: 22px;
}
.mobile_menu_open.mobile_menu_2024 .header_contact_box_wrap > a {
	filter: initial;
}


.mobile_menu_open.mobile_menu_2024 .langs {
	width: 100%;
	padding: 0;
	gap: 14px;
	margin: 40px 0 0 0;
    padding: 0 0 20px 0;
}

.mobile_menu_open.mobile_menu_2024 .langs a {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 14px;
}
.mobile_menu_open.mobile_menu_2024 .langs li.active a {
	font-weight: 900;
	color: #E51C2B;
}
.mobile_menu_open.mobile_menu_2024 .langs li::before {
	background: #626262;
    right: -8px;
	height: 14px;
}




.ct_banner {
	margin: -60px 0 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 5;
	padding: 115px 0 85px 0;
}
.ct_banner .container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.ct_banner .container::before, .ct_banner .container::after {
	content: initial;
}
.ct_banner::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: #000000;
	opacity: 0.6;
}

.ct_banner .block_left {
	width: 100%;
	max-width: 470px;
}
.ct_banner .block_right {
	width: 100%;
	max-width: 580px;
}
.ct_banner .block_right svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: white;
}
.ct_banner h1 {
	font-weight: 900;
	font-size: 55px;
	line-height: 1.4em;
	margin: 0 0 8px 0;
	color: white;
	text-transform: initial;
}
.ct_banner h2 {
	font-weight: 400;
	font-size: 25px;
	line-height: 1.4em;
	margin: 0 0 30px 0;
	color: white;
	text-transform: initial;
}
.ct_banner .btn {
	background: #18A84F;
	box-shadow: 0px 7px 15px #0000001D;
	border-radius: 8px;
	padding: 14px 28px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2em;
	color: white;
}


.ct_banner .ct_video_box {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
    position: relative;
}



section.ct_points .block_content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 56px 94px;
	margin: 58px 0 74px 0;
}
section.ct_points .block_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 0;
}

section.ct_points .block_box img {
	display: block;
	margin: 0 0 22px 0;
}
section.ct_points .block_box p {
	font-size: 16px;
	line-height: 1.25em;
	color: black;
	margin: 0;
}



section.ct_form_section .block_content {
	display: flex;
	gap: 20px;
	margin: 0 0 22px 0;
}

.ct_form_section .block_left {
	width: 100%;
	max-width: 712px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.ct_form_section .block_right {
	width: 100%;
	max-width: 412px;
	background: #C11133;
	border-radius: 8px;
	padding: 40px 52px 46px 52px;
}
.ct_form_section .block_right > p {
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 24px 0;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
}

.ct_form_section .block_left .block_upper {
	background: #18A84F;
}
.ct_form_section .block_left .block_lower {
	background: #EFEFEF;
}
.ct_form_section .block_left .block_upper,
.ct_form_section .block_left .block_lower {
	width: 100%;
	padding: 52px 46px 52px 42px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	overflow: hidden;
	position: relative;
	z-index: 5;
}


.ct_form_section .block_left .block_upper .btn {
	background: transparent;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	padding: 15px 18px;
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 18px 0 0 0;
	text-decoration: initial;

	font-weight: 500;
	font-size: 15px;
}
.ct_form_section .block_left .block_upper .btn img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: invert(1);
}
.ct_form_section .block_left h3 {
	max-width: 390px;
	font-weight: 900;
	font-size: 30px;
	line-height: 1.2em;
	margin: 0 0 14px 0;
	text-transform: initial;
	color: black;
}
.ct_form_section .block_left p {
	max-width: 390px;
	font-size: 18px;
	margin: 0 0 3px 0;
	color: black;
}
.ct_form_section .block_left a {
	text-decoration: underline;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65);
	margin: 4px 0 20px 0;
    display: block;
}
.ct_form_section .block_left .block_upper p,
.ct_form_section .block_left .block_upper h3,
.ct_form_section .block_left .block_upper .btn {
	color: white;
}


.ct_form_section .block_left .block_element_1 {
	position: absolute;
	z-index: -1;
	bottom: -100px;
	right: 30px;

	display: block;
	width: 285px;
	height: 285px;
	object-fit: contain;
}


.ct_form_section .block_left .block_element_2 {
	position: absolute;
	z-index: -1;
	bottom: -106px;
	right: 5px;

	display: block;
	width: 394px;
	height: 309px;
	object-fit: contain;
}





.ct_form_wrap button[type="submit"] {
	margin: 20px 0 0 0;
	background: #000000 0% 0% no-repeat padding-box;
	box-shadow: 0px 7px 15px #0000001D;
	border-radius: 8px;
	padding: 14px 20px;
	width: 100%;
	border: initial;

	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
}
.ct_form_wrap button[type="submit"][disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}

.ct_form_wrap input:not([type="checkbox"]) {
	width: 100%;
	height: 45px;
	border-radius: 8px;
	background: white;
	padding: 12px 20px;
	margin: 0;
	border: initial;

	font-family: inherit;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
}
.ct_input_wrap {
	margin: 0 0 10px 0;
}

.ct_form_wrap input:not([type="checkbox"]).error {
	border: initial;
    box-shadow: initial;
	outline: initial;
}


.ct_form_wrap .carorder_submit_row {
	margin: 0;
	padding: 0;
	border: initial;
}
.ct_form_wrap .carorder_submit_row label {
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	align-items: center;
    display: flex;
}
.ct_form_wrap .carorder_submit_row label a {
	color: inherit;
    margin: 0 0 0 3px;
	text-decoration: underline;
}
.ct_form_wrap .carorder_submit_row label a:hover {
	text-decoration: initial;
}
.ct_form_wrap .pf-wrap .checkbox {
	margin: 0 auto;
}
.ct_form_wrap .pf-wrap .checkbox label::before {
	width: 16px;
	height: 16px;
	background-color: transparent !important;
	border-color: white !important;
}
.ct_form_wrap .pf-wrap .checkbox label::after {
	background-color: transparent;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.178' height='6.744' viewBox='0 0 9.178 6.744'%3E%3Cg id='check-mark_2128' transform='translate(0 -4.283)'%3E%3Cpath id='Path_35243' data-name='Path 35243' d='M9.072,5.664,3.813,10.922a.361.361,0,0,1-.51,0L.1,7.7a.362.362,0,0,1,0-.51l.764-.764a.36.36,0,0,1,.51,0l2.182,2.2L7.8,4.389a.362.362,0,0,1,.51,0l.764.765A.359.359,0,0,1,9.072,5.664Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}


.ct_form_wrap .ct_input_error_message {
	display: block;
    overflow: hidden;
	height: 0;
	font-size: 13px;
	font-weight: 600;
	color: white;
	margin: 3px 0 0 0;
	transition: ease-in-out 0.25s;
	text-align: center;
}
.ct_form_wrap input.error ~ .ct_input_error_message {
	height: calc(1* 1.2em + 3px);
}

#cartrade_form_success_message p {
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin: 14px auto 2px auto;
    display: block;
}

@media (max-width: 1200px) {
	.ct_banner h1 {
		font-size: 30px;
	}
	.ct_banner h2 {
		font-size: 16px;
	}

	.ct_banner {
		padding: 112px 0 220px 0;
	}

	.ct_banner .ct_video_box {
		width: 320px;
		height: 218px;
		position: absolute;
		left: 50%;
		bottom: -82px;
		transform: translateX(-50%);
	}

	.ct_banner .container {
		flex-direction: column;
	}
	.ct_banner .block_right {
		width: auto;
	}
	.ct_banner .block_left {
		width: 100%;
		max-width: initial;
		text-align: center;

	}



	section.ct_points .block_content {
		margin: 136px 0 50px 0;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 28px;
	}
}

@media (max-width: 1000px) {
	section.ct_form_section .block_content {
		flex-direction: column;
		gap: 20px;
	}
	.ct_form_section .block_left {
		gap: 20px;
	}
	.ct_form_section .block_right {
		max-width: initial;
	}
}

@media (max-width: 768px) {
	section.ct_points .block_box p {
		font-size: 16px;
	}

	.ct_form_section .block_left .block_upper, .ct_form_section .block_left .block_lower {
		padding: 28px 30px 130px 30px;
	}
	.ct_form_section .block_left h3 {
		font-size: 22px;
		text-align: left;
	}
	.ct_form_section .block_left p {
		font-size: 16px;
		text-align: left;
	}

	.ct_form_section .block_left .block_element_1 {
		width: 189px;
		height: 189px;
		bottom: -70px;
	}
	.ct_form_section .block_left .block_element_2 {
		width: 263px;
		height: 206px;
		bottom: -70px;
	}


	.ct_form_section .block_right {
		padding: 34px 20px 36px 20px;
	}
}



.ct_files_text_1 {
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin: 10px auto 6px auto;
}
.ct_files_text_2 {
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto 30px auto;
}

input#images {
	border: initial;
	padding: 0;
	margin: 0;
	background: initial;
}

.ct_file_label {
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 8px 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 auto;
    text-decoration: initial;
    font-weight: 500;
    font-size: 14px;
    color: white;
    text-align: center;
    width: auto;
	position: relative;
	z-index: 5;
}
.ct_file_label span {
	color: inherit;
	font: inherit;
}

.ct_files_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 20px 0;
}

.ct_files_row_wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	width: 100%;
}
.ct_files_row_wrap label {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	border: 1px dashed #FFFFFF;
	border-radius: 5px;
	background-color: transparent;
	background-image: url('images/plus_in_circle.svg');
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center;
	cursor: pointer;
	transition: ease-in-out 0.25s;
}
.ct_files_row_wrap label:hover {
	border-color: rgb(172, 172, 172);
}

.ct_file_label .delete-img {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
	background-image: url('images/black_circle_close.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    background-color: transparent;
	border: initial;
	box-shadow: rgb(255 255 255 / 50%) 0px 5px 15px;
    border-radius: 50%;
}

.ct_files_row_wrap label.active {
	background-size: cover;
}




.leasing_09_2024 .apply_content_title_1 {
	font-size: 27px;
	line-height: 1.25em;
}
.leasing_09_2024 .apply_content_title_2 {
	font-size: 50px;
	line-height: 1.25em;
}
.leasing_09_2024 .apply_2023_offer {
	border: 1px solid #FFFFFF;
    border-radius: 22px;
    background: transparent;
    padding: 10px 18px 10px 18px;
}


.hbr_video_1,
.hbr_video_2 {
	width: 100%;
	max-width: 310px;
	min-height: 308px;
	padding: 2px;
	border-radius: 10px;
	margin: 0 !important;
	position: relative;
	z-index: 5;
}
.hbr_video_inside {
	min-height: inherit;
	width: 100%;
	padding: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: inherit;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: baseline;
    text-align: left;
}
.hbr_video_text_1, .hbr_video_text_2, .hbr_video_text_3 {
	color: white;
}
.hbr_video_text_1 {
	background: #C11133 0% 0% no-repeat padding-box;
	border-radius: 20px;
	padding: 5px 12px;
	margin: 0 0 12px 0;

	font-weight: 700;
	font-size: 12px;
	line-height: 1.2em;
}
.hbr_video_text_2 {
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 10px 0;
}
.hbr_video_text_3 {
	font-weight: 400;
	font-size: 16px;
	margin: 0 0 18px;
}

.leasing_09_2024 .btn_row {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 18px;
}

.hbr_btn_1 {
	padding: 8px 15px;
	box-shadow: 0px 7px 15px #0000001D;
	border: 1px solid #FFFFFF;
	border-radius: 20px;

	font-weight: 500;
	font-size: 14px;
	color: white;
}

.hbr_btn_2 {
	display: flex;
	align-items: center;
	gap: 12px;

	font-weight: 500;
	font-size: 14px;
	color: white;
}


section.leasing-07-2022.leasing_09_2024 .right-side .video-wrap {
	padding: 0;
	margin: 0 0 48px 0;
	display: flex;
	justify-content: center;
	gap: 42px;
	left: initial;
}

@media (min-width: 1400px) {
	section.leasing_09_2024 .container {
		width: 1320px;
	}
	section.leasing-10-2022.leasing_09_2024 .right-side {
		width: 100%;
		max-width: 750px;
		margin: 0 0 0 auto;
	}
}

section.leasing-04-2023.leasing_09_2024 .sect-bg .overlay::before {
	opacity: 0.75;
}

section.leasing-11-2022.leasing_09_2024 .video-wrap img {
	width: 186px;
    height: 163px;
	right: -7px;
	top: -77px;
}
@media (min-width: 1000px) and (max-width: 1200px) {
	section.leasing-10-2022.leasing_09_2024 .right-side {
		margin-left: 40px;
		max-width: 500px;
	}
}

@media (max-width: 768px) {
	.hbr_btn_1 {
		padding: 6px 12px;
		font-size: 13px;
	}

	.hbr_btn_2 {
		font-size: 13px;
	}

	.hbr_video_text_2 {
		font-size: 16px;
		text-align: left;
	}
	.hbr_video_text_3 {
		font-size: 14px;
		text-align: left;
	}

	.leasing_09_2024 .apply_content_title_1 {
		font-size: 20px;
	}
	.leasing_09_2024 .apply_content_title_2 {
		font-size: 23px;
	}

	.leasing_09_2024 .apply_2023_offer img {
		display: none;
	}


	#leasing_2024_09_vw {
		gap: 0;
		--f-carousel-slide-width: auto;
		--f-carousel-spacing: 16px;
		width: calc(100% + 30px);
	}
	#leasing_2024_09_vw .f-carousel__nav, #leasing_2024_09_vw .f-carousel__dots {
		display: none;
	}
	.hbr_video_1, .hbr_video_2 {
		width: 300px !important;
	}
}
@media (max-width: 500px) {
	.hbr_video_1, .hbr_video_2 {
		max-width: initial;
	}
}


@property --angle{
	syntax: "<angle>";
	initial-value: 0deg;
	inherits: false;
}
.hbr_video_1::before, .hbr_video_1::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: conic-gradient(from var(--angle), #C11133, #ffffff00, #ffffff00, #C11133, #C11133);
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	z-index: -1;
	padding: 3px;
	border-radius: 10px;
	animation: 3s spin linear infinite;
}
.hbr_video_1::before {
	filter: blur(1.5rem);
	opacity: 0.3;
}
@keyframes spin{
	from { --angle: 0deg; }
	to { --angle: 360deg; }
}

@media (min-width: 768px) {
	#leasing_2024_09_vw .f-carousel__slide { width: 100%; max-width: 310px; flex: initial; }
}

@media (min-width: 1000px) and (max-width: 1200px) {
	.hbr_video_text_2 {
		font-size: 16px;
		text-align: left;
	}
	.hbr_video_text_3 {
		font-size: 14px;
		text-align: left;
	}
}
@media (min-width: 1400px) {
	html[lang="ru-RU"] .hbr_video_text_3 { font-size: 15px; }
	html[lang="ru-RU"] .hbr_btn_1 { padding: 5px 10px; font-size: 12px; }
	html[lang="ru-RU"] .hbr_btn_2 { font-size: 13px; }
}
.news-template-default table td {
	border: .1rem solid black;
}


.info p {
	margin-bottom: 0.5em;
}
.info .TypographyPresentation {
	margin-bottom: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu {
	z-index: 10000;
}

.bg_darker {
    position: relative;
    z-index: 5;
}
.bg_darker .img_wrap {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
.bg_darker .img_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 1) 100%);
}
.bg_darker .img_wrap .bg_img {
    width: 100% !important;
    height: 100% !important;
}




.menu-item.be_first {
    background: #363636;
    border-radius: 8px;
    padding: 12px 16px 12px 40px;
    position: relative;
}
.menu-item.be_first::before {
    content: '⚡';
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
}
@media (max-width: 1200px) {
    .menu-item.be_first {
        background: #363636 !important;
    }
    .menu-item.be_first::before {
        position: initial;
        padding-right: 3px;
    }
}





.main-content:has(section.cars_from_hero) .container {
    width: calc(100% - 30px);
    padding: 0;
    max-width: 1310px;
    position: relative;
    z-index: 5;
}
.main-content:has(section.cars_from_hero) .container::before,
.main-content:has(section.cars_from_hero) .container::after {
    content: initial;
}

.cars_from_hero {
    background: linear-gradient(91deg, #0F1C5B 0.44%, #1B2E8E 80.04%);
}
.cars_from_hero .container {
    height: 630px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.cars_from_hero .block_right {
    width: 100%;
    max-width: 412px;
    padding: 36px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 0, 0, 0.05) 100%);
    backdrop-filter: blur(42px);
}
.cars_from_hero .block_left {
    height: 100%;
    padding-block: 144px 0;
    max-width: 580px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.cars_from_hero .title {
    font-weight: 300;
    font-size: 45px;
    line-height: 1.2em;
    margin: 0 0 22px 0;
    color: white;
    text-transform: initial;
}
.cars_from_hero .subtitle {
    font-weight: 300;
    font-size: 18px;
    margin: 0;
    color: white;
    text-transform: initial;
}

.cars_from_hero .list {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 30px 30px 40px 30px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.00) 100%);
    margin: auto 0 0 0;
}
.cars_from_hero .list .item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.cars_from_hero .list .item svg {
    display: block;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
}
.cars_from_hero .list .item > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.cars_from_hero .list .item > div p {
    margin: 0;
    color: #fff;
    line-height: 1.2em;
    text-align: left;
}
.cars_from_hero .list .item > div p:nth-child(1) {
    font-weight: 700;
    font-size: 16px;
}
.cars_from_hero .list .item > div p:nth-child(2) {
    font-weight: 400;
    font-size: 14px;
}

.cars_from_hero .image_element_1 {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 189px;
    display: block;
    pointer-events: none;
    user-select: none;
}
.cars_from_hero .image_element_2 {
    position: absolute;
    z-index: -3;
    bottom: 0px;
    right: 515px;
    display: block;
    pointer-events: none;
    user-select: none;
}
.cars_from_hero .sold_box {
    position: absolute;
    z-index: -4;
    top: 144px;
    right: 455px;
    pointer-events: none;
    user-select: none;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    width: 182px;
    height: auto;
    padding-block: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cars_from_hero .sold_box .sb_1 {
    font-weight: 400;
    font-size: 45px;
    line-height: 1.2em;
    margin: 16px 0 4px 0;
    color: white;
}
.cars_from_hero .sold_box .sb_2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2em;
    margin: 0;
    color: white;
}
@media (min-width: 1200px) {
    .cars_from_hero .block_right {
        margin-top: 68px;
    }
    .wrap_for_mobile {
        display: contents;
    }
}
@media (max-width: 1200px) {
    .cars_from_hero .container {
        flex-direction: column;
        align-items: center;
        height: auto;
        padding-block-end: 40px !important;
    }
    .cars_from_hero .block_left {
        padding-top: 80px;
    }

    .cars_from_hero .title {
        font-size: 30px;
    }
    .cars_from_hero .subtitle {
        font-size: 16px;
    }
    .cars_from_hero .list {
        margin-block: 40px 30px;
        padding: 30px 24px;
    }

    .cars_from_hero .sold_box {
        position: relative;
        top: initial;
        right: initial;
        margin: 0 auto 86px 0;
        padding: 16px 16px 16px 50px;
        text-align: left;
        align-items: flex-start;
    }
    .cars_from_hero .sold_box svg {
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
    }

    .cars_from_hero .sold_box .sb_1 {
        font-size: 30px;
        margin: 0;
    }
    .cars_from_hero .sold_box .sb_2 {
        font-size: 14px;
    }

    .wrap_for_mobile {
        position: relative;
    }
    .cars_from_hero .image_element_1 {
        right: -90px;
        bottom: -26px;
        width: 375px;
        max-width: initial;
    }
    .cars_from_hero .image_element_2 {
        position: absolute;
        z-index: 3;
        bottom: -135px;
        right: -70px;
        display: block;
        width: 171px;
        height: auto;
        transform: scaleX(-1) rotate(56deg);
    }
}
@media (max-width: 768px) {
    .cars_from_hero .block_left {
        padding-top: 42px;
    }
}






section.cars_from_about {
    margin-block: 0 80px;
}
.cars_from_about .block_upper {
    padding-block: 138px;
    max-width: 660px;
}
@media (min-width: 1200px) {
    .cars_from_about .block_upper {
        padding-left: 60px;
    }
}
.cars_from_about .block_upper p {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.15em;
    margin: 0;
    color: #0F0F0F;
}

.cars_from_about .block_content {
    border-radius: 10px;
    background: linear-gradient(91deg, #0F1C5B 0.44%, #1B2E8E 80.04%);
    padding: 50px 45px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
.cars_from_about .block_content .item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.cars_from_about .block_content .item svg {
    display: block;
    width: 40px;
    height: 40px;
}
.cars_from_about .block_content .item h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2em;
    margin: 0;
    color: white;
    text-transform: initial;
}
.cars_from_about .block_content .item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3em;
    margin: 0;
    color: white;
}

.cars_from_about .image_element_1 {
    display: block;
    position: absolute;
    z-index: -3;
    top: 0;
    right: 0;
    opacity: 0.2;
    pointer-events: none;
    user-select: none;
}
.cars_from_about .image_element_2 {
    display: block;
    position: absolute;
    z-index: -1;
    top: 146px;
    right: 70px;
    width: 307px;
    height: 243px;
    pointer-events: none;
    user-select: none;
}
.cars_from_about .image_element_3 {
    display: block;
    position: absolute;
    z-index: -2;
    top: 130px;
    right: 246px;
    width: 139px;
    height: 133px;
    pointer-events: none;
    user-select: none;
}

@media (max-width: 1200px) {
    .cars_from_about .block_upper p {
        font-size: 20px;
        max-width: 600px;
        text-align: left;
    }
    .cars_from_about .block_upper {
        padding-block: 77px 167px;
        position: relative; 
        max-width: initial;
    }
    .cars_from_about .image_element_2 {
        width: 240px;
        height: auto;
        top: initial;
        bottom: -5px;
        right: 0;
    }
    .cars_from_about .image_element_3 {
        top: initial;
        bottom: 62px;
        right: 150px;
        width: 100px;
        height: auto;
    }
    .cars_from_about .block_content {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .cars_from_about .block_content {
        grid-template-columns: repeat(1, 1fr);
    }
    .cars_from_about .block_content .item {
        align-items: center;
    }
}






section.cars_from_reviews {
    margin-block: 80px;
    padding-block: 0 88px;
    border-bottom: 1px solid rgba(15, 15, 15, 0.10);;
}
.cars_from_reviews .block_upper {
    margin-block-end: 80px;
    margin-inline: auto;
    max-width: 430px;
    text-align: center;
}
.cars_from_reviews .block_upper h2 {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0 0 12px 0;
    text-transform: initial;

    font-weight: 700;
    font-size: 30px;
    color: #0F0F0F;
}
.cars_from_reviews .block_upper h2 span {
    display: inline-block;
    transform: rotate(-16.823deg);
}
.cars_from_reviews .block_upper p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3em;
    color: rgba(15, 15, 15, 0.3);
    margin: 0;
}


.cars_from_reviews .swiper:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
	grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.cars_from_reviews .block_item {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 5px;
    border: 1px solid rgba(15, 15, 15, 0.05);
    background: #D9D9D9;
    position: relative;
    z-index: 5;
    transition: ease-in-out 0.25s;
    cursor: pointer;
}
.cars_from_reviews .block_item:hover {
    border-color: rgba(15, 15, 15, 0.4);
    background: #ececec;
}
.cars_from_reviews .block_item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g opacity="0.5"><path d="M5 4.83167C5 4.0405 5.87525 3.56266 6.54076 3.99049L17.6915 11.1588C18.3038 11.5525 18.3038 12.4475 17.6915 12.8412L6.54076 20.0095C5.87525 20.4373 5 19.9595 5 19.1683V4.83167Z" fill="%230F0F0F"/></g></svg>');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cars_from_reviews .block_content {
    position: relative;
    z-index: 5;
}


.swiper_section .swiper {
    overflow: visible;
}
.swiper_section .swiper_left_gradient::before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    left: -140px;
    width: 140px;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgba(255, 255, 255, 0.00) 100%);
    pointer-events: none;
}
.swiper_section .swiper_left_gradient::after {
    content: '';
    position: absolute;
    transform: translateX(-100%);
    z-index: 3;
    top: 0;
    left: -140px;
    width: 50vw;
    height: 100%;
    border-radius: inherit;
    background: #fff;
    pointer-events: none;
}
.swiper_section .swiper_right_gradient::before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    right: -140px;
    width: 140px;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(270deg, rgb(255 255 255) 0%, rgba(255, 255, 255, 0.00) 100%);
    pointer-events: none;
}
.swiper_section .swiper_right_gradient::after {
    content: '';
    position: absolute;
    transform: translateX(100%);
    z-index: 3;
    top: 0;
    right: -140px;
    width: 50vw;
    height: 100%;
    border-radius: inherit;
    background: #fff;
    pointer-events: none;
}



.swiper_section .swiper-button-prev,
.swiper_section .swiper-button-next {
    width: 32px;
    height: 32px;
    border: initial;
    box-shadow: initial;
    border-radius: 3px;
    background: rgba(29, 30, 32, 0.05);

    margin: 0 !important;
    top: 50% !important;
    transform: translateY(-50%);

    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper_section .swiper-button-prev svg,
.swiper_section .swiper-button-next svg {
    background: initial;
    fill: transparent;
    width: initial;
    height: initial;
}
.swiper_section .swiper-button-prev {
    left: -48px !important;
}
.swiper_section .swiper-button-next {
    right: -48px !important;
}
.swiper-status {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin: 0;
}
@media (min-width: 1201px) {
    .swiper-status {
        display: none;
    }
}
@media (max-width: 1200px) {
    section.cars_from_reviews {
        padding-block-end: 60px;
    }
    .swiper_controls {
        margin: 44px auto 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }
    .swiper_section .swiper-button-prev,
    .swiper_section .swiper-button-next {
        position: initial !important;
        transform: initial;
    }
}
@media (max-width: 768px) {
    body .swiper {
        overflow: visible;
    }
    .cars_from_reviews .block_upper {
        margin-block-end: 44px;
    }
    .cars_from_reviews .block_upper h2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

body .swiper-pagination.swiper-pagination-bullets {
    position: initial;
    display: flex;
    align-items: center;
    gap: 8px;
    width: initial;
    flex-grow: 1;
    justify-content: center;
}
body .swiper-pagination .swiper-pagination-bullet {
    width: 100%;
    max-width: 68px;
    height: 2px;
    background: #D9D9D9;
    border: initial;
    border-radius: 0;
    margin: 0 !important;
    opacity: 1;
}
body .swiper-pagination .swiper-pagination-bullet-active {
    background: #E51C2B;
}





.form_cars_from_europe.form_wrap h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2em;
    margin: 0 0 32px 0;
    text-transform: initial;
    color: #fff;
    text-align: center;
}
.form_cars_from_europe.form_wrap input:not([type="checkbox"]),
.form_cars_from_europe.form_wrap textarea {
    width: 100%;
    height: 43px;
    border-radius: 3px;
    background: #EDEDED;
    padding: 12px 20px;
    margin: 0 0 8px 0;
    border: initial;

    font-weight: 400;
    font-size: 16px;
    color: #464646;
}
.form_cars_from_europe.form_wrap textarea {
    height: 91px;
    margin-bottom: 18px;
}
.form_cars_from_europe.form_wrap .submit_row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.form_cars_from_europe.form_wrap .submit_row .checkbox {
    margin-inline: auto;
    width: fit-content;
}
.form_cars_from_europe.form_wrap .submit_row .checkbox label {
    color: #fff;
    font-size: 14px;
}
.form_cars_from_europe.form_wrap button[type="submit"] {
    width: 100%;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    cursor: pointer;
    border: initial;
    border-radius: 8px;
    background: #E51C2B;
    padding: 16px 20px;

    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
}
.form_cars_from_europe.form_wrap .form_message {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}
.form_cars_from_europe.form_wrap .form_message:empty {
    display: none;
}
.relative {
    position: relative;
}
.form_wrap .currency_symbol {
    position: absolute;
    top: 11px;
    right: 20px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.35);
    margin: 0;
    pointer-events: none;
    user-select: none;
}



section.cars_from_list {
    margin-block: 80px;
    padding-block-end: 20px;
}
.cars_from_list .block_upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-block-end: 64px;
}
.cars_from_list .block_upper h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2em;
    margin: 0;
    color: #0F0F0F;
    text-transform: initial;
}
.cars_from_list .btn_row {
    display: flex;
    gap: 8px;
}
.cars_from_list .btn_style_1 {
    padding: 12px 16px;
    border-radius: 40px;
    background: #E51C2B;

    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.cars_from_list .btn_style_simple {
    padding: 12px 16px;
    border-radius: 40px;
    background: transparent;

    font-weight: 500;
    font-size: 16px;
    color: #0F0F0F;
}
@media (max-width: 1200px) {
    section.cars_from_list {
        margin-block: 60px;
        padding: 0;
    }
    .cars_from_list .block_upper {
        flex-direction: column;
        align-items: flex-start;
        gap: 44px;
    }
    .cars_from_list .swiper-pagination {
        display: none !important;
    }
}



.car_post_item {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    background: #FFF;
    box-shadow: 0 4px 250px 0 rgba(0, 0, 0, 0.03);
}
.car_post_item > img {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    user-select: none;
}
.car_post_item .box_content {
    padding: 24px 30px;
}
.car_post_item .box_content h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1em;
    margin: 0 0 12px 0;
    color: #0F0F0F;
    text-align: left;
}
.car_post_item .box_content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1em;
    color: #777;
    text-align: left;
}
.car_post_item .box_content hr {
    width: 100%;
    height: 1px;
    background: rgba(15, 15, 15, 0.10);
    margin-block: 16px;
    border: initial;
    padding: 0;
}
.car_post_item .box_content .box_lower {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.car_post_item .box_content .col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}
.car_post_item .box_content .col p:nth-child(1) {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.05em;
    color: #0F0F0F;
    margin: 0;
}
.car_post_item .box_content .col p:nth-child(2) {
    font-weight: 800;
    font-size: 20px;
    line-height: 1.15em;
    color: #141313;
    margin: 0;
}
.car_post_item .whatsapp_link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 36px;
    height: 36px;
    cursor: pointer;

    border-radius: 3px;
    border: 1px solid #25D366;
    transition: ease-in-out 0.25s;
}
.car_post_item .whatsapp_link svg {
    display: block;
}
.car_post_item .whatsapp_link:hover {
    background: #25D366;
}
.car_post_item .whatsapp_link:hover svg path {
    fill: white;
}
@media (min-width: 768px) {
    .car_post_item .whatsapp_link span {
        display: none;
    }
}
@media (max-width: 768px) {
    .car_post_item .whatsapp_link {
        width: auto;
        padding-inline: 12px;
        background: #25D366;
    }
    .car_post_item .whatsapp_link span {
        font-weight: 500;
        font-size: 14px;
        color: #fff;
    }
    .car_post_item .whatsapp_link svg path {
        fill: white;
    }
}




section.cars_from_application {
    margin-block: 100px;
}
.cars_from_application .block_content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.cars_from_application .block_left {
    width: 100%;
    max-width: 500px;
    padding: 36px;
    border-radius: 15px;
    background: linear-gradient(180deg, #1B2E8E 0%, #111F63 100%);
    box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(50px);
}
.cars_from_application .block_left .form_wrap input,
.cars_from_application .block_left .form_wrap textarea {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}
.cars_from_application .block_left .form_wrap input::placeholder,
.cars_from_application .block_left .form_wrap textarea::placeholder {
    color: rgba(255, 255, 255, 0.55);
}
.cars_from_application .block_left .form_wrap .currency_symbol {
    color: rgba(255, 255, 255, 0.35);
}

@media (min-width: 1200px) {
    .cars_from_application .block_right {
        padding-top: 91px;
    }
}
.cars_from_application .block_right {
    max-width: 570px;
}
.cars_from_application h2 {
    font-weight: 500;
    font-size: 45px;
    line-height: 1.2em;
    margin: 0 0 16px 0;
    color: #000;
    text-transform: initial;
    text-align: left;
}
.cars_from_application p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3em;
    color: rgba(15, 15, 15, 0.8);
    margin: 0;
    text-align: left;
}
.cars_from_application .selling_box {
    width: 176px;
    height: 176px;
    margin: 15px 0 0 auto;
    padding: 10px;
    border-radius: 10px;
    background: rgba(27, 46, 140, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
}
.cars_from_application .selling_box span:nth-child(1) {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2em;
    color: #1C2F8D;
    margin: 0;
}
.cars_from_application .selling_box span:nth-child(2) {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2em;
    color: #1C2F8D;
    margin: 0;
}
.cars_from_application .image_element_1 {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 232px;
    pointer-events: none;
    user-select: none;
}
.cars_from_application .image_element_2 {
    position: absolute;
    z-index: -1;
    top: 224px;
    left: 584px;
    display: block;
    width: 54px;
    height: 34px;
    pointer-events: none;
    user-select: none;
}
@media (max-width: 1200px) {
    section.cars_from_application {
        margin-block: 60px;
    }
    .cars_from_application .block_content {
        flex-direction: column-reverse;
        align-items: center;
        gap: 0;
        padding: 0;
        border: initial;
    }
    .cars_from_application h2 {
        font-size: 30px;
    }
    .cars_from_application p {
        font-size: 16px;
    }
    .cars_from_application .selling_box {
        width: 151px;
        height: 151px;
        margin: 16px 0 0 0;
    }
    .cars_from_application .selling_box span:nth-child(1) {
        font-size: 30px;
    }
    .cars_from_application .selling_box span:nth-child(2) {
        font-size: 16px;
    }
    .cars_from_application .image_element_1 {
        max-width: 400px;
        position: relative;
        transform: scaleX(-1);
        left: 35px;
        margin-top: -56px;
    }
    .cars_from_application .image_element_2 {
        display: none;
    }
}




section.cars_from_steps {
    margin-block: 100px;
}
.cars_from_steps .block_upper {
    max-width: 535px;
    margin-inline: auto;
    text-align: center;
    margin-block-end: 50px;
}
.cars_from_steps .small_title {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0 0 23px 0;
    color: rgba(15, 15, 15, 0.3);
    text-transform: uppercase;
}
.cars_from_steps h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2em;
    margin: 0;
    color: #0F0F0F;
    text-transform: initial;
}

.cars_from_steps .block_content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
}
.cars_from_steps .block_item {
    text-align: center;
    position: relative;
    z-index: 5;
}
.cars_from_steps .block_item svg {
    display: block;
    width: 40px;
    height: 40px;
    margin-block-end: 16px;
    margin-inline: auto;
}
.cars_from_steps .block_item h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2em;
    margin: 0 0 12px 0;
    color: #0F0F0F;
    text-transform: initial;
}
.cars_from_steps .block_item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
    color: rgba(15, 15, 15, 0.4);
    margin: 0;
}
.cars_from_steps .block_item:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -55px;
    transform: translateY(-50%) translateX(-50%);
    width: 24px;
    height: 24px;
    margin: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g opacity="0.2"><path d="M13 17L18 12L13 7" stroke="%230F0F0F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 17L11 12L6 7" stroke="%230F0F0F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media (min-width: 500px) and (max-width: 1200px) {
    .cars_from_steps .block_item:not(:last-child)::before {
        content: initial;
    }
}
@media (max-width: 1200px) {
    section.cars_from_steps {
        margin-block: 40px 84px;
    }
    .cars_from_steps .block_content {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
    .cars_from_steps .small_title {
        margin-block-end: 40px;
    }
    .cars_from_steps .block_upper {
        margin-block-end: 42px;
    }
}
@media (max-width: 500px) {
    .cars_from_steps .block_content {
        grid-template-columns: repeat(1, 1fr);
        gap: 72px;
    }
    .cars_from_steps .block_item:not(:last-child)::before {
        right: initial;
        left: 50%;
        bottom: -50px;
        top: initial;
        transform: translateX(-50%) translateY(0) rotate(90deg);
    }
}





.page-template-page-car-from-canada .cars_from_hero {
    background: radial-gradient(250.95% 90.64% at 35.8% 17.93%, #1D1F21 0%, #0C0D0F 100%);
}
.page-template-page-car-from-canada .cars_from_hero .subtitle {
    max-width: 440px;
}
.page-template-page-car-from-canada .cars_from_hero .block_left {
    max-width: 530px
}
.page-template-page-car-from-canada .cars_from_about {
    background: initial;
    position: relative;
    z-index: 5;
}
.page-template-page-car-from-canada .cars_from_about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    background: radial-gradient(323.24% 322.55% at 35.8% 17.93%, #0C0D0F 0%, #1D1F21 100%);
    z-index: -1;
}
.page-template-page-car-from-canada .cars_from_about .block_upper p {
    color: #fff;
}
.page-template-page-car-from-canada .cars_from_about .image_element_1 {
    top: 5px;
    left: 48px;
}
.page-template-page-car-from-canada .cars_from_about .image_element_2 {
    z-index: -5;
    width: 442px;
    height: 412px;
    top: 125px;
    right: 122px;
}
.page-template-page-car-from-canada .cars_from_about .image_element_3 {
    width: 350px;
    height: 186px;
    right: 55px;
    top: 203px;
}

.page-template-page-car-from-canada .cars_from_about .block_content {
    background: radial-gradient(153.92% 275.66% at 77.71% 0%, #1D1E20 0%, #101113 100%);
}



.page-template-page-car-from-canada .cars_from_application .block_left {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(50px);
}
.page-template-page-car-from-canada .cars_from_application .form_wrap h3 {
    color: #000;
}
.page-template-page-car-from-canada .cars_from_application .block_left .form_wrap input,
.page-template-page-car-from-canada .cars_from_application .block_left .form_wrap textarea {
    background: #EDEDED;
    color: #000;
}
.page-template-page-car-from-canada .cars_from_application .block_left .form_wrap input::placeholder,
.page-template-page-car-from-canada .cars_from_application .block_left .form_wrap textarea::placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.page-template-page-car-from-canada .cars_from_application .form_cars_from_europe.form_wrap .form_message,
.page-template-page-car-from-canada .cars_from_application .form_cars_from_europe.form_wrap .submit_row .checkbox label {
    color: #000;
}
.page-template-page-car-from-canada .cars_from_application .pf-wrap .checkbox label::before {
    border-color: #000;
}
.page-template-page-car-from-canada .cars_from_application .image_element_1 {
    left: 153px;
}
.page-template-page-car-from-canada .cars_from_application .block_left .form_wrap .currency_symbol {
    color: rgba(15, 15, 15, 0.35);
}