

/* Start:/local/templates/sintraway/css/style.css?177729563248017*/
:root {
    --admin-panel-offset: 0px;
    --color-primary: #003f6d;
    --color-primary-deep: #08375c;
    --color-accent: #eb6d00;
    --color-text: #5f6368;
    --color-text-dark: #4d5258;
    --color-muted: #a0a5aa;
    --color-surface: #f7f6f4;
    --color-white: #ffffff;
    --container-width: 1270px;
    --container-padding: 48px;
    --radius-large: 34px;
    --radius-pill: 999px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    /* font-family: "Segoe UI", Arial, sans-serif; */
    color: var(--color-text);
    background: var(--color-white);
}

/* img {
    display: block;
    max-width: 100%;
} */

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

.site-shell {
    overflow: clip;
}

.site-container {
    width: min(100%, calc(var(--container-width) + (var(--container-padding) * 2)));
    margin: 0 auto;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
}

.site-header {
    position: absolute;
    top: var(--admin-panel-offset);
    left: 0;
    z-index: 20;
    width: 100%;
    padding-top: 16px;
}

.site-header__inner {
    display: grid;
    grid-template-columns: 170px 1fr 220px;
    align-items: center;
    gap: 20px;
}

.site-logo img {
    width: 89px;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 49px;
    font-family: "Geologica";
    font-weight: 200;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 5%;

    color: rgba(255, 255, 255, 0.72);
}

.site-nav a {

}

.site-nav a,
.site-phone,
.hero-banner__button {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover,
.site-phone:hover,
.hero-banner__button:hover {
    opacity: 0.85;
}

.site-phone {
    position: relative;
    justify-self: end;
    padding-left: 18px;
    font-family: "Geologica";
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 5%;
    text-align: right;
    text-transform: uppercase;

    color: var(--color-white);
    white-space: nowrap;
}

/* .site-phone::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border: 1.6px solid currentColor;
    border-radius: 50%;
    transform: translateY(-50%);
} */

/* .site-phone::after {
    content: "";
    position: absolute;
    top: calc(50% + 2px);
    left: 7px;
    width: 5px;
    height: 1.6px;
    background: currentColor;
    transform: rotate(45deg);
    transform-origin: left center;
} */

.hero-banner {
    position: relative;
    min-height: 777px;
    background: #003865;
    color: var(--color-white);
    border-radius: 0px 0px 20px 20px;
}

.hero-banner__inner {
    position: relative;
    min-height: 637px;
    padding-top: 150px;
    padding-bottom: 38px;
}

.hero-banner__content {
    position: relative;
    z-index: 2;
    max-width: 620px;
    padding-top: 2px;
}

.hero-banner__title {
    margin: 0;
    font-family: "Geologica";
    font-weight: 400;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;

}

.hero-banner__text {
    max-width: 510px;
    margin: 281px 0 0;
    font-family: "Geologica";
    font-weight: 200;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    color: rgba(255, 255, 255, 0.82);
}

.hero-banner__text b {
    font-weight: 600;
}

.hero-banner__text strong {
    font-weight: 700;
}

.hero-banner__cta {
    position: absolute;
    right: 48px;
    bottom: 37px;
    z-index: 2;
}

.hero-banner__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 298px;
    min-height: 65px;
    padding: 0 28px;
    border-radius: var(--radius-pill);
    background: #DB5800;
    font-family: "Geologica";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 5%;
    text-align: center;

}

.hero-banner__button:hover {
    transform: translateY(1px);
}

.hero-banner__visual {
    position: absolute;
    top: 125px;
    right: -3px;
    width: 651px;
    z-index: 1;
}

.hero-banner__visual img {
    width: 100%;
    opacity: 0.34;
}

.site-main {
    min-height: 0;
}

.privacy-page {
    background: #ffffff;
}

.site-main--privacy {
    min-height: 100vh;
    padding: 40px 0 80px;
}

.privacy-page__container {
    max-width: 980px;
}

.privacy-page__home {
    display: inline-flex;
    margin-bottom: 32px;
}

.privacy-page__home img {
    width: 128px;
    height: auto;
    display: block;
}

.privacy-page__content {
    font-family: "Geologica", "Segoe UI", Arial, sans-serif;
    color: #50555a;
}

.privacy-page__content h1,
.privacy-page__content h2,
.privacy-page__content h3,
.privacy-page__content h4,
.privacy-page__content h5,
.privacy-page__content h6 {
    margin: 0 0 22px;
    font-family: "Geologica", "Segoe UI", Arial, sans-serif;
    font-weight: 500;
    line-height: 1.15;
    color: #3f4348;
}

.privacy-page__content h1 {
    font-size: 42px;
}

.privacy-page__content h2 {
    margin-top: 42px;
    font-size: 30px;
}

.privacy-page__content h3 {
    margin-top: 34px;
    font-size: 24px;
}

.privacy-page__content p,
.privacy-page__content li {
    font-family: "Geologica", "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
    color: #5b6066;
}

