* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: url('../images/background.jpg') center bottom/cover fixed;
    line-height: 1.5;
}

.way_wrapper {
    max-width: 1410px;
    width: 99%;
    margin: 12px auto;
    background-color: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

h3 {
    line-height: 1.2;
}

h4 {
    line-height: 1.2;
}

h1,
h2,
h3,
h4 {
    letter-spacing: 1px;
    font-weight: 500;
}

.way_subtitle {
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 14px;
    color: #fff;
}

.way_title {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.1;
}

h2 {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    color: #0f0f0f;
    font-size: 2.2rem;
    line-height: 1.2;
}

.way_text {
    font-family: 'Inter', sans-serif;
    color: #0f0f0f;
}

.way_text_light {
    color: #fff;
}


.way_btn {
    display: inline-block;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    padding: 14px 32px;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.25s;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
}

.way_btn_primary {
    background: #e12f2f;
    color: #fff;
}

.way_btn_primary:hover {
    background: #b12323;
}

.way_btn_secondary {
    background: transparent;
    color: #000;
    border: 2px solid #e12f2f;
}

.way_btn_secondary:hover {
    background: #e12f2f;
    color: #fff;
}


.way_section_dark {
    background: #0f0f0f;
    padding: 60px 40px;
}

.way_section_dark .way_card {
    background: #fff;
    padding: 30px;
    border-radius: 0;
}


.way_footer {
    background: #0f0f0f;
    color: #fff;
    padding: 50px 40px 20px;
}

.way_footer .way_title {
    color: #e12f2f;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.way_footer a {
    color: #fff;
    text-decoration: none;
}

.way_footer a:hover {
    text-decoration: underline;
}


.way_header {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 1410px;
    max-width: calc(100% - 24px);
    z-index: 50;
    padding: 18px 30px;
    backdrop-filter: blur(20px);
    background: linear-gradient(#0000004d, #0000004d), linear-gradient(#ffffff1a, #ffffff1a);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    border-radius: 0px;
}

.way_logo a {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-weight: 700;
    text-decoration: none !important;
    font-size: 1.4rem;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
}

.way_logo img {
    height: 40px;
    width: auto;
    display: block;
}

.way_menu {
    display: flex;
    gap: 32px;
    align-items: center;
}

.way_menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.95rem;
}

.way_menu .way_btn {
    padding: 8px 24px;
    font-weight: 400;
    font-size: 0.9rem;
}


.way_menu_toggle {
    display: none;
    font-size: 2rem;
    cursor: pointer;
}


.way_banner {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('../images/hero2.jpg') center/cover;
    height: 85vh;
    min-height: 650px;
    display: flex;
    align-items: center;
    padding: 0 60px;
}

.way_banner_content {
    max-width: 600px;
}

.way_banner_content .way_text {
    color: #fff;
    margin: 20px 0;
}


.way_autoroutes_wrap {
    display: flex;
    gap: 40px;
    background: #fff;
    padding: 60px 40px;
}

.way_sticky_left {
    flex: 1;
    position: sticky;
    top: 100px;
    align-self: flex-start;
    background: #fff;
}

.way_scroll_right {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.way_route_item {
    display: flex;
    gap: 20px;
    align-items: center;
    background: #f5f5f5;
    padding: 15px;
}

.way_route_item img {
    width: 200px;
    height: 130px;
    object-fit: cover;
}

.way_route_item h3 {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.way_route_item a {
    color: #e12f2f;
    font-weight: bold;
    text-decoration: none;
}


.way_grid_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.way_spot {
    background: #fff;
    padding: 20px;
}

.way_spot img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}


.way_tips_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.way_tip_card {
    background: #f5f5f5;
    position: relative;
}

.way_tip_card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.way_tip_label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e12f2f;
    color: #fff;
    padding: 4px 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.way_tip_content {
    padding: 20px;
}

.way_tip_content a {
    color: #e12f2f;
    text-decoration: none;
    font-weight: 700;
}


.way_cta {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/hero.jpg') bottom/cover;
    text-align: center;
    padding: 100px 40px;
    background-attachment: fixed;
}


.way_footer_main {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 40px;
}

.way_footer_main li {
    margin-bottom: 5px;
}

.way_footer_main p {
    margin-bottom: 5px;
}

.way_footer_bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #666;
    padding-top: 20px;
    font-size: 0.9rem;
}

.way_footer_bottom a {
    margin-left: 24px;
}

.way_contact_row {
    display: flex;
    gap: 50px;
    background: #fff;
    padding: 60px 40px;
}

.way_contact_left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.way_contact_card {
    background: #f5f5f5;
    padding: 30px;
    border-left: 6px solid #e12f2f;
}

.way_contact_card h3 {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    color: #0f0f0f;
    margin-bottom: 8px;
    font-size: 1.5rem;
}

.way_contact_card p,
.way_contact_card a {
    font-family: 'Inter', sans-serif;
    color: #414141;
    text-decoration: none;
    font-size: 1.1rem;
    display: block;
}

.way_contact_card a:hover {
    color: #e12f2f;
}

.way_contact_right {
    flex: 1;
    background: #f5f5f5;
    padding: 40px;
}

.way_form_group {
    margin-bottom: 20px;
}

.way_form_group input,
.way_form_group textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #ddd;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    background: #fff;
}

