@import 'config.css'; 


body {
    background-color: var(--dark-bg-color);
    color: white;
    font-family: 'Open Sans', sans-serif;

    max-width: 100%;
    width: 100%;
    overflow-x: hidden;

    position: relative;

    padding: 0 !important;
    margin: 0 !important;
}

html,
body{
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
}

html {
    scroll-behavior: smooth;
}

textarea {
    outline: 0;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;

    /* border: 1px solid white; */
}
.x-padding-container {
    padding-left: 16px;
    padding-right: 16px;
}
.burger-container {
    display: none;
}
.container.main {
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 73.5px 0px;

    position: relative;
}
.mobile-menu {
    display: none;
}

header {
    opacity: 1;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out !important;
}

header.nav-up {
    transform: translateY(-100%);
}
header.nav-down {
    transform: translateY(0);
}

.header__row {
    display: flex;
    gap: 152px;
    /* justify-content: space-between; */
}

.header__hamburger {
    display: none;
}

.header__nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.header__menu {
    display: flex;
    gap: 47px;
    align-items: center;
}

.header__right-part {
    display: flex;
    gap: 40px;
    align-items: center;
}
.header__menu-divider {
    width: 2px;
    background-color: #D8D8D8;
    height: 12px;
}
.header__menu-link {
    display: flex;
    align-items: center;
}
.header__menu-link a, 
.header__menu-link p {
    font-size: 15px;
    color: initial;
    cursor: pointer;

    transition: all 0.3s ease;
}
.header__menu-link p:hover {
    opacity: 0.8;
}
.header__media {
    display: flex;
    gap: 12px;
    align-items: center;
}

