/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}




p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    outline: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.woff2') format('woff2'),
        url('../fonts/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-SemiBold.woff2') format('woff2'),
        url('../fonts/Lato-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Medium.woff2') format('woff2'),
        url('../fonts/Lato-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    overflow-x: hidden;
    background: #F8F8F8;
    color: #0D1114;
    font-family: 'Lato';
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1750px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    transition:0.3s;
    border-bottom: 1px solid #FFFFFF1A;
}
.header.fixed{
            background: #001B33;
}
.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.menu {
    display: flex;
    gap: 30px;
}

section{
    scroll-margin-block: 120px;
}

.menu>li {
    padding: 43px 0;
}

.menu>li:has(.menu_dropdown-list) {
    position: relative;
}

.menu>li:has(.menu_dropdown-list) .menu_dropdown {
    width: max-content;
}

.menu_dropdown-list a {
    color: #0D1114;
    margin-bottom: 20px;
    display: block;
}

.menu_dropdown-list li:last-child a {
    margin-bottom: 0;
}

.menu>li>a {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    transition: all 0.3s;
    border-bottom: 1px solid #0190c800;
}
.menu>li:has(input:focus) .menu_dropdown,
.menu>li:hover .menu_dropdown {
    opacity: 1;
    visibility: visible;
}

