.pub_tiktok_row {
	margin: 28px 0 32px 0;
	padding: 84px 0 104px 0;
	background: #14151B;
}
.pub_tiktok_row .block_upper {
	margin: 0 0 44px 0;
}
.pub_tiktok_row h2 {
	font-weight: 900;
	font-size: 30px;
	color: black;
	margin: 0 0 12px 0;
}
  
.pub_tiktok_row .tiktok-feed-list {
	display: flex;
	width: 100%;
	height: auto !important;
	overflow: visible;
	transition: initial;
}
.pub_tiktok_row .tiktok-feed-item {
	position: relative !important;
	width: 25%;
	height: auto;
	transition: initial;
	min-width: initial !important;
}
@media (max-width: 1000px) {
	.pub_tiktok_row .tiktok-feed-item {
	  width: 33.333%;
	}
}
@media (max-width: 768px) {
	section.pub_tiktok_row .tiktok-feed-item {
	  width: 50%;
	}
	section.pub_tiktok_row .slick-prev, section.pub_tiktok_row .slick-next {
	  top: calc(100% + 42px);
	  width: 26px;
	  height: 26px;
	  z-index: 100;
	}
	section.pub_tiktok_row .slick-prev {
	  right: 56px;
	}
	section.pub_tiktok_row .slick-next {
	  right: 10px;
	}
  
	section.pub_tiktok_row .blupper {
	  flex-direction: column;
	  gap: 22px;
	  align-items: center;
	}
}
.pub_tiktok_row .tiktok-feed-square .tiktok-feed-item__video-wrap {
	padding: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 6;
	transition: initial;
}
  
.tiktok_title_wrap {
	display: flex;
	gap: 32px;
}
body section .tiktok_title_wrap h2 {
	font-weight: 700;
	font-size: 35px;
	color: #FFF;
	text-transform: initial;
	margin: 0;
}
  
.pub_tiktok_row .block_left {
	display: flex;
	flex-direction: column;
	gap: 11px;
}
.pub_tiktok_row .bllower p {
	font-weight: 400;
	font-size: 16px;
	color: white;
	margin: 0;
  opacity: 0.5;
}
  