.way_form_group input:focus,
.way_form_group textarea:focus {
    outline: none;
    border-color: #e12f2f;
}

.way_form_group textarea {
    min-height: 120px;
    resize: vertical;
}

.way_contact_btn {
    background: #e12f2f;
    color: #fff;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    padding: 16px 40px;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    letter-spacing: 1px;
    width: 100%;
}

.way_contact_btn:hover {
    background: #b12323;
}

.way_thanks_msg {
    background: #1e7e34;
    color: #fff;
    font-family: 'Inter', sans-serif;
    padding: 20px;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 20px;
    display: none;
}

.way_thanks_msg.show {
    display: block;
}

.way_breadcrumb {
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    color: #e12f2f;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.way_breadcrumb span {
    color: #414141;
}

.way_about_section {
    display: flex;
    gap: 50px;
    padding: 60px 40px;
    background: #fff;
}

.way_about_section.reverse {
    flex-direction: row-reverse;
    background: #f5f5f5;
}

.way_about_img {
    flex: 1;
}

.way_about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 350px;
}

.way_about_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.way_about_content .way_subtitle {
    color: #414141;
}

.way_about_content h2 {
    margin: 15px 0 20px;
}

.way_about_content .way_text {
    margin-bottom: 25px;
}

@media (max-width: 900px) {

    .way_contact_row,
    .way_about_section,
    .way_about_section.reverse {
        flex-direction: column;
    }
}


.way_contact_section,
.way_about_first,
.way_about_second {
    max-width: 1410px;
    margin: 0 auto;
    padding: 70px 40px;
    padding-top: 120px;
    background: #fff;
}

.way_about_second {
    background: #f5f5f5;
}


.way_breadcrumb_wrap {
    margin-bottom: 40px;
}

.way_breadcrumb {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e12f2f;
}

.way_breadcrumb span {
    color: #414141;
    margin: 0 5px;
}


.way_contact_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}