.menu_dropdown {
    position: absolute;
    top: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 25px;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.menu_road-form {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.menu_road-btn {
    border: none;
    cursor: pointer;
    width: 336px;
}

.menu_road-inp {
    background: #F8F8F8;
    width: 647px;
    height: 60px;
    border-radius: 500px;
    border: none;
    padding-left: 30px;
}

.menu_road-inp.inp_delivery {
    background-image: url(../img/inp_delivery.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) 50%;
}

.menu_road-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.menu_road-ways {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.menu_road-way {
    background: #F8F8F8;
    border-radius: 10px;
    padding: 15px;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #303030;
}

.menu_road-ways:nth-child(1) {
    width: 622px;
}

.menu_road-ways:nth-child(2) {
    width: 1028px;
}

.menu_dropdown-delivery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.menu_dropdown-transport {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.menu_dropdown-transport .transport_item {
    width: calc(20% - 8px);
    background: #F8F8F8;
    flex:auto;
    display: block;
    color:#0D1114;
    padding: 20px;
}

.menu_dropdown-transport .transport_item-btn {
    font-size: 14px;
    padding: 15px 52px 15px 20px;
}

.menu_dropdown-transport .transport_item-btn::before {
    width: 30px;
    height: 30px;
}

.menu_dropdown-transport .transport_item-top {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.menu_dropdown-transport .transport_item-title {
    font-size: 20px;
    font-weight: 600;
}

.menu_dropdown-transport .transport_item-value {
    font-size: 14px;
}

.menu_dropdown-delivery .delivery_item {
    width: calc(20% - 16px);
    height: 320px;
    /*flex:auto;*/
}

.menu_dropdown-delivery .delivery_item-link {
    font-size: 16px;
    padding-right: 40px;
}

.menu_dropdown-delivery .delivery_item-link::before {
    width: 30px;
    height: 30px;
}

.menu_road-subtitle {
    font-size: 14px;

    text-transform: uppercase;
}

.menu>li:hover>a {
    color: #0191C8;
    border-bottom: 1px solid #0191C8;
}

.header_city-current {
    font-weight: 500;
    line-height: 150%;
    color: #0191C8;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header_number-link {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 6px;
    display: block;
    transition: all 0.3s;
}

.header_number-link:hover {
    color: #0191C8;
}

.header_number-subtitle {
    font-weight: 500;
    font-size: 14px;
    text-align: right;
    color: #FFFFFFCC;
}

.header_messages {
    display: flex;
    gap: 10px;
}

.header_message {
    display: flex;
}

.main {
    color: #fff;
    background: #001B33;
    padding: 180px 0 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}


.main_map {
    width: 1120px;
    position: absolute;
    top: 130px;
    right: -60px;
    z-index: -1;
}    
.main_map svg {
    width: 100%;
    height: auto;
}
.main_map::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgba(0, 27, 51, 0.6) 0%, rgba(0, 27, 51, 0) 18.08%, rgba(0, 27, 51, 0) 42.46%, rgba(0, 27, 51, 0.7) 77.6%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.main::before {
    position: absolute;
    content: "";
    background-image: url(../img/main.svg);
    background-size: cover;
    top: 57px;
    left: 0;
    z-index: -1;
    width: 761px;
    height: 1101px;
}

.main_info {
    width: 800px;
    padding-left: 50px;
}

.main h1 {
    font-weight: 500;
    font-size: 46px;
    margin-bottom: 30px;
    line-height: 130%;
}

.main_text {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFFCC;
    margin-bottom: 30px;
}

.main_options {
    margin-bottom: 74px;
}

.main_option:last-child {
    margin-bottom: 0;
}

.main_option {
    font-weight: 500;
    line-height: 150%;
    color: #FFFFFFCC;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    background: #0191C8;
    padding: 21px 65px 21px 30px;
    position: relative;
    border-radius: 100px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.3s;
    color: #fff;
}

.btn:hover {
    background: #38C2F6;
}

.btn::before {
    position: absolute;
    content: "";
    background-image: url(../img/btn_arrow.svg);
    background-size: cover;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.calculator {
    padding: 20px 0 40px;

    background: #001B33;
}

.calculator_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index:3;
    margin-bottom: 45px;
}


.calculator_info {
    padding: 50px 30px 50px 50px;
    width: calc(50% - 10px);
}

.title {
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;

}

.calculator .title {
    color: #fff;
}

.calculator_info p {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFFCC;
}

.calculator_body {
    width: calc(50% - 10px);
    background: #0191C8;
    border-radius: 20px;
    padding: 50px;
}

.calculator_body-title {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    color: #FFFFFF;
}

.calculator_numbers {
    display: flex;
    padding: 0 50px;
    display: flex;
    position: relative;
    z-index: 2;
    color: #fff;
    justify-content: space-between;
}

.calculator_number {
    padding-left: 130px;
    position: relative;
}

.calculator_number-title {
    font-weight: 900;
    font-size: 100px;
    line-height: 100%;
}

.calculator_number-title .value {
    display: inline;
}

.calculator_number-text span,
.calculator_number-title span {
    color: #0191C8;
}

.calculator_number-text {
    font-size: 14px;
    line-height: 100%;
}

.calculator_number-img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}

.road_one {
    animation: roadAnim 4s infinite ease-in;
}

.road_two {
    animation: roadAnim2 4.5s 0.3s infinite ease-in;
}

.road_three {
    animation: roadAnim 4s 0.15s infinite ease-in;
}

.road_four {
    animation: roadAnim 4s 0.3s infinite ease-in;
}

.road_five {
    animation: roadAnim3 4s infinite ease-in;
}

.road_six {
    animation: roadAnim4 4.5s infinite ease-in;
}

.road_seven {
    animation: roadAnim3 4.5s infinite ease-in;
}

.road_eleven {
    animation: roadAnim3 4s infinite ease-in;
}

.road_ten {
    animation: roadAnim5 4s infinite ease-in;
}

@keyframes roadAnim {
    0% {
        stroke-dashoffset: 320px;
        stroke-dasharray: 320px;
        opacity: 0;
    }

    40% {
        opacity: 1;
        stroke-dashoffset: 0;
        stroke-dasharray: 320px;
    }

    50% {
        opacity: 0;
        stroke-dashoffset: 0;
        stroke-dasharray: 320px;
    }

    51% {
        stroke-dashoffset: -320px;
        stroke-dasharray: 320px;
        opacity: 0;
    }

    80% {
        opacity: 1;
        stroke-dashoffset: 0;
        stroke-dasharray: 320px;
    }

    100% {
        opacity: 0;
        stroke-dashoffset: 0;
        stroke-dasharray: 320px;
    }
}

@keyframes roadAnim2 {
    0% {
        stroke-dashoffset: 550px;
        stroke-dasharray: 550px;
        opacity: 0;
    }

    40% {
        opacity: 1;
        stroke-dashoffset: 0;
        stroke-dasharray: 550px;
    }

    50% {
        opacity: 0;
        stroke-dashoffset: 0;
        stroke-dasharray: 550px;
    }

    51% {
        stroke-dashoffset: -550px;
        stroke-dasharray: 550px;
        opacity: 0;
    }

    80% {
        opacity: 1;
        stroke-dashoffset: 0;
        stroke-dasharray: 550px;
    }

    100% {
        opacity: 0;
        stroke-dashoffset: 0;
        stroke-dasharray: 550px;
    }
}


@keyframes roadAnim3 {
    0% {
        stroke-dashoffset: 300px;
        stroke-dasharray: 300px;
        opacity: 0;
    }

    40% {
        opacity: 1;
        stroke-dashoffset: 0;
        stroke-dasharray: 300px;
    }

    50% {
        opacity: 0;
        stroke-dashoffset: 0;
        stroke-dasharray: 300px;
    }

    51% {
        stroke-dashoffset: -300px;
        stroke-dasharray: 300px;
        opacity: 0;
    }

    80% {
        opacity: 1;
        stroke-dashoffset: 0;
        stroke-dasharray: 300px;
    }

    100% {
        opacity: 0;
        stroke-dashoffset: 0;
        stroke-dasharray: 300px;
    }
}

@keyframes roadAnim4 {
    0% {
        stroke-dashoffset: 200px;
        stroke-dasharray: 200px;
        opacity: 0;
    }

    40% {
        opacity: 1;
        stroke-dashoffset: 0;
        stroke-dasharray: 200px;
    }

    50% {
        opacity: 0;
        stroke-dashoffset: 0;
        stroke-dasharray: 200px;
    }

    51% {
        stroke-dashoffset: -200px;
        stroke-dasharray: 200px;
        opacity: 0;
    }

    80% {
        opacity: 1;
        stroke-dashoffset: 0;
        stroke-dasharray: 200px;
    }

    100% {
        opacity: 0;
        stroke-dashoffset: 0;
        stroke-dasharray: 200px;
    }
}

@keyframes roadAnim5 {
    0% {
        stroke-dashoffset: 900px;
        stroke-dasharray: 900px;
        opacity: 0;
    }

    40% {
        opacity: 1;
        stroke-dashoffset: 0;
        stroke-dasharray: 900px;
    }

    50% {
        opacity: 0;
        stroke-dashoffset: 0;
        stroke-dasharray: 900px;
    }

    51% {
        stroke-dashoffset: -900px;
        stroke-dasharray: 900px;
        opacity: 0;
    }

    80% {
        opacity: 1;
        stroke-dashoffset: 0;
        stroke-dasharray: 900px;
    }

    100% {
        opacity: 0;
        stroke-dashoffset: 0;
        stroke-dasharray: 900px;
    }
}


.calculator_body-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.calculator_body-inp {
    width: calc(50% - 10px);
    background: #FFFFFF33;
    border-radius: 10px;
    height: 60px;
    border: none;
    color: #FFFFFF;
    padding-left: 25px;
}
.calculator_body-inp:focus{
        border-radius: 10px 10px 0 0;
}
.calculator_body-inp::placeholder {
    color: #fff;
}

.custom-select {
    border-radius: 10px;
    width: 100%;
    background: #FFFFFF33;
    position: relative;
    z-index: 2;
}

.custom-select.open {
    z-index: 4;
}

.custom-select-wrapper {
    width: calc(50% - 10px);
}

.custom-select__option--value {
    width: 100%;
    height: 60px;
    background: none;
    border: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    cursor: pointer;
    padding-left: 25px;
    position: relative;
}

.custom-select.open {
    border-radius: 10px 10px 0 0;
}

.custom-select__options {
    position: absolute;
    top: 100%;
    background: #34A7D3;
    left: 0;
    display: none;
    border-radius: 0 0 10px 10px;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0px 12px 10px 2px rgba(15, 13, 13, 0.2);
}

.custom-select__option {
    cursor: pointer;
    padding: 10px 25px;
    color: #fff;
    display: flex;    transition:all 0.3s;
    align-items: center;
    gap: 10px;
}
.custom-select__option:hover{
       background: #0191C8; 
}
.custom-select__option:hover .custom-select__option-icon{
      transform: translateX(5px);
}
.custom-select__option-icon{
    transition:all 0.3s;
}
.custom-select__option--value::before {
    position: absolute;
    content: "";
    background-image: url(../img/select_arrow.svg);
    background-size: cover;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 9px;
}

.custom-select__option--value span {
    color: #fff;
}

.btn_white {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 500px;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: #0191C8;
    border: none;
    border: 2px solid #FFFFFF;
    cursor: pointer;
    transition: all 0.3s;
}

.btn_white:hover {
    background: #0191C8;
    color: #fff;
}

.btn_white.disabled {
    opacity: 0.2;
    pointer-events: none;
}

.calculator_body-btn {
    width: 100%;
    height: 60px;
}


.custom-select.open .custom-select__options {
    display: block;
}

.custom-select__selected-icon {
    display: flex;
}

.custom-select__selected-icon img {
    margin-right: 10px;
    width: 30px;
    height: auto;
}

.calculator_body-bot {
    padding-top: 30px;
    margin-top: 40px;
    display: none;
    flex-wrap: wrap;
    gap: 20px;
    border-top: 1px solid #FFFFFF1A;
}

.calculator_body-bot.active {
    display: flex;
}

.calculator_body-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    color: #fff;
    width: 100%;
}

.calculator_body-price {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
}

.calculator_body-price span {
    margin-left: 20px;
}

.calculator_body-link {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
}

.calculator_body-link span {
    border-bottom: 1px solid;
}

.calculator_body-bot .calculator_body-btn {
    margin: 20px 0 10px;
}

.form_ok {
    color: #FFFFFF99;
    font-size: 14px;
    line-height: 150%;
    padding-left: 35px;
    position: relative;
}

.form_ok a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.form_ok input {
    display: none;
}

.form_ok span {
    background: #FFFFFF;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.form_ok input:checked+span::before {
    position: absolute;
    content: "";
    background-image: url(../img/check.svg);
    background-size: cover;
    width: 11px;
    height: 8px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}


.examples {
    padding: 50px 0 0;
    position: relative;
    background: #001B33;
    z-index: 1;
}

.examples .title {
    color: #fff;
    margin-top: -10px;
}

.examples::before {
    position: absolute;
    content: "";
    background-image: url(../img/examples.svg);
    background-size: cover;
    bottom: 0;
    left: 0;
    width: 771px;
    height: 800px;
    z-index: -1;
    pointer-events: none;
}

.examples_wrapper {
    display: flex;
    justify-content: space-between;
}

.examples_info {
    width: 750px;
}

.examples_right {
    width: 750px;
}

.examples_list li {
    margin-bottom: 15px;
    padding-left: 33px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFFCC;
}

.examples_list li::before {
    position: absolute;
    content: "";
    background-image: url(../img/examples_list.svg);
    background-size: cover;
    width: 18px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.examples_subtitle {
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 3;
    font-size: 36px;
    line-height: 130%;
}

.examples_slider {
    margin-top: -50px;
    position: relative;
}

.examples_slider::before {
    position: absolute;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 200px;
    top: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(0deg, rgba(0, 27, 51, 0) 0%, rgba(0, 27, 51, 0.89) 26.92%, #001B33 100%);
}

.examples_slider::after {
    position: absolute;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 200px;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 27, 51, 0) 0%, #001B33 100%);
}

.examples_slide {
    border: 1px solid #FFFFFF33 !important;
    border-radius: 20px;
    color: #FFFFFF;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    margin: 0 0 10px;
    height: 200px !important;
}

.examples_slider .slick-track {
    padding: 105px 0;
}

.examples_slide-top {
    display: flex;
    justify-content: space-between;
}


.examples_slide-road {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.examples_slide-road span {
    background-image: url(../img/examples_slide-road.svg);
    background-size: cover;
    width: 100px;
    height: 21px;
    display: block;
}

.examples_slide-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFFCC;
}

.examples_slide-price {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 8px;
}

.examples_slide-days {
    text-align: right;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF99;
}

.examples_slide-status {
    align-items: center;
    position: relative;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    gap: 15px;
    color: #FFFFFFCC;
}

.examples_slide-status::before {
    position: relative;
    display: block;
    content: "";
    background-image: url(../img/examples_slide-status.svg);
    background-size: cover;
    background-position: center;
    width: 18px;
    height: 24px;
}

.delivery {
    margin: 100px 0;
}

.delivery_text {
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #303030;
}

.delivery_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.delivery_item {
    width: calc(33.333% - 13.333px);
    height: 400px;
    border-radius: 20px;
    padding: 30px;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}

.delivery_item::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 27, 51, 0) 0%, rgba(0, 27, 51, 0.85) 79.81%);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    right: 0;
}

.delivery_item-link {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    width: 100%;
    color: #fff;
    padding-right: 60px;
    position: relative;
    transition: all 0.3s;
}

.delivery_item-link:hover {
    color: #0191C8;
}

.delivery_item-link::before {
    position: absolute;
    content: "";
    background-image: url(../img/delivery_item.svg);
    background-size: cover;
    width: 40px;
    height: 40px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.delivery_item:hover .delivery_item-img {
    transform: scale(1.05);
}

.delivery_item-img {
    z-index: -2;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    top: 0;
    right: 0;
    display: flex;
}

.delivery_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.delivery_inner {
    width: calc(33.333% - 13.333px);
    padding: 30px;
    height: 400px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: #001B33;
    color: #fff;
}

.delivery_inner-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 20px;
}

.delivery_inner-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFFCC;
}

