:root {
    --font-open-sans: "Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-aeroport: "Aeroport-Bold",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --color-background: #fff;
    --color-L100: #fff;
    --color-D100: #171d23;
    --color-D80: #002a3a;
    --color-D60: #636f7d;
    --color-D50: #707b88;
    --color-D40: #7e8894;
    --color-D30: #99a1ab;
    --color-D20: #b3bac3;
    --color-D15: #dadde2;
    --color-D10: #f5f5f5;
    --color-D06: #f6f5f4;
    --color-G300: #11693f;
    --color-G200: #0f9d44;
    --color-G100: #0dd149;
    --color-G30: #c3f4d3;
    --color-G06: #eefcf2;
    --color-B300: #002a3a;
    --color-B200: #0685c3;
    --color-B100: #00afff;
    --color-B30: #b6e6fc;
    --color-B06: #f0faff;
    --color-O300: #725122;
    --color-O200: #b97311;
    --color-O100: #ff9500;
    --color-O30: #ffe1b8;
    --color-O06: #fff9f0;
    --color-V300: #2c3278;
    --color-V200: #3e3da7;
    --color-V100: #5047d7;
    --color-V30: #cbc9f3;
    --color-V06: #f3f2fc;
    --color-R300: #59212d;
    --color-R200: #8d1f25;
    --color-R100: #c11d1d;
    --color-R30: #f4bebe;
    --color-R06: #fdf2f2;
    --z-index-first: 10;
    --z-index-second: 100;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-open-sans);
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
    font-size: 14px;
    line-height: 20px;
    background-color: #f5f7fa;
    color: var(--color-D100);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Site Header */
.site-header {
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 100;
    height: 64px;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

.logo-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: opacity 0.2s;
}

.logo-wrapper:hover {
    opacity: 0.8;
}

.logo-icon {
    width: 32px;
    height: 32px;
}

.logo-text {
    height: 20px;
    width: auto;
    max-width: 98px;
    color: var(--color-D100);
}

