

/* Start:/local/components/ashmanov/constructor.block/templates/geo-years-1/style.css?17885228021524*/
.geo-years__timeline {
    display: flex;
    grid-column: 1 / span 12;
    flex-direction: column;
    margin-top: 80px;
}

.geo-years__timeline .geo-years__years {
    margin-top: 0;
}

.geo-years__year-block_hidden {
    display: none;
}

.geo-years__more {
    cursor: pointer;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 55px;
    margin: 40px auto 0;
    padding: 0 25px;
    border: 1px solid var(--Color-White-500, #fff);
    font-family: var(--Font-Family-Vela-Sans, "Vela Sans"), sans-serif;
    font-size: var(--Font-Size-16, 16px);
    font-weight: 400;
    color: var(--Color-White-500, #fff);
    background: transparent;
    transition: opacity .4s cubic-bezier(.33, 1, .68, 1);
}

.geo-years__more svg {
    flex-shrink: 0;
}

.geo-years__more_hidden,
.geo-years__more[hidden] {
    display: none;
}

@media (hover: hover) and (pointer: fine) {
    .geo-years__more:hover {
        opacity: .7;
    }
}

@media (max-width: 1200px) {
    .geo-years__timeline {
        margin-top: 50px;
    }

    .geo-years__more {
        margin-top: 32px;
        font-size: 14px;
    }

    .geo-years__year {
        grid-column: 1 / 3;
    }

    .geo-years__year-title {
        grid-column: 3 / 7;
    }

    .geo-years__year-text {
        grid-column: 7 / 13;
    }
}

@media (max-width: 767px) {
    .geo-years__timeline {
        margin-top: 32px;
    }

    .geo-years__more {
        width: 100%;
        margin-top: 24px;
    }
}

/* End */


/* Start:/local/components/ashmanov/constructor.block/templates/geo-faq-1/style.css?178852278935200*/
html.with-fancybox body.hide-scrollbar {
    overflow: visible !important
}

html * {
    font-family: var(--Font-Family-Vela-Sans), sans-serif
}

.crop-text {
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    text-overflow: ellipsis
}

.test {
    border: 1px solid red !important
}

textarea,
input {
    caret-color: currentColor
}

input:is(:-webkit-autofill, :autofill) {
    transition-delay: 9999999999s
}

[data-horizontal-scroll] {
    overflow-x: auto;
    overscroll-behavior-x: contain
}

.animate-scale {
    transform-origin: center center;
    animation: scale .4s ease-in-out forwards
}

@keyframes scale {
    0% {
        position: relative;
        z-index: 2;
        transform: scale(1)
    }

    50% {
        position: relative;
        z-index: 3;
        transform: scale(1.05)
    }

    to {
        position: relative;
        z-index: 2;
        transform: scale(1)
    }
}

@layer base {
    :root {
        --Font-Size-96: 34px;
        --Font-Size-55: 30px;
        --Font-Size-45: 24px;
        --Font-Size-35: 24px;
        --Font-Size-30: 20px;
        --Font-Size-25: 18px;
        --Font-Size-26: 16px;
        --Font-Size-24: 18px;
        --Font-Size-20: 16px;
        --Font-Size-18: 16px;
        --Font-Size-16: 14px;
        --Font-Size-14: 14px;
        --Font-Size-12: 12px;
        --Font-Weight-bold: 700;
        --Font-Weight-regular: 400;
        --Font-Weight-semibold: 600;
        --Font-Weight-light: 300;
        --Letter-Spacing-0: 0px;
        --Letter-Spacing-2: .20000000298023224px;
        --Letter-Spacing-11: 1.100000023841858px;
        --Paragraph-Spacing-10: 10px;
        --List-Spacing-10: 10px
    }

    @media(min-width:768px)and (max-width:1200px) {
        :root {
            --Font-Size-96: 66px;
            --Font-Size-55: 40px;
            --Font-Size-45: 32px;
            --Font-Size-35: 28px;
            --Font-Size-30: 25px;
            --Font-Size-25: 22px;
            --Font-Size-24: 22px;
            --Font-Size-26: 22px;
            --Font-Size-20: 18px;
            --Font-Size-18: 16px;
            --Font-Size-16: 14px;
            --Font-Size-14: 14px;
            --Font-Size-12: 12px
        }
    }

    @media(min-width:1201px) {
        :root {
            --Font-Size-96: 96px;
            --Font-Size-55: 55px;
            --Font-Size-45: 48px;
            --Font-Size-35: 35px;
            --Font-Size-30: 30px;
            --Font-Size-25: 25px;
            --Font-Size-24: 24px;
            --Font-Size-26: 26px;
            --Font-Size-20: 20px;
            --Font-Size-18: 18px;
            --Font-Size-16: 16px;
            --Font-Size-14: 14px;
            --Font-Size-12: 12px
        }
    }

    :root {
        --Color-Red-800: #920007;
        --Color-Red-700: #ac0008;
        --Color-Red-500: #da0812;
        --Color-Red-500-02: rgba(218, 8, 18, .2);
        --Color-Black-900: #000000;
        --Color-Black-900-09: rgba(0, 0, 0, .9);
        --Color-Black-900-07: rgba(0, 0, 0, .7);
        --Color-Black-900-05: rgba(0, 0, 0, .5);
        --Color-Navy-900: #17181b;
        --Color-Navy-900-014: rgba(0, 12, 56, .14);
        --Color-Navy-900-008: rgba(0, 12, 56, .08);
        --Color-Navy-900-005: rgba(0, 12, 56, .05);
        --Color-Navy-300: #edf4f5;
        --Color-Grey-700: #666666;
        --Color-Grey-600: #777777;
        --Color-Grey-300: #c1c1c1;
        --Color-Grey-200: #d7d7d7;
        --Color-Grey-150: #dee2e3;
        --Color-Grey-100: #f5f5f5;
        --Color-Grey-50: #f6f8f9;
        --Color-White-500: #ffffff;
        --Color-White-500-09: rgba(255, 255, 255, .9);
        --Color-White-500-07: rgba(255, 255, 255, .7);
        --Color-White-500-05: rgba(255, 255, 255, .5);
        --Color-White-500-01: rgba(255, 255, 255, .1);
        --Color-White-500-006: rgba(255, 255, 255, .06);
        --Color-Orange-500: #fb6d11
    }

    .red__800 {
        background: var(--Color-Red-800)
    }

    .red__700 {
        background: var(--Color-Red-700)
    }

    .red__500 {
        background: var(--Color-Red-500)
    }

    .red__500_02 {
        background: var(--Color-Red-500-02)
    }

    .black__900 {
        background: var(--Color-Black-900)
    }

    .black__900_09 {
        background: var(--Color-Black-900-09)
    }

    .black__900_07 {
        background: var(--Color-Black-900-07)
    }

    .black__900_05 {
        background: var(--Color-Black-900-05)
    }

    .navy__900 {
        background: var(--Color-Navy-900)
    }

    .navy__900_014 {
        background: var(--Color-Navy-900-014)
    }

    .navy__900_008 {
        background: var(--Color-Navy-900-008)
    }

    .navy__900_005 {
        background: var(--Color-Navy-900-005)
    }

    .navy__300 {
        background: var(--Color-Navy-300)
    }

    .grey__700 {
        background: var(--Color-Grey-700)
    }

    .grey__600 {
        background: var(--Color-Grey-600)
    }

    .grey__300 {
        background: var(--Color-Grey-300)
    }

    .grey__200 {
        background: var(--Color-Grey-200)
    }

    .grey__150 {
        background: var(--Color-Grey-150)
    }

    .grey__100 {
        background: var(--Color-Grey-100)
    }

    .grey__50 {
        background: var(--Color-Grey-50)
    }

    .white__500 {
        background: var(--Color-White-500)
    }

    .white__500_09 {
        background: var(--Color-White-500-09)
    }

    .white__500_07 {
        background: var(--Color-White-500-07)
    }

    .white__500_05 {
        background: var(--Color-White-500-05)
    }

    .white__500_01 {
        background: var(--Color-White-500-01)
    }

    .white__500_006 {
        background: var(--Color-White-500-006)
    }

    .orange__500 {
        background: var(--Color-Orange-500)
    }
}

@layer properties {
    @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {

        *,
        :before,
        :after,
        ::backdrop {
            --tw-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial;
            --tw-border-style: solid;
            --tw-font-weight: initial;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-outline-style: solid;
            --tw-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-opacity: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial;
            --tw-drop-shadow-color: initial;
            --tw-drop-shadow-alpha: 100%;
            --tw-drop-shadow-size: initial
        }
    }
}

@layer theme {

    :root,
    :host {
        --font-sans: var(--Font-Family-Vela-Sans);
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --color-white: #fff;
        --spacing: .25rem;
        --text-sm: .875rem;
        --text-sm--line-height: calc(1.25 / .875);
        --text-xl: 1.25rem;
        --text-xl--line-height: calc(1.75 / 1.25);
        --text-2xl: 1.5rem;
        --text-2xl--line-height: calc(2 / 1.5);
        --font-weight-medium: 500;
        --font-weight-bold: 700;
        --radius-md: .375rem;
        --default-transition-duration: .15s;
        --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono)
    }
}

@layer base {

    *,
    :after,
    :before,
    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    html,
    :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit
    }

    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit
    }

    b,
    strong {
        font-weight: bolder
    }

    code,
    kbd,
    samp,
    pre {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    ol,
    ul,
    menu {
        list-style: none
    }

    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        vertical-align: middle;
        display: block
    }

    img,
    video {
        max-width: 100%;
        height: auto
    }

    button,
    input,
    select,
    optgroup,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder
    }

    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px
    }

    ::file-selector-button {
        margin-inline-end: 4px
    }

    ::placeholder {
        opacity: 1
    }

    @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color: currentColor
        }

        @supports (color:color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent)
            }
        }
    }

    textarea {
        resize: vertical
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-datetime-edit {
        padding-block: 0
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0
    }

    ::-webkit-calendar-picker-indicator {
        line-height: 1
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button,
    input:where([type=button], [type=reset], [type=submit]) {
        appearance: button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important
    }
}

@layer components;

@layer utilities {
    .visible {
        visibility: visible
    }

    .absolute {
        position: absolute
    }

    .relative {
        position: relative
    }

    .static {
        position: static
    }

    .sticky {
        position: sticky
    }

    .start {
        inset-inline-start: var(--spacing)
    }

    .end {
        inset-inline-end: var(--spacing)
    }

    .container {
        width: 100%
    }

    @media(min-width:375px) {
        .container {
            max-width: 375px
        }
    }

    @media(min-width:576px) {
        .container {
            max-width: 576px
        }
    }

    @media(min-width:768px) {
        .container {
            max-width: 768px
        }
    }

    @media(min-width:992px) {
        .container {
            max-width: 992px
        }
    }

    @media(min-width:1024px) {
        .container {
            max-width: 1024px
        }
    }

    @media(min-width:1201px) {
        .container {
            max-width: 1201px
        }
    }

    @media(min-width:1440px) {
        .container {
            max-width: 1440px
        }
    }

    @media(min-width:1920px) {
        .container {
            max-width: 1920px
        }
    }

    @media(min-width:40rem) {
        .container {
            max-width: 40rem
        }
    }

    @media(min-width:48rem) {
        .container {
            max-width: 48rem
        }
    }

    @media(min-width:80rem) {
        .container {
            max-width: 80rem
        }
    }

    @media(min-width:96rem) {
        .container {
            max-width: 96rem
        }
    }

    .mb-\[10px\] {
        margin-bottom: 10px
    }

    .mb-\[20px\] {
        margin-bottom: 20px
    }

    .ml-4 {
        margin-left: calc(var(--spacing) * 4)
    }

    @media(max-width:767px) {
        .tablet {
            display: none !important
        }
    }

    @media(min-width:1201px) {
        .tablet {
            display: none !important
        }
    }

    .block {
        display: block
    }

    @media(max-width:1200px) {
        .desktop {
            display: none !important
        }
    }

    @media(min-width:1201px) {
        .devices {
            display: none !important
        }
    }

    .flex {
        display: flex
    }

    .hidden {
        display: none
    }

    .inline {
        display: inline
    }

    @media(min-width:768px) {
        .mobile {
            display: none !important
        }
    }

    .table {
        display: table
    }

    .size-4 {
        width: calc(var(--spacing) * 4);
        height: calc(var(--spacing) * 4)
    }

    .w-full {
        width: 100%
    }

    .min-w-\[195px\] {
        min-width: 195px
    }

    .shrink-2 {
        flex-shrink: 2
    }

    .basis-\[50rem\] {
        flex-basis: 50rem
    }

    .-rotate-90 {
        rotate: -90deg
    }

    .rotate-90 {
        rotate: 90deg
    }

    .transform {
        transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, )
    }

    .resize {
        resize: both
    }

    .items-center {
        align-items: center
    }

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

    .gap-\[2rem\] {
        gap: 2rem
    }

    .rounded-md {
        border-radius: var(--radius-md)
    }

    .border {
        border-style: var(--tw-border-style);
        border-width: 1px
    }

    .bg-\[\#7ec8e3\] {
        background-color: #7ec8e3
    }

    .px-2 {
        padding-inline: calc(var(--spacing) * 2)
    }

    .py-1 {
        padding-block: calc(var(--spacing) * 1)
    }

    .text-2xl {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height))
    }

    .text-sm {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height))
    }

    .text-xl {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height))
    }

    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold)
    }

    .font-medium {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium)
    }

    .text-\[\#07090f\] {
        color: #07090f
    }

    .text-white {
        color: var(--color-white)
    }

    .underline {
        text-decoration-line: underline
    }

    .opacity-50 {
        opacity: .5
    }

    .shadow-md {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .outline {
        outline-style: var(--tw-outline-style);
        outline-width: 1px
    }

    .blur {
        --tw-blur: blur(8px);
        filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, )
    }

    .grayscale {
        --tw-grayscale: grayscale(100%);
        filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, )
    }

    .filter {
        filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, )
    }

    .transition {
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

    @media(hover:hover) {
        .hover\:text-\[\#07090f\]\/80:hover {
            color: #07090fcc
        }
    }

    @media(min-width:992px) {
        .lg\:\!w-\[80vw\] {
            width: 80vw !important
        }
    }

    @media(max-width:1200px) {
        .devices\:basis-0 {
            flex-basis: calc(var(--spacing) * 0)
        }

        .devices\:flex-col {
            flex-direction: column
        }
    }

    @media(max-width:767px) {
        .mobile\:h-\[59px\] {
            height: 59px
        }

        .mobile\:min-w-\[178px\] {
            min-width: 178px
        }
    }
}