.header__contacts {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.header__phone {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.header__whatsapp-label {
    font-size: 13px;
    color: #2E2E2E;
}
a:visited {
	color: initial
}
a {
    transition: all 0.3s ease;
}

a:hover {
    opacity: 0.85;
}

main {
    margin-top: 95px !important;
}
main {
    min-height: 100vh;
}

.welcome-section {
    display: flex;
    flex-direction: column;
    gap: 45px;
    padding: 73.5px 0px 40.5px 0px;
    position: relative;

    overflow-y: hidden;
    overflow-x: visible;
}
.header-section h1,
.welcome-section h1 {
    font-size: 60px;
    line-height: 67px;
    font-weight: 800;
}
.auto-page .header-section {
    padding-bottom: 58px;
}
.welcome-header {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.welcome-header small {
    font-size: 16px;
}

.red-button {
    font-size: 15px;
    padding: 16px 36px;
    border-radius: 16px;

    background-color: var(--color-red);
    width: fit-content;
    color: white;
}
.dark-button {
    padding: 10px 16px;
    border-radius: 12px;
    background-color: #2E2E2E;
    color: white;
}

.red-button, 
.dark-button {
    transition: all 0.3s ease;
}
.red-button:hover, 
.dark-button:hover {
    opacity: 0.8;
} 

.welcome-section .red-button {
    font-size: 18px;
    padding: 20px 18.5px;
    margin-top: 3px;
}
.welcome-section .red-button:hover {
    background-color: #b80e2a;
    opacity: 1;
}

.stats-container {
    display: flex;
    gap: 50px;
}

.stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.stat-header {
    font-size: 28px;
    font-weight: bold;
    align-self: center;
    text-align: center;

    display: flex;
    gap: 11px;
}
.stat small {
    font-size: 14px;
    color: rgb(255, 255, 255, 0.6);
    align-items: center;
    text-align: center;
}
.welcome-background {
    position: absolute;
    z-index: -1;
    top: 27px;

    /* right: -140px; */
    /* transform: translateX(140px); */
}
.reviews-page .welcome-background,
.calculator-page .welcome-background,
.about-page .welcome-background {
    width: 50%;
    right: 0;
}
.white-container {
    padding-top: 100px;
    padding-bottom: 100px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    background-color: white;
    min-height: 100vh;
    overflow-x: hidden;
}
.white-container-x-padding {
    padding-left: 100px;
    padding-right: 100px;
}
.white-container {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.home-page .white-container {
    gap: 120px;
}
.catalog-page .white-container {
    gap: 40px;
}
section {
    gap: 40px;
    display: flex;
    flex-direction: column;
}
.popular-auto-section p, 
.popular-auto-section a, 
.popular-auto-section {
    color: black
}
.popular-auto-section .red-button {
    color: white
}

section h2 {
    font-size: 48px;
    font-weight: 800;
    color: black;
}
.cards-container {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.cards-container .sort-panel {
    display: flex;
    gap: 12px;
}
.auto-cards {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.cards-container .show-more-row {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 4px;
}
.cards-container .sort-panel a {
    height: 52px;
    width: fit-content;
    background-color: #F8F8F8;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
    padding: 14px 16px;
    display: flex;
    gap: 8px;
    cursor: pointer;
}
.cards-container .sort-panel a.flag {
    padding: 0;
}
.cards-container .sort-panel span {
    font-size: 13px;
    line-height: 28px;
}

.auto-card.swiper-slide {
    width: calc((100% - 16px * 3) / 4);
}

.auto-card {
    display: flex;
    flex-direction: column;
    width: calc((100% - 16px * 3) / 4);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    background-color: #F8F8F8;
}
.auto-card img {
    object-fit: cover;
}
.auto-card .card-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 12px 12px 16px 12px;
}
.card-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.card-heading {
    font-size: 16px;
    font-weight: bold;
    color: #1F1F1F;
}
.auto-card small {
    font-size: 13px;
    color: #333333;
}
.auto-page .auto-card a.small,
.home-page .auto-card a.small {
    font-size: 13px;
    color: #333333;
}
.auto-card  .lower-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-price {
    font-size: 18px;
    font-weight: bold;
}
.auto-card  .lower-row .dark-button {
    font-size: 13px;
    font-weight: 600;
}
.card-image-container {
    display: flex;
    width: 100%;
    height: 214px;
    position: relative;

}
.card-image-container img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.card-image-container label {
    display: block;
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: white;
    padding: 4px 8px;
    background-color: #222222;
    border-radius: 12px;
}
.work-stages-section {
    display: flex;
    flex-direction: column;
    gap: 80px;
    position: relative;
}
.work-stages-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.work-stages-header small {
    color: #333333;
}
.work-stages-upper {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.white-container {
    color: black
}
.work-stages-list {
    display: flex;
    gap: 16px;
}
.work-stage {
    height: 156px;
    width: calc((100% - 16px * 3) / 4);
    position: relative;
}
.work-stage-number {
    height: 77px;
    width: 76px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    position: absolute;
    top: 0; 
    left: 0;
    display: flex;
    justify-content: center;
    padding: 8.5px;
    font-size: 20px;
    line-height: 28px;
    color: white;
    background-color: #2E2E2E;
}
.work-stage-content {
    width: 100%;
    background-color: #F8F8F8;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 113px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.work-stage-content p {
    font-size: 18px;
    font-weight: bold;
}
.work-stage-content small {
    font-size: 14px;
    line-height: 20px;
}
.work-stages-lower {
    position: relative;
}

.bold {
    font-weight: bold;
}

.work-stages-section form {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 28px 24px;
    background-color: #F8F8F8;
    max-width: 513px;
}
.work-stages-section .form-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.work-stages-section .form-header p {
    font-size: 24px;
    font-weight: 800;
    font-weight: 800;
}
.work-stages-section .form-header small {
    font-size: 14px;
}
.work-stages-section .form-main {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.work-stages-section .form-inputs {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
select {
    background-color: white;
    border-radius: 16px;
    width: 100%;
    padding: 16px;
    box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.05);
}
select {
    color: #757575;
}
.work-stages-section .form-buttons {
    display: flex;
    justify-content: space-between;
}
.delivery-price-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.detailed-calc-left {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.detailed-calc-bg {
    position: absolute;
    right: 0;
    border-bottom-right-radius: 16px;
    bottom: 0;
}
.detailed-calc-left-lower {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    max-width: 224px;
}
.detailed-calc-right {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
}
.detailed-calc-right-upper {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.detailed-calc-right-upper > div {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.detailed-calc-right .calculator-results-row p, 
.detailed-calc-right .calculator-results-row small {
    font-size: 15px;
}
.detailed-calc-right .calculator-results-row p {
    font-weight: 400;
    color: #333333;
}
.detailed-calc-right-lower {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.detailed-calc-right-lower p {
    font-size: 18px;
    line-height: 140%;
    color: #1f1f1f;
    font-weight: bold;
}
.detailed-calc-right .calculator-results-row small {
    color: #1F1F1F;
}
.detailed-calc-right-divider {
    width: 100%;
    height: 1px;
    background-color: #E1E1E1;

}
.detailed-calc-left-upper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.detailed-calc-left-upper .delivery-price-container {
    flex-direction: row;
    align-items: center;
}
.detailed-calc-left-upper .delivery-price-container p {
    font-size: 14px;
}
.delivery-price-container small {
    font-size: 14px;
    color: #333333;
}
.delivery-price-container p {
    color: #1F1F1F;
    font-size: 18px;
    font-weight: bold;
}
.form-buttons button {
    padding: 16px 24px;
}
.form-inputs {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.form-main {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.work-stages-section .info-text {
    padding: 16px;
    background-color: rgb(15, 154, 239, 0.2);
    color: #1F1F1F;
    border-radius: 12px;
    font-size: 14px;
    line-height: 24px;
}
.delivery-bg-car {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -154px;
}
.delivery-bg-red {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: -100px;
    height: 430px;
    width: 496px;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    background-color: var(--color-red);
}
.calculation-needed-section {
    height: 380px;
    width: 100%;
    padding: 95.5px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 46px;
    position: relative;
}
.calculation-needed-section * {
    z-index: 1;
}
.calculation-needed-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.calculation-needed-bg img {
    position: absolute;
    top: 0;
    opacity: 1;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.calculation-needed-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(6, 45, 75, 0.5) 10%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}
.calculation-needed-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: white;
}
.calculation-needed-header p {
    font-size: 48px;
    font-weight: 800;
}
.calculation-needed-header small {
    font-size: 15px;
}
.calculation-needed-section .red-button {
    padding: 16px 20px;
}

.about-company-container {
    display: flex;
    gap: 33px;
    padding-bottom: 53px;

}
.about-company-container .left-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.about-company-container .right-column {
    margin-top: 65px;
    height: 558px;
    min-width: 467px;
    display: flex;
    flex-direction: column;
}
.about-company-container .right-column .lower-container {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background-color: rgb(15, 154, 239, 0.2);
    padding: 16px;
    position: relative;
    min-height: 98px;
    overflow: hidden;
}
.about-company-container .right-column .lower-container p {
    max-width: 309px;
    color: #333333;
}
.about-company-container .right-column .lower-container img {
    position: absolute;
    bottom: -23px;
    right: -12px;
}
.about-company-container .right-column .image-container {
    position: relative;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}
.about-company-container .right-column .gray-logo-container {
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translateX(-50%) translateY(-50%);
    border-radius: 20px;
    width: 193px;
    height: 200px;
    background-color: white;
    opacity: 0.6;
}
.about-company-container .right-column .colored-logo {
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translateX(-50%) translateY(-50%);
}
.about-company-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.about-company-header h2 {
    font-size: 48px;
    color: #1F1F1F;
}
.about-company-header h2 + div {
    font-size: 15px;
    line-height: 26px;
    color: #333333;
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.why-us-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.why-us-container-upper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.why-us-container-upper p {
    font-size: 18px;
    color: #1F1F1F;
    font-weight: bold;
}
.why-us-container-upper small {
    color: #333333;
    font-size: 14px;
}
.advantages-cards {
    display: flex;
    flex-wrap: wrap;
    width: 900px;
    gap: 20px;
}
.advantage-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: calc((100% - 20px * 2) / 3);
}
.advantage-card + .advantage-icon + div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.advantage-card div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.advantage-icon + div p {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #1F1F1F;
}
.advantage-icon + div small {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.advantage-icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background-color: #F8F8F8;
}
.company-section {
    gap: 0px;
}
.clients-tell-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.clients-tell-upper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.review-platforms-container {
    display: flex;
    gap: 24px;
}
.review-platform {
    height: 146px;
    width: calc((100% - 16px * 3) / 4);
    position: relative;
}
.platform-logo {
    height: 77px;
    width: 76px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    padding: 8.5px;
    padding-top: 7.5px;
    font-size: 20px;
    line-height: 28px;
    color: white;
    background-color: #2E2E2E;
    overflow: hidden;
}
.platform-logo.is-icon {
    padding: 0;
}

.platform-logo img {
    height: 30px;
}
.platform-content {
    width: 100%;
    background-color: #F8F8F8;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 105px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;

}
.platform-rating-container {
    display: flex;
    gap: 16px;
}
.platform-rating {
    font-size: 36px;
    font-weight: bold;
    color: #1F1F1F;
}
.stats-row {
    display: contents;
}
.platform-rating-container > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: space-evenly;
}
.platform-reviews-count {
    font-size: 13px;
    line-height: 16px;
    color: #555252;
}
.platform-stars {
    display: flex;
    gap: 12px;
}
.platform-stars img {
    width: 14px;
}
.platform-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.platform-link p {
    color: #007DE3;
    font-size: 14px;
    line-height: 20px;
}
.reviews-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    position: relative;
}
.reviews-container h3 {
    font-size: 26px;
    font-weight: 800;
}
.reviews-container .reviews {
    width: 100%;
    overflow: hidden;
}
.reviews-container .review-card {
    display: flex;
    flex-direction: column;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 456px;
    overflow: hidden;
    background-color: #F8F8F8;
}
.reviews-container .review-photo {
    width: 100%;
    height: 214px;
    object-fit: cover;
}
.reviews-container .review-card-content {
    display: flex !important;
    flex-direction: column;
    gap: 13px;
    padding: 16px;
    height: 244px;
}
.reviews-container .swiper {
    /* padding: 10px 0; */
}
.reviews-container .swiper-wrapper {
    display: flex;
    /* gap: 16px; */
}
.reviews-container .swiper-button-next,
.reviews-container .swiper-button-prev {
    color: #1F1F1F;
    background-color: #2E2E2E;
    width: 40px;
    bottom: 165px;
    top: auto;
    height: 40px;
    border-radius: 12px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);

    transition: all 0.3s ease !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.reviews-container .swiper-button-next:after,
.reviews-container .swiper-button-prev:after {
    font-size: 18px;
}

.reviews-container .swiper-button-next {
    right: -21px;
}
.reviews-container .swiper-button-prev {
    left: -21px;
}


.reviews-container .swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.review-card-upper {
    display: flex !important;
    justify-content: space-between;
}
.review-card-name {
    display: flex !important; 
    flex-direction: column;
    gap: 4px;
}
.review-card-stars {
    display: flex;
    gap: 4.88px;
}
.review-card-name p {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #1F1F1F;
}
.review-card-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    flex: 1;
    justify-content: space-between;
}
.review-card-info p {
    color: #333333; 
    font-size: 14px;
    line-height: 21px;

    display: -webkit-box !important;
    line-height: 19.4px;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.review-card-info small {
    color: #555252; 
    font-size: 13px;
    line-height: 20px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}
.request-section {
    position: relative;
}
.request-section-bg {
    position: absolute;
    left: 0; 
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.request-section * {
    color: white;
    z-index: 1;
}
.request-section .white-container-x-padding {
    height: 629px;
    display: flex;
    gap: 32px;
    padding-top: 60px;
    padding-bottom: 100px;
}
.request-section form {
    width: 630px;
    min-width: 630px;
    border-radius: 24px;
    background-color: #1a2930;
    /* background-color: rgb(191, 191, 198, 0.1); */
}
.request-section-contacts {
    display: flex;
    flex-direction: column;
    gap: 45px;
    flex: 1;
}
.request-section-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.request-section-header h2 {
    font-size: 48px;
    font-weight: 800;
}
.request-section-header p {
    font-size: 14px;
}
.request-section-data {
    display: flex; 
    flex-direction: column;
    gap: 33px;
}
.request-section-data > div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.request-section-data small {
    font-size: 14px;
    color: rgb(255, 255, 255, 0.6)
}
.request-section-data p {
    font-size: 14px;
}
.request-section form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px;
}
.request-section form button {
    padding: 16px 20px;
    background-color: #2E2E2E;
    border-radius: 16px;
    font-size: 15px;

    transition: all 0.3s ease;
}
.request-section form button:hover {
    background-color: #1f1f1f;
}
.request-section-mobile-group {
    display: contents !important;
}
.request-form-inputs {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.request-section form h3 {
    font-size: 24px;
    font-weight: 800;
}
.video-reviews {
    max-height: 264px !important;
    height: 264px;
}
.video-reviews .overview-card {
    max-height: 264px !important;
}
.request-form-two-columns {
    display: flex;
    gap: 16px;
}
.request-input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.request-input-wrapper label {
    font-size: 14px;
}
.detailed-calc-modal textarea,
.detailed-calc-modal input,
.request-modal textarea,
.request-form-inputs input, 
.request-form-inputs textarea {
    padding: 16.5px 16px;
    border-radius: 16px;
    font-size: 15px;
    line-height: 140%;
    background-color: white;
    color: #2e2e2e;
}
.request-modal textarea {
    background-color: #F6F6F6;
    padding: 20px 16px;
    font-size: 15px;
    line-height: 140%;
}
.request-form-buttons {
    display: flex;
    justify-content: space-between;
}



.checkbox {
    display: flex;
    text-align: left;
    align-items: center;
}
.checkbox-wrap {
    margin-right: 10px;
}

.checkbox-wrap,
.checkbox-wrap input {
    opacity: 1;
}

.checkbox-wrap,
.checkbox-wrap input {
    width: 28px;
    height: 28px;
}
.checkbox-wrap {
    position: relative;
    aspect-ratio: 1;

    input {
        position: absolute;
        inset: 0;
        opacity: 0;
        cursor: pointer;
    }

    &::before,
    &::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
    }

    &:has(input:checked)::after {
        background-image: url('/static/images/mark.svg');
        background-repeat: no-repeat;
        background-position: center center;
        color: black;
        font-size: 10px;
        background-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
#requestModalForm .checkbox-wrap {
    &:has(input:checked)::after {
        background-image: url('/static/images/gray-mark-icon.svg');
        background-size: 18px;
    }
}
.checkbox-wrap {
    &::before {
        border-radius: 8px;
        border: #7A7A7A 1px solid;
    }
}
.checkbox-wrap input {
    width: 28px;
    height: 28px;
}
.checkbox-label {
    font-size: 14px;
    color: #A2A2A2;
}
.request-form-buttons a {
    color: white;
}
footer * {
    color: black
}
footer {
    height: 161px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    background-color: white;
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 28px 100px;
    display: flex;
    flex-direction: column;
    gap: 22.5px;
    left: 50%;
    transform: translateX(-50%);
}
.footer-lower {
    display: flex;
    justify-content: space-between;
}
.footer-lower-left {
    display: flex;
    gap: 30px
}
.footer-lower p, 
.footer-lower a {
    color: #555252;
    font-size: 13px;
    padding-bottom: 18.5px;
}
.header-section {
    display: flex;
    flex-direction: column;
    gap: 34px;
    position: relative;
    padding: 28px 0px 32px;
    overflow: hidden;
}
.catalog-bg {
    position: absolute;
    right: 63px;
    z-index: -2;
    top: -126px;
}
.breadcrumbs-container {
    display: flex;
    gap: 4px;
}
.breadcrumbs-container a {
    font-size: 13px;
    color: rgb(255, 255, 255, 0.6);
}
.breadcrumbs-container a.active {
    color: rgb(255, 255, 255, 0.9);
}
.header-section small {
    font-size: 15px;
    line-height: 28px;
    color: rgb(255, 255, 255, 0.9);
}
.filters-section {
    border-radius: 40px;
    background-color: #F8F8F8;
    padding: 24px 70px 24px 24px;
    
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.filters-inputs-container {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    row-gap: 12px;
}
.filters-buttons-container {
    display: flex
;
    gap: 24px;
    align-items: center;
}
.reset-filters-button {
    padding: 12px;
    /* background-color: #F8F8F8; */
    border-radius: 16px;
    color: #333333;
    text-align: center;
}
.reset-filters-button a {
    font-size: 14px;
    color: #333333;
}
.filters-buttons-container a {
    color: #333333;
}
.filters-dropdown-container.for-inputs,
.filters-dropdown {
    background-color: white;
    border-radius: 16px;
    width: 100%;
    padding: 16px;
    color: #757575;
    height: 52px;

    cursor: pointer;
}
.input-price.bold {
    font-weight: bold;
    color: #757575 !important;
}
#workStagesCarTypeDropdownContainer {
    display: none;
}
.filters-dropdown-container {
    width: calc((100% - 24px * 3) / 4);
    position: relative;
    border-radius: 16px;
    box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.05);
    display: flex;
}
.filters-dropdown-container.for-inputs {
    width: calc((100% - 24px * 3) / 4);
}
.filters-dropdown-choices,
.filters-dropdown, 
.filters-dropdown-container {
    border-radius: 16px;
}
.filters-dropdown-container a {
    display: block;
    color: black;
}
.filters-dropdown-choices {
    opacity: 0;
    user-select: none;
    pointer-events: none;
    background-color: #FFFFFF;
    padding: 16px 10px 10px 10px;
    position: absolute;
    z-index: 1001;
    width: 100%;
    top: 56px;
    box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.05);

    max-height: 250px;
    overflow-y: scroll;
    scrollbar-width: thin;

    cursor: pointer;
    transition: all 0.3s ease;
}
.filters-dropdown-choices.active {
    opacity: 1;
    user-select: all;
    pointer-events: all;
}
.filters-dropdown-choices .choice {
    background-color: white;
    border-radius: 16px;
    width: 100%;
    padding: 10px 14px;
    color: #757575;
    height: 52px;
    display: flex;
    align-items: center;
    user-select: none;
    color: black;

    transition: all 0.3s ease;
}

.filters-dropdown-choices .choice:hover {
    background-color: rgb(243, 243, 243);
}
.filters-dropdown-container .two-columns {
    display: flex;
    flex-direction: row;
}
.filters-dropdown-container.two-columns .filters-dropdown {
    width: 50%;
}
.filters-dropdown-container.two-columns .filters-dropdown:nth-of-type(2) span {
    margin-right: 4px;
}

.filters-dropdown-container.for-inputs {
    padding: 16px;
}
.filters-dropdown-container.for-inputs input {
    width: 100%;
    color: #1F1F1F;
}

.catalog-section {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-bottom: 80px;
}
.catalog-section .filters-dropdown {
    background-color: #F8F8F8;
    padding: 15px 20px;
}
.catalog-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
}
.catalog-pagination a {
    cursor: pointer;
}

.catalog-pagination .pagination {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 16px;
    background-color: #F8F8F8;
    border-radius: 20px;
}

.catalog-pagination .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 10px 11px;
    border-radius: 12px;
    text-decoration: none;
    color: initial;
    transition: background-color 0.3s ease;
    min-width: 40px; 
}

.catalog-pagination .page-link:hover {
    background-color: #e0e0e0;
}

.catalog-pagination .page-link.active {
    background-color: #2E2E2E;
    color: white; 
    padding: 10px 15.5px;
}

.catalog-pagination .page-link:has(span) {
    padding: 10px 12px; 
}

.catalog-pagination .pagination span.page-link {
    background-color: transparent;
}

#sortDropdownContainer .filters-dropdown {
    background-image: url('/static/images/sort-icon.svg');
    background-repeat: no-repeat;
    background-position: right 20px center;
}

#sortDropdownContainer .filters-dropdown-choices {
    /* background-color: rgb(248, 248, 248); */
}
.filters-dropdown {
    background-image: url('/static/images/dropdown-icon.svg');
    background-repeat: no-repeat;
    background-position: right 20px center;
}
.special-offer-container {
    border-radius: 20px;
    background-color: #F8F8F8;
    display: flex;
    width: 100%;
    height: 182px;
    overflow: hidden;
}
.special-offer-container .red-button {
    padding: 10px 16px;
    font-size: 13px;
    color: white;
}
.special-offer-left {
    padding: 28px 24px 30px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}
.special-offer-right {
    width: 558px;
}
.special-offer-right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.special-offer-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.special-offer-header a {
    font-size: 24px;
    color: #1F1F1F; 
    font-weight: 800;
}
.special-prices {
    display: flex;
    gap: 4px;
    align-items: center;
}
.special-prices small {
    font-size: 18px;
    font-weight: bold;
    color: #1F1F1F;
}
.footer-social-mobile {
    display: none;
}
.special-prices small + small {
    text-decoration: line-through;
    font-weight: 400;
    font-size: 16px;
}
.auto-page .white-container {
    gap: 80px;
}
.auto-detail-container {
    display: flex;
    gap: 50px;
    min-height: 100px;
    flex-direction: row;
}
.auto-detail-left {
    min-width: 716px;
    width: 716px;
}
.auto-detail-left img {
    object-fit: cover;
}
.auto-detail-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}
.auto-detail-card {
    background-color: #F8F8F8;
    border-radius: 20px;
    padding: 24px 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.auto-detail-header {
    display: flex;
    justify-content: space-between;
    height: 81px;
    align-items: center;
}
.auto-detail-header h1 {
    font-size: 36px;
    font-weight: 800;
}

.filters-dropdown-placeholder.bold {
    font-weight: bold;
}
.auto-detail-header a {
    text-wrap: nowrap;
    color: #007DE3;
    font-size: 13px;
    line-height: 13px;
    display: flex;
    align-items: center;
    gap: 10.42px;
}
.auto-detail-info {
    display: flex; 
    flex-direction: column;
    gap: 32px;
}

.auto-detail-info-upper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.auto-detail-info-lower {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.auto-price-block {
    display: flex;
    gap: 62px;
    align-items: end;
    justify-content: space-between;
}
.auto-card-buttons {
    display: flex;
    flex-wrap: nowrap;
    text-wrap: nowrap;
    gap: 12px;
    margin-top: 14px;
    width: fit-content;
}
.auto-card-buttons button {
    padding: 10px 16px;
    font-size: 13px;
    border-radius: 12px;
    height: fit-content;
}
.auto-price-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.auto-price-info-top h3 {
    font-size: 28px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.price-clarification {
    display: flex;
    align-items: center;
    gap: 12px;
}

.price-clarification .low_price{
    background-color: rgba(39, 189, 81, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 20px;
}

.price-clarification .hight_price{
    background-color: rgba(217, 16, 51, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 20px;
}



.auto-price-info-labels {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.auto-price-info-label {
    display: flex;
    gap: 4px;
    font-size: 13px;
    align-items: center;
}
.auto-price-info-label small {
    color: #555252;
}
.auto-price-info-label p {
    font-weight: 600;
}
.price-is-orienting {
    font-size: 14px;
    color: #333333;
}
.auto-specs-two-columnes {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
.auto-specs-column {
    width: calc((100% - 60px) / 2);
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.auto-spec {
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 15px;
}
.auto-spec small {
    color: #555252;
    font-size: 15px;
}
.auto-spec p {
    color: #333333;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.blue-button {
    display: flex;
    background-color: rgb(0, 125, 227, 0.6);
    gap: 8px;
    padding: 11px 16px;
    border-radius: 12px;
    font-size: 13px;
    color: white;
    width: fit-content;
    cursor: pointer;
}
.auto-info-panel {
    background-color: rgb(15, 154, 239, 0.2);
    border-radius: 16px;
    padding: 16px;
    position: relative;
    overflow: hidden;
}
.auto-info-panel p {
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    max-width: 449px;
}
.auto-info-panel img {
    position: absolute;
    top: -10px;
    right: 20px;
}


.auto__slider-nav img {
    width: 113px;
    height: 90px;
}
.auto__slider-nav {
    position: relative;
}
.auto__slider-nav .swiper-slide {
    margin-top: 12px;
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    width: 113px !important;
    overflow: hidden;
}
.auto__slider-nav .swiper-slide-thumb-active {
    border: 2px solid #007DE3;
}
.auto__current-slide {
    border-radius: 20px;
    overflow: hidden;
}
.auto__current-slide .swiper-slide, 
.auto__current-slide .swiper-slide img {
    height: 531px !important;
    border: none !important;
    outline: none !important;
}
.auto-city-price-container {
    display: flex;
    overflow: visible;
}
.auto-city-price-left {
    flex: 1;
    position: relative;
    padding: 28px 28px 17px 28px;
    display: flex;
    flex-direction: column;
    gap: 21px;
}
.auto-city-price-right {
    width: 543px;
    min-width: 543px;
}
.auto-city-price-header {
    display: flex; 
    flex-direction: column;
    gap: 4px;
}
.auto-city-price-header p {
    font-size: 28px;
    font-weight: 700;
    line-height: 150%;
}
.auto-city-price-header small {
    font-size: 14px;
    line-height: 24px;
}
.auto-city-price-left * {
    z-index: 1;
    color: white;
}
.auto-city-price-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; 
    object-fit: cover;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    z-index: 0;
}
.auto-city-price-contacts {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.auto-city-price-contacts p {
    font-size: 14px;
    color: white
}
.auto-city-price-contacts > div {
    display: flex;
    gap: 8px;
}
.auto-city-price-contacts > div a {
    width: 48px;
    height: 48px;
    background-color: rgb(0, 0, 0, 0.28);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.auto-city-price-right {
    background-color: #F8F8F8;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.auto-city-price-dropdown-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.auto-city-price-dropdown-container .filters-dropdown-container {
    width: 100%;
}
.auto-city-price-dropdown-container > div {
    display: flex;
    justify-content: space-between;
}
.auto-city-price-info {
    display: flex;
    align-items: center;
    gap: 4px;
}
.auto-city-price-info small {
    font-size: 14px;
    color: #333333;
}
.auto-city-price-info p {
    font-size: 14px;
    color: #1F1F1F; 
    font-weight: bold;
}
.auto-city-price-buttons {
    display: flex;
    gap: 13px;
}
.auto-city-price-buttons button {
    padding: 17px 20px;
    font-size: 15px;
    text-wrap: nowrap;
}
.auto-city-price-buttons p {
    font-size: 14px;
    color: #1F1F1F;
}
.similar-auto-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.similar-auto-container h2 {
    font-size: 36px;
    font-weight: 800;
    color: #1F1F1F;
}
.sheets-translate-page .header-section,
.calculator-page .header-section,
.about-page .header-section {
    padding-bottom: 68px;
}
.about-page .company-section {
    padding-bottom: 80px;
}
.about-page .clients-tell-container {
    gap: 28px;
}
.our-team {
    padding-top: 27px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.our-team h2 {
    font-size: 36px;
    font-weight: 800;
}
.our-team-cards {
    display: flex;
    gap: 72px;

}
.our-team-card {
    width: calc((100% - 72px * 5) / 5);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.our-team-card > div {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
}
.our-team-card div:nth-of-type(1) {
    width: 100%;
    height: 205px;
}

.our-team-card img {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: calc(100% - 5px);
    z-index: 1;
}
.our-team-card > div p:nth-of-type(1) {
    font-size: 18px;
    font-weight: 700;
    color: #1F1F1F;
    line-height: 20px;
}
.our-team-card > div p:nth-of-type(2)  {
    font-size: 15px;
    line-height: 20px;
    color: #757575;
}
.our-team-card-image-wrapper::after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 120%;
    background-color: rgb(217, 16, 51, 0.9);
    transform: translateX(7px);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 0;
}
.reviews-container div:nth-child(1) {
    justify-content: space-between;
    display: flex;
    align-items: start;
}
.reviews-container div:nth-child(1) a {
    font-size: 14px;
    line-height: 20px;
    color: #007DE3;
    transition: all 0.3s ease;
}
.reviews-container div:nth-child(1) div {
    display: flex;
    gap: 10px;
}
.shorts-name {
    display: -webkit-box !important; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.reviews-container.usual-reviews div:nth-child(1) div {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.reviews-header {
    height: 40px;
    align-items: center !important;
}
.reviews-header > div {
    align-items: center !important;
}
.video-reviews,
.auto-cards-swiper,
.overviews.swiper, 
.shorts.swiper {
    width: 100%;
}
.overview-card {
    max-height: 150px !important;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease !important;
}
.overview-card:hover {
    opacity: 1;
}
.overview-card:hover::after {
    background-color: rgb(0, 0, 0, 0);
}
.overview-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgb(0, 0, 0, 0.2);

    transition: all 0.3s ease;
}
.overview-card img:nth-of-type(1) {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.youtube-play-button {
    position: absolute;
    left: 50%; 
    top: 50%; 
    transform: translateX(-50%) translateY(-50%);
    height: 66px;
    opacity: 0.7;
    z-index: 2;

    transition: all 0.3s ease;
}
.overview-card:hover .youtube-play-button {
    opacity: 1;
}
.shorts-card {
    display: flex;
    flex-direction: column;
    gap: 7px;
    height: 311px !important;

    transition: all 0.3s ease;
}
.shorts-card img {
    border-radius: 16px;
    height: 264px;
    object-fit: cover;
}
.shorts-name {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
}
.auto-cards-swiper {
    display: none;
}
.openMobileFilters,
.mobile-filters-header {
    display: none;
}

#similarAuto {
    scroll-margin-top: 90px;
}
.header-dropdown {
    position: relative;
}
.header-dropdown-choices {
    display: flex;
    flex-direction: column;
    padding: 16px; 
    min-width: 180px;
    position: absolute;
    height: fit-content;
    top: 0;
    width: fit-content;
    transform: translateY(32px);
    background-color: white;
    box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.05);
    border-radius: 16px;

    opacity: 0;
    user-select: none;
    pointer-events: none;

    transition: all 0.3s ease;
}
.header-dropdown-choices.visible {
    opacity: 1;
    pointer-events: all;
}
.header-dropdown-choices a {
    margin-top: 8px;
    margin-bottom: 8px;
}
.header-dropdown-heading {
    display: flex;
    align-items: center;
    gap: 12px;
}
.calculator-inputs form {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    row-gap: 24px;
}
.calculator-inputs form button {
    padding: 14px 24px;
}
.calculator-inputs form button.disabled {
    opacity: 0.6;
}
.calculator-input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: calc((100% - 16px * 2) / 3);
}
.calculator-results {
    padding-top: 40px;
    padding-bottom: 100px;
}
.insurance-info,
.calculator-results-container {
    border-radius: 20px;
    background-color: #F8F8F8;
    min-height: 200px;
    padding: 40px;

    display: flex;
    flex-direction: column;
    gap: 35px;

    opacity: 0;
    user-select: none;
    pointer-events: none;

    transition: all 0.3s ease;
}
.insurance-info {
    padding: 20px;
}
/* .insurance-info, */

.insurance-info {
    opacity: 1;
}
#close-insurance, 
#close-inspection {
    cursor: pointer;
}
.calculator-results-container.active {
    pointer-events: all;
    opacity: 1;
}
.calculator-results-upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.calculator-price-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.calculator-price-block p {
    font-size: 24px;
    color: #D91033;
    font-weight: 800;
}
.calculator-price-block small {
    font-size: 16px;
    color: #333333;
}
.calculator-rates-block {
    display: flex;
    gap: 40.5px;
    align-items: start;
}
.calculator-rates-block {
    opacity: 0;
    user-select: none;
    pointer-events: none;
}
.exchange-rate-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.exchange-rate-column-upper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.exchange-rate-column-upper p {
    font-size: 16px;
}
.exchange-rate-column-upper small {
    font-size: 16px;
    color: #757575;
}
.exchange-rate-source {
    font-size: 14px;
    color: #333333;
}
.exchange-rates-divider {
    width: 1px;
    background-color: #D8D8D8;
    height: 79px;
}
.calculator-results-divider {
    background-color: #D8D8D8;
    height: 1px;
    width: 100%;
}
.insurance-info-columns,
.calculator-results-lower {
    display: flex;
    gap: 40px;
}
.insurance-info-columns > div,
.calculator-results-lower > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.calculator-results-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.calculator-results-row p {
    font-size: 18px;
    font-weight: 600;
    color: #1F1F1F;
}
.insurance-info .calculator-results-row p {
    font-weight: 400;
    font-size: 16px;
    color: #757575;
}
.insurance-info .calculator-results-row small {
    font-weight: 400;
    text-align: right;
    font-size: 16px;
    /* color: rgb(34, 197, 94); */
    font-weight: bold;
}
.inspection-modal .insurance-info .calculator-results-row small {
    color: rgb(34, 197, 94);
}
.calculator-results-row small {
    font-size: 18px;
    color: #1F1F1F;
}
.calculator-results-row-divider {
    background-color: #D8D8D8;
    height: 1px;
    width: 100%;
}
.calculator-results-row-multiple {
    display: flex;
    flex-direction: column;
    gap: 9.5px;
}
.calculator-results-row-multiple .calculator-results-row p {
    font-weight: 400;
}

.work-stages-lower .filters-dropdown-container,
.work-stages-lower .filters-dropdown,
.calculator-page .filters-dropdown, 
.calculator-page .filters-dropdown-container {
    width: 100%;
}
.calculator-page .filters-dropdown-container {
    border: 1px #DEE2E6 solid;
    border-radius: 10px;
    box-shadow: none;
}
.calculator-page .filters-dropdown {
    background-image: url('/static/images/red-dropdown-icon.svg');
}
.request-modal input,
.calculator-page .filters-dropdown-container input {
    background-color: white;
    border-radius: 16px;
    width: 100%;
    padding: 16px;
    color: #1F1F1F;
    height: 52px;
    cursor: pointer;
}
.request-modal input:focus,
.calculator-page .filters-dropdown-container input:focus {
    outline: 1px #1F1F1F solid;
}
.request-modal input,
.calculator-page .filters-dropdown-container input {
    border-radius: 10px;
}
.request-modal input {
    background-color: #F6F6F6;
    padding: 16.5px 16px;
    font-size: 15px;
}
.calculator-results-row-divider.only-mobile {
    display: none;
}
.request-modal .filters-dropdown-choices {
    /* background-color: gray; */
}
.request-modal .request-form-buttons {
    flex-direction: row;
}
.request-modal .checkbox-label, 
.request-modal a {
    color: black;
    font-size: 13px;
}
.request-modal .red-button {
    padding: 17px 20px;
}

.loader {
    border: 8px solid #f3f3f3;       
    border-top: 8px solid #555252;   
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin: 40px auto; 
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.review-modal-background,
.request-modal-background,
.modal-background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0, 0, 0, 0.2);
    z-index: 1000;
    
    pointer-events: none;
    user-select: none;
    opacity: 0;

    transition: all 0.3s ease;

}
.review-modal-background.active,
.request-modal-background.active,
.modal-background.active {
    opacity: 1;
    pointer-events: all;
    user-select: auto;

    /* z-index: 1000; */
}
.review-modal-inner,
.modal-background-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.insurance-notice {
    font-size: 12px;
    color: #757575;
}
.review-modal,
.detailed-calc-modal,
.request-modal,
.inspection-modal,
.insurance-modal {
    position: fixed;
    background-color: white;
    border-radius: 24px;
    padding: 24px;
    width: 100%;
    min-height: 200px;
    max-width: 1024px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #333333;

    opacity: 0;
    user-select: none;
    pointer-events: none;

    transition: all 0.3s ease;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    will-change: auto !important;
    isolation: isolate;
}
.inspection-modal {
    height: fit-content !important;
    overflow: visible !important;
    max-height: fit-content !important;
    position: relative;
    margin-top: 10vh;
}
.modal-background {
    overflow: auto;
}
.modal-background-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detailed-calc-modal,
.insurance-modal,
.inspection-modal {
    max-height: 90vh;
    overflow: auto;
    height: fit-content;
    scrollbar-width: thin;
}

.review-modal-background.active .review-modal.active,
.request-success-modal.active,
.modal-background.active .detailed-calc-modal.active,
.request-modal-background.active .request-modal.active,
.modal-background.active  .inspection-modal.active,
.modal-background.active  .insurance-modal.active {
    opacity: 1;
    user-select: auto;
    pointer-events: all;
    z-index: 1000;
}

.review-modal,
.detailed-calc-modal {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.detailed-calc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.detailed-calc-rate {
    display: flex;
    gap: 4px;
    align-items: center;
}
.detailed-calc-rate p {
    font-size: 14px;
    color: #757575;
}
.detailed-calc-rate small {
    font-size: 13px;
    color: #757575;
}
.detailed-calc-columns {
    display: flex;
    gap: 28px;
}
.detailed-calc-rates {
    display: flex;
    justify-content: space-between;
}
.detailed-calc-rates {
    opacity: 0; 
    pointer-events: none;
    user-select: none;
}
.detailed-calc-rates-divider {
    height: 12px;
    width: 1px;
    background-color: #D8D8D8;
}
.detailed-calc-left > div:first-of-type {
    background-color: #F8F8F8;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    min-width: 439px;
    max-width: 439px;
    position: relative;
    padding: 24px 24px 16px 24px;
}
.detailed-calc-header img {
    cursor: pointer;
    padding: 8px;
}
.detailed-calc-header h3 {
    font-size: 28px;
    font-weight: 800;
    color: #1f1f1f;
}
.detailed-calc-left .filters-dropdown-container {
    width: 100%;
}
.review-modal,
.request-modal {
    display: flex;
    flex-direction: row;
    border-radius: 24px;
    overflow: hidden;
    max-width: 1181px;
    max-height: 575px;
    height: 100%;
    padding: 0;
    gap: 0;
}
.request-modal {
    background-color: #9e0c24;
}
#requestModalForm {
    background-color: white;
}
.review-modal {
    overflow: visible;
}
.review-modal-content {
    padding: 28px;
    display: flex;
    overflow-x: hidden;
    gap: 40px;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}
.review-modal-content.fullsize {
    height: 490px;
    width: 922px;
    max-width: 80vw;
    max-height: 90vh;
}
.review-modal-content.fullsize .review-modal-text-content {
    display: none;
}
.review-modal-content.fullsize .review-modal-image {
    max-width: 100%;
    max-height: 100%;
}
.review-modal-content.fullsize .review-modal-video-container {
    max-width: 100%;
}
.review-modal-content .review-author-block {
    text-align: start;
    align-items: start;
}
.review-modal-text-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    min-width: 504px;
}
.review-modal-content-upper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.filters-dropdown-container.disabled {
    opacity: 0.7;
    pointer-events: none;
}

.review-modal-prev, 
.review-modal-next {
    height: 42px;
    width: 42px;
    border-radius: 8px;
    background-color: #D91033;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    user-select: none;

    transition: background-color 0.3s ease;
}
.filters-dropdown-placeholder-input {
    cursor: pointer;
    user-select: none;
}
.home-page .review-modal-prev, 
.home-page .review-modal-next, 
.about-page .review-modal-prev, 
.about-page .review-modal-next {
    display: none;
}
.review-modal-prev:hover, 
.review-modal-next:hover {
    background-color: #d30527;
}
.review-modal-next {
    right: -60px;
}
.review-modal-prev {
    left: -60px;
}
.review-modal {
    max-width: 1000px;
    height: fit-content;
    width: 100%;
}
.review-modal-content-lower {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.request-modal-left {
    padding: 28px;
    display: flex;
    position: relative;
    flex: 1;
    flex-direction: column;
    background-color: #AB0F2A;
    justify-content: space-between;
}
.request-modal-right {
    min-width: 470px;
    padding: 28px;
    width: 470px;

    display: flex;
    flex-direction: column;
    gap: 24px;
}
.request-modal-right > div {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.request-modal-right > div small {
    font-size: 16px;
}
.request-modal-right .filters-dropdown-container {
    width: 100%;
    font-size: 15px;
}
.request-modal-right .filters-dropdown-container p {
    font-size: 16px;
}
.request-modal-right .filters-dropdown {
    width: 100%;
    padding: 16.5px 16px;
    background-color: #F6F6F6;
}
.request-modal-left * {
    z-index: 1000;
}
.request-modal-left img.bg {
    height: 100%;
    max-height: 575px;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.request-modal-left h3 {
    font-size: 28px;
    line-height: 150%;
    color: white;
    max-width: 511px;
    font-weight: bold;
}
.request-success-modal {
    padding: 40px 28px 28px 28px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: white;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 360px;
    height: 197px;

    opacity: 0;
    user-select: none;
    pointer-events: none;

}
.close-review-modal,
.close-request-success-modal {
    position: absolute;
    right: 28px;
    top: 28px;
    width: 13px;
    height: 13px;
    cursor: pointer;
    user-select: none;
}
.request-success-modal-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
}
.request-success-modal-info p {
    font-size: 16px;
    color: #1F1F1F;
    line-height: 140%;
    font-weight: bold;
}
.success-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.success-icon {
    width: 60px;
    height: 60px;
}
.request-success-modal-info small {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}
.inner-inspection, 
.outer-inspection {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.insurance-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.insurance-header img {
    padding: 6px;
}
.insurance-header p {
    font-size: 20px;
    color: #1F1F1F;
    font-weight: 700;
}
.insurance-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cost-info {
    display: flex;
    gap: 4px;
}
.repair-cost {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: end;
}
.accidents {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.accidents-header {
    font-size: 18px;
    color: #1F1F1F;
    font-weight: 700;
}
.accidents-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.accident-date {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.cost-info small,
.accident-date small {
    font-size: 14px;
    color: #757575;
}
.cost-info p,
.accident-date p {
    font-size: 15px;
    color: #333333;
}
.accident-row {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
}
.accident-row-upper {
    background-color: #F8F8F8;
    display: flex;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
}
.accident-row-lower {
    display: flex;
    align-items: center;
    padding: 16px;
    justify-content: space-between;
}

.reviews-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.reviews-container-upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reviews-sort-panel {
    display: flex;
    gap: 16px;
    height: 46px;
}
.reviews-count {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
}
.reviews-page .filters-dropdown-container,
.reviews-page .calculator-input-wrapper {
    width: fit-content;
    min-width: 200px;
}
.reviews-page .filters-dropdown {
    background-color: #F8F8F8;
    height: 46px !important;
    padding: 10px 16px;
    padding-right: 45px;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    color: #757575;
}
.reviews-page .filters-dropdown-container {
    box-shadow: none;
}
.reviews-filter {
    height: 100%;
    width: fit-content;
    background-color: #F8F8F8;
    border: 1px solid #D8D8D8;
    padding: 12px 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #757575;
    cursor: pointer;
}
.reviews-filter.active {
    color: #757575!important;
    background-color: #DEE2E6;
}
.reviews-filter.active {
    color: #333333;
}
.reviews-sort-panel .filters-dropdown-choices {
    display: block !important;
    padding: 0 !important;
    overflow-y: auto;
}
.reviews-sort-panel .filters-dropdown-choices .choice {
    align-items: center;
    color: #757575;
}
.reviews-sort-panel .filters-dropdown-choices .choice:hover {
    background-color: #DEE2E6;
    border-radius: 0;
    color: #1F1F1F;
}
.reviews-page-cards {
    min-height: 200px;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}
.reviews-page-column {
    width: calc((100% - 20px * 2) / 3);
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.review-page-card {
    border-radius: 20px;
    min-height: 20px;
    width: calc((100% - 20px * 2) / 3);
    width: 100%;
    margin-bottom: 20px;

    overflow: hidden;
}
.review-page-card-content {
    padding: 16px 20px;
    background-color: #F8F8F8;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5;
    gap: 16px;
    cursor: pointer;
    border-radius: 20px;

    transition: all 0.2s ease;
}
.review-page-card {
    transition: all 0.2s ease;
    cursor: pointer;
}
.close-review-modal {
    padding: 4px;
    width: 18px;
    height: 18px;
}
.review-page-card:hover .review-page-card-content {
    background-color: #f3f3f3;
}
.review-text {
    font-size: 16px;
    color: #333333;
    display: -webkit-box !important; 
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.review-page-card-image {
    display: flex;
    max-height: 280px;
}
.review-page-card-image img {
    object-fit: cover;
    scale: 1.1;
}
.review-modal-divider {
    height: 1px;
    background-color: #D8D8D8;
    width: 100%;
}
.review__slider {
    max-height: 285px;
    width: 100%;
}
.review__slider-nav .swiper-slide, 
.review__slider-nav .swiper-slide img {
    width: 80px !important;
    overflow: hidden;
    height: 50px !important;
    border-radius: 4px;
}
.review-modal-image {
    flex-direction: column;
    gap: 10px;
}
.review__slider-nav {
    width: 100%;
}
.review__slider-nav .swiper-slide img {
    /* width: 100% !important; */
    min-width: 0;
}
.review__slider-nav .swiper-slide {
    border: 2px solid transparent;
    user-select: none;
}
.review__slider-nav .swiper-slide-thumb-active {
    border: 2px solid #007DE3;
}
.review-modal-image, 
.review-modal-image img {
    width: 100%;
    max-width: 400px;
    height: 100%;
    /* max-height: 285px; */
    object-fit: cover;
    min-width: 400px;
    border-radius: 6px;
}
.review-modal-image img {
    max-height: 400px;
}
.review-page-card-content-upper {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
.review-page-card-content-lower {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 24px; 
}
.review-rating {
    display: flex;
    gap: 4px;
}
.review-date {
    font-size: 14px;
    color: #555252;
}
.review-link {
    font-size: 14px;
    text-decoration: underline !important;
    color: #D91033 !important;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
    background-color: white;
}

.video-play-icon img {
    /* width: 24px; */
    /* height: 24px; */
    width: 22px;
    object-fit: contain;
    scale: 1;
}

.review__slider-nav .swiper-wrapper {
    margin-top: 12px !important;
}
.review-page-card-image {
    position: relative;
}

.platform-icon {
    width: 50px;
    height: 50px;
}
.review-author-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: start;
}
.review-author-block p {
    font-size: 16px;
    color: #1F1F1F;
    font-weight: bold;
}
.reviews-container-lower {
    display: flex;
    height: 40px;
    justify-content: space-between;
}
.reviews-pagination-button {
    border-radius: 8px;
    background-color: #F2F2F2;
    display: flex;
    gap: 10px;
    width: 117px;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    color: #333333;
}
.reviews-pagination-button.disabled {
    opacity: 0.6;
}
.reviews-page-section {
    padding-bottom: 100px;
}
.reviews-pagination {
    display: flex;
    gap: 2px;
}
.review-card-upper > a img {
    max-width: 32px;
}
.review-page-card-content-upper .platform-icon {
    max-width: 32px;
}
.page-link {
    padding: 10.5px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 8px;

    transition: all 0.3s ease;
}
.page-link:hover {
    background-color: #DEE2E6;
}
.page-link.active {
    background-color: #DEE2E6;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border: 3.5px solid #007DE3 !important;
}

.inspection-images {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
}
.inspection-images-left, 
.inspection-images-right {
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
    position: relative;
}
.inspection-images-left-img, 
.inspection-images-right-img {
    max-width: 400px;
}
.sheets-translate-page .about-company-header .red-button {
    margin-top: 12px;
}
.sheets-translate-page .white-container {
    gap: 60px
}
.sheets-translate-page .about-company-header h2 + div {
    gap: 26px;
}
.translate-manual .calculator-results-row {
    gap: 20px;
}
.sheets-translator-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.translate-advice p {
    font-size: 15px;
    line-height: 26px;
    color: #333333;
}
.translate-manual {
    gap: 32px;
}
.translate-manual .calculator-results-lower > div {
    gap: 20px;
}
.translate-manual p {
    font-size: 16px;
}
.translate-manual small {
    font-size: 15px;
    text-align: right;
}
.header__logo-link img {
    max-width: 60px;
    object-fit: contain;
    
}
.notations-panel {
    padding: 16px;
    border-radius: 8px;
    background-color: #F8F8F8;
    display: flex;
    gap: 12px;
}
.notation-mark-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
}
.notation-mark {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 100px;
    font-size: 12px;
}
.notation-mark.pos {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
}
/* Техосмотр */
.notation-mark.bonnet {
    left: 50%;
    top: 17%;
}
.notation-mark.front-wing.left {
    top: 19%;
    left: 18%;
}
.notation-mark.front-wing.right {
    top: 19%;
    left: 82%
}
.notation-mark.radiator-bracket {
    left: 50%;
    top: 5%;
}
.notation-mark.inner-panel.left {
    left: 38%;
    top: 20%;
}
.notation-mark.inner-panel.right {
    left: calc(100% - 38%);
    top: 20%;
}
.notation-mark.left.back-door {
    left: 18%;
    top: 62%;
}
.notation-mark.right.back-door {
    left: calc(100% - 18%);
    top: 62%;
}
.notation-mark.left.front-door {
    left: 18%;
    top: 42%;
}
.notation-mark.right.front-door {
    left: 82%;
    top: 42%;
}
.notation-mark.trunk-lid {
    left: 50%;
    top: 92%;
}
.notation-mark.back-panel {
    left: 50%;
    top: 92%;
}
.notation-mark.back-wing.left {
    left: 20%;
    top: 82%;
}
.notation-mark.back-wing.right {
    left: 80%;
    top: 82%;
}
.notation-mark.doorstep.left {
    left: 7%;
    top: 50%;
}
.notation-mark.doorstep.right {
    left: 93%;
    top: 50%;
}
.notation-mark.trunk-floor {
    top: 84%;
    left: 50%;
}
.notation-mark.rack-panel.left {
    left: 26%;
    top: 55%;
}
.notation-mark.rack-panel.right {
    left: 74%;
    top: 55%;
}
.notation-mark.front-arch.left {
    left: 15%;
    top: 21%;
}
.notation-mark.front-arch.right {
    left: 85%;
    top: 21%;
}
.notation-mark.front-side-spar.left {
    left: 38%;
    top: 20%;
}
.notation-mark.front-side-spar.right {
    left: 62%;
    top: 20%;
}
.notation-mark.back-side-spar.left {
    left: 42.48%;
    top: 84.5%
}
.notation-mark.back-side-spar.left {
    left: calc(100% - 42.48%);
    top: 84.5%
}
.tooltip-container {
    position: relative;
    display: inline-block;
    text-wrap: auto;
}
.custom-tooltip {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 6px;
    border-radius: 4px;
    font-size: 14px;
    width: 350px;
    display: none;
    z-index: 1000;
    text-wrap: unset;
    text-wrap: auto;

}
.tooltip-container:hover .custom-tooltip {
    display:block;
}

/*  */

.x-mark {
    background-color: rgb(220, 38, 38, 1);;
}
.w-mark {
    background-color: rgb(37, 99, 235, 1);
}
.sheets-translator .outer-tabs,
.sheets-translator .inner-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.sheets-translator .outer-tab-button,
.sheets-translator .inner-tab-button {
    padding: 10px 15px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s ease;
    font-size: 1rem;
}

.sheets-translator .outer-tab-button.active,
.sheets-translator .inner-tab-button.active {
    border-bottom-color: #ff0000; /* Example active color */
    font-weight: bold;
}

.sheets-translator .outer-tab-content > div,
.sheets-translator .inner-tab-content > div {
    display: none;
}

.sheets-translator .outer-tab-content > div.active,
.sheets-translator .inner-tab-content > div.active {
    display: block;
}

.sheets-translator .inner-tab-content img {
    max-width: 100%;
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block; 
}
.header__phone,
.header__whatsapp-label,
.header-dropdown-heading,
.header__menu-link a {
    text-wrap: nowrap;
}

.empty-catalog {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.empty-catalog p {
    max-width: 400px;
    text-align: center;
}
.empty-catalog .dark-button {
    color: white;
    font-size: 13px;
}
.home-page .review-modal-video-container, 
.about-page .review-modal-video-container {
    max-height: 100%;
}
.home-page .review-modal-content.fullsize, 
.about-page .review-modal-content.fullsize {
    height: 600px;
    overflow: hidden;
}
.home-page .review-modal-video-container video, 
.about-page .review-modal-video-container video {
    max-height: 600px;
    max-width: 100%;
}
.home-page .fullsize .review-modal-text-content, 
.about-page .fullsize .review-modal-text-content {
    display: flex;
}
.home-page .fullsize .review-modal-content-lower, 
.about-page .fullsize .review-modal-content-lower {
    display: none;
}
.filters-dropdown-to-engine_volume .filters-dropdown-placeholder-input  {
    max-width: 100%;
}
.home-page .review-modal, 
.about-page .review-modal {
    transition: all 0s ease;
}
.home-page .review-card, 
.about-page .review-card {
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.home-page .review-card:hover, 
.about-page .review-card:hover {
    opacity: 0.9;
}
.home-page .review-photo-wrapper, 
.about-page .review-photo-wrapper {
    position: relative;
}
.home-page .review-photo-wrapper .play-icon, 
.about-page .review-photo-wrapper .play-icon {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%; 
    width: 100%;
    height: 100%;
    width: 50px;
    height: 50px;
}
.home-page .review-modal-video-container, 
.home-page .review-modal-video-container {
    display: flex !important
;
    align-items: center;
    justify-content: center !important;
}
.sheets-translate-page .swiper-button-next, 
.sheets-translate-page .swiper-button-prev {
    border-radius: 12px;
    width: 36px;
    height: 36px;
    background-color: #2E2E2E;
}
.sheets-translate-page .swiper-button-next {
    background-image: url('/static/images/right-a.svg');
    background-repeat: no-repeat;
    background-position: center center;
}
.sheets-translate-page .swiper-button-prev {
    background-image: url('/static/images/left-a.svg');
    background-repeat: no-repeat;
    background-position: center center;
}
.extra-specs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.auto-specs-two-columnes {
    text-wrap: nowrap;
}
.events-section .white-container-x-padding {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.events-container {
    display: flex;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
}
.event-wrapper {
    display: flex;
    position: relative;
    width: calc((100% - 20px) / 2);
}
.more-element {
    position: absolute;
    top: 0;
    font-size: 16px;
    left: 0;
    display: flex;
    gap: 6px;
    height: 65px;
    background-color: #2E2E2E;
    padding: 12px 50px 0px 24px;
    color: white !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    cursor: pointer;
}
.more-element > div {
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
}
.more-element img {
    width: 10px;
    height: 10px;
}
.events-header > div {
    align-items: center;
    display: flex;
    gap: 12px;
}
.events-header a {
    color: #007DE3;
    font-size: 14px;
}
.events-header {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
}
.event-card {
    background-color: #F8F8F8; 
    border-radius: 20px;;
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 20;
    margin-top: 45px;;
    overflow: hidden;
}
.event-card-text {
    padding: 32px 0px 32px 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 14px;
    line-height: 20px;
    max-width: 373px;
}
.event-card-text > div p {
    font-size: 14px;
    line-height: 20px;
}
.event-card-text > div {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.event-card-text h3 {
    font-size: 18px;
    color: #1F1F1F; 
    font-weight: bold;
}
.event-crad-img {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-right: 10px;
}
.event-crad-img img {
    object-fit: cover;
}
.home-page .review-modal, 
.about-page .review-modal {
    background-color: transparent !important;
}
.home-page .fullsize .review-modal-text-content, 
.about-page .fullsize .review-modal-text-content {
    display: none;
}
.home-page .review-modal-content.fullsize, 
.about-page .review-modal-content.fullsize {
    width: fit-content;
}
.home-page .review-modal-content.fullsize {
    /* height: 80vh; */
}
.home-page .review-modal-content.fullsize .review-modal-video-container, 
.about-page .review-modal-content.fullsize .review-modal-video-container {
    max-width: 400px;
}
.home-page .review-modal-content, 
.about-page .review-modal-content {
    padding: 0 !important;
}
.home-page .review-modal-background.active .review-modal.active, 
.about-page .review-modal-background.active .review-modal.active {
    width: fit-content;
}
.home-page .review-modal-image, 
.about-page .review-modal-image {
    min-width: 0;
}
.blogers-section {
    display: flex;
    gap: 40px;
}
.blogers-content {
    display: flex;
    gap: 40px;
}
.choice.keyboard-active {
    background-color: #f0f0f0;
    color: #333;
    position: relative;
}
.bloger-text-swiper .swiper-wrapper {
    max-width: calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
}
.bloger-text-swiper blockquote p {
    font-size: 15px;
}
.bloger-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bloger-person {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.blogers-section-header strong {
    font-weight: bold;
}
.bloger-text-swiper {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.bloger-text-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.bloger-person strong {
    font-size: 16px;
    line-height: 140%;
    color: #1F1F1F;
    font-weight: bold;
}
.bloger-person span,
.bloger-person p {
    font-size: 14px;
    color: #757575
}
.bloger-thumbs-swiper .swiper-slide {
    width: 215px !important;
    height: 161px !important;
    border-radius: 16px;
    opacity: 0.7;

    transition: all 0.2s ease;
}
.blogers-section .white-container-x-padding {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.blogers-section-header p {
    max-width: min(100%, 800px);
}
.bloger-thumbs-swiper .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}
.bloger-thumbs-swiper .swiper-slide {
    cursor: pointer;
}
.bloger-main-swiper .swiper-slide {
    cursor: pointer;}
.bloger-thumbs-swiper .swiper-slide img {
    object-fit: cover;
    border-radius: 16px;
    width: 100%;
    height: 100%;
}
.bloger-thumbs-swiper {
    margin-left: 0 !important;
}
.blogers-section h2 {
    line-height: 120%;
}
.blogers-section-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.bloger-info-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 60%;
    flex: 1;
    justify-content: space-between;
}
.luxury-header {
    display: flex;
    align-items: center;
    gap: 21px;
}
.bloger-photo-container {
    width: calc((100% - 40px) / 2);
    width: calc(42% - 20px);
}
.bloger-info-container {
    width: calc((100% - 40px) / 2);
}
.bloger-main-swiper .swiper-slide, 
.bloger-main-swiper .swiper-slide img {
    max-height: 371px;
    object-fit: cover;
    object-position: center 40%; 
}
.bloger-info-container-upper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.mobile-header-phone{
    display: none;
}
@media (max-width: 1600px) {
    .header-section,
    .welcome-section {
        padding-left: 32px;
        padding-right: 32px;
        overflow-x: hidden;
    }
    .welcome-background {
        top: auto;
        bottom: 0;
    }
    .header__row {
        gap: 130px;
        padding-left: 32px;
        padding-right: 32px;
    }
    .header__menu {
        gap: 30px
    }
    footer .header__nav {
        align-items: center;
    }
    .filters-section {
        padding-right: 24px;
        font-size: 14px;
        height: fit-content;
    }
    .filters-dropdown {
        padding: 12px;
        display: flex;
        align-items: center;
        background-size: 12px 12px;
        background-position: right 12px center;
    }
    .auto-detail-container {
        gap: 20px
    }
    .auto-price-block {
        gap: 20px;
    }
    .auto-detail-header {
        flex-direction: column;
        height: fit-content;
        align-items: start;
    }
}
@media (max-width: 1500px) {
    .delivery-bg-car {
        max-width: calc(100vw - 513px);
    }
    .about-company-container .left-column {
        max-width: 60%;
    }
    .advantages-cards {
        max-width: 100%;
    }
    .about-company-container .right-column {
        min-width: 300px
    }
    .header__row {
        gap: 40px
    }
    .header__right-part {
        gap: 16px;
    }
    .filters-inputs-container {
        column-gap: 12px;
    }
    .filters-dropdown-container .filters-dropdown:first-of-type {
        /* background: none; */
    }
    .auto-price-block {
        flex-direction: column;
        align-items: start;
    }
    .auto-specs-two-columnes {
        gap: 10px;
    }
    .auto-spec p, 
    .auto-spec small {
        font-size: 12px;
    }
    .auto-specs-column {
        gap: 10px;
    }
    .auto-detail-info {
        gap: 20px;
    }
    .event-crad-img img {
        object-fit: contain;
    }
}
@media (max-width: 1370px) {
    .custom-tooltip {
        left: -600%;
    }
}
@media (max-width: 1320px) {
    .card-price {
        font-size: 16px;
    }
    .auto-card .lower-row .dark-button {
        font-size: 12px;
    }
}
@media (max-width: 1300px) {
    .white-container-x-padding {
        padding-left: 60px;
        padding-right: 60px;
    }
    .header__menu-divider {
        display: none;
    }
    .header-dropdown-heading {
        gap: 6px;
    }
    .header__row {
        gap: 20px
    }
    .auto-city-price-header p {
        font-size: 24px;
    }
    .auto-city-price-header small {
        font-size: 13px;
    }
}
@media (max-width: 1370px) {
    .custom-tooltip {
        left: -900%;
    }
}
@media (max-width: 1200px) {
    .auto-card,
    .auto-card.swiper-slide {
        width: calc((100% - 16px * 2) / 3);
    }
    .home-page .white-container {
        gap: 80px
    }
    .auto-detail-left {
        min-width: 600px;
        width: 600px;
    }
    #similarAuto .auto-card {
        width: calc((100% - 16px) / 2);
    }
    .our-team-cards {
        gap: 55px;
    }
    .our-team-card {
        width: calc((100% - 55px * 4) / 5);
    }
    .blogers-content {
        flex-direction: column-reverse;
        gap: 16px
    }
    .bloger-thumbs-swiper .swiper-slide {
        width: 40px !important; 
        height: 40px !important;
        border-radius: 6px;
    }
    .bloger-thumbs-swiper .swiper-slide img {
        border-radius: 6px;
    }
    .bloger-info-container {
        width: 100% !important;
        max-width: 100%;
    }
    .bloger-photo-container {
        width: 100% !important;
        max-width: 100%;
    }
    .blogers-section .white-container-x-padding {
        gap: 20px;
    }
    .bloger-info-container {
        gap: 16px
    }
    .bloger-thumbs-swiper {
        margin-top: 0px !important;
    }
    .bloger-person + div img {
        max-width: 50px;
    }
    .bloger-card-header {
        align-items: start;
    }
}
@media (max-width: 1150px) {
    .header__right-part {
        flex-direction: column-reverse;
        gap: 6px;
        align-items: end;
    }
    .header__phone {
        font-size: 16px;
    }
    .header__whatsapp-label {
        font-size: 12px;
    }
    .header__contacts,
    .header__media {
        align-items: end;
    }
    .header__media > a {
        max-width: 20px;
    }
}
@media (max-width: 1100px) {
    .auto-detail-left {
        min-width: 500px;
        width: 500px;
    }
    .auto__current-slide .swiper-slide, .auto__current-slide .swiper-slide img {
        height: 400px !important;
    }
}
@media (max-width: 990px) {
    .white-container-x-padding {
        padding-left: 0px;
        padding-right: 0px;
    }
    .home-page .auto-cards, 
    .similar-auto-container .auto-cards {
        gap: 0px;
        flex-direction: column;
    }
    .container-x-padding-mobile {
        padding-left: 16px;
        padding-right: 16px;
    }
    .white-container {
        padding-top: 16px;
        padding-bottom: 326px;
        border-radius: 24px;
    }
    .white-container.container {
        margin-left: 0px;
        margin-right: 0px;
        overflow: hidden;
    }
    .header-section h1, .welcome-section h1,
    .request-section-header h2,
    section h2 {
        font-size: 32px;
        line-height: normal;
    }
    section {
        gap: 24px;
    }
    .sort-panel span {
        display: none;
    }
    .cards-container .sort-panel a {
        height: 40px;
    }
    .cards-container .sort-panel a.flag {
        height: 40px;
        
    }
    .cards-container .sort-panel a.flag img {
        object-fit: contain;
        height: 40px;
    }
    .cards-container {
        gap: 16px
    }
    .auto-card {
        width: calc((100% - 16px) / 2);
    }
    .auto-cards {
        /* gap: 0px; */
    }
    .auto-cards-swiper {
        display: block;
    }
    .white-container,
    main {
        min-height: fit-content;
    }
    .auto-page .auto-cards,
    .home-page .auto-cards {
        /* flex-wrap: nowrap; */
        height: 338px !important;
    }
    .cards-container .show-more-row .red-button {
        width: 100%;
        padding: 16px 0px;
        margin-top: 8px;
    }
    .cards-container .show-more-row .red-button {
        text-align: center;
    }
    .home-page .white-container {
        gap: 36px;
    }
    .work-stages-upper {
        gap: 24px;
    }
    .work-stages-list {
        flex-direction: column;
    }
    .work-stage {
        width: 100%;
    }
    .work-stages-section {
        gap: 24px;
    }
    .only-desktop {
        display: none;
    }
    .work-stages-section .form-buttons {
        gap: 24px;
        align-items: end;
    }
    .form-buttons button {
        text-wrap: nowrap;
        padding: 16px 24px;
        height: fit-content;
    }
    .work-stages-section {
        padding-bottom: 165px;
    }
    .delivery-bg-red {
        width: 120vw;
        right: 0vw;
        bottom: 22px;
        height: 190px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 8px * 2);
        border-radius: 0;
    }
    .delivery-bg-car {
        height: 151px;
        left: 50%;
        transform: translateX(-50%);
    }
    .work-stages-lower {
        display: flex;
        justify-content: center;
    }
    .home-page .calculation-needed-section {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .calculation-needed-section {
        height: 344px;
    }
    .calculation-needed-header {
        text-align: center;
    }
    .calculation-needed-header p {
        font-size: 32px;
        line-height: normal;
    }
    .calculation-needed-section .red-button {
        width: 100%;
    }
    .calculation-needed-section div:nth-of-type(3) {
        width: 100%;
    }
    .about-company-header h2 {
        font-size: 32px;
    }
    .about-company-container {
        flex-direction: column;
    }
    .about-company-container .left-column {
        gap: 32px;
    }
    .advantages-cards {
        width: 100%;
    }
    .advantage-card {
        width: 100%;
    }
    .about-company-container .right-column {
        width: 100%;
        min-width: 0;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .about-company-container .right-column .image-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about-company-container .right-column .lower-container {
        width: min(467px, 100%);
    }
    .sheets-first-section {
        padding-top: 16px;
    }
    .about-company-container .right-column .lower-container img {
        bottom: -18px;
        right: -16px;
        height: 92px;
    }
    .about-company-container {
        padding-bottom: 64px;
    }
    .review-platforms-container {
        flex-direction: column;
        gap: 16px;
    }
    .review-platform {
        width: 100%;
    }
    .platform-content {
        padding: 16px 20px;
    }
    .reviews-container .swiper-button-next, .reviews-container .swiper-button-prev {
        display: none;
    }
    .shorts-card img {
        width: 100%;
        height: 264px;
        object-fit: cover;
    }
    .home-page .request-section {
        margin-top: 28px;
    }
    .about-company-container .right-column {
        margin-top: 0;
    }
    .request-section .white-container-x-padding {
        flex-direction: column;
        padding-top: 23.5px;
    }
    .request-section-contacts {
        gap: 24px;
    }
    .request-section-mobile-group {
        display: flex !important;
        flex-direction: row !important;
        gap: 6px;
    }
    .request-section-mobile-group > div {
        width: 100%;
    }
    .request-section form {
        padding: 16px;
        border-radius: 24px;
        width: 100%;
        min-width: 0;
    }
    .request-form-two-columns {
        flex-direction: column;
    }
    footer {
        overflow: hidden;
    }
    .request-section .white-container-x-padding {
        height: fit-content;
    }
    .request-form-buttons {
        flex-direction: column;
        gap: 16px;
    }
    .request-section form button {
        padding: 16px 0px;
        width: 100%;
        background-color: #2E2E2E;
        border-radius: 16px;
    }
    footer {
        padding: 16px 32px;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        height: fit-content;
        gap: 32px;
    }
    footer .header__menu {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }
    .header__menu-divider {
        width: 100%;
        height: 1px;
    }
    footer .header__row {
        flex-direction: column;
        gap: 16px;
    }
    footer .header__right-part {
        display: none;
    }
    footer .header__logo {
        display: flex;
        justify-content: space-between;
    }
    .footer-social-mobile {
        display: flex;
    }
    header {
        height: 92px;

    }
    header .header__menu {
        display: none;
    }
    header .header__desktop {
        display: none;
    }
    header .header__nav {
        display: none;
    }
    header .header__logo img {
        width: 60px;
        height: 60px;
    }
    .burger-container {
        display: flex;
        border-radius: 4px;
        background-color: rgba(217, 16, 51, 0.1);
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
    }
    header .header__row {
        justify-content: space-between;
        align-items: center;
    }
    .mobile-menu {
        position: absolute;
        width: 100%;
        height: 500px;
        top: 0;
        background-color: white;
        transform: translateX(-16px) translateY(92px);
        padding-top: 16px;
        display: flex;
        flex-direction: column;
        gap: 32px;
        height: fit-content;
        padding-bottom: 16px;

        opacity: 0;
        user-select: none;
        pointer-events: none;

        transition: all 0.3s ease;
    }
    .welcome-header small {
        min-height: 66px;
    }
    .header__whatsapp-label {
        font-size: 14px;
    }
    .mobile-menu * {
        user-select: none;
        pointer-events: none;
    }
    .header__media > a {
        max-width: 100px;
    }
    .header__row {
        padding-left: 0px;
        padding-right: 0px;
    }
    .mobile-menu * {
        user-select: none;
    }
    .mobile-menu.active {
        opacity: 1;
        user-select: none;
        pointer-events: all;
    }
    .mobile-menu.active * {
        user-select: none;
        pointer-events: all;
    }
    .mobile-menu-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
        font-size: 18px;
        color: #1F1F1F;
    }
    .mobile-menu-list a {
        color: #1F1F1F;
    }
    .mobile-menu-lower {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .welcome-section {
        padding-top: 48px;
        padding-bottom: 64px;
        overflow-x: hidden;
    }
    .home-page h1 {
        font-size: 40px;
        line-height: 47px;
    }
    .welcome-section .red-button {
        padding: 20px 0px;
        width: 100%;
    }
    .stats-container {
        flex-wrap: wrap;
        row-gap: 16px;
        column-gap: 0px;
    }
    .stats-row {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .stats-row:nth-of-type(1) .stat:nth-of-type(1) {
        width: 150px;
    }
    .welcome-background {
        width: 500px;
        max-width: 1000px;
        top: 30%;
        right: -6px;
        opacity: 0.5;
    }
    .header-section {
        padding-top: 48px;
        padding-bottom: 50px;
    }
    .catalog-bg {
        top: auto;
        width: 300px;
        right: -14px;
        bottom: -96px;
        opacity: 0.4;
    }
    .auto-cards {
        /* flex-direction: column; */
    }
    #sortDropdownContainer {
        /* display: none; */
    }
    .catalog-page .white-container section:nth-of-type(1) {
        display: flex;
        position: fixed;
        background-color: white;
        z-index: 4;
        left: 0;
        top: 0; 
        width: 100%;
        height: 100%;
        user-select: none;

        pointer-events: none;
        opacity: 0;

        transition: all 0.3s ease;
    }
    .openMobileFilters {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        position: relative;
    }
    .openMobileFilters:not(.qq) > div:nth-of-type(1) {
        width: 100%;
        position: relative;
        font-size: 15px;
        color: #333333;
        text-align: center;
        width: 100%;
        padding: 16px;
        background-color: #F8F8F8;
        border-radius: 16px;
    }
    .filters-counter {
        position: absolute;
        right: 8px;
        color: white;
        top: 8px;
        transform: translateX(50%) translateY(-50%);
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 26px;
        height: 26px;
        background-color: #2E2E2E;

        opacity: 0;
    }
    .filters-counter.active {
        opacity: 1;
    }
    .openMobileFilters p {
        /* font-size: 15px;
        color: #333333;
        text-align: center;
        width: 100%;
        padding: 16px;
        background-color: #F8F8F8;
        border-radius: 16px; */
    }
    .openMobileFilters img {
        padding: 16px;
        background-color: #F8F8F8;
        border-radius: 16px;
    }
    .catalog-page .white-container section:nth-of-type(1).visible {
        pointer-events: all;
        opacity: 1;
    }
    .filters-dropdown-container.for-inputs {
        width: 100%;
    }
    .filters-dropdown-container {
        width: 100%;
    }
    .filters-inputs-container {
        flex-direction: column;

    }
    .filters-section {
        padding: 112px 20px 20px 20px;
        border-radius: 0;
        width: 100%;
    }
    .mobile-filters-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-filters-header p {
        font-size: 20px;
    }
    .mobile-filters-header img {
        padding: 8px;
    }
    #filtersForm {
        display: flex;
        position: fixed;
        left: 0;
        top: 0; 
        width: 100%;
        height: 100%;
        height: fit-content;
        overflow: scroll;
        scrollbar-width: thin;
        /* height: 100%; */
    }
    .special-offer-container {
        flex-direction: column;
        height: fit-content;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .special-offer-right {
        height: 188px;
    }
    .auto-cards {
        row-gap: 16px;
    }
    .special-offer-left {
        padding: 16px;
    }
    .catalog-section {
        padding-bottom: 16px;
    }
    .catalog-page .white-container {
        gap: 0px;
    }
    .auto-page .header-section {
        padding-top: 48px;
        padding-bottom: 24px;
    }
    .auto-card .white-container {
        border-radius: 16px;
    }
    .auto__current-slide .swiper-slide, .auto__current-slide .swiper-slide img {
        height: 400px !important;
        border-radius: 20px;
        width: 100%;
    }
    .auto__current-slide {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .auto-detail-left {
        min-width: 0;
        width: 100%;
    }
    .auto-detail-container {
        flex-direction: column;
        gap: 24px;
    }
    .auto__slider-nav .swiper-slide {
        margin-top: 24px;
    }
    .auto-detail-card {
        padding: 16px;
    }
    .auto-detail-header {
        flex-direction: column;
    }
    .auto-detail-header h1 {
        font-size: 20px;
    }
    .auto-detail-header {
        align-items: start;
        gap: 24px;
    }
    .auto-price-block {
        flex-direction: column;
        gap: 24px;
        align-items: start;
    }
    .auto-specs-two-columnes {
        flex-direction: column;
        gap: 12px;
    }
    .auto-specs-column {
        width: 100%;
    }
    .auto-info-panel {
        margin-left: 16px;
        margin-right: 16px;
        padding: 6px 16px;
    }
    .auto-info-panel img {
        top: 23px;
        right: -16px;
        height: 92px;
    }
    .auto-info-panel p {
        max-width: calc(100% - 48px);
        font-size: 14px;
    }
    .auto-city-price-container {
        flex-direction: column;
    }
    .auto-city-price-bg {
        border-radius: 0px;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
    }
    .auto-city-price-right {
        min-width: 0;
        width: 100%;
        padding: 16px;
    }
    .auto-city-price-buttons {
        flex-direction: column;
    }
    .auto-city-price-info {
        flex-direction: column;
    }
    .auto-city-price-info + .auto-city-price-info {
        align-items: end;
    }
    .auto-city-price-left {
        padding: 16px;
    }
    .auto-city-price-buttons button {
        width: 100%;
    }
    .auto-page .white-container {
        gap: 24px;
    }
    .auto-detail-right {
        gap: 24px;
    }
    .auto-card.swiper-slide {
        width: auto;
    }
    .auto-detail-info {
        gap: 24px;
    }
    .sheets-translate-page .welcome-background,
    .calculator-page .welcome-background,
    .about-page .welcome-background {
        width: 400px;
        top: auto;
        bottom: 0px;
    }
    .translate-manual .calculator-results-row {
        gap: 20px;
    }
    .about-page .header-section {
        padding-left: 48px;
        padding-bottom: 86px;
        padding-left: 16px;
        padding-right: 16px;
        gap: 32px;
    }
    .our-team {
        display: none;
    }
    .about-page .company-section {
        padding-bottom: 16px;
    }
    .calculator-input-wrapper {
        width: 100%;
    }
    .calculator-rates-block {
        display: none;
    }
    .calculator-results-container {
        gap: 16px;
        padding: 16px;
    }
    .calculator-results-lower {
        flex-direction: column;
    }
    .calculator-results-container {
        /* opacity: 1; */
    }
    .calculator-results-row p {
        font-size: 16px;
    }
    .calculator-results-row-multiple {
        gap: 4px;
    }
    .calculator-results-row-multiple .calculator-results-row p {
        font-size: 14px;
    }
    .calculator-results-lower > div {
        gap: 12px;
    }
    .calculator-results-lower {
        gap: 12px;
    }
    .calculator-results-row-divider.only-mobile {
        display: block;
    }
    .calculator-inputs form {
        gap: 12px
    }
    .calculator-input-wrapper p:first-of-type {
        font-size: 20px;
    }
    .calculator-inputs form button {
        margin-top: 4px;
    }
    .reviews-container-upper {
        flex-direction: column-reverse;
        gap: 24px;
        align-items: start;
    }
    .reviews-sort-panel {
        flex-wrap: wrap;
        row-gap: 16px;
        column-gap: 8px;
        height: fit-content;
    }
    .reviews-filter {
        padding: 12px 14px;
    }
    .reviews-page-cards {
        flex-direction: column;
    }
    .reviews-page-column {
        width: 100%;
    }
    .review-modal-content {
        max-width: calc(100vw - 16px);
        width: calc(100vw - 16px);
        flex-direction: column;
        padding: 16px;
    }
    .review-modal-image, .review-modal-image img {
        min-width: 0;
    }
    .review-modal-text-content {
        min-width: 0;
    }
    .review-modal-prev, .review-modal-next {
        display: none;
    }
    .close-review-modal {
        display: none;
    }
    .reviews-page-section {
        padding-bottom: 24px;
    }
    .reviews-pagination-button span {
        display: none;
    }
    .reviews-pagination-button {
        width: fit-content;
    }
    .request-modal-left {
        display: none;
    }
    .inspection-modal,
    .insurance-modal,
    .detailed-calc-modal,
    .request-success-modal,
    .request-modal {
        width: calc(100vw - 16px);
        border-radius: 16px;
        padding: 20px 16px;
    }
    .detailed-calc-modal {
        padding: 20px 16px;
        border-radius: 16px;
    }
    .detailed-calc-header h3 {
        font-size: 16px;
    }
    .request-modal-right {
        min-width: 0;
    }
    #requestModalForm .calculator-input-wrapper p:first-of-type {
        font-size: 16px;
    }
    .request-modal-right {
        gap: 16px;
        padding: 0px;
    }
    .request-modal .request-form-buttons {
        flex-direction: column-reverse;
    }
    .request-modal .red-button {
        padding: 10px 16px;
        font-size: 13px;
        border-radius: 12px;
    }
    .request-modal .checkbox-label, .request-modal a {
        font-size: 12px;
        line-height: 14px;
    }
    .request-modal {
        height: fit-content;
        border-radius: 16px;
    }
    .detailed-calc-columns {
        flex-direction: column-reverse;
        gap: 16px
    }
    .detailed-calc-right-lower p {
        font-size: 15px;
    }
    .detailed-calc-right .calculator-results-row p {
        font-size: 14px;
    }
    .detailed-calc-right-lower p:nth-of-type(2) {
        text-align: right;
        text-wrap: nowrap;
    }
    .detailed-calc-left > div:first-of-type {
        padding: 16px;
        min-width: 0;
    }
    .detailed-calc-bg {
        display: none;
    }
    .detailed-calc-right-upper {
        gap: 12px;
    }
    .detailed-calc-right {
        gap: 14px;
    }
    .insurance-header p {
        font-size: 16px;
    }
    .insurance-info-columns {
        flex-direction: column;
        gap: 14px;
    }
    .insurance-info {
        padding: 16px;
        border-radius: 12px;
    }
    .insurance-info-columns > div, .calculator-results-lower > div {
        gap: 14px;
    }
    .insurance-info-columns .calculator-results-row p {
        font-size: 14px;
    }
    .insurance-info-columns .calculator-results-row small {
        font-size: 14px;
    }
    .accident-row-lower {
        flex-direction: column;
        align-items: start;
        gap: 6px;
        padding: 12px;
    }
    .accident-row-upper {
        padding: 12px;
    }
    .inspection-images {
        flex-direction: column;
        align-items: center;
    }
    .inspection-images-left-img, .inspection-images-right-img {
        width: 100%;
    }
    .auto-detail-header a {
        font-weight: bold;
    }
    .breadcrumbs-container {
        flex-wrap: wrap;
    }
    .review-modal {
        max-height: 80vh;
    }
    .about-company-container .left-column {
        max-width: 100%;
    }
    .reviews-container {
        gap: 20px;
    }
    .catalog-pagination .pagination {
        flex-wrap: wrap;
    }
    #similarAuto .auto-card {
        width: 100%;
    }
    .footer-lower-left {
        flex-direction: column;
        gap: 12px;
    }
    .footer-lower-left > p {
        padding-bottom: 0px;
    }
    .footer-lower > p:nth-of-type(1) {
        text-align: right;
    }
    .request-modal {
        background-color: white;
    }
    #filtersForm .filters-dropdown-container .filters-dropdown:first-of-type {
        background-color: white;
    }
    .filters-buttons-container {
        display: flex;
        gap: 24px;
        align-items: center;
        position: fixed;
        bottom: 0;
        padding: 16px;
        background: white;
        padding-left: 20px;
        width: 100%;
        transform: translateX(-20px);
    }
    .filters-buttons-container .red-button {
        width: calc(100vw - 40px);
    }
    .only-desktop {
        display: none;
    }
    .events-container {
        flex-direction: column;
    }
    .event-wrapper {
        width: 100%;
    }
    .special-offer-right {
        width: 100%;
    }
    .mobile-header-phone{
        display: block;
    }
    .header__left-part{
        display: flex;
        gap: 16px;
        align-items: center;
    }
    .custom-tooltip {
        left: 800%;
    }
}
@media (max-width: 820px) {
    .auto__current-slide .swiper-slide, .auto__current-slide .swiper-slide img {
        height: 300px !important;
    }
}
@media (max-width: 670px) {
    .auto-card {
        width: auto;
    }
    .card-image-container {
        height: 260px;
    }
    .home-page .card-image-container {
        height: 214px;
    }
    .auto-cards {
        gap: 0px;
        flex-direction: column;
    }
    .event-card-text {
        max-width: 100%;
    }
    .event-crad-img img {
        object-fit: contain;
        position: absolute;
        right: -20px;
        bottom: -20px;
        width: 140px;
    }
    .event-crad-img {
        width: 0%;
    }
    .event-card {
        padding-bottom: 40px;
    }
    .event-card-text > div p:last-of-type {
        max-width: calc(100% - 62px);
    }
    .events-header a img {
        display: none;
    }
    .events-header a {
        text-wrap: nowrap;
    }
    .event-card-text {
        padding: 20px 0px 20px 20px;
    }
    .luxury-header {
        text-wrap: nowrap;
        flex-wrap: wrap;
        gap: 16px
    }
    .luxury-header img {
        max-width: 100px;
    }
    .auto__current-slide .swiper-slide, .auto__current-slide .swiper-slide img {
        height: 240px !important;
    }
}
@media (max-width: 500px) {
    .card-image-container {
        height: 214px;
    }
    .auto__current-slide .swiper-slide, .auto__current-slide .swiper-slide img {
        height: 209px !important;
    }
}
@media (max-width: 430px) {
    .extra-specs + .auto-card-buttons {
        flex-direction: column;
    }
}
@media (max-width: 370px) {
    .events-header {
        flex-direction: column;
        gap: 12px;
        align-items: start;
    }
}