.way_contact_cards {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.way_contact_card {
    background: #f5f5f5;
    padding: 35px 30px 25px 30px;
    border-left: 6px solid #e12f2f;
    transition: transform 0.3s;
}

.way_contact_card:hover {
    transform: translateX(10px);
}

.way_contact_card h3 {
    font-family: 'Anton', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #0f0f0f;
    margin-bottom: 12px;
}

.way_contact_card p,
.way_contact_card a {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #414141;
    text-decoration: none;
    line-height: 1.6;
}

.way_contact_card a:hover {
    color: #e12f2f;
}


.way_contact_form_wrap {
    background: #f5f5f5;
    padding: 45px;
}

.way_contact_form_wrap h2 {
    font-family: 'Anton', sans-serif;
    font-size: 2.2rem;
    text-transform: uppercase;
    color: #0f0f0f;
    margin: 15px 0 30px;
}

.way_form_group {
    margin-bottom: 20px;
}

.way_form_group input,
.way_form_group textarea {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #e0e0e0;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    background: #fff;
    transition: border-color 0.3s;
}

.way_form_group input:focus,
.way_form_group textarea:focus {
    outline: none;
    border-color: #e12f2f;
}

.way_form_group textarea {
    min-height: 140px;
    resize: vertical;
}

.way_contact_btn {
    width: 100%;
    padding: 18px 30px;
    background: #e12f2f;
    border: none;
    font-family: 'Anton', sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1px;
    transition: background 0.3s;
}

.way_contact_btn:hover {
    background: #b12323;
}

.way_thanks_message {
    margin-top: 20px;
    padding: 18px;
    background: #28a745;
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    border-radius: 0;
    display: none;
}

.way_thanks_message.show {
    display: block;
}


.way_about_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.way_about_content .way_subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e12f2f;
    margin-bottom: 10px;
}

.way_about_content {
    align-items: flex-start;
}

.way_about_content h2 {
    font-family: 'Anton', sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #0f0f0f;
    margin: 15px 0 20px;
    line-height: 1.2;
}

.way_about_content .way_text {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #414141;
    margin-bottom: 30px;
    line-height: 1.7;
}

.way_about_image {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.way_about_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.way_about_image:hover img {
    transform: scale(1.03);
}

.way_btn_about {
    display: inline-block;
    padding: 16px 40px;
    background: #e12f2f;
    font-family: 'Anton', sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    border: 2px solid #e12f2f;
    width: auto;
    transition: all 0.3s;
}

.way_btn_about:hover {
    background: transparent;
    color: #0f0f0f;
}

.way_btn_about_secondary {
    background: transparent;
    color: #0f0f0f;
}

.way_btn_about_secondary:hover {
    background: #e12f2f;
    color: #fff;
}


@media (max-width: 1000px) {

    .way_contact_grid,
    .way_about_grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .way_contact_section,
    .way_about_first,
    .way_about_second {
        padding: 50px 25px;
    }

    .way_about_image {
        height: 290px;
    }
}



.way_autoroutes_section {
    max-width: 1410px;
    margin: 0 auto;
    padding: 70px 40px;
    background: #fff;
    padding-top: 120px;
}

.way_autoroutes_header {
    margin-bottom: 50px;
}

.way_autoroutes_header .way_subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e12f2f;
    margin-bottom: 10px;
}

.way_autoroutes_header h2 {
    font-family: 'Anton', sans-serif;
    font-size: 2.8rem;
    text-transform: uppercase;
    color: #0f0f0f;
    margin: 10px 0 20px;
    line-height: 1.2;
}

.way_autoroutes_header .way_text {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #414141;
    max-width: 800px;
    line-height: 1.7;
}

.way_routes_grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}

.way_route_card {
    display: grid;
    grid-template-columns: 280px 1fr;
    background: #f5f5f5;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.way_route_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.way_route_image {
    height: 220px;
    overflow: hidden;
}

.way_route_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.way_route_card:hover .way_route_image img {
    transform: scale(1.05);
}

.way_route_content {
    padding: 30px 35px;
}

.way_route_content h3 {
    font-family: 'Anton', sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    color: #0f0f0f;
    margin-bottom: 15px;
    line-height: 1.2;
}

.way_route_content h3 span {
    color: #e12f2f;
    font-size: 1.2rem;
    margin-left: 10px;
}

.way_route_description {
    margin-bottom: 20px;
}

.way_route_description p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: #414141;
    line-height: 1.7;
    margin-bottom: 10px;
}

.way_route_features {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin: 20px 0;
}

.way_feature {
    display: flex;
    align-items: center;
    gap: 8px;
}

.way_feature span {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: #0f0f0f;
    font-weight: 600;
}

.way_feature i {
    color: #e12f2f;
    font-weight: bold;
    font-size: 1.2rem;
}

.way_route_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Anton', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    color: #e12f2f;
    text-decoration: none;
    letter-spacing: 0.5px;
    margin-top: 10px;
    transition: gap 0.3s;
}