.privacy-page__content p {
    margin: 0 0 18px;
}

.privacy-page__content ul,
.privacy-page__content ol {
    margin: 0 0 24px;
    padding-left: 28px;
}

.privacy-page__content li + li {
    margin-top: 10px;
}

.privacy-page__content a {
    color: #003865;
    text-decoration: underline;
}

.privacy-page__content table {
    width: 100%;
    margin: 0 0 24px;
    border-collapse: collapse;
}

.privacy-page__content th,
.privacy-page__content td {
    padding: 14px 16px;
    border: 1px solid #dfe3e8;
    font-family: "Geologica", "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
}

.advantages-section {
    padding: 84px 0 94px;
    background: #ffffff;
}

.advantages-section__inner {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(360px, 490px);
    gap: 56px;
    align-items: start;
}

.advantages-section__intro {
    position: sticky;
    top: calc(var(--admin-panel-offset, 0px) + 32px);
    align-self: start;
    padding-top: 6px;
}

.advantages-section__label {
    margin: 0 0 10px;
    font-family: "Geologica";
    font-weight: 200;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: #c7c7c7;
}

.advantages-section__title {
    margin: 0;
    font-family: "Geologica";
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;

    color: #575c62;
}

.advantages-section__title span {
    color: #16a9ff;
}

.advantages-list {
    display: grid;
    gap: 12px;
}

.advantage-card {
    min-height: 190px;
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 2px;
    background: #ffffff;
}

.advantage-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 18px;
}

.advantage-card__icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: #16a9ff;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.advantage-card__title {
    margin: 0 0 8px;
    font-family: "Geologica";
    font-weight: 400;
    font-style: Regular;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 125%;
    letter-spacing: 0%;

    color: #5b6066;
}

.advantage-card__text {
    margin: 0;
    font-family: "Geologica";
    font-weight: 200;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    /* max-width: 210px; */

    color: #7e848a;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.advantages-list .advantage-card:nth-child(2) {
    transition-delay: 0.06s;
}

.advantages-list .advantage-card:nth-child(3) {
    transition-delay: 0.12s;
}

.advantages-list .advantage-card:nth-child(4) {
    transition-delay: 0.18s;
}

.advantages-list .advantage-card:nth-child(5) {
    transition-delay: 0.24s;
}

.advantages-list .advantage-card:nth-child(6) {
    transition-delay: 0.3s;
}

.services-section {
    padding: 0 0 100px;
    background: #ffffff;
}

.services-panel {
    width: 100%;
    padding: 72px 0 84px;
    border-radius: 20px;
    background: #003865;
    color: #ffffff;
    overflow: hidden;
}

.services-panel__inner {
    position: relative;
}

.services-panel__heading {
    max-width: 460px;
    margin-bottom: 44px;
}

.services-panel__label {
    margin: 0 0 16px;
    font-family: "Geologica";
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.52);
}

.services-panel__title {
    margin: 0;
    font-family: "Geologica";
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;

}

.services-panel__title span {
    display: block;
    color: #02AFF3;
        white-space: nowrap;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    grid-template-areas:
        "groupage . fcl air"
        "warehouse customs insurance .";
}

.service-tile {
    min-height: 276px;
    padding: 24px 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.02);
    color: #ffffff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.service-tile:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.24);
}

.service-tile--accent {
    background: #02AFF3;
    border-color: transparent;
}

.service-tile--accent:hover {
    background: #24aff0;
}

.service-tile:nth-child(1) {
    grid-area: groupage;
}

.service-tile:nth-child(2) {
    grid-area: air;
}

.service-tile:nth-child(3) {
    grid-area: warehouse;
}

.service-tile:nth-child(4) {
    grid-area: customs;
}

.service-tile:nth-child(5) {
    grid-area: fcl;
}

.service-tile:nth-child(6) {
    grid-area: insurance;
}

.service-tile__title {
    max-width: 220px;
    margin: 0;
    font-family: "Geologica";
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 125%;
    letter-spacing: 0%;

}

.service-tile__link {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0;
    border: 0;
    border-bottom: 1px solid currentColor;
    background: transparent;
    font-family: "Geologica";
    font-weight: 200;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 5%;

    color: rgba(255, 255, 255, 0.74);
    cursor: pointer;
}

.service-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.service-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.service-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 20, 37, 0.62);
}

.service-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 630px);
    /* height: 500px; */
    padding: 50px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

.service-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 30px;
    line-height: 1;
    color: #3d4349;
    cursor: pointer;
}

.service-modal__title {
    /* max-width: 220px; */
    margin: 0 0 22px;
    font-family: "Geologica";
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 125%;
    letter-spacing: 0%;

    color: #3f454b;
}

.service-modal__body p {
    margin: 0 0 18px;
    font-family: "Geologica";
    font-weight: 200;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;

    color: #686d73;
}

.service-modal__body p:last-child {
    margin-bottom: 0;
}