.delivery_inner-btn {
    margin-top: auto;
}

.ways {
    margin: 100px 0;
}

.ways_wrapper {
    display: flex;
    background: #FFFFFF;
    border-radius: 20px;
    justify-content: space-between;
    padding: 50px;
}

.ways_tabs {
    width: 600px;
}

.ways_tab {
    background: #F8F8F8;
    padding: 25px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #0D1114;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s;
}


.ways_tab:last-child {
    margin-bottom: 0;
}

.ways_tab:hover,
.ways_tab.active {
    background: #0191C8;
    color: #fff;
}

.ways_content {
    width: 960px;
    display: none;
}

.ways_content.active {
    display: block;
}

.ways_title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
}

.ways_text {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #5C5C5C;
    margin-bottom: 30px;
}

.ways_text p {
    margin-bottom: 10px;
}

.ways_text ul {
    list-style: disc;
    padding-left: 26px;
    margin-bottom: 10px;
}

.ways_img {
    height: 547px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    margin-bottom: 30px;
}

.ways_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ways_link {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #0191C8;
    transition: all 0.3s;
}

.ways_link:hover {
    gap: 16px;
}

.transport {
    margin: 100px 0;
}

.transport_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.transport_top .title {
    margin-bottom: 0;
}

.transport_tabs {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
}

.transport_top .transport_tabs {
    margin-bottom: 0;
}

.transport_subtitle {
    margin-bottom: 30px;
    color: #303030;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
}

.transport_tab {
    border: 1px solid #303030;
    background: #FFFFFF;
    border-radius: 500px;
    cursor: pointer;
    padding: 13px 24px;
    transition: all 0.3s;
}

.transport_tab:hover,
.transport_tab.active {
    background: #0191C8;
    border: 1px solid #0191C8;
    color: #fff;
}

.transport_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.transport_item {
    width: calc(33.333% - 13.333px);
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px 30px 25px;
}

.transport_item-img {
    margin-bottom: 40px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.transport_item-img img {
    max-width: 100%;
    max-height: 100%;
}

.transport_item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.transport_item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
}

.transport_item-value {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #0191C8;
}

.transport_item-options {
    margin-bottom: 40px;
}

.transport_item-option {
    display: flex;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 150%;
    color: #5C5C5C;
}

.transport_item-option::after {
    position: relative;
    content: "";
    flex: auto;
    border-bottom: 1px dashed #C3CAD4;
    margin: 0 5px 5px;
}

.transport_item-option img {
    width: 24px;
    height: auto;
    margin-right: 20px;
}

.transport_item-option span {
    color: #0D1114;
    order: 1;
    font-weight: 500;
}

.transport_content {
    display: none;
}

.transport_content.active {
    display: block;
}

.transport_info {
    margin-top: 60px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}

.transport_info p {
    margin-bottom: 10px;
}

.transport_info ul {
    list-style: disc;
    padding-left: 26px;
    margin-bottom: 10px;
}

.transport_info ul li {
    margin-bottom: 10px;
}

.cases {
    margin: 100px 0;
}

.cases_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.cases_top-left {
    display: flex;
    align-items: flex-end;
    gap: 30px;
}

.cases_top-left .title {
    margin-bottom: 0;
}

.cases_top-right {
    display: flex;
    align-items: center;
    gap: 100px;
}

.cases_top-subtitle {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    color: #0191C8;
}

.cases_top-link {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: #0191C8;
    gap: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

.cases_top-link:hover img {
    transform: translateX(6px);
}

.cases_top-link img {
    transition: all 0.3s;

}

.cases_top-arrows {
    display: flex;
    gap: 10px;
}

.cases_top-arrow {
    display: flex;
    transition: all 0.3s;
    cursor: pointer;
}

.cases_top-arrow:hover {
    opacity: 0.8;
}

.cases_slider .slick-track {
    display: flex;
}

.cases_slide {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    box-sizing: border-box;
    margin: 0 10px;
    height: inherit;
    display: flex !important;
    flex-direction: column;
}


.cases_slide-img {
    height: 300px;
    margin-bottom: 40px;
    border-radius: 20px;
    display: flex;
    transition: all 0.3s;
    overflow: hidden;
}

.cases_slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cases_slide-tegs {
    position: absolute;
    transition: all 0.3s;
    display: flex;
    top: 40px;
    left: 40px;
    gap: 10px;
}



.cases_slide-teg {
    background: #0191C8;
    padding: 8px 25px;
    border-radius: 500px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    width: fit-content;
}

.cases_slide-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #0D1114;
    margin-bottom: 30px;
    z-index:8;
}
.cases_slide-title:hover{color:#0191C8;}

.cases_slide-road {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.cases_slide-city {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
}

.cases_slide-city span {
    display: block;
    font-size: 14px;
    line-height: 150%;
    color: #5C5C5C;
}

.cases_slide-subtitle {
    margin-top: auto;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
}

.transport_item-btn,
.cases_slide-btn {
    font-size: 16px;
}

.cases_slide-text {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
    height: 0;
    transition: all 0.3s;
    overflow: hidden;
    color: #5C5C5C;
}

.cases_slide:hover .cases_slide-text {
    height: 280px;
}

.cases_slide:hover .cases_slide-tegs {
    opacity: 0;
}

.cases_slide:hover .cases_slide-img {
    height: 0;
    margin-bottom: 0;
}

.about_block {
    margin: 100px 0;
}

.about_block-subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFFCC;
}

.about_block-wrapper {
    display: flex;
    justify-content: space-between;
}

.about_block-wrapper:not(:last-child) {
    margin-bottom: 20px;
}

.about_block-img {
    width: calc(50% - 10px);
    border-radius: 20px;
    height: 600px;
    overflow: hidden;
    display: flex;
    position: relative;
}

.about_block-img .about_block-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.about_block-info .title span {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    display: block;
    margin-bottom: 10px;
    color: #fff;
}

.about_block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_block-info {
    width: calc(50% - 10px);
    background: #0191C8;
    border-radius: 20px;
    padding: 50px;
    color: #fff;
    display: flex;
    background-image: url(../img/about_block-info.svg);
    background-size: cover;
    background-position: center;
    flex-direction: column;
    justify-content: space-between;
}

.about_block-text {
    font-weight: 500;
    font-style: Italic;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 20px;
    color: #FFFFFFCC;
}

.about_block-name {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 10px;
}

.about_block-desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFFCC;
}

.clients_slide {
    width: 288px;
    height: 200px;
    border-radius: 10px;
    background-color: #fff;
    display: flex !important;
    justify-content: center;
    margin: 0 10px;
    align-items: center;
    padding: 10px;
}

.clients_slide img {
    max-width: 100%;
    max-height: 100%;
}

.clients {
    margin: 100px 0;
}

.steps {
    margin: 100px 0;
}

.steps_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.steps_item {
    width: calc(25% - 15px);
    background: #FFFFFF;
    position: relative;
    border-radius: 20px;
    padding: 30px;
}

.steps_item-number {
    position: absolute;
    font-weight: 500;
    font-size: 96px;
    line-height: 100%;
    top: 26px;
    right: 30px;
    color: #F8F8F8;
}

.steps_item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 20px;
}

.steps_item-text {
    font-size: 16px;
    line-height: 150%;
    color: #5C5C5C;
}

.steps_item-icon {
    display: flex;
    margin-bottom: 40px;
}

.faq {
    margin: 100px 0;
}

.faq_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.faq_items {
    width: calc(50% - 10px);
}

.faq_item {
    background: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 10px;
}

.faq_item-title {
    cursor: pointer;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    padding: 30px 60px 30px 30px;
    position: relative;
}

.faq_item-title.active::before {
    transform: translateY(-50%) rotate(180deg);
}

.faq_item-title::before {
    position: absolute;
    content: "";
    background-image: url(../img/ways_title.svg);
    background-size: cover;
    width: 14px;
    height: 11px;
    right: 30px;
    top: 50%;
    transition: all 0.3s;
    transform: translateY(-50%);
}

.faq_item-text {
    font-size: 16px;
    line-height: 150%;
    display: none;
    color: #5C5C5C;
    padding: 0 30px 30px;
}
.faq_item-text ul{
    list-style:disc;
    padding-left: 20px;
    margin: 10px 0;
}
.faq_right {
    width: calc(50% - 10px);
    background: #001B33;
    border-radius: 20px;
    padding: 50px;
}

.faq_right-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.faq_right-title {
    color: #fff;
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    margin-bottom: 30px;
}

.faq_right .custom-select__option--value {
    background: none;
}

.faq_right .custom-select,
.faq_right .calculator_body-inp {
    background: #FFFFFF1A;
}

