.main-content {
max-width: 1400px;
margin: 0 auto;
padding: 0 45px;
}
.page-404 {
padding: 50px 20px;
text-align: center;
max-width: 800px;
margin: 0 auto;
}
.error-container {
background-color: #fff;
border-radius: 8px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
padding: 40px 30px;
}

.error-code {
font-size: 120px;
font-weight: 700;
color: #e74c3c;
margin: 0 0 10px;
line-height: 1;
}

.error-divider {
width: 80px;
height: 4px;
background-color: #e74c3c;
margin: 20px auto;
border-radius: 2px;
}

.error-title {
font-size: 32px;
margin-bottom: 20px;
color: #333;
}

.error-description {
font-size: 18px;
color: #666;
margin-bottom: 30px;
}

.error-details {
background-color: #f9f9f9;
border-radius: 6px;
padding: 15px;
margin-bottom: 30px;
display: inline-block;
}

.requested-url {
font-family: monospace;
color: #e74c3c;
word-break: break-all;
}

.error-actions {
margin-top: 30px;
}

.btn {
display: inline-block;
padding: 12px 24px;
border-radius: 4px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
margin: 0 10px;
}

.btn-primary {
background-color: #e74c3c;
color: white;
border: 2px solid #e74c3c;
}

.btn-primary:hover {
background-color: #d44235;
border-color: #d44235;
}

.btn-outline {
background-color: transparent;
color: #e74c3c;
border: 2px solid #e74c3c;
}

.btn-outline:hover {
background-color: #e74c3c;
color: white;
}
.breadcrumbs-container {
width: 100%;
padding: 15px;
background-color: #f8f9fa;
border-bottom: 1px solid #e9ecef;
}
section.breadcrumbs {
margin-top: 24px
}

.breadcrumbs {
max-width: 1400px;
margin: 0 auto;
/* padding: 0 15px; */
display: flex;
align-items: center;
flex-wrap: wrap;
font-family: Arial, sans-serif;
font-size: 14px;
}

.breadcrumb-item {
color: #203260;
text-decoration: none;
position: relative;
padding: 5px 0;
}

.breadcrumb-item.home {
font-weight: 400;
transition: color 0.2s ease;
}

.breadcrumb-item.home:hover {
color: #16254d;
text-decoration: underline;
}

.breadcrumb-item.current {
color: #6c757d;
font-weight: 600;
}

.breadcrumb-separator {
display: flex;
align-items: center;
margin: 0 10px;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 576px) {
.breadcrumbs {
    font-size: 13px;
}
}



:root {
font-size: 93.75%
}

*, :after, :before {
box-sizing: inherit;
margin: 0;
padding: 0;
color: inherit;
font: inherit;
line-height: inherit;
vertical-align: bottom
}

:focus {
outline: 0
}

body, html {
position: relative
}

html {
box-sizing: border-box;
min-height: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-ms-font-feature-settings: normal;
font-feature-settings: "liga";
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
direction: ltr;
text-rendering: optimizeLegibility;
-webkit-text-decoration-skip: objects;
text-decoration-skip: objects;
font-weight: 400;
font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
letter-spacing: -.06em
}

html.no-js {
font-family: GT Walsheim Pro
}

body {
overflow-x: hidden;
height: 100%;
color: #364268;
background: #f2f5fa;
line-height: 24px;
-webkit-overflow-scrolling: touch
}

::-webkit-file-upload-button {
-webkit-appearance: button
}

h1, p, ul {
margin-bottom: 24px
}

h1:last-of-type, p:last-of-type, ul:last-of-type {
margin-bottom: 0
}

svg:not(:root) {
overflow: hidden;
-webkit-overflow-scrolling: touch
}

h1 {
font-weight: 700;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none
}

.no-js h1 {
font-family: GT Walsheim Pro
}

h1 {
font-size: 22px
}

a {
background-color: transparent;
text-decoration: none
}

b, strong {
font-weight: 700
}

small {
font-size: 80%
}

img {
max-width: 100%;
height: auto;
border-style: none
}

i {
font-style: italic
}

li, ul {
padding-left: 24px
}

ul {
list-style: none
}

li {
position: relative
}

li:before {
min-width: 24px;
position: absolute;
top: 0;
left: 0;
text-align: center
}

ul li:before {
content: "•";
font-weight: 700
}

input {
overflow: visible
}

input[type=checkbox], input[type=radio] {
margin-bottom: .325em
}

.float-bar {
padding-right: 8px;
padding-left: 8px
}