.service-modal__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 298px;
    min-height: 65px;
    margin-top: 28px;
    padding: 0 20px;
    border-radius: 999px;
    background: #e66700;
    font-family: "Geologica";
    font-weight: 600;
    font-style: "SemiBold";
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 5%;
    text-align: center;

    color: #ffffff;
}

body.modal-open {
    overflow: hidden;
}

.workflow-section {
    padding: 0px 0 170px;
    background: #ffffff;
}

.workflow__header {
    margin-bottom: 62px;
}

.workflow__title {
    margin: 0 0 12px;
    font-family: "Geologica";
    font-size: 58px;
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: #4c5056;
}

.workflow__subtitle {
    margin: 0;
    font-family: "Geologica";
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    color: #747980;
}

.workflow__track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 44px;
    padding-top: 22px;
}

.workflow__track::after {
    content: "";
    position: absolute;
    left: -48px;
    right: -48px;
    bottom: -44px;
    height: 42px;
    background:
        repeating-linear-gradient(
            90deg,
            #d7dce2 0 1px,
            transparent 1px 10px
        );
    opacity: 0.9;
}

.workflow-step {
    position: relative;
    min-height: 260px;
    padding-left: 44px;
}

.workflow-step::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    width: 1px;
    background: #d9dde2;
}

.workflow-step::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -44px;
    width: 1px;
    height: 42px;
    background: #ef6a00;
}

.workflow-step__node {
    position: absolute;
    top: -2px;
    left: -12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f7d9c2;
}

.workflow-step__node::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e66700;
}

.workflow-step__label {
    margin: 28px 0 28px;
    font-family: "Geologica";
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    color: #b2b6bb;
}

.workflow-step__title {
    margin: 0 0 14px;
    max-width: 220px;
    font-family: "Geologica";
    font-size: 22px;
    font-weight: 500;
    line-height: 1.18;
    color: #4f545a;
}

.workflow-step__text {
    max-width: 220px;
    margin: 0;
    font-family: "Geologica";
    font-size: 16px;
    font-weight: 300;
    line-height: 1.45;
    color: #6e737a;
}

.calc-section {
    padding: 0 0 110px;
    background: #ffffff;
}

.calc-panel {
    width: 100%;
    border-radius: 20px;
    background: #003865;
    overflow: hidden;
}

.calc-panel__inner {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(460px, 1fr);
    gap: 54px;
    align-items: center;
    padding-top: 85px;
    padding-bottom: 85px;
}

.calc-panel__aside {
    min-height: 640px;
    /* padding-top: 38px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 100px;
}

.calc-panel__title {
    max-width: 230px;
    margin: 0;
    font-family: "Geologica";
    font-size: 64px;
    font-weight: 400;
    line-height: 0.94;
    letter-spacing: -0.04em;
    color: #ffffff;
    /* gap: 100px; */
}

.calc-panel__title span {
    display: block;
    color: #15a9f8;
}

.calc-panel__visual {
    margin-left: -74px;
}

.calc-panel__visual img {
    /* width: min(100%, 540px);
    opacity: 0.34; */
}

.calc-card {
    width: 100%;
    max-width: 760px;
    margin: 0 0 58px auto;
    padding: 60px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
}

.calc-form {
    display: grid;
    gap: 30px;
}

.calc-form__row {
    display: grid;
    gap: 28px;
}

.calc-form__row--double {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.calc-form__row--bottom {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: flex-start;
    gap: 24px;
}

.calc-field {
    position: relative;
}

.calc-field__label {
    display: inline-block;
    margin: 0 0 14px;
    font-family: "Geologica";
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    color: #5d5f63;
}

.calc-input,
.calc-select__trigger {
    width: 100%;
    min-height: 64px;
    padding: 0 48px 0 18px;
    border: 1px solid #e6e5e2;
    border-radius: 999px;
    background: #ffffff;
    font-family: "Geologica";
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: #5e6368;
}

.calc-input::placeholder,
.calc-select__trigger span {
    color: #c6c4c0;
}

.calc-input:focus,
.calc-select__trigger:focus {
    outline: none;
    border-color: #d7d7d2;
}

.calc-select {
    position: relative;
}

.calc-select__trigger {
    position: relative;
    text-align: left;
    cursor: pointer;
}

.calc-select__trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #b9b4ae;
    transform: translateY(-25%);
    transition: transform 0.2s ease;
}

.calc-select.is-open .calc-select__trigger::after {
    transform: translateY(-25%) rotate(180deg);
}

.calc-select__dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 20;
    width: 100%;
    max-height: 320px;
    padding: 10px 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 30px rgba(19, 27, 36, 0.1);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.calc-select.is-open .calc-select__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.calc-select__option {
    width: 100%;
    padding: 8px 16px;
    border: 0;
    background: transparent;
    text-align: left;
    font-family: "Geologica";
    font-size: 14px;
    font-weight: 300;
    line-height: 1.35;
    color: #a5a09a;
    cursor: pointer;
}