.pub_tiktok_row .slick-prev::before,
.pub_tiktok_row .slick-next::before {
	content: initial;
}
.pub_tiktok_row .slick-prev,
.pub_tiktok_row .slick-next {
	position: absolute;
	top: -98px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-image: url('../images/pub_arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.pub_tiktok_row .slick-prev {
	right: 75px;
	left: initial;
	transform: translate(0, -50%) rotate(180deg);
}
.pub_tiktok_row .slick-next {
	right: 15px;
}
  
.pub_tiktok_row .blupper {
	display: flex;
	justify-content: space-between;
	gap: 45px;
}
  
.tiktok_btn {
    background-image: url(../images/tiktok_btn_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 6px 40px;
    font-weight: 700;
    font-size: 14px;
    color: white;
    display: flex;
    align-items: center;
}
@media (min-width: 1400px) {
	.pub_tiktok_row .block_content {
	  width: calc(100% + 30px);
	  position: relative;
	  left: -15px;
	}
}
  
.pub_tiktok_row .tiktok-feed-list:not(.slick-initialized) .tiktok-feed-item:not(:nth-child(1), :nth-child(2), :nth-child(3), :nth-child(4)) {
	display: none;
}
  
@media (max-width: 768px) {
	.tiktok_title_wrap h2 {
	  font-size: 22px;
	}
	.pub_tiktok_row .bllower p {
	  font-size: 16px;
	}
	.pub_tiktok_row .block_left {
	  gap: 9px;
	  align-items: baseline;
	}
	#tiktok-feed-feed-0 .tiktok-feed-item {
	  padding: 7px !important;
	}
	.tiktok_btn {
	  display: block;
	  margin: 22px auto 0 auto;
	  width: fit-content;
	}
	.tiktok_title_wrap img {
	  width: 28px;
	  height: auto;
	}
}
  
.pub_tiktok_row .tiktok-feed-item::before,
.pub_tiktok_row .sb-post-item-wrap::before {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 34px;
	right: 26px;
	width: 34px;
	height: 162px;
	background-image: url('../images/tiktok_group.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.pub_tiktok_row .tiktok-feed-item::after,
.pub_tiktok_row .sb-post-item-wrap::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 20px;
	width: 90px;
	height: 90px;
	background-image: url('../images/tiktok_hor.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
@media (max-width: 768px) {
	.pub_tiktok_row .tiktok-feed-item::after,
	.pub_tiktok_row .sb-post-item-wrap::after {
	  width: 50px;
	  height: 50px;
	}
	.pub_tiktok_row .tiktok-feed-item::before,
	.pub_tiktok_row .sb-post-item-wrap::before {
	  width: 17px;
	  height: 81px;
	  bottom: 20px;
	  right: 18px;
	}
  
	.pub_tiktok_row .block_upper {
	  margin: 0 0 18px 0;
	}
  
	.tiktok-feed__actions {
	  margin: 8px 0;
	}
  
	.pub_tiktok_row .block_content {
	  width: calc(100% + 14px);
	  position: relative;
	  left: -7px;
	}
  
	.pub_tiktok_row {
	  margin: 40px 0;
	  padding-left: 20px;
	  padding-right: 20px;
	}
	.tiktok_title_wrap {
		gap: 16px;
	}
	.pub_tiktok_row .bllower {
		padding-left: 42px !important;
	}
}
  
  
  
.pub_tiktok_row .sb-feed-header.sb-fs {
	display: none;
}
.pub_tiktok_row .sb-grid-wrapper[data-grid-columns="4"] {
	gap: 30px;
}
.pub_tiktok_row .sb-post-item-wrap {
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}
.pub_tiktok_row .sb-post-item-image-wrap {
	width: 100%;
	height: auto !important;
	aspect-ratio: 10 / 16;
}
.pub_tiktok_row .sb-post-item-image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pub_tiktok_row .sb-post-item-play {
	display: none;
}


.pub_tiktok_row .bllower {
	padding-left: 82px;
}
@media (min-width: 1200px) {
	.pub_tiktok_row .bllower {
		position: relative;
		top: -28px;
	}
}
section.brand-page .gray-bg {
  margin-bottom: 0;
}
@media (max-width: 768px) {
    body section .tiktok_title_wrap h2 {
        font-size: 26px;
    }
    .pub_tiktok_row .bllower {
        position: relative;
        top: -7px;
    }
}
.sb-modal-ctn {
    z-index: 20000 !important;
}

@media (max-width: 768px) {
	.pub_tiktok_row {
		padding: 52px 0 56px 0;
		margin: 12px 0 20px 0;
	}
}


.selling .hero a.whatsapp {
  position: relative;
  overflow: hidden;
  isolation: isolate;

  border-radius: 4px;
  background: linear-gradient(90deg, #31A71A 0%, #44DA27 100%);
  box-shadow: 0 4px 40px 0 rgba(68, 218, 39, 0.15);

  display: inline-flex;
  align-items: center;
  gap: 7px;

  padding-block: 12px;
  padding-inline: 14px;

  font-weight: 700;
  font-size: 16px;
  color: var(--color-white, #fff);
}

.selling .hero a.whatsapp::before {
    position: relative;
    z-index: 8;
}
.selling .hero a.whatsapp::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #44DA27 0%, #2A8C18 100%);
  animation: whatsapp_gradient_pulse 3s ease-in-out infinite;
}

.selling .hero a.whatsapp span,
.selling .hero a.whatsapp svg,
.selling .hero a.whatsapp img {
  position: relative;
  z-index: 1;
}

@keyframes whatsapp_gradient_pulse {
  0% { opacity: 0; }
  35% { opacity: 1; }
  70% { opacity: 0; }
  100% { opacity: 0; }
}






body section.leasing_06_2026.leasing-09-2024.leasing-01-2025_with_car {
    background: #fff;
    padding-bottom: 12px;
}
body section.leasing_06_2026 .container {
    padding-block-end: 0 !important;
}

.leasing_06_2026 .content_box {
    padding-top: 32px;
    margin: 0 auto 0 0;
}
.leasing_06_2026 h2 {
    font-weight: 700;
    font-size: 40px;
    color: #1F2646;
    text-transform: uppercase;
    margin: 0 0 44px 0;
    text-align: left;
    max-width: 415px;
}
.leasing_06_2026 h2 span {
    color: #C8D03D;
}

.component_background {
  display: block;
  position: absolute;
  z-index: -3;
  inset: 0;
  inline-size: 100%;
  block-size: 100%;
  border-radius: inherit;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

body.home section.leasing-09-2024.leasing-03-2023.leasing-11-2024.leasing-01-2025.leasing_06_2026 > div.leasing-03-2021.container {
    display: block;
    padding-top: 72px;
    min-height: initial;
}
@media (max-width: 1024px) {
    body.home section.leasing-09-2024.leasing-03-2023.leasing-11-2024.leasing-01-2025.leasing_06_2026 > div.leasing-03-2021.container {
        padding-top: 24px;
    }
}



section.leasing-09-2024.leasing_06_2026 + section.ind-spec-10-2023::before {
    content: initial;
}


.points_wrap {
    display: flex;
    flex-direction: column;
    gap: 19px;
}
.points_wrap .point {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 316px;
}
.points_wrap .point svg {
    display: block;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}
.points_wrap .col {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 0;
}
.points_wrap .col p {
    margin: 0;
}
.points_wrap .col p:nth-child(1) {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.15em;
    color: #1F2645;
}
.points_wrap .col p:nth-child(2) {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.15em;
    color: #1F2645;
}
section.leasing-05-2022.leasing_06_2026 .container > .row {
    justify-content: space-between;
}


.leasing-05-2022.leasing-07-2022.leasing-03-2023.leasing_06_2026 .container .left-side {
    margin: 0;
}
@media (max-width: 1024px) {
    .leasing-05-2022.leasing-07-2022.leasing-03-2023.leasing_06_2026 .container .left-side {
        margin-inline: auto;
    }
    .leasing_06_2026 h2 {
        margin-bottom: 26px;
    }
}

section.leasing-09-2024.leasing_06_2026 .container .left-side::after {
    background: #fff;
}
section.leasing-05-2022.leasing_06_2026 .container .left-side .fill-in,
section.leasing-03-2023.leasing_06_2026 .left-side .sub-title {
    color: #1F2646;
}

section.leasing-03-2023.leasing_06_2026 .left-side .sub-title::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="27" height="18" viewBox="0 0 27 18" fill="none"><g clip-path="url(%23clip0_440_1219)"><path d="M14.9146 16.7099C17.8219 16.7099 20.1787 14.353 20.1787 11.4457C20.1787 8.53846 17.8219 6.18164 14.9146 6.18164C12.0073 6.18164 9.65051 8.53846 9.65051 11.4457C9.65051 14.353 12.0073 16.7099 14.9146 16.7099Z" fill="%23EE3131"/><mask id="mask0_440_1219" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="27" height="18"><path d="M27 0H0V17.8716H27V0Z" fill="white"/></mask><g mask="url(%23mask0_440_1219)"><path d="M0.389276 11.458H4.52434C4.59248 11.458 4.65943 11.476 4.71844 11.5101C4.77745 11.5441 4.82645 11.5932 4.86052 11.6522C4.89459 11.7112 4.91252 11.7782 4.91251 11.8463C4.91251 11.9144 4.89457 11.9814 4.8605 12.0404L2.79245 15.6166C2.75836 15.6756 2.70936 15.7245 2.65035 15.7586C2.59135 15.7926 2.52442 15.8105 2.4563 15.8105C2.38817 15.8105 2.32125 15.7926 2.26224 15.7586C2.20324 15.7245 2.15423 15.6756 2.12014 15.6166L0.0531168 12.0404C0.019043 11.9814 0.00110265 11.9144 0.00109863 11.8463C0.00109461 11.7782 0.019027 11.7112 0.0530939 11.6522C0.0871607 11.5932 0.136162 11.5441 0.195174 11.5101C0.254185 11.476 0.321128 11.458 0.389276 11.458Z" fill="%231F2646"/><path d="M14.3414 14.0634C14.3414 14.0634 13.5802 11.871 14.3414 10.896C14.7856 10.327 15.9262 9.94472 15.9262 9.94472M20.613 11.46C20.613 12.5888 20.2782 13.6923 19.6511 14.6309C19.0239 15.5695 18.1325 16.3011 17.0896 16.7331C16.0467 17.1651 14.8991 17.2781 13.7919 17.0579C12.6848 16.8376 11.6678 16.2941 10.8696 15.4958C10.0714 14.6976 9.52777 13.6806 9.30755 12.5735C9.08732 11.4663 9.20035 10.3187 9.63234 9.27581C10.0643 8.23289 10.7959 7.34149 11.7345 6.71434C12.6731 6.08718 13.7766 5.75244 14.9054 5.75244C16.4188 5.75244 17.8702 6.35349 18.9406 7.42342C20.0109 8.49335 20.6124 9.94457 20.613 11.4579V11.46Z" stroke="%231F2646" stroke-width="1.53264" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.3414 14.0634C14.3414 14.0634 13.5802 11.871 14.3414 10.896C14.7856 10.327 15.9262 9.9447 15.9262 9.9447" stroke="white" stroke-width="1.53264" stroke-linecap="round" stroke-linejoin="round"/><path d="M1.84125 11.7502C2.18868 8.92909 3.42517 6.29185 5.3716 4.22045C7.31802 2.14905 9.87333 0.751054 12.6674 0.228963C15.4614 -0.293128 18.3491 0.0877932 20.9122 1.31655C23.4753 2.54531 25.5807 4.5581 26.9234 7.06337C26.976 7.15868 27.0028 7.26603 27.0012 7.37485C26.9996 7.48367 26.9697 7.5902 26.9145 7.68395C26.8592 7.7777 26.7804 7.85543 26.686 7.90947C26.5915 7.96351 26.4846 7.99201 26.3757 7.99215C26.2646 7.99271 26.1555 7.96306 26.0599 7.90637C25.9643 7.84968 25.886 7.76808 25.8332 7.6703C24.6259 5.40541 22.7316 3.58167 20.4225 2.46128C18.1134 1.34089 15.5085 0.981573 12.9824 1.43498C10.4562 1.88839 8.13884 3.13118 6.36352 4.98466C4.58819 6.83813 3.44633 9.20683 3.1021 11.7502H1.84125Z" fill="%231F2646"/></g></g><defs><clipPath id="clip0_440_1219"><rect width="27" height="17.8716" fill="white"/></clipPath></defs></svg>');
}


section.leasing-05-2022.leasing_06_2026 input {
    border: 1px solid rgba(31, 38, 70, 0.20);
}
section.leasing-05-2022.leasing_06_2026 .r-btn-custom .checkmark {
    border-color: rgba(31, 38, 70, 0.20);
}
section.leasing_06_2026 .r-btn-custom {
    color: #2F3967;
}



section.leasing_06_2026 .car_group {
    position: absolute;
    top: 24px;
    left: 236px;
}
@media (max-width: 1024px) {
    section.leasing_06_2026 .car_group {
        display: none;
    }
}

.leasing-05-2022.leasing-07-2022.leasing-03-2023.leasing_06_2026 .left-side .btn {
    background: #C8D03D;
    color: #1F2646;
}
section.leasing-05-2022.leasing_06_2026 .left-side .btn::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><g clip-path="url(%23clip0_440_1269)"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.35727 0.946008C5.56624 0.653685 5.84195 0.415447 6.16149 0.251083C6.48103 0.0867198 6.83518 0.000976562 7.19451 0.000976563C7.55385 0.000976562 7.908 0.0867198 8.22754 0.251083C8.54708 0.415447 8.82279 0.653685 9.03176 0.946008L9.17471 1.14652C9.25247 1.25557 9.35794 1.34188 9.48022 1.39652C9.60251 1.45117 9.73716 1.47217 9.87027 1.45737L10.5092 1.38637C10.8459 1.34889 11.1867 1.38763 11.5064 1.49974C11.8261 1.61184 12.1165 1.79443 12.3561 2.03398C12.5956 2.27353 12.7782 2.56391 12.8903 2.8836C13.0024 3.20329 13.0411 3.54411 13.0037 3.8808L12.9327 4.51976C12.918 4.65287 12.939 4.78749 12.9937 4.90975C13.0483 5.03201 13.1345 5.13749 13.2435 5.21533L13.444 5.35828C13.7364 5.56725 13.9746 5.84296 14.139 6.1625C14.3033 6.48204 14.3891 6.83619 14.3891 7.19552C14.3891 7.55486 14.3033 7.90901 14.139 8.22855C13.9746 8.54809 13.7364 8.8238 13.444 9.03277L13.2435 9.17572C13.1345 9.25348 13.0482 9.35895 12.9935 9.48123C12.9389 9.60351 12.9179 9.73817 12.9327 9.87128L13.0085 10.5141C13.0459 10.8508 13.0072 11.1916 12.8951 11.5113C12.783 11.831 12.6004 12.1213 12.3609 12.3609C12.1213 12.6005 11.8309 12.783 11.5112 12.8951C11.1915 13.0072 10.8507 13.046 10.514 13.0085L9.87507 12.9375C9.74196 12.9227 9.6073 12.9437 9.48502 12.9984C9.36274 13.053 9.25727 13.1393 9.17951 13.2484L9.03656 13.4489C8.82759 13.7412 8.55188 13.9794 8.23234 14.1438C7.9128 14.3082 7.55865 14.3939 7.19931 14.3939C6.83998 14.3939 6.48583 14.3082 6.16629 14.1438C5.84675 13.9794 5.57104 13.7412 5.36207 13.4489L5.21912 13.2484C5.14128 13.1394 5.0358 13.0531 4.91354 12.9985C4.79128 12.9439 4.65666 12.9228 4.52355 12.9375L3.8798 13.0085C3.5431 13.046 3.20228 13.0072 2.88259 12.8951C2.5629 12.783 2.27253 12.6005 2.03297 12.3609C1.79342 12.1213 1.61083 11.831 1.49873 11.5113C1.38663 11.1916 1.34788 10.8508 1.38536 10.5141L1.45636 9.87512C1.47117 9.742 1.45016 9.60735 1.39552 9.48507C1.34087 9.36279 1.25456 9.25732 1.14551 9.17955L0.945 9.0366C0.652678 8.82763 0.414439 8.55192 0.250076 8.23238C0.0857127 7.91284 -3.05176e-05 7.55869 -3.05176e-05 7.19936C-3.05176e-05 6.84002 0.0857127 6.48588 0.250076 6.16634C0.414439 5.84679 0.652678 5.57108 0.945 5.36211L1.14551 5.21916C1.25449 5.14133 1.34074 5.03585 1.39538 4.91359C1.45001 4.79133 1.47107 4.65671 1.45636 4.5236L1.38536 3.88464C1.34788 3.54794 1.38663 3.20713 1.49873 2.88744C1.61083 2.56775 1.79342 2.27737 2.03297 2.03782C2.27253 1.79827 2.5629 1.61568 2.88259 1.50357C3.20228 1.39147 3.5431 1.35273 3.8798 1.39021L4.51876 1.4612C4.65186 1.47591 4.78648 1.45486 4.90874 1.40022C5.031 1.34558 5.13648 1.25933 5.21432 1.15036L5.35727 0.946008ZM9.9854 5.15776C10.1266 5.29899 10.2059 5.49052 10.2059 5.69023C10.2059 5.88993 10.1266 6.08146 9.9854 6.22269L7.10721 9.10088C7.01944 9.18878 6.9152 9.25851 6.80046 9.30609C6.68572 9.35366 6.56272 9.37815 6.43851 9.37815C6.3143 9.37815 6.1913 9.35366 6.07656 9.30609C5.96182 9.25851 5.85758 9.18878 5.76981 9.10088L4.40459 7.73182C4.33272 7.66234 4.2754 7.57923 4.23598 7.48736C4.19656 7.3955 4.17582 7.2967 4.17498 7.19673C4.17414 7.09676 4.1932 6.99763 4.23107 6.90511C4.26894 6.81259 4.32485 6.72853 4.39554 6.65784C4.46623 6.58715 4.55028 6.53125 4.6428 6.49338C4.73532 6.45551 4.83446 6.43644 4.93442 6.43728C5.03439 6.43813 5.13319 6.45886 5.22506 6.49828C5.31693 6.53771 5.40003 6.59502 5.46952 6.66689L6.44235 7.63588L8.92047 5.15776C9.0617 5.01657 9.25323 4.93725 9.45294 4.93725C9.65264 4.93725 9.84417 5.01657 9.9854 5.15776Z" fill="%231F2646"/></g><defs><clipPath id="clip0_440_1269"><rect width="14.39" height="14.39" fill="white"/></clipPath></defs></svg>');
}






body section.ind-spec-06-2026.ind-spec-10-2023 {
    margin: -46px 0 12px 0;
    padding: 0;
    height: auto;
    background: transparent;
}

section.ind-spec-06-2026 + section.cars #cars-selects-2021:not(.pos-fixed) {
    margin-block-start: 0 !important;
}

section.ind-spec-10-202.ind-spec-06-20263 h2 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin: 0;
}


.ind-spec-06-2026 .lower_row {
    width: 100%;
    display: flex;
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
}

@media (min-width: 1024px) {
    .ind-spec-06-2026 .lower_row::before {
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 100%;
        background: #1F2646;
    }
}

@media (max-width: 1024px) {
    .ind-spec-06-2026 .lower_row {
        flex-direction: column-reverse;
        margin-top: -1px;
    }
}

@media (min-width: 1024px) {
    .ind-spec-06-2026 .spec-car-block:nth-child(4) {
        display: none;
    }
}


.content_side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 19px;
    flex-grow: 1;
    padding-left: 116px;
    padding-top: 14px;
}
.content_side .item {
    display: flex;
    align-items: center;
    gap: 16px;
}
.content_side .item svg {
    display: block;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}
.content_side .item p {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.ind-spec-06-2026 .spec-width-box {
    max-width: 720px;
    width: 100%;
}


section.ind-spec-10-2023.ind-spec-06-2026 h2 {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 5px !important;
    padding-top: 14px;
}
section.ind-spec-10-2023.ind-spec-06-2026 h2::after {
    content: initial !important;
}


section.ind-spec-06-2026 .container {
    position: relative;
    z-index: 5;
}
section.ind-spec-06-2026 .title_background {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -130px;
}
section.ind-spec-06-2026 .title_background_extension {
    position: absolute;
    z-index: -3;
    transform: translateX(-100%);
    top: 0;
    left: 0px;
    width: 50vw;
    height: 80px;
    background: #1F2646;
}
@media (max-width: 1024px) {
    section.ind-spec-06-2026 .title_background,
    section.ind-spec-06-2026 .title_background_extension {
        display: none;
    }
    body section.ind-spec-06-2026.ind-spec-10-2023 {
        background-color: #1F2646;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 12px;
    }
}



section.ind-spec-10-2023.ind-spec-06-2026 .monthly::before {
    background: #C8D03D;
}
section.ind-spec-10-2023.ind-spec-06-2026 .monthly {
    color: #1F2646;
}

section.ind-spec-10-2023.ind-spec-06-2026 .car-block .title::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="35" height="34" viewBox="0 0 35 34" fill="none"><g filter="url(%23filter0_d_441_2363)"><path d="M24.3785 5.02954H10.0589C8.66977 5.02954 7.5437 6.15561 7.5437 7.54469V20.5396C7.5437 21.9287 8.66977 23.0548 10.0589 23.0548H24.3785C25.7675 23.0548 26.8936 21.9287 26.8936 20.5396V7.54469C26.8936 6.15561 25.7675 5.02954 24.3785 5.02954Z" fill="%23C8D03D"/></g><path d="M18.1057 17.2037C18.0433 17.1469 17.9935 17.0777 17.9594 17.0005C17.9253 16.9233 17.9077 16.8399 17.9077 16.7556C17.9077 16.6712 17.9253 16.5878 17.9594 16.5106C17.9935 16.4334 18.0433 16.3642 18.1057 16.3074L19.6533 14.8554H13.181C13.0077 14.8606 12.8393 14.7969 12.7128 14.6782C12.5863 14.5596 12.512 14.3957 12.5061 14.2224C12.5118 14.0489 12.586 13.8848 12.7125 13.766C12.8391 13.6472 13.0075 13.5834 13.181 13.5886H19.6533L18.1057 12.1365C18.0433 12.0797 17.9935 12.0105 17.9594 11.9333C17.9253 11.8561 17.9077 11.7727 17.9077 11.6884C17.9077 11.604 17.9253 11.5206 17.9594 11.4434C17.9935 11.3662 18.0433 11.2971 18.1057 11.2402C18.2362 11.1212 18.4065 11.0552 18.5831 11.0552C18.7598 11.0552 18.9301 11.1212 19.0606 11.2402L21.2831 13.3261C21.4076 13.4398 21.507 13.5782 21.5751 13.7324C21.6431 13.8867 21.6782 14.0534 21.6782 14.222C21.6782 14.3905 21.6431 14.5573 21.5751 14.7115C21.507 14.8657 21.4076 15.0041 21.2831 15.1178L19.0606 17.2037C18.9302 17.3229 18.7598 17.389 18.5831 17.389C18.4064 17.389 18.2361 17.3229 18.1057 17.2037Z" fill="white"/><defs><filter id="filter0_d_441_2363" x="2.5134" y="2.51439" width="29.4105" height="28.0858" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2.51515"/><feGaussianBlur stdDeviation="2.51515"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.161 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_441_2363"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_441_2363" result="shape"/></filter></defs></svg>');
}




.leasing_06_2026 .gradient_element {
    position: absolute;
    transform: translateX(-50%);
    z-index: -1;
    bottom: -50px;
    left: 50%;
    width: 180%;
    height: 238px;
    background: radial-gradient(92.7% 21.65% at 49.13% 21.05%, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.00) 100%);
    filter: blur(47px);
}
.leasing_06_2026 input.error {
    background: #f7f7f7;
}