.way_route_link:hover {
    gap: 15px;
    color: #b12323;
}

.way_route_link i {
    font-size: 1.2rem;
}


.way_feature i:before {
    content: "✓";
    font-style: normal;
    font-weight: bold;
}


@media (max-width: 900px) {
    .way_autoroutes_section {
        padding: 50px 25px;
        padding-top: 120px;
    }

    .way_autoroutes_header h2 {
        font-size: 2.2rem;
    }

    .way_route_card {
        grid-template-columns: 1fr;
    }

    .way_route_image {
        height: 200px;
    }

    .way_route_content {
        padding: 25px;
    }

    .way_route_content h3 {
        font-size: 1.8rem;
    }

    .way_route_features {
        gap: 15px;
    }
}

@media (max-width: 600px) {
    .way_route_features {
        flex-direction: column;
        gap: 10px;
    }

    .way_header {
        padding: 18px 22px;
    }
}


.way_legal_page {
    max-width: 1410px;
    margin: 0 auto;
    padding: 100px 40px 70px;
    background: #fff;
}

.way_legal_header {
    margin-bottom: 50px;
    border-bottom: 3px solid #e12f2f;
    padding-bottom: 25px;
}

.way_legal_header h1 {
    font-family: 'Anton', sans-serif;
    font-size: 3.2rem;
    text-transform: uppercase;
    color: #0f0f0f;
    line-height: 1.1;
    margin-bottom: 15px;
}

.way_legal_date {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: #e12f2f;
    font-weight: 600;
    letter-spacing: 1px;
}

.way_legal_content {
    font-family: 'Inter', sans-serif;
    color: #414141;
}

.way_legal_section {
    margin-bottom: 45px;
}

.way_legal_section h2 {
    font-family: 'Anton', sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #0f0f0f;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.way_legal_section h3 {
    font-family: 'Anton', sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #0f0f0f;
    margin: 25px 0 15px;
}

.way_legal_section p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

.way_legal_section ul,
.way_legal_section ol {
    margin: 15px 0 15px 25px;
}

.way_legal_section li {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 8px;
}

.way_legal_section strong {
    color: #0f0f0f;
    font-weight: 600;
}

.way_legal_divider {
    height: 1px;
    background: #e0e0e0;
    margin: 40px 0;
}

.way_legal_footer_note {
    margin-top: 50px;
    padding: 30px;
    background: #f5f5f5;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: #414141;
    text-align: center;
    border-left: 6px solid #e12f2f;
}


@media (max-width: 900px) {
    .way_legal_page {
        padding: 80px 25px 50px;
        padding-top: 120px;
    }

    .way_legal_header h1 {
        font-size: 2.5rem;
    }

    .way_legal_section h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 600px) {
    .way_legal_header h1 {
        font-size: 2rem;
    }
}

















































@media (max-width: 1000px) {
    .way_menu {
        display: none;
    }

    .way_menu_toggle {
        display: block;
    }

    .way_autoroutes_wrap {
        flex-direction: column;
    }

    .way_sticky_left {
        position: static;
    }

    .way_grid_3,
    .way_tips_grid,
    .way_footer_main {
        grid-template-columns: 1fr;
    }

    .way_banner {
        padding: 0 30px;
    }
}


.way_text_center {
    text-align: center;
}

.way_mb_2 {
    margin-bottom: 20px;
}

.way_mt_2 {
    margin-top: 20px;
}

@media(max-width: 620px) {
    .way_footer_bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .way_footer_bottom a {
        margin: 0 24px 0 0;
    }

    .way_footer_bottom span {
        margin-bottom: 12px;
    }

    .way_title_block {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px !important;
    }

    h2 br {
        display: none;
    }

    .way_about_block {
        flex-direction: column;
    }

    .way_route_item {
        flex-direction: column;
    }

    .way_route_item img {
        width: 100%;
    }

    .way_contact_section {
        padding-top: 120px;
    }

    .way_contact_form_wrap {
        padding: 20px;
    }
}