body {
overflow-x: hidden;
}
.container {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.section-title {
font-size: 1.5rem;
font-weight: 600;
line-height: 1.2;
color: var(--Black_titles, #191A26);
margin-bottom: 1.75rem;
}
.page_banner {
margin: 0;
}
.page_banner__slide__description {
display: none;
}
.page_banner__next-screen.singular-slider:not(:hover) {
translate: -50% 0;
} .sales-page__price-change { padding-top: 3.75rem;
padding-bottom: 3.75rem;
background-repeat: repeat;
background-size: cover;
background-position: top right;
}
.price-change__row, 
.price-change__left {
row-gap: 1rem;
}
.price-change__left {
display: flex;
flex-direction: column;
}
.price-change__left-item,
.price-change__right--body {
padding: 1.25rem;
border-radius: 0.25rem;
box-shadow: 1px 1px 16px 0 rgba(26, 20, 35, 0.1);
background-color: #FFF;
}
.price-change__left-item--icon {
overflow: hidden;
max-width: 100%;
margin-bottom: 1.125rem;
display: inline-flex;
}
.price-change__left-item--icon img {
object-fit: cover;
max-height: 48px;
width: auto;
}
.price-change__left-item--title,
.price-change__right--title {
font-size: 1.25rem;
font-weight: 600;
line-height: 1.2;
color: #21A4A3;
margin-bottom: 0.625rem;
}
.price-change__left-item--desription {
font-size: 1rem;
line-height: 1.5;
color: #393E41;
}
.price-change__right--title {
margin-bottom: 1.125rem;
}
.price-change__right--image {
display: flex;
aspect-ratio: 299 / 232;
align-items: center;
justify-content: center;
overflow: hidden;
border-radius: 0.25rem;
margin: 0 -2px;
box-shadow: 0 0 0 1px #F4F6F9;
}
.price-change__right--image img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.timer-banner {
background: var(--sales-page-banner-desktop);
color: #fff;
background-size: 102% 105%;
}
.timer-banner-container {
display: flex;
padding-block: 3.75rem;
gap: 1rem;
}
.timer-banner__text_block {
width: 600px;
max-width: 100%;
}
.timer-banner__title {
font-size: clamp(1.5rem, 2.5vw, 2rem);
font-weight: 600;
}
.timer-banner__title strong {
font-weight: 800;
}
.timer-banner__subtitle {
font-weight: 500;
font-size: clamp(1.25rem, 2vw, 1.5rem);
margin-top: 1.125rem;
}
.timer-banner__timer {
width: 680px;
max-width: 100%;
margin-inline-start: auto;
}
.timer-banner__timer_block{
display: grid;
grid-template-columns: repeat(3, 1fr);
text-align: center;
gap: clamp(1.8125rem, 3.5vw, 3.25rem);
}
.timer_item {
border: 2px solid rgba(255, 255, 255, 0.5);
padding-block: 1rem;
padding-inline: 1.125rem;
border-radius: 0.75rem;
backdrop-filter: blur(2px);
background: rgba(255, 255, 255, 0.2);
position: relative;
}
.timer_item:first-child::before,
.timer_item:last-child::before,
.timer_item:first-child::after,
.timer_item:last-child::after {
content: '';
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #ffffff;
position: absolute;
}
.timer_item:first-child::before,
.timer_item:first-child::after {
right: clamp(-1.5rem, -2vw, -2.25rem);
}
.timer_item:last-child::before,
.timer_item:last-child::after {
left: clamp(-1.5rem, -2vw, -2.25rem);
right: auto;
}
.timer_item:first-child::before,
.timer_item:last-child::before {
bottom: calc(50% + 0.5rem);
}
.timer_item:first-child::after,
.timer_item:last-child::after {
top: calc(50% + 0.5rem);
}
.timer_item__title {
font-weight: 500;
font-size: clamp(1rem, 1.5vw, 1.5rem);
}
.timer_item__digit {
font-size: clamp(2.5rem, 4.5vw, 4rem);
font-weight: 600;
margin-top: 0.625rem;
} .sales-page__popular-avto {
padding-top: 3.75rem;
padding-bottom: 5rem;
overflow: hidden;
}
.sales-page__popular-avto .glide {
margin-left: -20px;
margin-right: -20px;
margin-bottom: 1.75rem;
}
.row.popular-avto__list.glide__slides {
flex-wrap: nowrap;
margin: 0;
}
.popular-avto__list--item {
padding: 0;
}
.popular-avto__list--item__body {
box-shadow: 1px 1px 16px 0px #1A14231A;
background-color: #FFFFFF;
border-radius: 0.25rem;
display: flex;
flex-direction: column;
height: 100%;
overflow: hidden;
padding-bottom: 1.25rem;
}
.popular-avto__list--item__thumbnail {
width: 100%;
aspect-ratio: 312 / 250;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.25rem;
}
.popular-avto__list--item__thumbnail:hover .visible {
visibility: hidden;
position: absolute;
}
.popular-avto__list--item__thumbnail:hover .hidden {
display: block;
object-fit: contain;
cursor: zoom-in;
animation: opacity 0.55s ease;
}
@keyframes opacity {
0%{ opacity: 0; } 100%{ opacity: 1;}
}
.popular-avto__list--item__thumbnail img {
object-fit: cover;
width: 100%;
height: 100%;
}
.popular-avto__list--item__title, 
.popular-avto__list--item__price,
.popular-avto__list--item__call-modal,
.popular-avto__list--item__find-similar {
margin-right: 1rem;
margin-left: 1rem;
}
.popular-avto__list--item__title {
font-size: 1.125rem;
font-weight: 700;
line-height: 1.2;
color: var(--Black_titles, #191A26);
margin-bottom: 2rem;
}
.popular-avto__list--item__price {
font-size: 1.125rem;
line-height: 1;
font-weight: 500;
color: var(--Black_titles, #191A26);
margin-top: auto;
margin-bottom: 1.5rem;
}
.popular-avto__list--item__call-modal, 
.popular-avto__list--item__find-similar,
.mini-banner__button {
display: flex;
align-items: center;
justify-content: center;
padding: 1rem 1.25rem;
border: none;
font-weight: 600;
line-height: 1;
text-decoration: none;
cursor: pointer;
transition: color 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
}
.price-wrapper {
display: block;
margin-bottom: 0.625rem;
}
.page_testimonals__slide__body .price-digits,
.page_testimonals__slide__body .price-digits.kzt {
font-size: 1.125rem;
font-weight: 600;
}   
.popular-avto__list--item__call-modal,
.mini-banner__button {
background-color: #21A4A3;
border: 1px solid transparent;
color: #FFF;
margin-bottom: 0.5rem;
transition: color 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
}
.popular-avto__list--item__call-modal:hover, 
.mini-banner__button:hover {
color: #21A4A3;
border: 1px solid #21A4A3;
background-color: #ffffff;
}
.popular-avto__list--item__find-similar,
.sales-page__popular-avto .cta_btn_link {
background: transparent;
color: var(--Black_titles, #191A26);
box-shadow: inset 0 0 0 1px var(--Black_titles, #191A26);
}
.popular-avto__list--item__find-similar:hover,
.sales-page__popular-avto .cta_btn_link:hover {
background-color: var(--Black_titles, #191A26);
color: #FFF;
box-shadow: inset 0 0 0 1px var(--Black_titles, #191A26);
border-color: transparent;
}
.sales-page__popular-avto .cta_btn_link {
padding: 1.125rem 1.25rem;
margin: 0 auto;
display: flex;
width: fit-content;
column-gap: 1.25rem;
}
.sales-page__popular-avto--grafic-modal {
position: fixed;
inset: 0;
background-color: rgba(25, 26, 38, 0.20);
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
transition: 1s allow-discrete;
opacity: 1;
@starting-style {
opacity: 0;
}
}
.sales-page__popular-avto--grafic-modal:not(.active) {
display: none;
opacity: 0;
}
.popular-avto--grafic-modal__image {
display: flex;
align-items: center;
justify-content: center;
max-width: 90vw;
max-height: 90vh;
position: relative;
width: fit-content;
height: fit-content;
}
.popular-avto--grafic-modal__closer {
position: absolute;
background-color: #000;
width: 2rem;
aspect-ratio: 1;
display: flex;
align-items: center;
justify-content: center;
right: 0;
top: 0;
color: #FFF;
cursor: pointer;
transition: color 0.35s ease;
}
.popular-avto--grafic-modal__closer:hover {
color: #21A4A3;
}
.popular-avto--grafic-modal__closer::after, 
.popular-avto--grafic-modal__closer::before {
content: "";
width: 90%;
height: 4px;
background-color: currentColor;
border-radius: 4px;
position: absolute;
transform: rotate(45deg);
}
.popular-avto--grafic-modal__image .hidden {
display: block;
width: auto;
height: auto;
object-fit: contain;
max-width: 90vw;
max-height: 90vh;
}
.popular-avto--grafic-modal__closer::before {
transform: rotate(-45deg);
}
.sales-page__advantages {
padding-top: 3.75rem;
padding-bottom: 3.75rem;
background-color: #FFF;
}
.advantages__wrapper {
margin-bottom: 3.75rem;
}
.advantages__list {
row-gap: 1.5rem;
}
.advantages__list--item__body {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
font-size: 1rem;
line-height: 1.5;
color: var(--Black_titles, #191A26);
}
.advantages__list--item__body .advantages__list--item__description a {
color: rgba(33, 164, 163, 1);
}
.advantages__list--item__icon {
display: inline-flex;
margin-bottom: 1rem;
}
.advantages__list--item__title {
font-size: 1.25rem;
line-height: 1;
font-weight: 600;
color: #21A4A3;
margin-bottom: 0.625rem;
}
.advantages__marquee.marquee-wrapper {
width: 100%;
overflow: hidden;
position: relative;
}
.advantages__marquee .marquee {
white-space: nowrap;
display: flex;
align-items: center;
flex-wrap: nowrap;
height: 44px;
width: max-content;
}
.advantages__marquee img {
max-height: 100%;
width: auto;
padding-right: 28px;
}
.new-year__callback-form {
padding-top: 3.75rem;
padding-bottom: 3.75rem;
background-color: #191A26;
color: #FFF;
position: relative;
z-index: 3;
}
.callback-form__title {
color: #FFF;
}
.callback-form__form {
position: relative;
}
.callback-form__form,
.form-row {
display: flex;
flex-wrap: wrap;
row-gap: 1.5rem;
width: 100%;
}
.callback-form__form.await {
opacity: 0.7;
}
.loading {
position: fixed;
inset: 0;
background-color: rgba(0, 0, 0, 0.6);
z-index: -1;
display: flex;
align-items: center;
justify-content: center;
gap: 0.25rem;
opacity: 0;
visibility: hidden;
transition: opacity 0.25s ease, visibility 0.25s ease;
}
.await .loading {
opacity: 1;
visibility: visible;
z-index: 10;
}
.loading span {
display: block;
width: 1rem;
height: 1rem;
background-color: #FFF;
border-radius: 50%;
}
.loading span {
animation: bounce 0.5s ease infinite;
}
.loading span:nth-child(2) {
animation-delay: 0.15s;
}
.loading span:nth-child(3) {
animation-delay: 0.3s;
}
@keyframes bounce {
0% {transform: translateY(0%);}
50% { transform: translateY(100%); }
100% { transform: translateY(0%); }
}
.form-control.focused {
z-index: 2;
}
.form-control__label {
display: block;
font-size: 0.875rem;
font-weight: 600;
line-height: 1;
transition: top 0.3s ease-in-out, left 0.3s ease-in-out;
margin-bottom: 0.625rem;
}
.form-control__label::after {
content: " *";
color: #C11D1D;
}
.form-input:focus + .form-control__label,
.has_value .form-control__label,
.focused .form-control__label {
top: 0px;
left: 0px;
}
.form-control-button {
border: none;
padding: 0;
margin-top: auto;
z-index: inherit;
}
.form-select, 
.form-input {
background-color: transparent;
border: none;
outline: none;
width: 100%;
font-size: 1.125rem;
line-height: 1;
position: relative;
z-index: 1;
box-shadow: 0 0 0 1px #FFF;
border-radius: 0.25rem;
height: 46px;
padding: 0.875rem 0.75rem;
}
.focused .form-select, 
.focused .form-input {
box-shadow: 0 0 0 1px #FFF, 0 0 10px 0px #FFF;
}
.form-input {
color: #FFF;
}
input:is(:-webkit-autofill, :autofill) {
background-color: transparent !important;
color: #FFF !important;
}
.form-select {
background-image: url('data:image/svg+xml,<svg width="15" height="10" viewBox="0 0 15 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2L7.5 7.5L13 2" stroke="white" stroke-width="1.5" stroke-linecap="round"/></svg>');
background-repeat: no-repeat;
background-position: calc(100% - 10px) center;
}
.form-options .form-option {
width: 100%;
padding: 0 10px;
line-height: 2;
transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
min-height: 28px;
}
.form-options .form-option.selected {
order: -1;
}
.form-options .form-option:hover,
.form-options .form-option.selected,
.form-options .form-option.focused {
color: #FFF;
background-color: var(--Black_titles, #191A26);
}
.focused .form-options {
display: flex;
flex-direction: column;
max-height: 224px;
top: 0px;
position: absolute;
left: 0px;
right: 0px;
background-color: #FFF;
color: var(--Black_titles, #191A26);
font-size: 14px;
overflow-y: auto;
box-shadow: 0 0 0 1px #FFF, 0 0 10px 0 #FFF;
border-radius: 0.25rem;
}
.form-submit {
border: none;
background-color: #21A4A3;
padding: 1rem 1.125rem;
color: #FFF;
width: 100%;
display: block;
font-size: 1rem;
line-height: 1;
font-weight: 600;
cursor: pointer;
box-shadow: inset 0 0 0 1px #21A4A3;
transition: background-color 0.18s ease-in-out, color 0.18s ease-in-out;
}
[disabled] {
opacity: 0.7;
cursor: not-allowed;
}
.form-control__error {
color: #21A4A3;
position: absolute;
top: calc(100% + 5px);
left: 0;
right: 0;
display: none;
}
.invalid .form-control__error {
display: block;
}
.response {
display: none;
}
.sended .response {
position: absolute;
top: 50%;
left: 50%;
max-width: 90%;
padding: 1.25rem;
background-color: #FFF;
color: var(--Black_titles, #191A26);
transform: translate(-50%, -50%);
font-weight: 500;
border-radius: 0.25rem;
display: block;
}
.sales-page__video-banner .page_banner__slide {
--height: auto;
aspect-ratio: 1;
max-height: unset;
}
.sales-page__video-banner.page_banner #myVideo, 
.sales-page__video-banner.page_banner #myVideoPlaceholder {
position: absolute;
inset: 0;
z-index: -1;
right: 0;
left: 0;
top: 0;
bottom: 0;
object-fit: cover;
width: 100%;
max-width: 100%;
max-height: 100%;
height: 100%;
height: 100%;
}
.sales-page__video-banner.page_banner #myVideo.played {
z-index: 1;
}
.sales-page__video-banner.page_banner #myVideoPlaceholder {
z-index: 1;
}
.sales-page__video-banner .page_banner__slide::before,
.sales-page__video-banner .page_banner__slide__content {
z-index: 2;
display: flex;
align-items: center;
}
.sales-page__video-banner .page_banner__slide__content .row > div {
padding-top: 60px;
margin: 0;
padding-bottom: 20px;
}
.sales-page__video-banner .page_banner__slide__title {
font-size: 1.5rem;
font-weight: 600;
}
.page-template-page-sales .page_banner__slide__title {
margin-bottom: min(0%, 2rem);
}
.page-template-page-sales .page_banner__slide__support-text {
margin-top: min(1.25rem, 1.088%);
}
.page_banner__slide__show-video {
display: flex;
flex-wrap: wrap;
align-items: center;
font-size: 1rem;
font-weight: 500;
line-height: 1;
padding: 0.875rem 1.25rem;
justify-content: center;
row-gap: 1rem;
width: 100%;
border: 2px solid var(--white-back-texts, #FFF);
cursor: pointer;
}
.page_banner__slide__show-video svg {
width: 20px;
height: auto;
}
.sales-page__mini-banner {
background-color: #FFF;
padding-top: 3.75rem;
padding-bottom: 2.5rem;
}
.mini-banner__row {
row-gap: 2.5rem;
align-items: center;
}
.mini-banner__left {
order: 1;
padding-left: 19.5px;
padding-right: 19.5px;
}
.mini-banner__title {
font-size: 2rem;
margin-bottom: 2rem;
}
.mini-banner__image {
max-width: 100vw;
margin: 0 -20px;
}
.mini-banner__button {
font-size: 1.25rem;
padding: 1.25rem;
}
.page_testimonals {
background-color: rgb(235 235 235);
}
.custom-form {
padding-block: 4rem;
background: #f5f6fa;
}
.custom-form input[type="submit"] {
background-color: #21A4A3;
border: 1px solid transparent;
color: #FFF;
margin-bottom: 0.5rem;
transition: color 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
opacity: 1 !important;
margin-top: 1rem;
}
.custom-form input[type="submit"]:hover {
color: #21A4A3;
border: 1px solid #21A4A3;
background-color: #ffffff;
}
.custom-form input:not([type="submit"]),
.custom-form select {
color: #393E41 !important;
}
@media screen and (max-width: 575px ) {
.page_banner__next-screen {
bottom: 25%;
}
}
@media screen and ( max-width: 767px ) {
.sales-page__video-banner .page_banner__slide {
display: flex;
flex-direction: column;
}
.page_banner__slide::before {
display: none;
}
.sales-page__video-banner .page_banner__slide::before {
z-index: inherit;
visibility: hidden;
}
.sales-page__video-banner.page_banner #myVideo {
position: static;
width: 100%;
aspect-ratio: 16 / 9;
height: auto;
}
.sales-page__video-banner.page_banner #myVideoPlaceholder {
position: static;
width: 100%;
height: auto;
}
.page_banner__slide__show-video {
display: none;
}
.container.px-xl-0.page_banner__slide__content.p-md-0 {
order: -1;
color: var(--Black_titles, rgba(25, 26, 38, 1));
}
.timer-banner {
background: var(--sales-page-banner-mobile);
background-size: 100% 100%;
}
.timer-banner-container {
gap: 3rem;
flex-direction: column;
}
.timer-banner__subtitle {
margin-top: 0.75rem;
}
.timer_item {
padding-block: 0.5rem;
}
.timer_item__digit {
margin-top: 0.5rem;
}
.timer_item:first-child::before, 
.timer_item:last-child::before, 
.timer_item:first-child::after, 
.timer_item:last-child::after {
width: 6px;
height: 6px;
}
.timer_item:first-child::before, 
.timer_item:first-child::after {
right: -1.25rem;
}
.timer_item:last-child::before, 
.timer_item:last-child::after {
left: -1.25rem;
}
.custom-form {
padding-bottom: 0;
}
.custom-form input[type="submit"] {
width: 100% !important;
}
label.form-control.callback-form__control {
flex: 0 0 100%;
}
}
@media screen and (min-width: 576px ) {
.form-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.5rem;
}
.sales-page__video-banner .page_banner__slide {
aspect-ratio: 48 / 27;
}
.sales-page__video-banner .page_banner__slide__content .row > div {
align-items: flex-start;
justify-content: center;
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.page_banner__slide__show-video {
width: 320px;
}
.mini-banner__image {
margin: 0;
max-width: 100%;
}
}
@media screen and ( min-width: 768px ) {
.sales-page__price-change {
background-image: unset;
}
}
@media screen and ( min-width: 992px ) {
.mini-banner__left {
order: unset;
padding-right: calc(var(--bs-gutter-x)* .5);
padding-left: calc(var(--bs-gutter-x)* .5);
}
.mini-banner__button {
min-width: 226px;
width: fit-content;
}
.container {
padding-right: calc(var(--bs-gutter-x)* .5);
padding-left: calc(var(--bs-gutter-x)* .5);
}
.timer-banner-container {
padding-left: 0;
padding-right: 0;
}
}
@media screen and ( min-width: 1200px ) {
.sales-page__price-change {
padding-top: 5rem;
padding-bottom: 5rem;
}
.section-title {
font-size: 2.25rem;
margin-bottom: 3rem;
}
.price-change__left {
padding-right: 1.75rem;
}
.price-change__left-item {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
min-height: 210px;
column-gap: 1.125rem;
}
.price-change__left-item--icon {
margin: 0;
width: 3rem;
}
.price-change__left-item--text {
width: calc(100% - 4.125rem);
}
.price-change__right--body {
display: flex;
flex-direction: column;
}
.price-change__right--title {
font-size: 1.5rem;
text-align: center;
}
.sales-page__popular-avto {
padding-top: 5rem;
padding-bottom: 6.25rem;
}
.sales-page__popular-avto .glide {
margin-left: 0;
margin-right: 0;
margin-bottom: 3rem;
}
.row.popular-avto__list.glide__slides {
max-width: 100%;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(312px, 1fr));
transform: unset !important;
column-gap: 1.5rem;
row-gap: 2rem;
}
.popular-avto__list--item {
width: 100% !important;
margin: 0 !important;
}
.popular-avto__list--item.glide__slide--clone {
display: none;
}
.sales-page__advantages {
padding-top: 5rem;
padding-bottom: 6.25rem;
}
.advantages__wrapper {
margin-bottom: 6.25rem;
}
.advantages__title {
text-align: center;
}
.advantages__list {
row-gap: 0.75rem;
}
.advantages__list--item__body {
padding-left: 2.5rem;
padding-right: 2.5rem;
padding-bottom: 3rem;
}
.advantages__marquee .marquee {
height: 6.875rem;
}
.advantages__marquee img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
padding-right: 3rem;
}
.callback-form__title {
font-size: 2rem;
margin-bottom: 3.75rem;
}
.callback-form__form {
width: 872px;
margin: 0 auto;
}
.sales-page__video-banner .page_banner__slide__content {
min-height: 100%;
}
.sales-page__video-banner .page_banner__slide__content .row > div {
padding-top: min(10.12%, 136px);
padding-bottom: min(10.12%, 136px);
}
.sales-page__video-banner .page_banner__slide__title {
font-size: 2.25rem;
}
.sales-page__mini-banner {
padding-top: 5rem;
padding-bottom: 5rem;
}
.mini-banner__title {
font-size: 2.25rem;
margin-bottom: 3.75rem;
width: 576px;
max-width: 100%;
}
.timer_item:first-child::before,
.timer_item:first-child::after {
right: -2.25rem;
}
.timer_item:last-child::before,
.timer_item:last-child::after {
left: -2.25rem;
}
}