.faq_right .calculator_body-btn {
    background: #0191C8;
    color: #fff;
    margin: 20px 0 10px;
    border: 2px solid #0191C8;
}

.faq_right .custom-select__options {
    background-color: #193247;
}

.faq_right .form_ok span {
    background-color: #0191C8;
}

.faq_right .form_ok input:checked+span::before {
    background-image: url(../img/check2.svg);
}

.calculator_body-area {
    background: #FFFFFF1A;
    width: 100%;
    height: 120px;
    padding: 20px 25px;
    border-radius: 10px;
    resize: none;
    border: none;
}

.calculator_body-area::placeholder {
    color: #fff;
}

.contacts {
    margin: 100px 0;
}

.contacts_wrapper {
    display: flex;
    justify-content: space-between;
}

.contacts_info {
    background: #001B33;
    width: 600px;
    border-radius: 20px;
    padding: 50px;
    background-image: url(../img/contacts_info.svg);
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.contacts_info .title {
    margin-bottom: 60px;
}

.contacts_tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    gap: 10px;
}

.contacts_tab {
    cursor: pointer;
    background: #0191C8;
    color: #fff;
    border-radius: 500px;
    padding: 16px 24px;
}

.contacts_tab.active {
    border: 1px solid #FFFFFF;
    background: #001B33;
}

.contacts_links {
    gap: 10px;
    display: flex;
}

.contacts_btn {
    margin-right: auto;
}

.contacts_message {
    display: flex;
    transition: all 0.3s;
}

.contacts_message:hover {
    transform: scale(1.1);
}

.contacts_link {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    display: block;
}

.contacts_text {
    margin-top: 12px;
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFFCC;
}

a.contacts_text {
    text-decoration: underline;
}

.contacts_inner {
    margin-bottom: 60px;
}

.contacts_content {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contacts_content.active {
    display: flex;
}

.contacts_adres {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFFCC;
    margin-bottom: 60px;
}

.contacts_maps {
    width: 1100px;
    height: 620px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.contacts_maps::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #0000001A;
    pointer-events: none;
}

.contacts_map {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.contacts_map.active {
    opacity: 1;
    pointer-events: all;
}

.contacts_map iframe {
    width: 100%;
    height: 100%;
    display: flex;
    border: none;
}

.footer {
    background: #001B33;
    padding: 60px 0 40px;
}

.footer a {

    transition: all 0.3s;
}

.footer a:hover {
    color: #0191C8;
}

.footer_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}

.footer_link {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #fff;
    display: block;
}

.footer_text {
    margin-top: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFFCC;
}

.footer_messages {
    display: flex;
    gap: 10px;
}

.footer_message {
    display: flex;
    transition: all 0.3s;
}

.footer_message:hover {
    transform: scale(1.1);
}


.footer_wrapper {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #FFFFFF33;
    border-bottom: 1px solid #FFFFFF33;
    padding: 40px 0;
    margin-bottom: 40px;
}

.footer_item-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 25px;
    color: #fff;
}

.footer_menu a {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFFCC;
    margin-bottom: 15px;
    display: block;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
}

.footer_inner-item {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFFCC;
}

.popup_body {
    background: #0191C8;
    width: 850px;
    border-radius: 20px;
    padding: 50px;
}

.popup_body .fancybox-close-small {
    color: #fff;
}

.popup_body-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.popup_body-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    margin-bottom: 30px;
    color: #fff;
}

.popup_body-form .calculator_body-btn {
    margin: 20px 0 10px;
}

#popup_thanks {
    width: 500px;
    text-align: center;
}

.popup_body-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 40px;
    color: #FFFFFFCC;
}

.delivery_inner-mobile {
    display: none;
}

.header_mobile,
.menu_burger {
    display: none;
}

.crumbs {
    display: flex;
    margin-bottom: 30px;
    gap: 15px;
    flex-wrap: wrap;
}

.crumb {
    font-size: 16px;
    gap: 15px;
    display: flex;
    align-items: center;
    line-height: 130%;
    color: #fff;
}

.crumb::after {
    position: relative;
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #fff;
}

.crumb:last-child::after {
    display: none;
}

.crumb:last-child {
    color: #FFFFFF99;
}

.main_options-delivery {
    display: flex;
    gap: 0 20px;
    flex-wrap: wrap;
}

.main_options-delivery .main_option {
    width: 315px;
}

.steps_items.three_items .steps_item {
    width: calc(33.333% - 13.333px);

}

.about_block-links {
    display: flex;
    gap: 62px;
    align-items: center;
}

.about_block-number {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 15px;
    display: block;
    color: #fff;
}

.about_block-number:last-child {
    margin-bottom: 0;
}

.about_block-messages {
    display: flex;
    gap: 10px;
}

.about_block-message {
    display: flex;
}

.how {
    margin: 100px 0;
}

.how_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    align-items: center;
}

.how_arrows {
    display: flex;
    gap: 10px;
}

.how_arrow {
    display: flex;
    cursor: pointer;
}

.how_top .title {
    margin-bottom: 0;
}

.how_slide {
    border-radius: 20px;
    position: relative;
    z-index: 1;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 10px;
    overflow: hidden;
    height: 600px;
}

.how_slide-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    right: 0;
    display: flex;
}

.how_slide-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 27, 51, 0) 0%, rgba(0, 27, 51, 0.85) 79.81%);
    top: 0;
    right: 0;
    transition: all 0.3s;
}

.how_slide-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #001B33D9;
    top: 0;
    right: 0;
    transition: all 0.3s;
    opacity: 0;
}

.how_slide:hover .how_slide-img::before {
    opacity: 0;
}

.how_slide:hover .how_slide-img::after {
    opacity: 1;
}

.how_slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.how_slide-info {
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.3s;

}

.how_slide:hover .how_slide-info {
    transform: translateY(0%) !important;
}

.how_slide-title {
    font-weight: 600;
    transition: all 0.3s;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 40px;
}

.how_slide:hover .how_slide-title {
    margin-bottom: 20px;
}

.how_slide-info p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFFCC;
    margin-bottom: 10px;
}

.how_slide-info p:last-child {
    margin-bottom: 0;
}

.how_slide-info ul {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFFCC;
    list-style: disc;
    padding-left: 26px;
    margin-bottom: 10px;
}

.often .menu_road-inp {
    background-color: #fff;
    flex: auto;
}

.often .menu_road-way {
    background: #0191C8;
    color: #fff;
}

.often .menu_road-subtitle {
    font-weight: 600;
}

.reviews {
    margin: 100px 0;
}

.reviews_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.reviews_top .title {
    margin-bottom: 0;
}

.reviews_arrows {
    display: flex;
    gap: 10px;
}

.reviews_arrow {
    display: flex;
    cursor: pointer;
}

.reviews_slide {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    margin: 0 10px;
}

.reviews_slide-top {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}

.reviews_slide-img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
}

.reviews_slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews_slide-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 10px;
}

.reviews_slide-inner {
    display: flex;
    align-items: center;
    gap: 30px;
}

.reviews_slide-stars {
    display: flex;
}

.reviews_slide-time {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #303030;
}

.reviews_slide-text {
    font-size: 16px;
    line-height: 150%;
    color: #5C5C5C;
}

.ways_links {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}












.often .menu_road-ways {
    width: 100% !important;
}

.menu_road-more {
    display: none;
}

.about_page {
    overflow: hidden;
}

.about_page .main_wrapper {
    height: 610px;
    display: flex;
    align-items: center;
}

.main_tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.main_tab {
    border: 2px solid #0191C8;
    border-radius: 500px;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    padding: 21px 25px;
    transition: all 0.3s;
}

.main_tab:hover {
    background: #0191C8;
    color: #fff;
}

.about_block-dark {
    background: #001B33;
}

.about_block-dark p {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFFCC;
    margin-bottom: 10px;
}

.about_block-dark p:last-child {
    margin-bottom: 0;
}

.route_page {
    overflow: hidden;
    min-height: 900px;
    display: flex;
    align-items: center;
}

.route_page .container {
    width: 100%;
}

.route_page .main_options {
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
    gap: 20px;
}

.route_page .main_option {
    margin: 0;
    width: calc(33.333% - 13.333px);
}

.about_block+.calculator {
    padding-top: 100px;
}

.how_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.how_items .how_slide {
    margin: 0;
    width: calc(33.333% - 13.333px);
    height: 450px;
}

.card {
    margin: 150px 0 100px;
}

.card .crumb {
    color: #0D1114;
}

.card .crumb:last-child {
    color: #5C5C5C;
}

.card .crumb::after {
    background: #001B33;
}

.header_page {
    background: #001B33;
}

.card_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.card_img {
    width: calc(50% - 10px);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
}