.calc-select__option:hover,
.calc-select__option.is-selected {
    background: #f5f4f2;
    color: #7f7b76;
}

.calc-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 26px;
}

.calc-checks--cargo {
    gap: 16px 30px;
}

.calc-check {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.calc-check__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.calc-check__box {
    position: relative;
    width: 14px;
    height: 14px;
    border: 1px solid #e6e3df;
    border-radius: 3px;
    background: #ffffff;
    flex: 0 0 auto;
}

.calc-check__input:checked + .calc-check__box::after {
    content: "";
    position: absolute;
    left: 4px;
    top: -5px;
    width: 8px;
    height: 16px;
    border-right: 4px solid #e66700;
    border-bottom: 4px solid #e66700;
    transform: rotate(45deg);
}

.calc-check__text {
    font-family: "Geologica";
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: #666a70;
}

.calc-form__submit {
    min-width: 220px;
    min-height: 50px;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    background: #e66700;
    font-family: "Geologica";
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    cursor: pointer;
}

.trust-section {
    padding: 0 0 110px;
    background: #ffffff;
}

.trust-block + .trust-block {
    margin-top: 96px;
}

.trust-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 65px;
}

.trust-head--reviews {
    margin-bottom: 34px;
}

.trust-head__label {
    margin: 0 0 12px;
    font-family: "Geologica";
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #c2c2c2;
}

.trust-head__title {
    margin: 0;
    font-family: "Geologica";
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;

    color: #4b5056;
}

.trust-head__title span {
    color: #16a9ff;
}

.trust-nav {
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    padding: 1px;
    border-radius: 999px;
    background: #f3f3f3;
}

.trust-nav__button {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0;
    background: #ffffff;
    cursor: pointer;
}

.trust-nav__button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #e66700;
    border-right: 1.5px solid #e66700;
}

.trust-nav__button--prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.trust-nav__button--next::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

.trust-nav__button.is-accent {
    border-color: #e66700;
    background: #e66700;
}

.trust-nav__button.is-accent::before {
    border-color: #ffffff;
}

.trust-nav__button:disabled {
    opacity: 0.45;
    cursor: default;
}

.trust-slider,
.review-slider {
    overflow: hidden;
}

.trust-slider__track,
.review-slider__track {
    display: flex;
    gap: 18px;
    transition: transform 0.35s ease;
    will-change: transform;
}

.partner-card {
    flex: 0 0 calc((100% - 54px) / 4);
    min-height: 290px;
    padding: 38px 24px 24px;
    display: flex;
    flex-direction: column;
    border: 1px solid #ece8e2;
    border-radius: 4px;
    background: #ffffff;
}

.partner-card__logo {
    min-height: 58px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 34px;
    font-family: "Geologica";
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #3f4348;
}

.partner-card__logo--neco {
    color: #37527d;
}

.partner-card__logo--panda {
    font-style: italic;
}

.partner-card__logo--panda span {
    display: block;
    margin-top: 4px;
    font-size: 16px;
    color: #1daaf0;
}

.partner-card__logo--hub {
    font-size: 22px;
    color: #5b91b3;
}

.partner-card__logo--swift {
    font-size: 34px;
    font-style: italic;
}

.partner-card__logo--east {
    color: #22598d;
}

.partner-card__text {
    margin: 0;
    font-family: "Geologica";
    font-size: 14px;
    font-weight: 300;
    line-height: 1.45;
    color: #80858c;
}

.partner-card__logo img {
    max-width: 100%;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: left top;
}

.review-layout {
    display: grid;
    /* grid-template-columns: minmax(260px, 360px) minmax(0, 1fr); */
    align-items: start;
    gap: 36px 130px;
}

.trust-head--reviews {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
    align-self: start;
}

.review-slider {
    grid-column: 2;
    grid-row: 1;
}

.review-card {
    flex: 0 0 100%;
    display: grid;
    gap: 26px;
}

.review-card__person {
    display: flex;
    align-items: center;
    gap: 18px;
}

