/* =========================================================

   ОСНОВА

========================================================== */



.rr-footer {
    container-type: inline-size;
    --rr-radius: 22px;
    --rr-border-color: rgba(255, 255, 255, 0.09);
    --rr-bg-1: #111113;
    --rr-bg-2: #060607;
    --rr-bg-3: #020202;
    --rr-shine-alpha: 0.085;
    --rr-shine-left-alpha: 0.11;
    --rr-shine-right-alpha: 0.09;
    --rr-foot-cta-bg-1: rgba(35, 35, 39, 0.96);
    --rr-foot-cta-bg-2: rgba(9, 9, 10, 0.98);
    --rr-foot-cta-shine: 0.09;
    --rr-foot-cta-border: rgba(255, 255, 255, 0.12);
    --rr-foot-cta-radius: 19px;
    --rr-white: #f3f3f3;
    --rr-silver: #c6c7ca;
    --rr-muted: #888b91;

    --rr-footer-white: var(--rr-white, #f3f3f3);

    --rr-footer-silver: var(--rr-silver, #c6c7ca);

    --rr-footer-muted: var(--rr-muted, #888b91);

    --rr-footer-border: rgba(255, 255, 255, 0.1);

    --rr-footer-green: #6ad14f;

    --rr-footer-vk: #2787f5;



    position: relative;



    width: 100%;

    min-width: 0;



    overflow: hidden;

    isolation: isolate;



    color: var(--rr-footer-white);



    background:

        radial-gradient(

            circle at 50% -20%,

            rgba(255, 255, 255, var(--rr-shine-alpha, 0.085)),

            transparent 34%

        ),

        linear-gradient(

            145deg,

            var(--rr-bg-1, #111113) 0%,

            var(--rr-bg-2, #060607) 55%,

            var(--rr-bg-3, #020202) 100%

        );



    border-top: 1px solid var(--rr-border-color, rgba(255, 255, 255, 0.1));

    border-radius: var(--rr-radius, 22px) var(--rr-radius, 22px) 0 0;



    box-shadow:

        0 -22px 65px rgba(0, 0, 0, 0.3),

        inset 0 1px 0 rgba(255, 255, 255, 0.045);



    font-family: inherit;

}



.rr-footer,

.rr-footer * {

    box-sizing: border-box;

}



.rr-footer button {

    font: inherit;

}



.rr-footer__inner {

    position: relative;

    z-index: 2;



    width: 100%;

    max-width: 1500px;

    margin: 0 auto;



    padding:

        clamp(20px, 3vw, 38px)

        clamp(18px, 4vw, 58px)

        20px;

}



/* =========================================================

   ФОНОВОЕ СВЕЧЕНИЕ

========================================================== */



.rr-footer__glow {

    position: absolute;

    z-index: 0;



    width: 360px;

    height: 360px;



    pointer-events: none;

    border-radius: 50%;

    filter: blur(24px);

}



.rr-footer__glow--left {

    top: -270px;

    left: -170px;



    background:

        radial-gradient(

            circle,

            rgba(255, 255, 255, 0.12),

            transparent 70%

        );

}



.rr-footer__glow--right {

    right: -240px;

    bottom: -270px;



    background:

        radial-gradient(

            circle,

            rgba(130, 134, 143, 0.09),

            transparent 70%

        );

}



/* =========================================================

   CTA

========================================================== */



.rr-footer__cta {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 28px;



    margin-bottom: clamp(26px, 4vw, 44px);

    padding: clamp(20px, 3vw, 30px);



    background:

        radial-gradient(

            circle at 80% 20%,

            rgba(255, 255, 255, var(--rr-foot-cta-shine, 0.09)),

            transparent 34%

        ),

        linear-gradient(

            135deg,

            var(--rr-foot-cta-bg-1, rgba(35, 35, 39, 0.96)),

            var(--rr-foot-cta-bg-2, rgba(9, 9, 10, 0.98))

        );



    border: 1px solid var(--rr-foot-cta-border, rgba(255, 255, 255, 0.12));

    border-radius: var(--rr-foot-cta-radius, 19px);



    box-shadow:

        inset 0 1px 0 rgba(255, 255, 255, 0.065),

        0 22px 50px rgba(0, 0, 0, 0.28);

}



.rr-footer__cta-content {

    max-width: 720px;

}



.rr-footer__cta-label {

    display: block;



    margin-bottom: 9px;



    color: #999ca1;

    font-size: 9px;

    font-weight: 600;

    line-height: 1;

    letter-spacing: 0.16em;

    text-transform: uppercase;

}



.rr-footer__cta h2 {

    margin: 0;



    color: #f3f3f3;

    font-size: clamp(24px, 3.2vw, 40px);

    font-weight: 400;

    line-height: 1.04;

    letter-spacing: -0.045em;

}



.rr-footer__cta h2 strong {

    color: transparent;

    font-weight: 500;



    background:

        linear-gradient(

            90deg,

            #ffffff,

            #a2a4a9 55%,

            #ededee

        );



    -webkit-background-clip: text;

    background-clip: text;

}



.rr-footer__cta p {

    max-width: 650px;

    margin: 11px 0 0;



    color: #85888e;

    font-size: 12px;

    line-height: 1.6;

}



.rr-footer__cta-button {

    display: inline-flex;

    flex: 0 0 auto;

    align-items: center;

    justify-content: center;

    gap: 10px;



    min-height: 50px;

    padding: 13px 19px;



    color: #080808;

    font-size: 11px;

    font-weight: 600;

    line-height: 1.3;

    text-align: center;

    text-decoration: none;



    background:

        linear-gradient(

            135deg,

            #ffffff,

            #a0a3a8

        );



    border-radius: 11px;



    box-shadow:

        0 12px 30px rgba(255, 255, 255, 0.09),

        inset 0 1px 0 rgba(255, 255, 255, 0.75);



    transition:

        transform 0.25s ease,

        box-shadow 0.25s ease;

}



.rr-footer__cta-button:hover {

    transform: translateY(-2px);



    box-shadow:

        0 16px 36px rgba(255, 255, 255, 0.13),

        inset 0 1px 0 rgba(255, 255, 255, 0.85);

}



.rr-footer__cta-button svg {

    width: 17px;

    height: 17px;



    fill: none;

    stroke: currentColor;

    stroke-width: 1.8;

    stroke-linecap: round;

    stroke-linejoin: round;

}



/* =========================================================

   ОСНОВНАЯ СЕТКА

========================================================== */



.rr-footer__main {

    display: grid;

    grid-template-columns:

        minmax(250px, 1.3fr)

        minmax(150px, 0.75fr)

        minmax(170px, 0.8fr)

        minmax(260px, 1.1fr);



    gap: clamp(24px, 4vw, 52px);

    align-items: start;



    padding-bottom: 28px;

}



/* =========================================================

   БРЕНД

========================================================== */



.rr-footer__logo {

    display: inline-flex;

    align-items: center;

    gap: 12px;



    color: inherit;

    text-decoration: none;

}



.rr-footer__logo-mark {

    display: flex;

    align-items: center;

    justify-content: center;



    width: 46px;

    height: 46px;



    color: #080808;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 0.08em;



    background:

        linear-gradient(

            145deg,

            #ffffff,

            #96999e

        );



    border-radius: 13px;



    box-shadow:

        0 10px 24px rgba(255, 255, 255, 0.07);

}



.rr-footer__logo-text {

    display: flex;

    flex-direction: column;

}



.rr-footer__logo-text strong {

    color: #f1f1f2;

    font-size: 18px;

    font-weight: 550;

    line-height: 1.1;

    letter-spacing: -0.025em;

}



.rr-footer__logo-text small {

    margin-top: 4px;



    color: #777a80;

    font-size: 8px;

    line-height: 1;

    letter-spacing: 0.13em;

    text-transform: uppercase;

}



.rr-footer__brand-description {

    max-width: 340px;

    margin: 16px 0 0;



    color: #83868c;

    font-size: 11px;

    line-height: 1.65;

}



/* =========================================================

   СОЦИАЛЬНЫЕ СЕТИ

========================================================== */



.rr-footer__socials {

    display: flex;

    flex-wrap: wrap;

    gap: 8px;



    margin-top: 18px;

}



.rr-footer__social {

    display: flex;

    align-items: center;

    justify-content: center;



    min-width: 38px;

    height: 38px;

    padding: 0 10px;



    color: #c6c7ca;

    font-size: 8px;

    font-weight: 700;

    line-height: 1;

    text-decoration: none;



    background: rgba(255, 255, 255, 0.035);

    border: 1px solid rgba(255, 255, 255, 0.1);

    border-radius: 10px;



    transition:

        color 0.25s ease,

        background 0.25s ease,

        border-color 0.25s ease,

        transform 0.25s ease;

}



.rr-footer__social:hover {

    color: #ffffff;



    background: rgba(255, 255, 255, 0.08);

    border-color: rgba(255, 255, 255, 0.2);



    transform: translateY(-2px);

}



.rr-footer__social--2gis {

    color: #071004;



    background:

        linear-gradient(

            145deg,

            #93ec78,

            #55b83f

        );



    border-color: transparent;

}



.rr-footer__social--2gis:hover {

    color: #071004;



    background:

        linear-gradient(

            145deg,

            #a3f18a,

            #60c249

        );



    border-color: transparent;

}



.rr-footer__social--vk {

    color: #ffffff;



    background:

        linear-gradient(

            145deg,

            #3997ff,

            #176dcc

        );



    border-color: transparent;

}



.rr-footer__social svg {

    width: 19px;

    height: 19px;



    fill: none;

    stroke: currentColor;

    stroke-width: 1.6;

    stroke-linecap: round;

    stroke-linejoin: round;

}



.rr-footer__social--vk svg {

    fill: currentColor;

    stroke: none;

}



/* =========================================================

   КОЛОНКИ НАВИГАЦИИ

========================================================== */



.rr-footer__column {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

}



.rr-footer__column-title {

    display: block;



    margin-bottom: 15px;



    color: #e3e4e5;

    font-size: 11px;

    font-weight: 600;

    line-height: 1;

    letter-spacing: 0.04em;

}



.rr-footer__column > a {

    display: flex;

    align-items: center;

    gap: 8px;



    margin-bottom: 10px;



    color: #85888e;

    font-size: 10px;

    line-height: 1.4;

    text-decoration: none;



    transition:

        color 0.25s ease,

        transform 0.25s ease;

}



.rr-footer__column > a:hover {

    color: #ffffff;

    transform: translateX(3px);

}



.rr-footer__country-code {

    display: flex;

    align-items: center;

    justify-content: center;



    width: 25px;

    height: 20px;



    color: #bfc1c5;

    font-size: 7px;

    font-weight: 700;

    letter-spacing: 0.08em;



    background: rgba(255, 255, 255, 0.045);

    border: 1px solid rgba(255, 255, 255, 0.08);

    border-radius: 5px;

}



/* =========================================================

   КОНТАКТЫ

========================================================== */



.rr-footer__contacts {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

}



.rr-footer__contact {

    display: grid;

    grid-template-columns: auto minmax(0, 1fr);

    gap: 10px;

    align-items: center;



    width: 100%;

    margin-bottom: 10px;



    color: inherit;

    text-decoration: none;

}



a.rr-footer__contact {

    transition: transform 0.25s ease;

}



a.rr-footer__contact:hover {

    transform: translateX(3px);

}



.rr-footer__contact-icon {

    display: flex;

    align-items: center;

    justify-content: center;



    width: 34px;

    height: 34px;



    color: #b9bbbf;



    background:

        linear-gradient(

            145deg,

            rgba(255, 255, 255, 0.075),

            rgba(255, 255, 255, 0.02)

        );



    border: 1px solid rgba(255, 255, 255, 0.09);

    border-radius: 9px;

}



.rr-footer__contact-icon svg {

    width: 17px;

    height: 17px;



    fill: none;

    stroke: currentColor;

    stroke-width: 1.55;

    stroke-linecap: round;

    stroke-linejoin: round;

}



.rr-footer__contact > span:last-child {

    display: flex;

    flex-direction: column;

    min-width: 0;

}



.rr-footer__contact small {

    margin-bottom: 3px;



    color: #66696f;

    font-size: 7px;

    line-height: 1;

    letter-spacing: 0.1em;

    text-transform: uppercase;

}



.rr-footer__contact strong {

    color: #d8d9db;

    font-size: 10px;

    font-weight: 500;

    line-height: 1.4;

}



/* =========================================================

   ДАННЫЕ КОМПАНИИ

========================================================== */



.rr-footer__company {

    display: grid;

    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);

    gap: 24px;

    align-items: start;



    padding: 18px 0;



    border-top: 1px solid rgba(255, 255, 255, 0.075);

    border-bottom: 1px solid rgba(255, 255, 255, 0.075);

}



.rr-footer__company-data {

    display: flex;

    flex-wrap: wrap;

    gap: 7px 15px;

}



.rr-footer__company-data span {

    color: #777a80;

    font-size: 8px;

    line-height: 1.45;

}



.rr-footer__company-data span:first-child {

    color: #bfc1c5;

    font-weight: 600;

}



.rr-footer__company p {

    margin: 0;



    color: #696c72;

    font-size: 8px;

    line-height: 1.55;

}



/* =========================================================

   НИЖНЯЯ СТРОКА

========================================================== */



.rr-footer__bottom {

    display: grid;

    grid-template-columns: auto minmax(0, 1fr) auto;

    gap: 20px;

    align-items: center;



    padding-top: 18px;

}



.rr-footer__copyright {

    color: #676a70;

    font-size: 8px;

    line-height: 1.45;

}



.rr-footer__legal {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    gap: 8px 18px;

}



.rr-footer__legal a {

    color: #777a80;

    font-size: 8px;

    line-height: 1.4;

    text-decoration: none;



    transition: color 0.25s ease;

}



.rr-footer__legal a:hover {

    color: #ffffff;

}



.rr-footer__to-top {

    display: flex;

    align-items: center;

    justify-content: center;



    width: 38px;

    height: 38px;



    color: #bfc1c5;

    cursor: pointer;



    background:

        linear-gradient(

            145deg,

            rgba(255, 255, 255, 0.075),

            rgba(255, 255, 255, 0.02)

        );



    border: 1px solid rgba(255, 255, 255, 0.1);

    border-radius: 10px;



    transition:

        color 0.25s ease,

        background 0.25s ease,

        transform 0.25s ease;

}



.rr-footer__to-top:hover {

    color: #080808;



    background:

        linear-gradient(

            145deg,

            #ffffff,

            #999ca1

        );



    transform: translateY(-2px);

}



.rr-footer__to-top svg {

    width: 17px;

    height: 17px;



    fill: none;

    stroke: currentColor;

    stroke-width: 1.8;

    stroke-linecap: round;

    stroke-linejoin: round;

}



/* =========================================================

   ПЛАНШЕТ

========================================================== */



@media (max-width: 1050px) {

    .rr-footer__main {

        grid-template-columns:

            minmax(250px, 1fr)

            repeat(2, minmax(160px, 0.7fr));

    }



    .rr-footer__contacts {

        grid-column: 1 / -1;



        display: grid;

        grid-template-columns: repeat(4, minmax(0, 1fr));

        gap: 10px;

    }



    .rr-footer__contacts

    .rr-footer__column-title {

        grid-column: 1 / -1;

        margin-bottom: 5px;

    }



    .rr-footer__contact {

        margin-bottom: 0;

    }

}



/* =========================================================

   МОБИЛЬНЫЙ

========================================================== */



@media (max-width: 767px) {

    .rr-footer {

        border-radius: 18px 18px 0 0;

    }



    .rr-footer__inner {

        padding:

            17px

            17px

            18px;

    }



    .rr-footer__cta {

        flex-direction: column;

        align-items: stretch;



        padding: 20px;

    }



    .rr-footer__cta h2 {

        font-size: 28px;

    }



    .rr-footer__cta h2 strong {

        display: block;

    }



    .rr-footer__cta-button {

        width: 100%;

    }



    .rr-footer__main {

        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 26px 20px;

    }



    .rr-footer__brand {

        grid-column: 1 / -1;

    }



    .rr-footer__contacts {

        grid-column: 1 / -1;

        grid-template-columns: repeat(2, minmax(0, 1fr));

    }



    .rr-footer__company {

        grid-template-columns: 1fr;

        gap: 12px;

    }



    .rr-footer__bottom {

        grid-template-columns: minmax(0, 1fr) auto;

    }



    .rr-footer__legal {

        grid-column: 1 / -1;

        grid-row: 1;



        justify-content: flex-start;

    }



    .rr-footer__copyright {

        grid-column: 1;

        grid-row: 2;

    }



    .rr-footer__to-top {

        grid-column: 2;

        grid-row: 2;

    }

}



@media (max-width: 480px) {

    .rr-footer__main {

        grid-template-columns: 1fr;

    }



    .rr-footer__brand,

    .rr-footer__contacts {

        grid-column: auto;

    }



    .rr-footer__contacts {

        display: flex;

    }



    .rr-footer__contacts

    .rr-footer__column-title {

        margin-bottom: 5px;

    }



    .rr-footer__contact {

        margin-bottom: 8px;

    }



    .rr-footer__legal {

        flex-direction: column;

        gap: 8px;

    }



    .rr-footer__company-data {

        flex-direction: column;

        gap: 5px;

    }

}



@media (prefers-reduced-motion: reduce) {

    .rr-footer *,

    .rr-footer *::before,

    .rr-footer *::after {

        animation-duration: 0.01ms !important;

        transition-duration: 0.01ms !important;

        scroll-behavior: auto !important;

    }

}


.rr-footer__logo-img {
    display: block;
    width: auto;
    max-width: min(280px, 78vw);
    height: 56px;
    object-fit: contain;
    object-position: left center;
    background: transparent !important;
}
.rr-footer__logo {
    display: inline-flex;
    align-items: center;
    gap: 0;
    text-decoration: none;
}