.float-bar .btn, .float-bar .email, .float-bar .open-hours, .float-bar .tel {
margin-right: 8px;
margin-left: 8px
}

.hamburger {
position: relative;
display: inline-block
}

.hamburger:after, .hamburger:before, .hamburger > :first-child {
position: absolute;
background-color: currentColor
}

.hamburger:after, .hamburger:before {
content: ""
}

.hamburger:after, .hamburger > :first-child {
top: 50%
}

.hamburger:before {
bottom: 50%
}

.icon {
position: relative;
top: -.125em;
width: 1em;
height: 1em;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
vertical-align: middle
}

.preloader__percentage, .preloader__spinner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%)
}

.aside__switch, .spec input[type=radio] {
position: absolute;
overflow: hidden;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
clip: rect(0, 0, 0, 0);
-webkit-overflow-scrolling: touch
}

.nav ul, .nav ul li {
padding-left: 0
}

.nav ul li:before {
content: none
}

.btn, .float-bar .tel, .map__agency, .nav, .welcome__links {
font-weight: 700
}

.no-js .btn, .no-js .float-bar .tel, .no-js .float-bar small, .no-js .map__agency, .no-js .nav, .no-js .welcome__links {
font-family: GT Walsheim Pro
}

.float-bar small {
font-weight: 400
}

.preloader {
-webkit-touch-callout: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 4;
width: 100vw;
height: 100vh;
color: #fff;
background-color: #203260
}

.no-js .preloader {
display: none
}

.preloader__spinner {
z-index: 1;
font-size: 152px;
fill: currentColor
}

.preloader__spinner .icon {
top: 0
}

.preloader__percentage {
color: #1e2c4e;
font-weight: 700;
font-size: 12rem;
letter-spacing: -.06em;
line-height: 1em
}

.no-js .preloader__percentage {
font-family: GT Walsheim Pro
}

.preloader__indicator {
position: absolute;
top: 0;
width: 100%;
height: 4px;
background-color: currentColor
}

.preloader__content {
opacity: 0
}

.no-js .preloader__content {
opacity: 1
}

.logo {
display: block;
margin-right: auto;
margin-left: auto
}

.logo .icon {
width: 89px;
height: 72px
}

.nav {
margin-bottom: 24px
}

.nav ul {
text-align: left
}

.nav a {
padding: 12px 48px 12px 36px
}

.nav a {
font-size: 17px;
position: relative;
z-index: 0;
display: block;
white-space: nowrap
}

.nav a:after, .nav a:before {
z-index: -1
}

.nav a:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: "";
background-color: #355692;
transform: translateX(-100%)
}

.nav a.current {
background-color: #203260
}

input:not([type=radio]):not([type=checkbox]) {
height: 42px;
margin-bottom: 14.08px;
font-size: 15px;
transform: translateY(-2px);
width: 100%;
padding-right: 24px;
padding-left: 24px;
border: 2px solid #b0b8c6;
border-radius: 4px;
color: #47578a;
background: 0 0
}

.welcome .showcase picture {
height: 100%
}

.btn {
font-size: 16px;
display: inline-block;
overflow: visible;
height: auto;
margin-bottom: 0;
padding: 0;
border: 0;
white-space: nowrap;
color: #f2f5fa;
background: 0 0;
transform: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}

.btn, .btn__text, .btn__text:after, .btn__text:before {
border-radius: 10em
}

.btn__text {
position: relative;
z-index: 0;
display: block;
padding: 12px 24px
}

.btn__text:after, .btn__text:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
content: ""
}

.btn__text:before {
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

.btn__text:after {
background-color: #355692
}

.aside, .aside__toggle {
top: 0;
color: #f2f5fa;
background-color: #11192d
}

.aside {
position: fixed;
bottom: 0;
left: 0;
z-index: 4;
height: 100vh;
text-align: center;
transform: translateX(-100%)
}

.aside:after, .aside__toggle:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: "";
opacity: 0
}

.aside:after {
box-shadow: 7px 0 8px -4px rgba(0, 0, 0, .2), 12px 0 17px 2px rgba(0, 0, 0, .14), 5px 0 22px 4px rgba(0, 0, 0, .12);
z-index: -1
}

.aside__toggle {
position: absolute;
left: 100%
}

.aside__toggle:before {
background-color: #355692
}

.hamburger {
padding: 24px
}

.hamburger:after, .hamburger:before, .hamburger > :first-child {
width: 24px;
height: 4px;
left: 50%
}

.hamburger:before {
transform: translate(-50%, -150%);
transform-origin: 4px
}