@property --tw-rotate-x {
    syntax: "*";
    inherits: false
}

@property --tw-rotate-y {
    syntax: "*";
    inherits: false
}

@property --tw-rotate-z {
    syntax: "*";
    inherits: false
}

@property --tw-skew-x {
    syntax: "*";
    inherits: false
}

@property --tw-skew-y {
    syntax: "*";
    inherits: false
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}

@property --tw-font-weight {
    syntax: "*";
    inherits: false
}

@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-ring-inset {
    syntax: "*";
    inherits: false
}

@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0
}

@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff
}

@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-outline-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}

@property --tw-blur {
    syntax: "*";
    inherits: false
}

@property --tw-brightness {
    syntax: "*";
    inherits: false
}

@property --tw-contrast {
    syntax: "*";
    inherits: false
}

@property --tw-grayscale {
    syntax: "*";
    inherits: false
}

@property --tw-hue-rotate {
    syntax: "*";
    inherits: false
}

@property --tw-invert {
    syntax: "*";
    inherits: false
}

@property --tw-opacity {
    syntax: "*";
    inherits: false
}

@property --tw-saturate {
    syntax: "*";
    inherits: false
}

@property --tw-sepia {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-drop-shadow-size {
    syntax: "*";
    inherits: false
}

.accordion__trigger {
    display: flex;
    gap: .75rem;
    align-items: center;
    width: 100%;
    font-weight: 600;
    line-height: 120%;
    color: #000;
    letter-spacing: -.02em;
    transition: color .4s cubic-bezier(.33, 1, .68, 1)
}

@media(min-width:1202px)and (hover:hover)and (pointer:fine) {
    .accordion__trigger:hover {
        color: #9a9a9a
    }
}

@media(max-width:1200px) {
    .accordion__trigger {
        gap: .5rem;
        font-size: 16px;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: -.01em
    }
}

.accordion__icon {
    will-change: transform;
    flex-shrink: 0;
    width: 2rem;
    height: 2rem
}

@media(max-width:1200px) {
    .accordion__icon {
        width: 1.5rem;
        height: 1.5rem
    }
}

.accordion__icon svg {
    width: 100%;
    height: 100%;
    transition: transform .4s cubic-bezier(.33, 1, .68, 1)
}

.accordion__content {
    will-change: height;
    overflow: hidden;
    transition-property: height;
    transition-timing-function: ease;
    font-size: 20px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -.01em
}

@media(max-width:1200px) {
    .accordion__content {
        padding-top: 1rem;
        padding-left: 0;
        font-size: 14px;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: -.01em
    }
}

.accordion__content-inner {
    padding-top: 1.5rem;
    padding-left: 2.75rem
}

@media(max-width:1200px) {
    .accordion__content-inner {
        padding-top: 1rem;
        padding-left: 0
    }
}

.accordion:not(.active) .accordion__content {
    height: 0
}

.accordion__icon-vertical {
    transform-origin: center;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .25s ease
}

.accordion.active .accordion__icon svg {
    transform: rotate(135deg)
}

.accordion.active .accordion__icon .accordion__icon-vertical {
    transform: scaleY(0);
    opacity: 0
}

.accordion_variant-header>.accordion__header>.accordion__trigger>.accordion__icon {
    transform: rotate(180deg)
}

.accordion_variant-header.active>.accordion__header>.accordion__trigger>.accordion__title {
    color: var(--red-500, #da0812)
}

.accordion_variant-header .accordion__icon {
    width: 10px;
    height: 10px;
    transition: .4s cubic-bezier(.33, 1, .68, 1)
}

.accordion_variant-header .accordion__trigger {
    flex-direction: row-reverse;
    justify-content: space-between
}

.accordion_variant-header .accordion__title {
    font-family: var(--Font-Family-Vela-Sans, "Vela Sans");
    font-size: var(--Font-Size-16, 14px);
    font-feature-settings: "liga" off, "clig" off;
    font-weight: var(--Font-Weight-regular, 400);
    font-style: normal;
    line-height: normal;
    color: var(--grey-700, #666666);
    letter-spacing: var(--Letter-Spacing-2, .2px);
    transition: .4s cubic-bezier(.33, 1, .68, 1)
}

.accordion_variant-header .accordion__content-inner {
    padding-top: 12px
}

.accordion_variant-header>.accordion__content {
    padding-left: 20px
}

.geo-faq-accordion {
    position: static;
    border-bottom: 1px solid #cacbd1
}

.geo-faq-accordion:last-child {
    border-bottom: none
}

.geo-faq-accordion .accordion__trigger {
    justify-content: space-between;
    padding-block: 40px
}

@media(max-width:1200px) {
    .geo-faq-accordion .accordion__trigger {
        padding-block: 30px
    }
}

@media(max-width:767px) {
    .geo-faq-accordion .accordion__trigger {
        padding-block: 20px
    }
}

.geo-faq-accordion .accordion__title {
    text-align: start;
    order: 1;
    color: var(--black-900, #000);
    font-feature-settings: "liga" off, "clig" off;
    font-family: var(--Font-Family-Vela-Sans, "Vela Sans");
    font-size: var(--Font-Size-24, 24px);
    font-style: normal;
    font-weight: var(--Font-Weight-bold, 700);
    line-height: 110%;
    letter-spacing: var(--Letter-Spacing-0, 0)
}

.geo-faq-accordion .accordion__icon {
    order: 2
}

.geo-faq-accordion .accordion__content-inner {
    padding-bottom: 40px;
    padding-inline: 0
}

.geo-faq-accordion .accordion__content {
    padding-top: 0
}

.geo-faq-accordion.active .accordion__icon svg {
    transform: none
}

.accordion-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

@media(max-width:1200px) {
    .accordion-container {
        gap: 1rem
    }
}

.accordion-container_title-large .accordion__trigger {
    font-size: 2rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -.02em
}

@media(max-width:1200px) {
    .accordion-container_title-large .accordion__trigger {
        font-size: 16px;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: -.01em
    }
}

.accordion-container_title-small .accordion__trigger {
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -.01em
}

@media(max-width:1200px) {
    .accordion-container_title-small .accordion__trigger {
        font-size: 16px;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: -.01em
    }
}

.geo-container {
    max-width: 1640px;
    padding-inline: 100px;
    margin-inline: auto
}

.geo-container_full-width {
    max-width: 100%
}

@media(max-width:1200px) {
    .geo-container {
        padding-inline: 0;
        max-width: 1440px
    }
}

@media(max-width:1439px) {
    .geo-container {
        padding-inline: 30px
    }
}

@media(max-width:767px) {
    .geo-container {
        padding-inline: 10px
    }
}

.text {
    font-family: var(--Font-Family-Vela-Sans, "Vela Sans");
    font-feature-settings: "liga" off, "clig" off;
    transition: .4s cubic-bezier(.33, 1, .68, 1);
    leading-trim: both;
    text-edge: cap
}

.text_variant_26 {
    font-size: var(--Font-Size-26)
}

.text_variant_24 {
    font-size: var(--Font-Size-24, 24px)
}

.text_variant_20 {
    font-size: var(--Font-Size-20)
}

.text_variant_18 {
    font-size: var(--Font-Size-18)
}

.text_variant_16,
.text_variant_16-14-12 {
    font-size: var(--Font-Size-16)
}

@media(max-width:1200px) {
    .text_variant_16-14-12 {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .text_variant_16-14-12 {
        font-size: 12px
    }
}

.text_variant_14 {
    font-size: var(--Font-Size-14)
}

.text_variant_12 {
    font-size: var(--Font-Size-12)
}

.text_lineHeight_normal {
    line-height: normal
}

.text_lineHeight_110 {
    line-height: 110%
}

.text_lineHeight_120 {
    line-height: 120%
}

.text_lineHeight_140 {
    line-height: 140%
}

.text_lineHeight_20px {
    line-height: 20px
}

.text_lineHeight_100 {
    line-height: 100%
}

.text_color_white {
    color: var(--Color-White-500)
}

.text_color_black {
    color: var(--Color-Black-900)
}

.text_color_red {
    color: var(--Color-Red-500)
}

.text_color_gray700 {
    color: var(--Color-Grey-700)
}

.text_color_gray {
    color: var(--Color-Grey-600)
}

.text_color_light-gray {
    color: var(--Color-Grey-150)
}

.text_color_black-05 {
    color: var(--black-90005, rgba(0, 0, 0, .5))
}

.text_weight_300 {
    font-weight: var(--Font-Weight-light)
}

.text_weight_400 {
    font-weight: var(--Font-Weight-regular)
}

.text_weight_600 {
    font-weight: var(--Font-Weight-semibold)
}

.text_weight_700 {
    font-weight: var(--Font-Weight-bold)
}

.text_letterSpacing_0 {
    letter-spacing: var(--Letter-Spacing-0)
}

.text_letterSpacing_2 {
    letter-spacing: var(--Letter-Spacing-2)
}

.text_letterSpacing_11 {
    letter-spacing: var(--Letter-Spacing-11)
}

.text_isUppercase {
    text-transform: uppercase
}

.text sup,
.text sub {
    font-size: 11px;
    line-height: 100%
}

.text span {
    color: var(--Color-Red-500)
}

.icon {
    overflow: visible
}

.icon:not(.icon_initial) * {
    transform-origin: center;
    transform-box: fill-box
}

.icon:not(.icon_initial) *[fill] {
    fill: currentColor
}

.icon:not(.icon_initial) *[stroke] {
    stroke: currentColor
}

.icon_rotated {
    transform: rotate(180deg)
}

.title {
    font-feature-settings: "liga" off, "clig" off;
    leading-trim: both;
    text-edge: cap
}

.title_variant_96 {
    font-size: var(--Font-Size-96)
}

.title_variant_55 {
    font-size: var(--Font-Size-55)
}

.title_variant_45,
.title_variant_45-28 {
    font-size: var(--Font-Size-45)
}

@media(max-width:1200px) {
    .title_variant_45-28 {
        font-size: 28px
    }
}

@media(max-width:767px) {
    .title_variant_45-28 {
        font-size: 24px
    }
}

.title_variant_35 {
    font-size: 35px
}

.title_variant_30 {
    font-size: var(--Font-Size-30)
}

.title_variant_25 {
    font-size: var(--Font-Size-25)
}

.title_lineHeight_100 {
    line-height: 100%
}

.title_lineHeight_112 {
    line-height: 112%
}

.title_lineHeight_54 {
    line-height: 54%
}

.title_lineHeight_120 {
    line-height: 120%
}

.title_lineHeight_110 {
    line-height: 110%
}

.title_lineHeight_normal {
    line-height: normal
}

.title_color_black {
    color: var(--Color-Black-900)
}

.title_color_white {
    color: var(--Color-White-500)
}

.title_color_red {
    color: var(--Color-Red-500)
}

.title_color_gray {
    color: var(--Color-Grey-300)
}

.title_weight_300 {
    font-weight: var(--Font-Weight-light)
}

.title_weight_400 {
    font-weight: var(--Font-Weight-regular)
}

.title_weight_600 {
    font-weight: var(--Font-Weight-semibold)
}

.title_weight_700 {
    font-weight: var(--Font-Weight-bold)
}

.title_letterSpacing_0 {
    letter-spacing: var(--Letter-Spacing-0)
}

.title_letterSpacing_2 {
    letter-spacing: var(--Letter-Spacing-2)
}

.title_letterSpacing_11 {
    letter-spacing: var(--Letter-Spacing-11)
}

.title_isUppercase {
    text-transform: uppercase
}

.geo-tag {
    position: static;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    width: fit-content
}

.geo-tag__icon-wrapper {
    display: block;
    color: #da0812
}

.geo-tag__icon-wrapper_variant-16 {
    width: 10px;
    height: 12px
}

.geo-tag__icon-wrapper_variant-45 {
    width: 17px;
    height: 20px
}

.geo-tag__icon-wrapper svg {
    width: 100%;
    height: 100%
}

.geo-tag_gap-large {
    gap: 20px
}

@media(max-width:767px) {
    .geo-tag_gap-large {
        gap: 10px
    }
}

@media(max-width:767px) {
    .geo-tag_gap-large .geo-tag__icon-wrapper {
        flex-shrink: 0;
        width: 12px;
        height: 14px
    }
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media(min-width:320px) {
    html {
        font-size: 4.7058823529vw
    }
}

@media(min-width:375px) {
    html {
        font-size: 4.2666666667vw
    }
}

@media(min-width:576px) {
    html {
        font-size: 2.7777777778vw
    }
}

@media(min-width:768px) {
    html {
        font-size: 2.0833333333vw
    }
}

@media(min-width:1024px) {
    html {
        font-size: 1.5625vw
    }
}

@media(min-width:1201px) {
    html {
        font-size: .8333333333vw
    }
}

@media(min-width:1920px) {
    html {
        font-size: .8333333333vw
    }
}

.geo-faq {
    position: static;
    padding-block: 100px
}

@media(max-width:1200px) {
    .geo-faq {
        padding-block: 60px
    }
}

@media(max-width:767px) {
    .geo-faq {
        padding-top: 35px;
        padding-bottom: 55px
    }
}

.geo-faq__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px
}

@media(max-width:1200px) {
    .geo-faq__inner {
        display: flex;
        flex-direction: column
    }
}

.geo-faq__accordions {
    display: flex;
    grid-column: 7/13;
    flex-direction: column;
    width: 100%
}

@media(max-width:1200px) {
    .geo-faq__accordions .accordion .accordion__trigger {
        padding-block: 40px
    }
}

@media(max-width:1200px)and (max-width:767px) {
    .geo-faq__accordions .accordion .accordion__trigger {
        padding-block: 24px
    }
}

.geo-faq__accordions .accordion .accordion__content-inner {
    padding-top: 0
}

@media(max-width:767px) {
    .geo-faq__accordions .accordion .accordion__content-inner {
        padding-bottom: 24px
    }
}

.geo-faq__accordions-list {
    gap: 0
}

.geo-faq__head {
    display: flex;
    grid-column: 1/7;
    flex-direction: column
}
/* End */


/* Start:/local/templates/ashmanov_new/components/ashmanov/form-subscribe/blog_form_modal/style.css?17810870982580*/
.subscribe2024 {
    margin: 32px 0;
    padding: 0 16px;
    color: #A5A5A5;
}
.b-news__wrapper .subscribe2024 {
    padding: 0;
}

.subscribe2024__wrapper {
    width: 100%;
    max-width: 1152px;
    padding: 32px;
    margin: 0 auto;
    border: 3px solid #c4262e;
    background-color: #ffffff;
}

.subscribe2024__title {
    margin: 0 0 24px;
    color: #414141;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
}

.subscribe2024__description {
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    text-align: center;
    margin-bottom: 24px;
}

.subscribe2024__description p {
    margin: 0;
}

.subscribe2024__note {
    text-align: center;
    margin-top: 16px;
}

.subscribe2024__note a {
    color: #A5A5A5;
    text-decoration: none;
}

.subscribe2024-social {
    margin: 12px 0 0;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe2024-social__item {
    list-style-type: none;
    margin: 0 8px;
}

.subscribe2024-social__item:first-of-type {
    margin-left: 0;
}

.subscribe2024-social__item:last-of-type {
    margin-right: 0;
}

.subscribe2024-social__item a {
    display: flex;
    align-items: center;
}

.subscribe2024-social__item .icon-rutube {
    /*margin-top: -6px;*/
}

.subscribe2024__form .b-block-form-form__submit {
    cursor: pointer;
    color: #fff;
    background: #C4262E;
    border-color: #C4262E;
    width: 100%;
    padding: 0;
}

@media (max-width: 767px) {
    .subscribe2024__form svg {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .subscribe2024__title {
        font-size: 26px;
        line-height: 30px;
    }
    .subscribe2024__description {
        font-size: 16px;
        line-height: 22px;
    }

    .subscribe2024 .b-block-form-form__wrapper {
        display: grid;
        grid-template-columns: 120px auto 120px;
        width: 100%;
        max-width: 560px;
        margin: auto;
        grid-gap: 12px;
    }

    .subscribe2024 .b-block-form-form__input,
    .subscribe2024 .b-block-form-form__submit {
        width: 100%;
        margin: 0;
    }

    .subscribe2024 svg {
        margin-left: auto;
    }
}

@media all and (min-width: 1344px) {
    .subscribe2024 {
        margin: 48px auto;
    }
    .subscribe2024__wrapper {
        padding: 24px 32px;
    }
    .subscribe2024__title {
        font-size: 38px;
        line-height: 32px;
    }
    .subscribe2024__description {
        font-size: 18px;
        line-height: 18px;
    }
}
/* End */
/* /local/components/ashmanov/constructor.block/templates/geo-years-1/style.css?17885228021524 */
/* /local/components/ashmanov/constructor.block/templates/geo-faq-1/style.css?178852278935200 */
/* /local/templates/ashmanov_new/components/ashmanov/form-subscribe/blog_form_modal/style.css?17810870982580 */