.review-card__avatar img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: linear-gradient(180deg, #6d7277 0%, #404449 100%);
    font-family: "Geologica";
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.review-card__name {
    margin: 0 0 6px;
    font-family: "Geologica";
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
    color: #50555a;
}

.review-card__role {
    margin: 0;
    font-family: "Geologica";
    font-size: 16px;
    font-weight: 300;
    line-height: 1.35;
    color: #b0b3b8;
}

.review-card__body p {
    max-width: 690px;
    margin: 0 0 14px;
    font-family: "Geologica";
    font-size: 16px;
    font-weight: 300;
    line-height: 1.45;
    color: #7b7f85;
}

.review-card__body p:last-child {
    margin-bottom: 0;
}

.review-card__accent {
    font-weight: 600;
    color: #666b71;
}

.trust-nav--reviews {
    grid-column: 2;
    justify-self: start;
}

.contact-cta-section {
    /* padding: 0 0 110px; */
    background: #ffffff;
}

.contact-cta {
    width: 100%;
    border-radius: 20px;
    background: #003865;
    overflow: hidden;
}

.contact-cta__inner {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(420px, 534px);
    gap: 48px;
    /* align-items: center; */
    /* min-height: 688px; */
    padding-top: 54px;
    padding-bottom: 54px;
}

.contact-cta__content {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: space-between;
    gap: 34px;
}

.contact-cta__copy {
    max-width: 540px;
}

.contact-cta__title {
    margin: 0 0 28px;
    font-family: "Geologica";
    font-size: 62px;
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.contact-cta__text {
    max-width: 390px;
    margin: 0;
    font-family: "Geologica";
    font-size: 18px;
    font-weight: 300;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.9);
}

.contact-cta__visual {
    margin-left: -42px;
}

.contact-cta__visual img {
    width: min(100%, 760px);
    /* opacity: 0.34; */
}

.contact-cta__card {
    margin: 0 0 44px auto;
    padding: 34px 34px 30px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.1);
}

.contact-cta__card-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72px;
    gap: 22px;
    align-items: start;
    margin-bottom:40px;
}

.contact-cta__card-title {
    margin: 0;
    font-family: "Geologica";
    font-weight: 400;
    font-style: "Regular";
    font-size: 24px;
    leading-trim: NONE;
    line-height: 125%;
    letter-spacing: 0%;

    color: #4f5359;
}

.contact-cta__manager {
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 6px;
}

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

.contact-cta__form {
    display: grid;
    gap: 25px;
}

.contact-cta__field {
    position: relative;
    display: block;
}

.contact-cta__input {
    width: 100%;
    min-height: 60px;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    background: #f4f6fb;
    font-family: "Geologica";
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: #5d6268;
}

.contact-cta__input::placeholder {
    color: #a9adb3;
}

.contact-cta__input:focus {
    outline: none;
}

.contact-cta__field--phone .contact-cta__input {
    padding-left: 58px;
}

.contact-cta__flag {
    position: absolute;
    top: 50%;
    left: 18px;
    width: 18px;
    height: 12px;
    border-radius: 2px;
    background:
        linear-gradient(180deg, #ffffff 0 33.33%, #0a55a3 33.33% 66.66%, #d52b1e 66.66% 100%);
    transform: translateY(-50%);
}

.contact-cta__button {
    width: fit-content;
    min-width: 262px;
    min-height: 65px;
    margin-top: 2px;
    padding: 0 32px;
    border: 0;
    border-radius: 999px;
    background: #e66700;
    font-family: "Geologica";
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    cursor: pointer;
}

.contact-cta__button:disabled {
    opacity: 0.7;
    cursor: wait;
}

.contact-cta__status {
    min-height: 20px;
    margin: -8px 0 0;
    font-family: "Geologica";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #c0c0c0;
}

.contact-cta__status.is-loading {
    color: #8c9096;
}

.contact-cta__status.is-success {
    color: #4ca762;
}

.contact-cta__status.is-error {
    color: #d65d4b;
}

.contact-cta__policy {
    max-width: 270px;
    margin: 2px 0 0;
    font-family: "Geologica";
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4;
    color: #c0c0c0;
}

.contact-cta__policy a {
    color: inherit;
    text-decoration: underline;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.map-section {
    /* padding: 0 0 110px; */
    background: #ffffff;
}

.map-block {
    background: #f3f4f6;
}

.map-frame {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.map-frame__canvas {
    width: 100%;
    height: 100%;
}

.map-frame__canvas [class*="ground-pane"] {
    filter: grayscale(1) brightness(1.05) contrast(0.96);
}

.map-frame::after {
    content: none;
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08));
    pointer-events: none;
}

.map-frame__marker {
    position: absolute;
    right: 50%;
    bottom: 49.2%;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(31, 106, 232, 0.18);
    box-shadow: 0 0 0 6px rgba(31, 106, 232, 0.08);
    pointer-events: none;
}

.map-frame__marker::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(180deg, #3d7df5 0%, #2f67da 100%);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.92);
}

.map-frame__marker::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
    transform: translate(-50%, -50%);
}

.site-footer {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #fbfaf8 100%);
}

.site-footer__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(320px, 1.2fr) minmax(320px, 1fr);
    gap: 72px;
    padding-top: 86px;
    padding-bottom: 52px;
}

.site-footer__column {
    position: relative;
    z-index: 2;
}

.site-footer__label {
    margin: 0 0 18px;
    font-family: "Geologica";
    font-size: 16px;
    line-height: 1.35;
    color: var(--color-muted);
}

.site-footer__phone,
.site-footer__mail {
    display: block;
    color: var(--color-text-dark);
    letter-spacing: -0.03em;
}

.site-footer__phone {
    margin-bottom: 28px;
    font-family: "Geologica";
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    transition: all 0.3s ease;
}