.hamburger:after {
transform: translate(-50%, 150%);
transform-origin: 0 100%
}

.hamburger > :first-child {
transform: translate(-50%, -50%)
}

.aside__inner {
padding-top: 48px;
position: relative;
overflow-y: auto;
max-height: 100vh;
-webkit-overflow-scrolling: touch
}

.aside .logo {
margin-bottom: 24px
}

.aside__overlay {
right: 0;
bottom: 0;
z-index: 4;
width: 100vw;
height: 100vh;
background-color: rgba(5, 7, 12, .9);
opacity: 0
}

.aside__overlay, .aside__switch {
position: fixed;
top: 0;
left: 0;
visibility: hidden
}

.float-bar {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 3;
padding-top: 4px;
padding-bottom: 4px;
color: #f2f5fa;
background-color: #11192d;
font-size: 0;
text-align: right
}

.float-bar:after {
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .3), 0 4px 5px 0 rgba(0, 0, 0, .24), 0 1px 10px 0 rgba(0, 0, 0, .22);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
content: ""
}

.float-bar .i-csp {
width: 68px;
height: 24px;
display: none;
float: left;
margin-top: 8px;
margin-bottom: 8px
}

.float-bar .open-hours {
font-size: 14px;
display: none;
line-height: 20px
}

.float-bar .email .icon, .float-bar .open-hours .icon, .float-bar .tel .icon {
font-size: 24px;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%)
}

.float-bar .email, .float-bar .open-hours, .float-bar .tel {
padding-left: 36px;
position: relative
}

.float-bar .email {
font-size: 14px;
display: none;
margin-bottom: 4px;
line-height: 40px
}

.float-bar .tel {
font-size: 22px;
display: inline-block
}

.float-bar .tel .icon {
fill: none;
stroke-width: 1px
}

.float-bar small {
font-size: 14px;
display: block;
line-height: 16px
}

.float-bar .btn {
display: none
}

.welcome, .welcome__links a {
color: #fff;
text-align: center
}

.welcome {
position: relative;
z-index: 1;
background-color: #203260;
font-size: 0
}

@supports ((-moz-text-align-last:center) or (text-align-last:center)) {
.welcome {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center
}
}

.welcome__intro, .welcome__links, .welcome__promo {
display: inline-block;
width: 100%;
vertical-align: middle
}

.welcome__intro {
position: relative;
z-index: 1;
padding: 72px 16px 24px
}

.welcome__intro p {
max-width: 648px;
margin-bottom: 24px;
font-size: 14px;
margin-right: auto;
margin-left: auto
}

.welcome h1 {
margin-bottom: 24px;
text-align: center
}

.welcome h1 strong {
display: table;
width: 100%
}

.welcome .btn {
font-size: 15px
}

.welcome__promo, .welcome__promo:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0
}

.welcome__promo {
overflow: hidden;
max-height: 100%;
background-color: #11192d;
-webkit-overflow-scrolling: touch
}

.welcome__promo:after {
content: "";
background-color: rgba(17, 25, 45, .75)
}

.welcome .showcase {
position: absolute;
top: 0;
right: -20%;
bottom: 0;
left: -20%
}

.welcome .showcase img {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
max-width: none;
transform: translate(-50%, -50%)
}

.welcome__links {
position: relative;
z-index: 1
}

.welcome__links a {
padding: 12px;
font-size: 17px;
display: inline-block;
width: 100%;
white-space: nowrap;
background-color: #355692
}

.welcome__links a:first-child {
color: #203260;
background-color: #fff
}

.welcome__links a:last-child {
color: #fff;
background-color: #2b3e6f
}

.dealers__current {
position: absolute;
top: 0;
left: 0;
height: 8px;
background-color: #11192d
}

.no-js .dealers__current {
display: none
}

.map__agency {
padding: 24px 72px;
position: absolute;
top: 0;
right: 0;
z-index: 1;
display: none;
color: #f2f5fa;
background-color: #11192d
}

.map__agency-title {
color: #b0c2e3;
padding: 12px 0;
font-size: 15px
}

.map__agency-list {
color: #b0c2e3
}

.map__agency .is-current {
color: #fff
}

@media print, screen and (min-width: 40em) {
h1 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 30px;
    line-height: 32px
}

.float-bar {
    padding-right: 12px;
    padding-left: 12px
}

.float-bar .btn, .float-bar .email, .float-bar .open-hours, .float-bar .tel {
    margin-right: 12px;
    margin-left: 12px
}

.preloader__percentage {
    font-size: 14rem
}