.card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.card_info {
    width: calc(50% - 10px);
    background: #FFFFFF;
    border-radius: 20px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card_title {
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    margin-bottom: 46px;
}

.card_options {
    margin-bottom: 46px;
}

.card_option {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
    color: #303030;
    display: flex;
    align-items: center;
    gap: 20px;
}

.card_option:last-child {
    margin-bottom: 0;
}

.card_info-inner {
    display: flex;
    align-items: center;
    gap: 40px;
}

.card_info-desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    max-width: 214px;
}

.card_road {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}

.card_road-city {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
}

.card_road-arrow {
    display: flex;
    flex: auto;
}

.card_road-arrow img {
    width: 100%;
    height: auto;
}

.card_road-city span {
    display: block;
    font-size: 16px;
    line-height: 150%;
    color: #5C5C5C;
}

.card_inner {
    width: calc(50% - 10px);
    background: #0191C8;
    background-image: url(../img/card_inner.svg);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 50px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.card_map {
    width: calc(50% - 10px);
    height: 600px;
    overflow: hidden;
    display: flex;
    border-radius: 20px;
}

.card_map iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: flex;
}

.card_inner-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    margin-bottom: 30px;
}

.card_inner-text {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 150%;
    color: #FFFFFFCC;
}

.card_inner-subtitle {
    margin-top: auto;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 30px;
}

.card_inner-options {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 60px;
}

.card_inner-option {
    display: flex;
    font-size: 16px;
    line-height: 150%;
    width: calc(50% - 30px);
}

.card_inner-option::after {
    position: relative;
    content: "";
    flex: auto;
    border-bottom: 1px dashed #FFFFFF33;
    margin: 0 5px 5px;
}

.card_inner-option img {
    width: 24px;
    height: auto;
    margin-right: 20px;
}

.card_inner-option span {
    order: 1;
    font-weight: 500;
}

.card_case-wrapper {
    display: flex;
    justify-content: space-between;
}

.card_case-steps {
    width: 1140px;
}

.card_case-transport .transport_item {
    width: 100%;
}

.steps_item-title:last-child {
    margin-bottom: 0;
}

.card_case .steps_item-icon {
    margin-bottom: 100px;
}

.card_resalt,
.card_case {
    margin: 100px 0;
}

.card_resalt-info {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 50px;
    width: calc(50% - 10px);
}

.card_resalt-wrapper {
    display: flex;
    justify-content: space-between;
}

.card_resalt-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    margin-bottom: 48px;
}

.card_resalt-item {
    padding-left: 52px;
    position: relative;
    padding-bottom: 50px;
}

.card_resalt-item::after {
    position: absolute;
    content: "";
    background-image: url(../img/card_resalt-item.svg);
    background-size: cover;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
}

.card_resalt-item::before {
    position: absolute;
    content: "";
    width: 1px;
    background-color: #0191C81A;
    left: 16px;
    top: 0;
    height: 100%;
}

.card_resalt-item:last-child:before {
    display: none;
}

.card_resalt-item:last-child {
    padding-bottom: 0;
}

.card_resalt-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #5C5C5C;
    margin-bottom: 15px;
}

.card_resalt-item p {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
}

.card_resalt-item ol {
    font-weight: 500;
    font-size: 20px;
    padding-left: 20px;
    line-height: 130%;
}
.calculator_body-row{
    width: 100%;
    display: flex;
    gap:20px;
    justify-content: space-between;
}
.calculator_body-right{
       width: 400px;
}
.calculator_body-value{
    font-size:18px;
}


    .custom-select__option-subtitle {
      display: block;
    margin-top: 2px;
    font-size: 12px;
    }