/* Main wrapper for all content */
.main-wrapper {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

/* Container */
.LandingWrapper_container__qZ_pr {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Headings */
.Heading_module_container__7b355c09 {
    font-weight: 700;
    line-height: 1.2;
}

.Heading_module_level1__7b355c09 {
    font-size: 48px;
}

.Heading_module_level2__7b355c09 {
    font-size: 36px;
}

.Heading_module_level4__7b355c09 {
    font-size: 24px;
}

.Heading_module_level5__7b355c09 {
    font-size: 18px;
    font-weight: 600;
}

/* Text */
.Text_module_size12__837f2f09 {
    font-size: 12px;
}

.Text_module_size14__837f2f09 {
    font-size: 14px;
    line-height: 1.5;
}

.Text_module_size16__837f2f09 {
    font-size: 16px;
}

.Text_module_size20__837f2f09 {
    font-size: 20px;
}

.Text_module_strong__837f2f09 {
    font-weight: 600;
}

/* Spacing */
.h-mb-4 { margin-bottom: 4px; }
.h-mb-8 { margin-bottom: 8px; }
.h-mb-16 { margin-bottom: 16px; }
.h-mb-32 { margin-bottom: 32px; }
.h-mt-20 { margin-top: 20px; }
.h-text-center { text-align: center; }
.h-cursor-pointer { cursor: pointer; }

/* Space component */
.Space_module_container__05844429 {
    display: flex;
}

.Space_module_directionHorizontal__05844429,
.Space_module_directionRow__05844429 {
    flex-direction: row;
}

.Space_module_directionVertical__05844429 {
    flex-direction: column;
}

.Space_module_alignCenter__05844429 {
    align-items: center;
}

.Space_module_alignStart__05844429 {
    align-items: flex-start;
}

.Space_module_alignStretch__05844429 {
    align-items: stretch;
}

.Space_module_justifyCenter__05844429 {
    justify-content: center;
}

.Space_module_justifySpaceBetween__05844429 {
    justify-content: space-between;
}

.Space_module_justifySpaceAround__05844429 {
    justify-content: space-around;
}

.Space_module_justifyStart__05844429 {
    justify-content: flex-start;
}

/* Card */
.Card_module_container__f7e53546 {
    border-radius: 16px;
    overflow: hidden;
}

.Card_module_size16__f7e53546 {
    padding: 16px;
}

.Card_module_size24__f7e53546 {
    padding: 24px;
}

.Card_module_colorDarkSecondary__f7e53546 {
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.Card_module_colorLightSecondary__f7e53546 {
    background-color: #ffffff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

.Card_module_colorBlueSecondary__f7e53546 {
    background-color: #e6f3ff;
    color: #003d7a;
}

/* Button */
.Button_module_container__89c33fc6 {
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.Button_module_size36__89c33fc6 {
    height: 36px;
    padding: 0 16px;
    font-size: 14px;
}

.Button_module_size44__89c33fc6 {
    height: 44px;
    padding: 0 20px;
    font-size: 16px;
}

.Button_module_size60__89c33fc6 {
    height: 60px;
    padding: 0 32px;
    font-size: 18px;
}

.Button_module_colorGrayPrimary__89c33fc6 {
    background-color: #1a1a1a;
    color: #ffffff;
}

.Button_module_colorGrayPrimary__89c33fc6:hover {
    background-color: #000000;
}

.Button_module_colorGraySecondary__89c33fc6 {
    background-color: #ffffff;
    color: #1a1a1a;
    border: 1px solid #e0e0e0;
}

.Button_module_colorBluePrimary__89c33fc6 {
    background-color: #0066ff;
    color: #ffffff;
}

.Button_module_colorBluePrimary__89c33fc6:hover {
    background-color: #0052cc;
}

.Button_module_colorBlueText__89c33fc6 {
    background: transparent;
    color: #0066ff;
    padding: 0;
}

/* Link */
.Link_module_container__a80cc951 {
    text-decoration: none;
    cursor: pointer;
}

.Link_module_colorBlue__a80cc951 {
    color: #0066ff;
}

/* Header */
.header-section {
    text-align: center;
    padding: 40px 0 20px;
}

.header-section h1 {
    margin-bottom: 12px;
}

.header-section .subtitle {
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

/* Calculation Widget */
.LandingPage_calcWidget__8o5vD {
    margin: 40px auto;
    max-width: 100%;
    padding: 0;
}

#STICKY_CONTROL_ID {
    max-width: 100%;
    margin: 0 auto;
}

.CalculationWidget_calculationToggleCard__7HqUm {
    position: relative;
    overflow: visible;
    min-height: 200px;
    margin: 0 -40px;
}

.CarNumberBlockContent_carNumberForm__GZXkN {
    width: 100%;
}

.CarNumberBlockContent_carNumberHeader___7GMy {
    margin-bottom: 20px;
}

.VehicleTypeField_secondText__ic_PS {
    cursor: pointer;
}

.VehicleTypeField_activeText__lApq_ {
    color: #0066ff;
}

.VehicleTypeField_arrowDown__W5l1n {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}

/* Car Number Input */
.styles_module_car_number__881d7ad6 {
    width: 100%;
    max-width: 400px;
}

.styles_module_car_number_wrapper__881d7ad6 {
    background: #f5f7fa;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    gap: 16px;
    transition: border-color 0.2s;
}

.styles_module_car_number_wrapper__881d7ad6:hover {
    border-color: #0066ff;
}

.styles_module_wrapper__d483086a {
    flex: 1;
    position: relative;
    min-width: 200px;
}

.styles_module_placeholder__d483086a {
    position: relative; /* было absolute */
    top: auto !important;
    transform: none;
    margin-top: 14px; /* опустить чуть ниже */
}


.styles_module_placeholderText__d483086a {
    color: #999;
}

.styles_module_input__d483086a input {
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}

.styles_module_car_number_divider__881d7ad6 {
    width: 1px;
    height: 30px;
    background: #e0e0e0;
}

.styles_module_car_number_lang__881d7ad6 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.styles_module_flag__881d7ad6 {
    width: 24px;
    height: 16px;
    background: linear-gradient(to bottom, white 33.33%, #0039a6 33.33%, #0039a6 66.66%, #d52b1e 66.66%);
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}

/* Vehicle Picture */
.VehiclePicture_vehiclePicture__kKsOk {
    position: absolute;
    right: 30px;
    bottom: 20px;
    pointer-events: none;
    width: 310px;
    height: 165px;
}

/* Benefits Section */
.h-mt-20 {
    margin: 60px auto;
    max-width: 900px;
    padding: 0 20px;
}

.HowToBlock_card__SqKng {
    flex: 1;
    text-align: center;
    padding: 32px 24px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.HowToBlock_card__SqKng:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.IconCenter_icon__XlqWF {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
    background: #f5f7fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Icon_module_size20__c1644070 svg {
    width: 24px;
    height: 24px;
}

/* Help Section */
.HelpToByBlock_wrapper__TJHAm {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    flex: 1;
}

.HelpToByBlock_noCommissionWrapper__HBx9B {
    background: var(--color-B30);
    color: var(--color-D100);
}

.HelpToByBlock_helpToChooseWrapper__oZuCy {
    background: #f5f7fa;
}

.HelpToByBlock_saveTheSalesWrapper__8ikC8 {
    background: var(--color-D80);
    color: var(--color-L100);
}

.HelpToByBlock_saveTheSalesWrapper__8ikC8 .Text_module_size14__837f2f09 {
    color: rgba(255, 255, 255, 0.8);
}

.HelpToByBlock_textAndButtonWrapper__mrWvq {
    max-width: 280px;
    z-index: 1;
    position: relative;
}

.HelpToByBlock_img__fW1XL {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* Raffle Banner */
.LandingRaffleBanner_wrapper__NqXBd {
    background: #0066ff;
    color: #ffffff;
    margin-top: 20px;
    transition: transform 0.2s;
    max-width: 100%;
}

.LandingRaffleBanner_wrapper__NqXBd:hover {
    transform: translateY(-2px);
}

.LandingRaffleBanner_image__gdvNK {
    flex-shrink: 0;
}

.LandingRaffleBanner_button__rYig_ {
    flex-shrink: 0;
    min-width: 120px;
}

.ScrollToCalculationButton_button__667Nt {
    width: fit-content;
    white-space: nowrap;
}

/* Icon component */
.Icon_module_container__c1644070 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

svg {
    width: 100%;
    height: 100%;
}

/* Form styles */
.FormControl_module_container__5e15dde3 {
    width: 100%;
}

.TextInput_module_container__2fae17b2 {
    width: 100%;
}

.TextInput_module_input__2fae17b2 {
    width: 100%;
}

.TextInput_module_hidden__2fae17b2 {
    opacity: 0;
    position: absolute;
}

.MaskInput_module_container__5134a1ff {
    width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
    .Space_module_directionHorizontal__05844429,
    .Space_module_directionRow__05844429 {
        flex-direction: column;
    }

    .HelpToByBlock_wrapper__TJHAm {
        padding: 24px;
    }

    .VehiclePicture_vehiclePicture__kKsOk {
        display: none;
    }

    /* Mobile header */
    .site-header {
        height: 56px;
    }

    .logo-icon {
        width: 28px;
        height: 28px;
    }

    .logo-text {
        height: 16px;
        max-width: 80px;
    }
}

/* FAQ Section */
.FAQBlock_questions__DflO4 {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.FAQBlock_card__ih_MS {
    max-width: 100%;
}

.h-mb-24 { margin-bottom: 24px; }
.h-pb-8 { padding-bottom: 8px; }
.h-pt-8 { padding-top: 8px; }
.h-preline { white-space: pre-line; }

/* Accordion */
.Accordion_module_separatorDivider__7f178f02 > *:not(:last-child) {
    border-bottom: 1px solid var(--color-D15);
}

.Accordion_module_panel__7f178f02 {
    position: relative;
}

.Accordion_module_header__7f178f02 {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    background: none;
    border: none;
    text-align: left;
    transition: all 0.2s;
}

.Accordion_module_header__7f178f02:hover {
    color: var(--color-B200);
}

.Accordion_module_title__7f178f02 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    flex: 1;
    padding-right: 16px;
}

.Accordion_module_collapseIcon__7f178f02 {
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.Accordion_module_active__7f178f02 .Accordion_module_collapseIcon__7f178f02 {
    transform: rotate(180deg);
}

.Accordion_module_content__7f178f02 {
    overflow: hidden;
    transition: all 0.3s ease;
    height: 0;
    opacity: 0;
}

.Accordion_module_contentWrapper__7f178f02 {
    padding-top: 16px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-D60);
}

.Transition_module_collapseVisible__c54368b9 {
    height: auto !important;
    opacity: 1 !important;
}

.Transition_module_collapseOverflow__c54368b9 {
    overflow: visible;
}

.title-wrapper {
    flex: 1;
}

/* Footer */
footer {
    margin-top: 80px;
    background-color: #f5f7fa;
    padding: 40px 0 0;
}

.Footer_module_layout__bb63ccef {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 30px;
}

.Layout_module_container__376cc73c {
    width: 100%;
}

/* Footer Cards */
.MainContent_module_appBanner__e35e5998 {
    flex: 1;
}

.AppBanner_module_container__7a595dd7 {
    display: flex;
    align-items: center;
}

.AppBanner_module_qrWrapper__7a595dd7 {
    flex-shrink: 0;
}

.AppBanner_module_titleContainer__7a595dd7 {
    flex: 1;
}

.AppBanner_module_stub__7a595dd7 {
    flex-grow: 1;
}

.AppBanner_module_appImg__7a595dd7 {
    flex-shrink: 0;
}

.MainContent_module_storesBanner__e35e5998 {
    flex: 1;
}

.StoresBanner_module_container__fe323961 {
    height: 100%;
}

.StoresBanner_module_firstColumn__fe323961,
.StoresBanner_module_secondColumn__fe323961 {
    flex: 1;
}

.Store_module_storeButton__358c0217 {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid var(--color-D15);
    transition: all 0.2s;
}

.Store_module_storeButton__358c0217:hover {
    border-color: var(--color-B200);
    background-color: var(--color-B06);
}

.MainContent_module_contactsBanner__e35e5998 {
    flex: 1;
}

.ContactsBanner_module_link__9c6f3fec {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* Footer Links */
.FooterLinks_module_container__f2e9cc40 {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid var(--color-D15);
}

.Link_module_colorGray__a80cc951 {
    color: var(--color-D60);
}

.Link_module_colorGray__a80cc951:hover {
    color: var(--color-D100);
}

/* Theme Switcher */
.ThemeSwitcher_module_container__7fd80937 {
    cursor: pointer;
    user-select: none;
    gap: 8px;
}

.ThemeSwitcher_module_iconWrapper__7fd80937 {
    position: relative;
    width: 20px;
    height: 20px;
}

.ThemeSwitcher_module_icon__7fd80937 {
    position: absolute;
    top: 0;
    left: 0;
}

.ThemeSwitcher_module_bounceOut__7fd80937 {
    animation: bounceOut 0.3s ease-out;
}

.ThemeSwitcher_module_bounceIn__7fd80937 {
    animation: bounceIn 0.3s ease-in;
    opacity: 0;
}

.dark-theme .ThemeSwitcher_module_bounceOut__7fd80937 {
    opacity: 0;
}

.dark-theme .ThemeSwitcher_module_bounceIn__7fd80937 {
    opacity: 1;
}

/* Logo Footer */
.Logo_module_logoLink__a693d1e8 {
    display: inline-block;
}

.Logo_module_logo__a693d1e8 {
    display: flex;
    align-items: center;
}

.Logo_module_container__9fe877b5 {
    gap: 8px;
}

.Logo_module_textWrapper__9fe877b5 svg {
    height: 20px;
    width: auto;
}

/* Copyrights */
.Copyrights_module_container__00b322d8 {
    flex: 1;
}

/* Socials */
.Socials_module_socialsIcons__d8c33e0a {
    transition: transform 0.2s;
}

.Socials_module_socialsIcons__d8c33e0a:hover {
    transform: translateY(-2px);
}

/* Additional spacing classes */
.h-ml-8 { margin-left: 8px; }
.h-mr-8 { margin-right: 8px; }
.h-mt-8 { margin-top: 8px; }
.h-mt-12 { margin-top: 12px; }
.h-mt-16 { margin-top: 16px; }
.h-mt-24 { margin-top: 24px; }
.h-mt-32 { margin-top: 32px; }
.h-mb-8 { margin-bottom: 8px; }
.h-pb-32 { padding-bottom: 32px; }
.h-color-D30 { color: var(--color-D30); }

/* Additional Flex */
.Space_module_alignFlexStart__05844429 {
    align-items: flex-start;
}

.Space_module_justifySpaceBetween__05844429 {
    justify-content: space-between;
}

.Space_module_inline__05844429 {
    display: inline-flex;
}

/* Icon additional sizes */
.Icon_module_size16__c1644070 {
    width: 16px;
    height: 16px;
}

.Icon_module_size16__c1644070 svg {
    width: 16px;
    height: 16px;
}

.Icon_module_asContainer__c1644070 {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Animations */
@keyframes bounceIn {
    0% { opacity: 0; transform: scale(0.3); }
    50% { opacity: 1; transform: scale(1.05); }
    100% { opacity: 1; transform: scale(1); }
}

@keyframes bounceOut {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.05); }
    100% { opacity: 0; transform: scale(0.3); }
}

/* Responsive Footer */
@media (max-width: 768px) {
    footer {
        margin-top: 40px;
    }

    .Footer_module_layout__bb63ccef {
        padding: 0 20px;
    }

    .MainContent_module_appBanner__e35e5998 .AppBanner_module_appImg__7a595dd7 {
        display: none;
    }

    .StoresBanner_module_firstColumn__fe323961,
    .StoresBanner_module_secondColumn__fe323961 {
        width: 100%;
    }
}