.logo .icon {
    width: 119px;
    height: 96px
}

.hamburger {
    padding: 32px
}

.float-bar {
    padding-top: 12px;
    padding-bottom: 12px
}

.float-bar .i-csp {
    height: 40px;
    margin: 0 0 0 76px
}

.float-bar .email, .float-bar .i-csp {
    display: inline-block
}

.welcome__links a {
    width: 50%
}

.welcome__intro {
    padding: 120px 64px 96px
}

.welcome__intro p {
    font-size: 15px
}

.welcome .btn {
    font-size: 17px
}

.welcome__links a:last-child {
    width: 100%
}
}

@media print, screen and (min-width: 64em) {
h1 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 45px;
    line-height: 48px
}

.float-bar {
    padding-right: 16px;
    padding-left: 16px
}

.float-bar .btn, .float-bar .email, .float-bar .open-hours, .float-bar .tel {
    margin-right: 16px;
    margin-left: 16px
}

.welcome__intro p {
    font-size: 18px
}

.nav {
    margin-bottom: 48px
}

.nav a {
    padding-right: 72px;
    padding-left: 48px
}

.hamburger {
    padding: 36px
}

.float-bar {
    padding-top: 16px;
    padding-bottom: 16px
}

.float-bar .i-csp {
    margin-left: 80px
}

.float-bar .open-hours {
    display: inline-block;
    margin-bottom: 4px
}

.float-bar .tel {
    margin-bottom: 4px
}

.float-bar .btn {
    display: inline-block
}

.welcome__intro {
    padding: 144px 72px 120px
}

.welcome__links a {
    padding: 24px;
    width: 33.33333%
}

.welcome__links a:last-child {
    width: 33.33333%
}

.dealers__current {
    width: 50%
}

.map__agency-list {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 22px;
    line-height: 32px
}
}

@media screen and (min-width: 75em) {
.nav {
    margin-bottom: 72px
}

.float-bar {
    position: absolute;
    background: 0 0
}

.float-bar:after {
    content: none
}

.welcome h1 {
    text-align: left
}

.welcome__intro p {
    max-width: 528px;
    margin-left: 0
}

.welcome__links a {
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center
}

.welcome {
    min-height: 50vh;
    background-color: #11192d;
    text-align: left
}

@supports ((-moz-text-align-last:left) or (text-align-last:left)) {
    .welcome {
        text-align: justify;
        -moz-text-align-last: left;
        text-align-last: left
    }
}.welcome__intro, .welcome__promo {
        width: 50%
    }

.welcome__intro {
    min-height: 50vh;
    background-color: #203260
}

.welcome__intro p {
    margin-top: -12px;
    margin-bottom: 36px;
    font-size: 15px
}

.welcome h1 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 26px;
    line-height: 32px;
    position: relative
}

.welcome h1:after, .welcome h1:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    content: ""
}

.welcome h1:after {
    background-color: #15203e
}

.welcome h1:before {
    background-color: #294270;
    transform: translateY(1px)
}

.welcome__promo:after {
    display: none
}

.welcome__promo {
    position: relative;
    height: 50vh;
}

.welcome .showcase {
    position: static;
    height: 100%
}

.welcome .showcase img {
    width: auto;
    height: 100%
}

.welcome__links {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0
}

.welcome__links a {
    font-size: 22px
}

.spec input[type=radio] {
    display: none;
    touch-action: none
}

.dealers__current {
    width: 33.33333%
}

.map__agency {
    display: block
}

.no-js .map__agency {
    display: none
}
}

@media screen and (min-width: 90em) {
:root {
    font-size: 100%
}

h1 {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 48px;
    line-height: 40px
}

input:not([type=radio]):not([type=checkbox]) {
    font-size: 16px
}

.welcome__intro {
    padding-top: 216px
}

.welcome h1 {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 33px;
    line-height: 40px
}

.map__agency {
    padding-right: 96px;
    padding-left: 96px
}
}

@media screen and (min-width: 100em) {
.welcome__intro p {
    max-width: 792px
}

.aside {
    width: 384px;
    transform: none
}

.hamburger:before {
    transform: translate(-62%, 25%) rotate(-45deg) scaleX(.65)
}

.hamburger:after {
    transform: translate(-62%, -100%) rotate(45deg) scaleX(.65)
}

.hamburger > :first-child {
    transform: translate(-37%, -50%)
}

.aside__overlay {
    display: none
}

.content {
    padding-left: 384px
}

.welcome h1 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 28px;
    line-height: 32px
}
}