@media (max-width: 1024px) {
    .leasing_06_2026 .component_background {
        display: none;
    }
    body section.leasing_06_2026.leasing-09-2024.leasing-01-2025_with_car {
        background: #1F2646;
    }


    .leasing_06_2026 h2 {
        color: #fff;
        font-size: 28px;
    }
    .points_wrap .col p {
        color: #fff !important;
    }
    .points_wrap .point svg {
        width: 28px;
        height: 28px;
    }

    section.leasing-05-2022.leasing_06_2026 .container > .row {
        flex-direction: column-reverse;
    }
}


@media (max-width: 1024px) {
    .hide_below_1024 { display: none !important; }
}
@media (min-width: 1024px) {
    .hide_above_1024 { display: none !important; }
}


@media (min-width: 1024px) {
    section.ind-spec-06-2026 .spec-car-block {
        width: 226px !important;
    }
}




@media (max-width: 1024px) {
    .points_wrap {
        margin-block: 30px 40px;
        width: fit-content;
        margin-inline: auto;
    }
    .content_side {
        padding: 0;
        margin: 0 0 22px 0;
    }

    .leasing_06_2026 .content_box {
        margin-inline: auto;
    }
}



.ind-spec-06-2026_mobile_title {
    margin-bottom: 100px;
    margin-top: -1px;
    position: relative;
    z-index: 5;
}
.ind-spec-06-2026_mobile_title h2 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
    padding-left: 16px;
}
.ind-spec-06-2026_mobile_title .title_background {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -188px;
    transform: rotate(180deg) scaleX(-1);
}

.home .ind-spec-06-2026_mobile_title + section.cars section.selects-2021:not(.pos-fixed) {
    box-shadow: initial;
    margin-top: -1px;
}

.leasing_06_2026 .offer_group {
    margin: -6px auto 36px auto;
    display: block;
}

@media (min-width: 1024px) {
    html[lang=ru-RU] .leasing_06_2026 h2 {
        font-size: 34px;
    }
    html[lang=ru-RU] .content_side {
        padding-left: 50px;
    }
}