.site-footer__phone:hover {
    color: #003865;
}

.site-footer__mail {
    font-family: "Geologica";
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    transition: all 0.3s ease;
}

.site-footer__mail:hover {
    color: #003865;
}

.site-footer__brand {
    display: flex;
    align-items: end;
    gap: 56px;
    margin-top: 126px;
}

.site-footer__brand img {
    width: 120px;
    flex: 0 0 auto;
}

.site-footer__policy {
    font-family: "Geologica";
    font-weight: 300;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;

    color: var(--color-text);
}

.site-footer__group + .site-footer__group {
    margin-top: 42px;
}

.site-footer__group--legal {
    margin-top: 92px;
}

.site-footer__rec-block {
    margin-top: 70px !important;
}

.site-footer__rec {
    font-family: "Geologica";
    font-weight: 400 !important;
    font-style: Medium !important;
    font-size: 16px !important;
    leading-trim: NONE !important;
    line-height: 110.00000000000001% !important;
    letter-spacing: 0% !important;

}

.site-footer__text {
    max-width: 390px;
    margin: 0;
    font-family: "Geologica";
    font-weight: 500;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;

    color: var(--color-text-dark);
}

.site-footer__group--legal .site-footer__text {
    font-size: 18px;
    font-weight: 500;
}

.site-footer__group--legal .site-footer__text + .site-footer__text {
    margin-top: 12px;
}

.site-footer__plane {
    position: absolute;
    right: -40%;
    bottom: 98px;
    /* width: min(32vw, 430px); */
    /* opacity: 0.18; */
    pointer-events: none;
}

.scroll-top-button {
    position: fixed;
    right: 36px;
    bottom: 36px;
    z-index: 90;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 16px 44px rgba(12, 31, 51, 0.18);
    color: #4f4f4f;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, box-shadow 0.25s ease;
}

.scroll-top-button.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top-button:hover {
    box-shadow: 0 20px 50px rgba(12, 31, 51, 0.24);
}

.scroll-top-button svg {
    width: 24px;
    height: 24px;
    display: block;
}

.hbc-mobile {
    display: none;
}

.cpv-mobile {
    display: none;
}

