/*
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 30px 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: #E51C2B;
    box-shadow: 0px 7px 15px #0000001D;
    border: 2px solid transparent;
    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;
    text-align: center;
    box-shadow: 0px 7px 15px #0000001D;
    border: 2px solid #FFFFFF;
    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::after {
	content: url(/wp-content/uploads/2023/05/euro_sign.png);
	margin-left: 6px;
}




.mobile_header_info_box p {
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	max-width: 286px;
	margin: 10px 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: 32px;
	margin: 30px 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: -17px;
	height: 18px;
}




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



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