@media (max-width: 1750px) {
    .container {
        max-width: 1180px;
    }

    .header_city,
    .header_number {
        display: none;
    }

    .menu {
        gap: 20px;
    }

    .main_info {
        padding-left: 0px;
        width: 750px;
    }

    .main_text br {
        display: none;
    }

    .main_map {
        width: 674px;
        right: -60px;
        top: 180px;
    }

    .main_map svg {
        width: 100%;
        height: auto;
    }

    .calculator_info {
        padding-left: 0;
    }

    .calculator_body {
        padding: 30px;
    }

    .calculator_body-link {
        font-size: 16px;
    }

    .calculator_body-price {
        font-size: 22px;
    }

    .calculator_number-title {
        font-size: 76px;
    }

    .calculator_number-img {
        width: 70px;
    }

    .calculator_number-img img {
        width: 100%;
        height: auto;
    }

    .calculator_number {
        padding-left: 90px;
    }

    .calculator_numbers {
        padding: 0;
    }

    .calculator_body-price span {
        margin-left: 10px;
    }

    .examples_info,
    .examples_right {
        width: calc(50% - 10px);
    }

    .delivery_inner,
    .delivery_item {
        height: 360px;
    }

    .delivery_inner-title {
        font-size: 20px;
    }

    .delivery_inner-btn {
        font-size: 14px;
        padding-left: 20px;
    }

    .ways_wrapper {
        padding: 30px;
    }

    .ways_tabs {
        width: 420px;
    }

    .ways_content {
        width: 650px;
    }

    .ways_img {
        height: 460px;
    }

    .transport_top {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .transport_tab {
        padding: 12px 16px;
        font-size: 14px;
    }

    .transport_item {
        padding: 20px;
    }

    .cases_top-left {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .cases_slide {
        padding: 20px;
    }

    .cases_slide-img {
        height: 200px;
        margin-bottom: 20px;
    }

    .cases_slide-title {
        font-size: 20px;
    }

    .cases_slide-arrow {
        width: 140px;
        margin-top: 8px;
    }

    .cases_slide-arrow img {
        width: 100%;
        height: auto;
    }

    .cases_slide:hover .cases_slide-text {
        height: 264px;
    }

    .cases_slide-btn {
        font-size: 14px;
    }

    .cases_slide-teg {
        font-size: 14px;
        padding: 8px 16px;
    }

    .cases_slide-tegs {
        top: 30px;
        left: 30px;
    }

    .about_block-text {
        font-size: 20px;
    }

    .about_block-info {
        padding: 30px;
    }

    .clients_slide {
        width: 220px;
        height: 160px;
    }

    .steps_item-number {
        font-size: 76px;
    }

    .steps_item-icon {
        width: 60px;
        margin-bottom: 30px;
    }

    .steps_item-icon img {
        width: 100%;
        height: auto;
    }

    .faq_right {
        padding: 30px;
    }

    .contacts_info {
        padding: 30px;
        width: 490px;
    }

    .contacts_maps {
        width: 640px;
    }

    .footer_message,
    .contacts_message {
        width: 60px;
    }

    .footer_message img,
    .contacts_message img {
        width: 100%;
        height: auto;
    }

    .contacts_btn {
        font-size: 14px;
    }

    .footer_wrapper,
    .footer_top {
        flex-wrap: wrap;
        gap: 20px;
    }

    .menu_road-btn {
        font-size: 14px;
    }

    .menu_road-btn::before {
        width: 30px;
        height: 30px;
    }

    .menu_road-inp {
        width: 396px;
    }

    .menu_road-ways:nth-child(1) {
        width: 420px;
    }

    .menu_road-ways:nth-child(2) {
        width: 620px;
    }
    .menu_dropdown-delivery{
        gap:10px;
    }
    .menu_dropdown-delivery .delivery_item{
        padding: 16px;
            width: calc(20% - 8px);
            height: 200px;
    }

/*     .menu_dropdown-transport .transport_item:nth-child(n+4),
.menu_dropdown-delivery .delivery_item:nth-child(n+5) {
    display: none;
}

.menu_dropdown-transport .transport_item {
    width: calc(33.333% - 6.666px);
}

.menu_dropdown-delivery .delivery_item {
    width: calc(25% - 15px);
}
 */
    .how_slide-info {
        transform: translateY(calc(100% - 144px));
    }

    .how_slide-title {
        overflow: hidden;
    }

    .about_page .main_wrapper {
        height: 560px;
    }

    .main_tab {
        padding: 16px 20px;
    }

    .about_block-dark p {
        font-size: 16px;
    }

    .card_inner,
    .card_info {
        padding: 30px;
    }

    .card_road {
        gap: 10px;
    }

    .card_title {
        font-size: 40px;
    }

    .card_info-inner {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .card_inner-text {
        font-size: 16px;
    }

    .card_case-steps {
        width: 760px;
    }

    .card_case-transport {
        width: 370px;
    }

    .card_case .steps_item-icon {
        margin-bottom: 84px;
    }
    .menu_dropdown-transport .transport_item .transport_item-img{
        height: 70px;
    }
    .menu_dropdown-transport .transport_item-title {
    font-size: 14px;
    }
       .menu_dropdown-transport .transport_item .transport_item-img{
        margin-bottom: 20px;
    }
    .calculator_body-row{
     flex-direction: column-reverse;
     gap:10px;
    }
    .calculator_body-right{
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 950px;
    }

    .header_logo {
        width: 131px;
    }

    .header_logo img {
        width: 100%;
        height: auto;
    }

    .menu {
        gap: 14px;
    }

    .menu>li {
        padding: 30px 0;
    }

    .header_log {
        width: 38px;
        display: flex;
    }

    .header_log img {
        width: 100%;
        height: auto;
    }

    .menu>li>a {
        font-size: 14px;
    }

    .main_map {
width: 620px;
        right: -26px;
        top: 364px;
    }

    .main {
        padding-top: 130px;
    }

    .calculator_info {
        display: none;
    }

    .calculator_body {
        width: 100%;
    }

    .calculator_numbers {
        flex-wrap: wrap;
        gap: 20px;
    }

    .calculator_number {
        width: calc(50% - 10px);
    }

    .examples_wrapper {
        flex-direction: column-reverse;
        gap: 50px;
    }

    .examples_info,
    .examples_right {
        width: 100%;
    }

    .examples {
        padding-bottom: 50px;
    }

    .examples_slider {
        margin: 20px 0 0;
    }

    .examples_slider .slick-track {
        padding: 0;
    }

    .examples_slider::after,
    .examples_slider::before {
        display: none;
    }

    .examples_slide {
        margin-right: 10px;
    }

    .examples_slide-road span {
        width: 60px;
        background-position: right;
    }

    .examples_slide-top {
        flex-direction: column;
        gap: 15px;
    }

    .examples_slide_right {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .examples_slide-price {
        margin-bottom: 0;
    }

    .delivery_inner,
    .delivery_item {
        width: calc(50% - 10px);
    }

    .ways_tabs {
        width: 320px;
    }

    .ways_content {
        width: 520px;
    }

    .ways_tab {
        padding: 20px;
        border-radius: 20px;
        font-size: 16px;
    }

    .ways_img {
        height: 300px;
    }

    .transport_tabs {
        gap: 10px;
        flex-wrap: wrap;
    }

    .transport_top {
        margin-bottom: 30px;
    }

    .transport_item {
        width: calc(50% - 10px);
    }

    .cases_top-right {
        gap: 40px;
    }

    .cases_top-left {
        width: 420px;
    }

    .about_block-img {
        height: 500px;
    }

    .cases_slide .cases_top-subtitle {
        font-size: 26px;
    }

    .steps_item {
        width: calc(50% - 10px);

    }

    .faq_wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .faq_right,
    .faq_items {
        width: 100%;
    }

    .contacts_wrapper {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .contacts_maps {
        width: 100%;
    }

    .contacts_info {
        width: 100%;
    }

    .menu_road-form {
        flex-wrap: wrap;
    }

    .menu_road-btn {
        width: calc(50% - 10px);
        margin: 0 auto;
    }

    .menu_road-ways:nth-child(2) {
        width: 480px;
    }

    .menu_road-ways:nth-child(1) {
        width: 370px;
    }

    .menu_road-inp {
        width: calc(50% - 10px);
    }

    .menu_dropdown-delivery .delivery_item {
        padding: 14px;
        height: 180px;
    }
.menu_dropdown-delivery .delivery_item-link {
    font-size: 13px;
    padding-right: 34px;
}
.menu_dropdown-delivery .delivery_item-link::before {
    width: 20px;
    height: 20px;
}
    .transport_item-option {
        font-size: 14px;
    }

    .how_top .title {
        width: 680px;
    }

    .how_slide-info {
        transform: none !important;
        height: 100%;
        padding: 20px;
    }

    .how_items .how_slide {
        width: calc(50% - 10px);
    }

    .how_slide-img::after {
        opacity: 1;
    }

    .how_slide-img::before {
        opacity: 0;
    }

    .about_block-links,
    .about_block-info {
        gap: 20px;
    }


    .about_page .main_wrapper {
        height: auto;
    }

    .about_page .crumbs {
        margin-bottom: 330px;
    }

    .about_page .main_map {
        top: 80px;
    }

    .about_block-dark {
        gap: 0;
    }

    .about_block-img {
        min-height: -webkit-fill-available;
    }

    .card_img {
        width: 100%;
        height: 460px;
    }

    .card_inner,
    .card_info {
        width: 100%;
    }

    .card_inner {
        order: 1;
    }

    .card_map {
        width: 100%;
        height: 460px;
    }

    .card_case-wrapper {
        flex-direction: column;
        gap: 60px;
    }

    .card_case-steps {
        width: 100%;
    }

    .card_resalt-info {
        width: 100%;
    }

    .card_resalt-wrapper {
        flex-direction: column;
        gap: 10px;
    }
 
}

@media (max-width: 991.98px) {
    .main {min-height: auto;}
    
    .container {
        max-width: 730px;
    }

    .header_inner {
        position: fixed;
        width: 100%;
        height: calc(100% - 75px);
        top: 75px;
        overflow: auto;
        padding-top: 30px;
        padding-bottom: 120px;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        background: #001B33;

    }
.menu_dropdown-list a{
    color:#fff;
}
.menu li:first-child .menu_dropdown-list li:first-child{
    display: none;
}
.menu_road-ways:nth-child(2),
.menu_road-ways:nth-child(1) {
    width: 100%;
}
.menu_road-subtitle{
    color:#fff;
}
.menu_dropdown-transport .transport_item,
.menu_dropdown-delivery .delivery_item {
        width: calc(50% - 10px);
    }
.menu_road-inner {
    flex-wrap: wrap;
    gap:30px;
}
    .menu_dropdown {
     display: none;
     position: relative;
        opacity: 1;
        visibility: visible;
        background: none;
        padding: 0;
        width: 100% !important;
           padding-top: 30px;
           transition:none;
    }

    .menu {
        flex-direction: column;
        width: 100%;
        gap: 30px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        max-width: 730px;
        padding-right: 15px;
    }

    .menu li {
        position: relative;
        padding: 0;
    }
     .menu>li::before {
        position: absolute;
        content: "";
        background-image: url(../img/select_arrow.svg);
        background-size: cover;
        right: 0;
        top: 5px;
        width: 14px;
        height: 9px;
    }

    .menu>li>a {
        font-size: 16px;
        text-align: center;
    }

    .header_inner.active {
        opacity: 1;
        visibility: visible;
    }

    .header {
        position: fixed;
        padding: 20px 0;
        background: #001B33;
    }

    .header_log {
        width: 24px;
        height: 24px;
        background-image: url(../img/header_log2.svg);
    }

    .header_messages {
        margin-right: 25px;
        margin-left: auto;
    }

    .header_log img {
        display: none;
    }

    .main::before {
        display: none;
    }

    .menu_burger {
        width: 22px;
        height: 22px;
        position: relative;
        display: flex;
        margin-left: 25px;
    }

    .menu_burger::before {
        position: absolute;
        content: "";
        height: 2px;
        background: #FFFFFF;
        width: 16px;
        top: 4px;
        right: 3px;
        transition: all 0.3s;
    }

    .menu_burger.active::before {
        transform: rotate(45deg);
        top: 10px;
    }

    .menu_burger::after {
        position: absolute;
        content: "";
        height: 2px;
        background: #FFFFFF;
        width: 16px;
        bottom: 4px;
        right: 3px;
        transition: all 0.3s;
    }

    .menu_burger.active::after {
        transform: rotate(-45deg);
        bottom: 10px;
    }

    .menu_burger span {
        position: absolute;
        content: "";
        height: 2px;
        background: #FFFFFF;
        width: 11px;
        top: 10px;
        right: 3px;
        transition: all 0.3s;
    }

    .menu_burger.active span {
        transform: scale(0)
    }

    .header_mobile .header_log {
        width: 50px;
        height: 50px;
        margin: 0 auto 30px;
        background: none;
    }

    .header_mobile .header_log img {
        display: flex;
    }

    .header_mobile .header_city {
        display: flex;
        margin-bottom: 30px;
        justify-content: center;
    }

    .header_mobile .header_number {
        display: block;
        text-align: center;
    }

    .header_number-subtitle {
        text-align: center;
    }

    .header_numbers {
        display: flex;
        justify-content: center;
        gap: 30px;
    }

    .main_map {
         right: -37px;
        top: 100px;
    }

    .delivery_inner-btn {
        font-size: 12px;
    }

    .main_options {
        margin-bottom: 200px;
    }

    .ways_tabs {
        display: none;
    }

    .ways_content {
        width: 100%;
        display: block;
        background: #FFFFFF;
        padding: 20px;
        border-radius: 20px;
        margin-bottom: 10px;
    }

    .ways_wrapper {
        flex-direction: column;
        padding: 0;
        background: none;
    }

    .ways_info {
        display: none;
        margin-top: 20px;
    }

    .ways_title {
        font-size: 24px;
        margin-bottom: 0;
        padding-right: 60px;
        position: relative;
    }

    .ways_title::before {
        position: absolute;
        content: "";
        background-image: url(../img/ways_title.svg);
        background-size: cover;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 14px;
        height: 11px;
        transition: all 0.3s;
    }

    .ways_title.active::before {
        transform: translateY(-50%) rotate(180deg);

    }

    .cases_top-arrows {
        display: none;
    }

    .cases {
        padding-bottom: 45px;
        position: relative;
    }

    .cases_top-link {
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
    }

    .cases_top-left {
        width: 100%;
    }

    .cases_top {
        margin-bottom: 30px;
    }

    .cases_slide:hover .cases_slide-text {
        display: none;
    }

    .cases_slide-img,
    .cases_slide:hover .cases_slide-img {
        height: 384px;
        margin-bottom: 30px;
    }

    .cases_slide:hover .cases_slide-tegs {
        opacity: 1;
    }

    .about_block-wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .about_block-img {
        width: 100%;
        height: auto;
    }

    .about_block-info {
        width: 100%;
    }

    .footer_inner {
        flex-wrap: wrap;
        gap: 20px;
    }

    .header_mobile {
        max-width: 730px;
        margin: 0 auto;
        padding: 0 15px;
        gap: 20px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .transport_item-top{
        flex-wrap:wrap;
    }

    .popup_body {
        padding: 40px 20px;
    }

    .main_options-delivery {
        margin-bottom: 100px;
    }

    .steps_items.three_items .steps_item {
        width: calc(50% - 10px);
    }

    .how_top .title {
        width: 520px;
    }

    .about_block-wrapper:has(.about_block-dark) {
        flex-direction: column-reverse;
    }

    .route_page {
        min-height: 1px;
    }

    .route_page {
        padding-bottom: 340px;
    }

    .route_page .main_map {
        bottom: -70px;
        top: auto;
    }

    .how_items .how_slide-info {
        justify-content: space-between;
    }

    .card {
        margin-top: 120px;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }
    .menu_road-btn,
    .menu_road-inp,
.menu_road-inp.inp_delivery{
    width: 100%;
}
.calculator_body-value {
    font-size: 18px;
    width: 100%;
    margin-bottom: 10px;
}
    .popup_body {
        padding: 40px 20px 20px;
    }

    .popup_body-title {
        font-size: 24px;
    }

    .custom-select-wrapper,
    .calculator_body-inp {
        width: 100%;
        font-size: 14px;
        height: 45px;
    }

    .calculator_body-inp {
        padding-left: 20px;
    }

    .custom-select__option--value {
        height: 45px;
        padding-left: 20px;
        font-size: 14px;
    }

    .popup_body-form {
        gap: 10px;
    }

    .calculator_body-area {
        padding-left: 20px;
        height: 100px;
        font-size: 14px;
    }

    .calculator_body-btn {
        font-size: 14px;
    }

    .main_info {
        width: 100%;
    }

    .main {
        padding: 90px 0 110px;
        overflow: hidden;
    }

    .main h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .main_text {
        font-size: 14px;
        margin-bottom: 30px;
        display: none;
    }

    .main_btn {
        display: none;
    }

    .main_option {
        margin-bottom: 15px;
        gap: 10px;
        font-size: 14px;
    }

    .main_option img {
        width: 20px;
        height: auto;
    }

    .main_options {
        margin-bottom: 0;
    }

    .main_map {
        top: auto;
        bottom: 0px;
        right: auto;
        left: 4px;
        width: 380px;
    }

.main_map::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgba(0, 27, 51, 0.6) 0%, rgba(0, 27, 51, 0) 18.08%, rgba(0, 27, 51, 0) 42.46%, rgba(0, 27, 51, 0.1) 70.6%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

    .calculator {
        padding: 10px 0 50px;
    }

    .calculator_body {
        padding: 20px;
    }

    .calculator_body-title {
        font-size: 24px;
    }

    .calculator_body-inner {
        gap: 10px;
    }

    .calculator_body-btn {
        height: 45px;
    }

    .calculator_body-bot {
        margin-top: 20px;
        gap: 10px;
        padding-top: 20px;
    }

    .calculator_body-info {
        flex-direction: column;
        gap: 20px;
        align-items: flex-end;
        margin-bottom: 0;
    }

    .calculator_body-bot .calculator_body-btn {
        margin: 10px 0 0;
    }

    .calculator_body-price {
        width: 100%;
        font-size: 20px;
        justify-content: space-between;
        display: flex;
    }

    .calculator_body-link {
        font-size: 14px;
    }

    .calculator_number {
        width: 100%;
        font-style: 64px;
        padding-left: 110px;
    }

    .calculator_number-img {
        width: 80px;
    }

    .examples {
        padding-top: 0px;
    }

    .examples_subtitle {
        font-size: 24px;
    }

    .examples_slider {
        width: calc(100% + 15px);
    }

    .examples_slide {
        width: 300px;
        padding: 20px;
    }

    .examples_slide-subtitle {
        font-size: 14px;
    }

    .examples_slide-price {
        font-size: 16px;
    }

    .examples_slide-status {
        font-size: 14px;
    }

    .title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .examples::before {
        width: 100%;
        background-size: cover;
    }

    .examples_list li {
        font-size: 14px;
    }

    .ways,
    .delivery {
        margin: 60px 0;
    }

    .delivery_text {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .delivery_items {
        flex-wrap: nowrap;
        gap: 10px;
        width: calc(100% + 15px);
        padding-right: 15px;
        overflow: auto;
    }

    .delivery_items::-webkit-scrollbar {
        display: none;
    }

    .delivery_item {
        height: 320px;
        width: 320px;
        min-width: 320px;
        padding: 20px;
    }

    .delivery_item-link {
        font-size: 16px;
        padding-right: 40px;
    }

    .delivery_item-link::before {
        width: 30px;
        height: 30px;
    }

    .delivery_items .delivery_inner {
        display: none;
    }

    .delivery_inner-mobile {
        display: block;
        width: 100%;
        margin-top: 30px;
        padding: 20px;
        height: auto;
    }

    .delivery_inner-text {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .delivery_inner-btn {
        font-size: 14px;
    }

    .btn {
        padding-right: 52px;
    }

    .ways_title {
        font-size: 16px;
    }

    .ways_title::before {
        right: 0;
    }

    .btn::before {
        width: 30px;
        height: 30px;
    }

    .ways_info {
        flex-direction: column;
    }

    .ways_text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .ways_img {
        height: auto;
        order: -1;
        margin-bottom: 20px;
    }

    .ways_link {
        font-size: 14px;
    }

    .ways_link img {
        width: 11px;
        height: auto;
    }

    .cases,
    .transport {
        margin: 60px 0;
    }

    .transport_items,
    .transport_tabs {
        flex-wrap: nowrap;
        gap: 10px;
        width: calc(100% + 15px);
        padding-right: 15px;
        overflow: auto;
    }

    .transport_items::-webkit-scrollbar,
    .transport_tabs::-webkit-scrollbar {
        display: none;
    }

    .transport_item {
        min-width: 320px;
    }

    .transport_item-btn,
    .cases_slide-btn {
        font-size: 14px;
    }

    .transport_item-title {
        font-size: 20px;
    }

    .transport_item-value {
        font-size: 14px;
    }

    .transport_item-top {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .transport_tab {
        white-space: nowrap;
    }

    .cases_top-subtitle {
        font-size: 20px;
    }

    .cases_slide {
        width: 300px;
        margin: 0 10px 0 0;
    }

    .cases_slide-img,
    .cases_slide:hover .cases_slide-img {
        height: 250px;
        margin-bottom: 20px;
    }

    .cases_slide-teg {
        padding: 5px 16px;
    }

    .cases_slide-title {
        margin-bottom: 20px;
    }

    .cases_slide-arrow {
        width: 106px;
    }

    .cases_slide-city {
        font-size: 14px;
    }

    .cases_slide-city span {
        font-size: 13px;
    }

    .cases_slide-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .cases_slide-text {
        display: none;
    }

    .cases_slider {
        width: calc(100% + 15px);
    }

    .cases_top-link {
        font-size: 14px;
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .about_block-img {
        height: 320px;
    }

    .about_block-info {
        padding: 20px;
    }

    .about_block-text {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .about_block-name {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .about_block-desc {
        font-size: 14px;
    }

    .faq,
    .steps,
    .clients,
    .about_block {
        margin: 60px 0;
    }

    .clients_slide {
        width: 150px;
        height: 80px;
        margin: 0 5px;
    }

    .steps_items {
        flex-wrap: nowrap;
        gap: 10px;
        width: calc(100% + 15px);
        padding-right: 15px;
        overflow: auto;
    }

    .steps_items::-webkit-scrollbar {
        display: none;
    }

    .steps_item {
        width: 250px;
        min-width: 250px;
        padding: 20px;
    }

    .steps_item-icon {
        margin-bottom: 60px;
    }

    .steps_item-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .steps_item-text {
        font-size: 14px;
    }

    .steps_item-number {
        font-size: 48px;
        right: 20px;
        top: 25px;
    }

    .faq_item-title {
        font-size: 16px;
        padding: 20px 50px 20px 20px;
    }

    .faq_item-text {
        font-size: 14px;
        padding: 0 20px 20px;
    }

    .faq_item-title::before {
        right: 20px;
    }

    .faq_right {
        padding: 20px;
    }

    .faq_right-title {
        font-size: 24px;
    }

    .faq_right-form {
        gap: 10px;
    }

    .contacts {
        margin: 60px 0;
    }

    .contacts_maps {
        height: 320px;
    }

    .contacts_info {
        padding: 20px;
    }

    .contacts_info .title {
        margin-bottom: 20px;
    }

    .contacts_tab {
        font-size: 14px;
        padding: 13px 20px;
    }

    .contacts_tabs {
        margin-bottom: 20px;
    }

    .contacts_link {
        font-size: 20px;
    }

    .contacts_text {
        font-size: 14px;
    }

    .contacts_inner {
        margin-bottom: 20px;
    }

    .contacts_adres {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .contacts_links {
        flex-wrap: wrap;
    }

    .footer_message,
    .contacts_message {
        width: 45px;
    }

    .contacts_btn {
        margin-right: calc(100% - 220px);
        margin-bottom: 10px;
    }

    .footer {
        padding: 40px 0;
    }

    .footer_link {
        font-size: 20px;
    }

    .footer_top {
        margin-bottom: 30px;
    }

    .footer_wrapper {
        padding: 30px 0;
        gap: 30px;
    }

    .crumb {
        font-size: 14px;
        gap: 10px;
    }

    .crumbs {
        gap: 6px 10px;
    }

    .steps+.examples {
        padding-top: 50px;
    }

    .about_block-info {
        gap: 0;
    }

    .about_block-subtitle {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .about_block-links {
        flex-direction: column;
        margin-bottom: 15px;
        align-items: flex-start;
    }

    .about_block-number {
        font-size: 16px;
    }

    .about_block-message {
        width: 45px;
    }

    .about_block-message img {
        width: 100%;
        height: auto;
    }

    .how {
        margin: 60px 0;
    }

    .how_arrows {
        display: none;
    }

    .how_top .title {
        width: 100%;
    }

    .how_top {
        margin-bottom: 30px;
    }

    .how_slide {
        margin: 0 10px 0 0;
        height: auto;
        width: 300px;
    }

    .how_slide-info {
        padding: 20px;
    }

    .how_slide-title {
        height: auto;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .how_slide-info ul,
    .how_slide-info p {
        font-size: 14px;
    }

    .how_slider {
        width: calc(100% + 15px);
    }

    .transport_subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .transport_tabs {
        margin-bottom: 30px;
    }

    .transport_info {
        margin-top: 30px;
        font-size: 14px;
    }


    .often .menu_road-inp {
        width: 100%;
    }

    .menu_road-btn {
        width: 100%;
        margin: 0;
    }

    .often_wrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .often .menu_road-way:nth-child(n+8) {
        display: none;
    }

    .often .menu_road-way.active {
        display: block;
    }

    .menu_road-more {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
        text-transform: uppercase;
        color: #0191C8;
    }

    .reviews {
        margin: 60px 0;
    }

    .reviews_arrows {
        display: none;
    }

    .reviews_top {
        margin-bottom: 10px;
    }

    .reviews_slide {
        width: 300px;
        padding: 20px;
        margin: 0 10px 0 0;
    }

    .reviews_slide-img {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .reviews_slider {
        width: calc(100% + 15px);
    }

    .reviews_slide-title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .reviews_slide-stars {
        width: 110px;
    }

    .reviews_slide-stars svg {
        width: 100%;
        height: auto;
    }

    .reviews_slide-time {
        font-size: 14px;
    }

    .reviews_slide-inner {
        gap: 0;
        justify-content: space-between;
    }

    .reviews_slide-top {
        margin-bottom: 15px;
    }

    .reviews_slide-text {
        font-size: 14px;
    }

    .route_page {
        padding-bottom: 300px;
    }

    .route_page .main_map {
        bottom: -150px;
    }

    .about_page {
        padding-bottom: 60px;
    }

    .main_tabs {
        flex-wrap: nowrap;
        width: calc(100% + 15px);
        padding-right: 15px;
        overflow: auto;
        gap: 10px;
    }

    .main_tab {
        font-size: 14px;
        padding: 12px 15px;
        white-space: nowrap;
    }

    .main_tabs::-webkit-scrollbar {
        display: none;
    }

    .how_items {
        flex-wrap: nowrap;
        gap: 10px;
        width: calc(100% + 15px);
        padding-right: 15px;
        overflow: auto;
    }

    .how_items::-webkit-scrollbar {
        display: none;
    }

    .how_items .how_slide {
        height: 400px;
        min-width: 300px;
    }

    .card {
        margin: 90px 0 60px;
    }

    .card_img {
        height: 320px;
    }

    .card_inner,
    .card_info {
        padding: 20px;
    }

    .card_title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .card_road-city {
        font-size: 14px;
    }

    .card_road-city span {
        font-size: 12px;
    }

    .card_road-arrow img {
        display: none;
    }

    .card_road-arrow {
        background-image: url(../img/card_road-arrow2.svg);
        background-size: contain;
        background-position: center top;
        background-repeat: no-repeat;
    }

    .card_option {
        font-size: 14px;
        gap: 10px;
    }

    .card_options {
        margin-bottom: 20px;
    }

    .card_info-desc {
        font-size: 14px;
    }

    .card_map {
        height: 320px;
    }

    .card_inner-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .card_inner-text {
        font-size: 15px;
    }

    .card_inner-subtitle {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .card_inner-option {
        width: 100%;
    }

    .card_resalt,
    .card_case {
        margin: 60px 0;
    }
    .menu_dropdown-transport .transport_item .transport_item-img,
.menu_dropdown-delivery .delivery_item .delivery_item-img {
    display: none;
}
    .menu_dropdown-transport .transport_item{
        padding: 0;
        background:none;
    }
.menu_dropdown-delivery .delivery_item {
    height: auto;
    padding: 0;
}
.menu_dropdown-delivery .delivery_item-link::before{
    display: none;
}
.menu_dropdown-delivery {
        gap: 20px;
    }
        .menu_dropdown-delivery .delivery_item-link {
        font-size: 16px;
        padding-right: 0;
    }
    .card_resalt-info {
        padding: 20px;
    }
    .menu_dropdown-transport{
        gap:20px;
    }

    .card_resalt-title {
        font-size: 24px;
    }
.menu_dropdown-transport .transport_item-title{
    color:#fff;
    font-size:16px;
    font-weight: 400;
}
    .card_resalt-item ol,
    .card_resalt-item p {
        font-size: 16px;
    }
    .menu_dropdown-transport .transport_item, .menu_dropdown-delivery .delivery_item{
        width: 100%;
    }
}

.flex{display: flex;flex-direction: row;justify-content: flex-start;align-items: flex-start;}


.autocomplete-suggestions {background: #ffffff;padding: 20px;overflow: auto; }
.autocomplete-suggestion {padding: 10px 0px;overflow: hidden; }
.autocomplete-selected {background: #F0F0F0; }
.autocomplete-suggestions strong {font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
.autocomplete-suggestions{
       background: #34A7D3;
          border-radius: 0 0 10px 10px;
              padding: 10px 0;
    box-shadow: 0px 12px 10px 2px rgba(15, 13, 13, 0.2);
}
.autocomplete-suggestions::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
}

.autocomplete-suggestions::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 10px;
    background-color: #fff;
}
.autocomplete-suggestion{
        cursor: pointer;
    padding: 10px 25px;
    color: #fff;
    transition: all 0.3s;
    gap: 10px;
}
.autocomplete-suggestion:hover{
background: #0191C8;
}
/* Генератор кейсов */
.cases_list.flex{flex-wrap:wrap;justify-content: flex-start; gap: 20px;}
.cases_list{}
.cases_list .cases_slide{width: 560px;margin: 0;}

/* Генератор отзывов */
.reviews_list.flex{flex-wrap:wrap;justify-content: center;gap: 20px;}
.reviews_list{}
.reviews_list .reviews_slide{width: 560px;margin: 0;}

#popup_location{}
#popup_location ul.popup_location-list{display: flex;flex-wrap: wrap;gap: 20px 40px;}
#popup_location ul.popup_location-list li{width: calc(50% - 20px);}
#popup_location ul.popup_location-list li a{font-size:20px;color:#ffffff;}

@media (max-width: 767px) {
    #popup_location ul.popup_location-list{gap: 20px;}
    #popup_location ul.popup_location-list li{width: 100%;}
    #popup_location ul.popup_location-list li a{font-size:16px;}
}