@media (max-width: 1180px) {
    :root {
        --container-padding: 28px;
    }

    .site-header {
        padding-top: 20px;
    }

    .site-header__inner {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .site-nav {
        gap: 28px;
    }

    .hero-banner__inner {
        min-height: 0;
        padding-top: 142px;
        padding-bottom: 150px;
    }

    .hero-banner__content {
        max-width: 100%;
    }

    .hero-banner__title {
        font-size: clamp(40px, 7vw, 58px);
    }

    .hero-banner__text {
        margin-top: 36px;
        max-width: 620px;
    }

    .hero-banner__visual {
        top: auto;
        right: 28px;
        bottom: 118px;
        width: min(72vw, 640px);
    }

    .hero-banner__cta {
        right: 28px;
        bottom: 44px;
    }

    .site-footer__inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .advantages-section__inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .advantages-section__intro {
        position: static;
        top: auto;
    }

    .services-panel {
        padding: 56px 0 62px;
    }

    .services-panel__title {
        font-size: 42px;
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "groupage fcl"
            "warehouse air"
            "customs insurance";
    }

    .workflow__track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 54px;
    }

    .calc-panel__inner {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-top: 48px;
    }

    .calc-panel__aside {
        min-height: 0;
        padding-top: 0;
    }

    .calc-panel__title {
        max-width: 100%;
        font-size: 54px;
    }

    .calc-panel__visual {
        margin: 24px 0 0 -20px;
    }

    .calc-card {
        max-width: 100%;
        margin: 0 0 48px;
    }

    .partner-card {
        flex-basis: calc((100% - 18px) / 2);
    }

    .review-layout {
        grid-template-columns: 1fr;
    }

    .trust-head--reviews,
    .review-slider,
    .trust-nav--reviews {
        grid-column: auto;
        grid-row: auto;
    }

    .contact-cta__inner {
        grid-template-columns: 1fr;
        gap: 24px;
        min-height: 0;
    }

    .contact-cta__content {
        gap: 20px;
    }

    .contact-cta__title {
        font-size: 52px;
    }

    .contact-cta__visual {
        margin-left: -18px;
    }

    .contact-cta__card {
        width: 100%;
        margin: 0 0 42px;
    }

    .map-frame {
        height: 700px;
    }

    .site-footer__brand {
        margin-top: 68px;
    }

    .site-footer__group--legal {
        margin-top: 56px;
    }

    .site-footer__plane {
        /* width: min(46vw, 380px); */
    }

    .scroll-top-button {
        right: 24px;
        bottom: 24px;
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    :root {
        --container-padding: 20px;
    }

    .calc-panel__visual img {
        width: 100%;
    }

    .site-header__inner {
        gap: 18px;
        display: flex;
        justify-content: space-between;
    }

    .site-logo img {
        width: 92px;
    }

    .site-nav {
        gap: 18px;
        font-size: 14px;
        display: none;
    }

    .site-phone {
        font-size: 14px;
        justify-self: center;
    }

    .hero-banner {
        padding-top: 96px;
        min-height: 0;
    }

    .hero-banner__inner {
        padding-top: 25px;
        padding-bottom: 30px;
    }

    .hero-banner__title {
        font-size: 31px;
    }

    .hero-banner__text {
        margin-top: 26px;
        font-size: 16px;
    }

    .hbc-desktop {
        display: none;
    }

    .hbc-mobile {
        display: block;
    }

    .hero-banner__visual {
        right: 20px;
        bottom: 112px;
        width: 86vw;
        position: static;
        padding-top: 150px;
    }

    .hero-banner__cta {
        right: 20px;
        left: 20px;
        bottom: 48%;
    }

    .hero-banner__button {
        width: 100%;
        min-width: 0;
        min-height: 60px;
    }

    .advantages-section {
        padding: 58px 0 74px;
    }

    .services-section {
        padding-bottom: 74px;
    }

    .workflow-section {
        padding: 64px 0 86px;
    }

    .workflow__header {
        margin-bottom: 28px;
    }

    .workflow__title {
        font-size: 40px;
    }

    .workflow__subtitle {
        font-size: 16px;
    }

    .workflow__track {
        display: flex;
        gap: 14px;
        padding: 18px 32px 54px 42px;
        margin: 0 -20px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        margin-left: 5px;
    }

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

    .workflow__track::after {
        left: 22px;
        right: auto;
        width: 1174px;
        bottom: 0;
    }

    .workflow-step {
        flex: 0 0 272px;
        min-height: 240px;
        padding-left: 40px;
        scroll-snap-align: start;
    }

    .workflow-step:first-child {
        margin-left: 10px;
    }

    .workflow-step__label {
        margin-top: 24px;
        margin-bottom: 22px;
    }

    .workflow-step__title {
        font-size: 20px;
    }

    .workflow-step__text {
        font-size: 15px;
    }

    .calc-section {
        padding-bottom: 84px;
    }

    .calc-panel__inner {
        padding-top: 36px;
    }

    .calc-panel__aside {
        gap: 22px;
    }

    .calc-panel__title {
        font-size: 42px;
    }

    .calc-panel__visual {
        margin: 0 -10px 0 -26px;
    }

    .calc-card {
        margin-bottom: 28px;
        padding: 28px 20px 24px;
        border-radius: 14px;
    }

    .calc-form {
        gap: 22px;
    }

    .calc-form__row--double,
    .calc-form__row--bottom {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .calc-input,
    .calc-select__trigger {
        min-height: 58px;
        font-size: 15px;
    }

    .calc-checks,
    .calc-checks--cargo {
        gap: 14px 18px;
    }

    .calc-check__text {
        font-size: 15px;
    }

    .calc-form__submit {
        width: 100%;
        min-width: 0;
        min-height: 56px;
    }

    .trust-section {
        padding-bottom: 84px;
    }

    .trust-block + .trust-block {
        margin-top: 74px;
    }

    .trust-head {
        margin-bottom: 26px;
    }

    .trust-head__title {
        font-size: 40px;
    }

    .trust-nav--desktop,
    .trust-nav--reviews {
        display: none;
    }

    .trust-slider,
    .review-slider {
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }

    .trust-slider::-webkit-scrollbar,
    .review-slider::-webkit-scrollbar {
        display: none;
    }

    .trust-slider__track,
    .review-slider__track {
        gap: 14px;
        transition: none;
    }

    .partner-card {
        flex: 0 0 292px;
        min-height: 252px;
        padding: 28px 18px 20px;
        scroll-snap-align: start;
    }

    .partner-card__logo {
        min-height: 52px;
        margin-bottom: 24px;
        font-size: 24px;
    }

    .partner-card__logo--hub {
        font-size: 20px;
    }

    .partner-card__logo--swift {
        font-size: 30px;
    }

    .partner-card__text {
        font-size: 13px;
    }

    .review-card {
        flex: 0 0 86%;
        scroll-snap-align: start;
    }

    .review-card__person {
        align-items: flex-start;
    }

    .review-card__avatar {
        width: 64px;
        height: 64px;
        font-size: 20px;
    }

    .review-card__name {
        font-size: 20px;
    }

    .review-card__role,
    .review-card__body p {
        font-size: 15px;
    }

    .contact-cta-section {
        /* padding-bottom: 84px; */
    }

    .contact-cta__inner {
        padding-top: 34px;
    }

    .contact-cta__title {
        margin-bottom: 18px;
        font-size: 42px;
    }

    .contact-cta__text {
        font-size: 16px;
    }

    .contact-cta__visual {
        margin: 0 -18px 0 -24px;
    }

    .contact-cta__card {
        margin-bottom: 24px;
        padding: 24px 20px 22px;
        border-radius: 14px;
    }

    .contact-cta__card-head {
        grid-template-columns: minmax(0, 1fr) 60px;
        gap: 16px;
        margin-bottom: 22px;
    }

    .contact-cta__card-title {
        font-size: 20px;
    }

    .contact-cta__manager {
        width: 60px;
        height: 60px;
    }

    .contact-cta__input {
        min-height: 56px;
        font-size: 15px;
    }

    .contact-cta__button {
        width: 100%;
        min-width: 0;
    }

    .contact-cta__policy {
        max-width: 100%;
    }

    .map-section {
        /* padding-bottom: 84px; */
    }

    .map-frame {
        height: 600px;
    }

    .map-frame__marker {
        right: 50%;
        bottom: 50%;
        width: 22px;
        height: 22px;
    }

    .map-frame__marker::before {
        top: 4px;
        left: 4px;
        width: 14px;
        height: 14px;
    }

    .map-frame__marker::after {
        width: 6px;
        height: 6px;
    }

    .services-panel {
        padding: 42px 0;
    }

    .services-panel__heading {
        margin-bottom: 28px;
    }

    .services-panel__title {
        font-size: 30px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "groupage"
            "fcl"
            "air"
            "warehouse"
            "customs"
            "insurance";
    }

    .service-tile {
        min-height: 168px;
    }

    .calc-panel__visual {
        display: none;
    }

    .contact-cta__visual {
        display: none;
    }

    .service-tile__title {
        max-width: 100%;
        font-size: 24px;
        font-weight: 200;
    }

    .service-modal {
        padding: 16px;
    }

    .service-modal__dialog {
        width: 100%;
        padding: 24px 22px 22px;
    }

    .advantages-section__title {
        font-size: 22px;
    }

    .site-main--privacy {
        padding: 28px 0 52px;
    }

    .privacy-page__home {
        margin-bottom: 24px;
    }

    .privacy-page__home img {
        width: 104px;
    }

    .privacy-page__content h1 {
        font-size: 30px;
    }

    .privacy-page__content h2 {
        margin-top: 34px;
        font-size: 24px;
    }

    .privacy-page__content h3 {
        font-size: 21px;
    }

    .privacy-page__content p,
    .privacy-page__content li {
        font-size: 16px;
        line-height: 1.65;
    }

    .privacy-page__content th,
    .privacy-page__content td {
        padding: 12px;
        font-size: 14px;
    }

    .advantage-card {
        min-height: 0;
        padding: 16px 18px 18px 14px;
    }

    .advantage-card__title {
        font-size: 17px;
    }

    .site-footer__inner {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding-top: 58px;
        padding-bottom: 52px;
    }

    .site-footer__column,
    .site-footer__brand {
        display: contents;
    }

    .site-footer__column--contacts > .site-footer__label {
        order: 1;
        margin-bottom: 30px;
        font-size: 16px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .site-footer__phone {
        order: 2;
        margin-bottom: 18px;
        font-size: 28px;
        line-height: 1.08;
    }

    .site-footer__mail {
        order: 3;
        margin-bottom: 58px;
        font-size: 24px;
        line-height: 1.08;
    }

    .site-footer__column--details > .site-footer__group:nth-child(1) {
        order: 4;
        margin-top: 0;
    }

    .site-footer__column--details > .site-footer__group:nth-child(2) {
        order: 5;
        margin-top: 34px;
    }

    .site-footer__column--details > .site-footer__group:nth-child(1) .site-footer__label,
    .site-footer__column--details > .site-footer__group:nth-child(2) .site-footer__label {
        margin-bottom: 14px;
        font-size: 16px;
        color: #70757b;
        text-transform: none;
        letter-spacing: 0;
    }

    .site-footer__text,
    .site-footer__group--legal .site-footer__text {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.2;
    }

    .site-footer__plane {
        order: 6;
        position: relative;
        right: auto;
        bottom: auto;
        width: 70%;
        margin-top: 34px;
        margin-right: -18px;
        margin-left: auto;
        zoom: 64%;
        /* opacity: 0.16; */
    }

    .site-footer__brand img {
        order: 7;
        width: 124px;
        margin-top: 26px;
    }

    .site-footer__group--legal,
    .site-footer__rec-block {
        order: 8;
        margin-top: 32px !important;
    }

    .site-footer__group--legal .site-footer__text + .site-footer__text {
        margin-top: 20px;
    }

    .site-footer__policy {
        order: 9;
        display: inline-block;
        margin-top: 42px;
        font-size: 16px;
        line-height: 1.15;
    }

    .scroll-top-button {
        right: 16px;
        bottom: 16px;
        width: 45px;
        height: 45px;
    }

    .scroll-top-button svg {
        width: 20px;
        height: 20px;
    }

    .cpv-mobile {
        display: block !important;
    }
}

/* End */
/* /local/templates/sintraway/css/style.css?177729563248017 */
