

/* Start:/local/templates/goodlombard/components/bitrix/news.list/banner/style.css?17903247317407*/
.gl-banner2 {
    overflow: hidden;
    padding: 64px 0;
    background: var(--gl-orange);
}

.gl-banner2--flush-top {
    padding-top: 0;
}

.gl-banner2__container {
    width: min(var(--gl-container), calc(100% - 32px));
    margin: 0 auto;
}

.gl-banner2__slider {
    position: relative;
    overflow: hidden;
    border-radius: 38px;
    box-shadow: 0 8px 24px -8px rgba(0, 0, 0, .08);
}

.gl-banner2__wrapper {
    display: flex;
}

.gl-banner2__slide {
    position: relative;
    display: flex;
    flex: 0 0 100%;
    box-sizing: border-box;
    width: 100%;
    height: 560px;
    padding: 64px;
    overflow: hidden;
    background: #fff;
}

.gl-banner2__hero {
    display: contents;
}

.gl-banner2__copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: min(720px, 60%);
}

.gl-banner2__title {
    max-width: 720px;
    margin: 0;
    color: #080808;
    font-size: 58px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: -1.7px;
}

.gl-banner2__title-accent {
    color: var(--gl-orange);
}

.gl-banner2__text {
    max-width: 600px;
    margin-top: 20px;
    color: #77777d;
    font-size: 19px;
    line-height: 28px;
}

.gl-banner2__text p {
    margin: 0;
}

.gl-banner2__actions {
    display: flex;
    gap: 16px;
    margin-top: 20px;
}

.gl-banner2__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 62px;
    box-sizing: border-box;
    padding: 16px 24px;
    border: 1px solid #dedede;
    border-radius: 999px;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.gl-banner2__button--primary {
    color: #fff;
    background: var(--gl-orange);
    border-color: var(--gl-orange);
}

.gl-banner2__button--secondary {
    color: #080808;
    background: #fff;
}

.gl-banner2__button-icon {
    display: inline-flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.gl-banner2__button-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gl-banner2__benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 506px;
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
}

.gl-banner2__benefits--mobile {
    display: none;
}

.gl-banner2__benefit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 8px 13px 8px 8px;
    color: #77777d;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    background: #f3f3f3;
    border-radius: 999px;
}

.gl-banner2__benefit-check {
    display: inline-flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
}

.gl-banner2__benefit-check img {
    display: block;
    width: 10px;
    height: 10px;
}

.gl-banner2__note {
    margin: 20px 0 0;
    color: #77777d;
    font-size: 13px;
    line-height: 19px;
}

.gl-banner2__media {
    position: absolute;
    inset: 0;
}

.gl-banner2__media::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .96) 42%, rgba(255, 255, 255, 0) 65%);
}

.gl-banner2__media img {
    position: absolute;
    top: 0;
    right: 0;
    width: 58%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gl-banner2__pagination {
    position: absolute;
    z-index: 3;
    bottom: 24px;
    left: 50%;
    display: flex;
    gap: 12px;
    transform: translateX(-50%);
}

.gl-banner2__pagination-bullet {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(119, 119, 125, .5);
    cursor: pointer;
}

.gl-banner2__pagination-bullet.is-active {
    width: 10px;
    height: 10px;
    margin: -2px;
    background: var(--gl-orange);
}

@media (min-width: 768px) and (max-width: 1023px) {
    .gl-banner2__slide {
        padding: 48px;
    }

    .gl-banner2__copy {
        width: 60%;
    }

    .gl-banner2__title {
        font-size: 42px;
        line-height: 44px;
        letter-spacing: -1.2px;
    }

    .gl-banner2__text {
        margin-top: 16px;
        font-size: 16px;
        line-height: 24px;
    }

    .gl-banner2__actions {
        margin-top: 16px;
        gap: 10px;
    }

    .gl-banner2__button {
        min-height: 54px;
        padding: 12px 18px;
    }
}

@media (max-width: 767px) {
    .gl-banner2 {
        padding: 16px 0 28px;
    }

    .gl-banner2__container {
        width: 100%;
        padding: 0 14px;
        box-sizing: border-box;
    }

    .gl-banner2__slider {
        overflow: hidden;
        border-radius: 0;
        box-shadow: none;
    }

    .gl-banner2__wrapper {
        align-items: flex-start;
    }

    .gl-banner2__slide {
        display: block;
        height: auto;
        min-height: 0;
        padding: 0;
        background: var(--gl-orange);
    }

    .gl-banner2__hero {
        display: flex;
        flex-direction: column;
        padding: 18px;
        border-radius: 28px;
        background: #fff;
    }

    .gl-banner2__copy {
        width: 100%;
        padding: 12px 4px 0;
        box-sizing: border-box;
    }

    .gl-banner2__title {
        font-size: 32px;
        line-height: 34px;
        letter-spacing: -1.6px;
    }

    .gl-banner2--title-large-mobile .gl-banner2__title {
        font-size: 48px;
        line-height: 50px;
    }

    .gl-banner2__text {
        margin-top: 16px;
        font-size: 16px;
        line-height: 24px;
    }

    .gl-banner2__actions {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        margin-top: 16px;
    }

    .gl-banner2__benefits--desktop {
        display: none;
    }

    .gl-banner2__benefits--mobile {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        width: 100%;
        max-width: none;
        margin: 16px 0 0;
    }

    .gl-banner2__benefit {
        width: auto;
        min-height: 36px;
        box-sizing: border-box;
        padding: 4px 12px 4px 6px;
        border: 0;
        border-radius: 999px;
        background: #f3f3f3;
        font-size: 11px;
        line-height: 14px;
    }

    .gl-banner2__benefit-check {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
        background: #fff;
    }

    .gl-banner2__benefit-check img {
        width: 10px;
        height: 10px;
    }

    .gl-banner2__button {
        width: 100%;
        min-height: 62px;
    }

    .gl-banner2__note {
        margin-top: 16px;
        font-size: 12px;
        line-height: 18px;
    }

    .gl-banner2__media {
        position: relative;
        width: 100%;
        height: auto;
        aspect-ratio: 318 / 220;
        margin-top: 16px;
        border-radius: 20px;
        overflow: hidden;
    }

    .gl-banner2__media::after {
        display: none;
    }

    .gl-banner2__media img {
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: inherit;
    }

    .gl-banner2__pagination {
        display: none;
    }
}

/* End */


/* Start:/local/templates/goodlombard/components/goodlombard/include.file/banner_question/style.css?17903247313133*/
.gl-banner-question {
    display: flex;
    min-height: 280px;
    align-items: center;
    background: #e8e8e8;
}

.gl-banner-question__container {
    width: min(var(--gl-container), calc(100% - 32px));
    margin: 0 auto;
}

.gl-banner__question {
    display: flex;
    width: 100%;
    min-height: 184px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 32px 40px;
    border-radius: 32px;
    background: var(--gl-white);
}

.gl-banner__question-content {
    width: 620px;
    max-width: 100%;
    min-width: 0;
}

.gl-banner__question-content h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
}

.gl-banner__question-content p {
    max-width: 620px;
    margin: 10px 0 0;
    color: var(--gl-muted);
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
}

.gl-banner__question-actions {
    display: flex;
    flex: 0 0 510px;
    align-items: center;
    gap: 16px;
}

.gl-banner__question-phone,
.gl-banner__question-chat {
    display: inline-flex;
    height: 62px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    white-space: nowrap;
}

.gl-banner__question-phone {
    width: 274px;
    background: #fff1e8;
    color: var(--gl-black);
}

.gl-banner__question-phone svg {
    display: block;
    width: 18px;
    height: 18px;
}

.gl-banner__question-chat {
    width: 220px;
    background: var(--gl-orange);
    color: var(--gl-white);
}

.gl-banner__question-chat svg {
    display: block;
    width: 22px;
    height: 22px;
}

@media (max-width: 1023px) {
    .gl-banner__question {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 22px;
        min-height: 0;
        padding: 24px 32px;
    }

    .gl-banner__question-actions {
        flex: 0 0 auto;
        width: 100%;
        flex-wrap: wrap;
    }
}

@media (max-width: 1000px) {
    .gl-banner-question {
        min-height: 0;
        align-items: flex-start;
        padding: 32px 0;
    }

    .gl-banner-question__container {
        width: 90%;
    }

    .gl-banner__question {
        justify-content: flex-start;
        gap: 14px;
        min-height: 0;
        padding: 24px 20px;
        border-radius: 24px;
    }

    .gl-banner__question-content h2 {
        font-size: 26px;
        line-height: 31px;
    }

    .gl-banner__question-content p {
        margin-top: 14px;
        font-size: 15px;
        line-height: 21px;
    }

    .gl-banner__question-actions {
        flex: 0 0 auto;
        flex-direction: column;
        gap: 14px;
    }

    .gl-banner__question-actions,
    .gl-banner__question-phone,
    .gl-banner__question-chat {
        width: 100%;
    }

    .gl-banner__question-phone,
    .gl-banner__question-chat {
        height: 54px;
    }
}

@media (max-width: 499px) {
    .gl-banner-question__container {
        width: min(100% - 48px, 342px);
    }

    .gl-banner__question {
        border-radius: 30px;
    }
}

/* End */


/* Start:/local/templates/goodlombard/components/bitrix/news.list/deposit_list/style.css?17903247314772*/
.gl-deposit-list {
    padding: 80px 0;
    background: var(--gl-white);
}

.gl-deposit-list__container {
    width: min(var(--gl-container), calc(100% - 32px));
    margin: 0 auto;
}

.gl-deposit-list__header {
    display: flex;
    width: 1240px;
    max-width: 100%;
    min-height: 60px;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.gl-deposit-list__title {
    max-width: 571px;
    margin: 0;
    color: var(--gl-black);
    font-size: 58px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: -1.7px;
}

.gl-deposit-list__subtitle {
    max-width: 860px;
    margin: 12px 0 0;
    color: var(--gl-muted);
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
}

.gl-deposit-list__grid {
    display: grid;
    grid-template-columns: repeat(4, 298px);
    gap: 16px;
    width: 1240px;
    max-width: 100%;
}

.gl-deposit-list__card {
    position: relative;
    display: flex;
    width: 298px;
    height: 340px;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    padding: 28px;
    border: 1px solid var(--gl-line);
    border-radius: 30px;
    background: var(--gl-surface-light);
    box-shadow: 0 8px 24px -8px rgba(0, 0, 0, .08);
    color: var(--gl-black);
    text-decoration: none;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.gl-deposit-list__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    overflow: hidden;
    border-radius: 50%;
    background: var(--gl-orange);
}

.gl-deposit-list__icon::before {
    width: 16px;
    height: 16px;
    border: 2px solid var(--gl-white);
    border-radius: 4px;
    content: "";
}

.gl-deposit-list__icon--image::before {
    display: none;
}

.gl-deposit-list__icon img {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.gl-deposit-list__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    margin-top: 20px;
}

.gl-deposit-list__body strong {
    overflow-wrap: anywhere;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -.5px;
}

.gl-deposit-list__body span {
    margin-top: 20px;
    color: var(--gl-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.gl-deposit-list__more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    color: var(--gl-orange);
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: .1px;
}

.gl-deposit-list__more img {
    display: block;
    flex: 0 0 12px;
}

@media (hover: hover) {
    .gl-deposit-list__card:hover {
        border-color: #ffd4bf;
        background: #fff1e8;
        transform: translateY(-2px);
    }
}

@media (max-width: 1279px) {
    .gl-deposit-list__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        width: 100%;
    }

    .gl-deposit-list__card {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .gl-deposit-list {
        padding: 56px 0 72px;
    }

    .gl-deposit-list__title {
        font-size: 44px;
        line-height: 48px;
    }

    .gl-deposit-list__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .gl-deposit-list__card {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .gl-deposit-list {
        padding: 56px 0;
    }

    .gl-deposit-list__container {
        width: calc(100% - 28px);
    }

    .gl-deposit-list__header {
        width: 100%;
        min-height: 0;
        margin-bottom: 28px;
    }

    .gl-deposit-list__title {
        font-size: 34px;
        line-height: 38px;
    }

    .gl-deposit-list__subtitle {
        margin-top: 10px;
        font-size: 15px;
        line-height: 22px;
    }

    .gl-deposit-list__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        width: 100%;
    }

    .gl-deposit-list__card {
        width: 100%;
        height: 240px;
        min-height: 240px;
        padding: 16px;
        border-radius: 30px;
    }

    .gl-deposit-list__icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .gl-deposit-list__body {
        margin-top: 12px;
    }

    .gl-deposit-list__more {
        font-size: 12px;
        line-height: 16px;
    }

    .gl-deposit-list__body strong {
        font-size: 18px;
        line-height: 22px;
    }

    .gl-deposit-list__body span {
        margin-top: 12px;
        font-size: 12px;
        line-height: 17px;
    }
}

@media (max-width: 499px) {
    .gl-deposit-list__container {
        width: calc(100% - 28px);
    }
}

/* End */


/* Start:/include/index/trust/style.css?17903247313099*/
.gl-trust {
    padding: 80px 0;
    background: var(--gl-white);
}

.gl-trust__container {
    width: min(var(--gl-container), calc(100% - 80px));
    margin: 0 auto;
}

.gl-trust__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 40px;
}

.gl-trust__header h2 {
    margin: 0;
    color: var(--gl-black);
    font-size: 58px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: -1.7px;
}

.gl-trust__header p {
    margin: 0;
    width: min(900px, 100%);
    color: var(--gl-muted);
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
}

.gl-trust__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.gl-trust__card {
    position: relative;
    display: flex;
    height: 119px;
    overflow: hidden;
    flex-direction: column;
    gap: 12px;
    padding: 28px;
    border-radius: 30px;
    background: var(--gl-orange);
    color: var(--gl-white);
}

.gl-trust__card-bg {
    position: absolute;
    top: -25%;
    right: -18%;
    z-index: 0;
    width: 150%;
    height: 150%;
    pointer-events: none;
}

.gl-trust__card-bg svg {
    display: block;
    width: 100%;
    height: 100%;
}

.gl-trust__card strong {
    position: relative;
    z-index: 1;
    color: inherit;
    font-size: 30px;
    font-weight: 900;
    line-height: 35px;
}

.gl-trust__card-text {
    position: relative;
    z-index: 1;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

@media (max-width: 1279px) {
    .gl-trust__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}

@media (max-width: 1023px) {
    .gl-trust {
        padding: 72px 0;
    }

    .gl-trust__container {
        width: min(100% - 48px, 720px);
    }

    .gl-trust__header h2 {
        font-size: 44px;
        line-height: 48px;
    }

    .gl-trust__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(10px, 2vw, 16px);
    }

    .gl-trust__card {
        height: clamp(132px, 18vw, 148px);
        padding: clamp(18px, 3vw, 28px);
    }

    .gl-trust__card-bg {
        top: -41%;
        right: -19%;
        width: 200%;
        height: 164%;
        transform: none;
        transform-origin: right top;
    }
}

@media (max-width: 767px) {
    .gl-trust {
        padding: 56px 0;
    }

    .gl-trust__container {
        width: min(100% - 28px, 568px);
    }

    .gl-trust__header {
        gap: 10px;
        margin-bottom: 28px;
    }

    .gl-trust__header h2 {
        font-size: 34px;
        line-height: 38px;
        letter-spacing: -1.7px;
    }

    .gl-trust__header p {
        font-size: 15px;
        line-height: 22px;
    }

    .gl-trust__card {
        gap: 8px;
    }

    .gl-trust__card strong {
        font-size: 26px;
        line-height: 30px;
    }

    .gl-trust__card-text {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 430px) {
    .gl-trust__container {
        max-width: 362px;
    }
}

/* End */


/* Start:/local/templates/goodlombard/components/bitrix/news.list/calculator/style.css?179032473122695*/
.gl-calculator {
    /* Defaults let the calculator render outside the main site stylesheet. */
    --gl-container: 1240px;
    --gl-orange: #ff5500;
    --gl-black: #080808;
    --gl-white: #ffffff;
    --gl-muted: #77777d;
    --gl-surface-light: #f3f3f3;
    --gl-line: #dedede;
    padding: var(--gl-calculator-padding-top, 80px) 0 80px;
    background: var(--gl-surface-light);
}

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

.gl-calculator__container {
    width: min(var(--gl-container), calc(100% - 32px));
    margin: 0 auto;
}

.gl-calculator__heading {
    display: flex;
    justify-content: space-between;
    gap: 64px;
    width: 100%;
    margin-bottom: 44px;
}

.gl-calculator__heading h2 {
    width: 720px;
    margin: 0;
    color: var(--gl-black);
    font-size: 58px;
    font-weight: 900;
    line-height: 62px;
}

.gl-calculator__heading p {
    width: 400px;
    margin: 0;
    color: var(--gl-muted);
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
}

.gl-calculator__shell {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
    min-height: 685px;
    padding: 34px;
    border-radius: 38px;
    background: var(--gl-white);
}

.gl-calculator__shell.is-hidden,
.gl-calculator-request.is-hidden {
    display: none;
}

.gl-calculator__controls {
    display: flex;
    flex-direction: column;
    order: 1;
    width: 700px;
    min-height: 562px;
    padding: 22px 18px 18px;
}

.gl-calculator__steps {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.gl-calculator__step {
    width: 664px;
    min-width: 0;
    min-inline-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.gl-calculator__step[hidden] {
    display: none;
}

.gl-calculator__step-head {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin: 0 0 24px;
    padding: 0;
}

.gl-calculator__step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 999px;
    background: var(--gl-surface-light);
    color: var(--gl-orange);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.gl-calculator__step-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.gl-calculator__step-title {
    color: var(--gl-black);
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
}

.gl-calculator__step-description {
    color: var(--gl-muted);
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
}

.gl-calculator__metal,
.gl-calculator__purity {
    display: flex;
    gap: 12px;
    width: 664px;
}

.gl-calculator__purity {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gl-calculator__pill,
.gl-calculator__purity-pill {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    border-radius: 999px;
    background: var(--gl-surface-light);
    color: var(--gl-muted);
    font-weight: 700;
    cursor: pointer;
}

.gl-calculator__pill input,
.gl-calculator__purity-pill input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    pointer-events: none;
}

.gl-calculator__pill {
    width: 326px;
    gap: 10px;
    font-size: 18px;
    line-height: 21px;
}

.gl-calculator__pill span {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.gl-calculator__purity-pill {
    width: auto;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 16px;
}

.gl-calculator__purity-pill--popular {
    flex-direction: column;
    gap: 1px;
}

.gl-calculator__purity-pill--popular small {
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    margin-top: 2px;
}

.gl-calculator__pill input,
.gl-calculator__purity-pill input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gl-calculator__pill.is-active,
.gl-calculator__purity-pill.is-active {
    background: #fff1e8;
    color: var(--gl-orange);
}

.gl-calculator__unknown-purity {
    border: 0;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
}

.gl-calculator__unknown-purity.is-active {
    background: #fff1e8;
    color: var(--gl-orange);
}

.gl-calculator__pill.is-active span::after {
    display: block;
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    width: 20px;
    height: 13px;
    transform: translateY(-50%);
    background: url("/local/templates/goodlombard/assets/img/calculator_check.svg") center / contain no-repeat;
    content: "";
}

.gl-calculator__weight {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 664px;
}

.gl-calculator__range {
    width: 496px;
}

.gl-calculator__range input[type="range"] {
    width: 496px;
    height: 28px;
    margin: 0;
    appearance: none;
    background: transparent;
    --gl-range-progress: 3.5%;
}

.gl-calculator__range input[type="range"]::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 0 20px 20px 0;
    background: linear-gradient(to right, var(--gl-orange) 0 var(--gl-range-progress), #e8e8e8 var(--gl-range-progress) 100%);
}

.gl-calculator__range input[type="range"]::-webkit-slider-thumb {
    width: 28px;
    height: 28px;
    margin-top: -10px;
    appearance: none;
    border: 5px solid var(--gl-white);
    border-radius: 999px;
    background: var(--gl-orange);
    box-shadow: 0 8px 24px -8px rgba(0, 0, 0, .08);
}

.gl-calculator__range input[type="range"]::-moz-range-track {
    height: 8px;
    border-radius: 0 20px 20px 0;
    background: #e8e8e8;
}

.gl-calculator__range input[type="range"]::-moz-range-progress {
    height: 8px;
    border-radius: 20px 0 0 20px;
    background: var(--gl-orange);
}

.gl-calculator__range input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border: 5px solid var(--gl-white);
    border-radius: 999px;
    background: var(--gl-orange);
    box-shadow: 0 8px 24px -8px rgba(0, 0, 0, .08);
}

.gl-calculator__scale {
    display: flex;
    justify-content: space-between;
    width: 496px;
    margin-top: 2px;
    color: var(--gl-muted);
    font-size: 11px;
    line-height: 13px;
}

.gl-calculator__weight-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 150px;
    height: 60px;
    padding: 0 16px 0 18px;
    border: 1px solid var(--gl-line);
    border-radius: 14px;
    background: var(--gl-white);
}

.gl-calculator__weight-box input {
    width: 60px;
    border: 0;
    outline: 0;
    color: var(--gl-black);
    font-size: 18px;
    font-weight: 900;
    line-height: 21px;
}

.gl-calculator__weight-box input::-webkit-outer-spin-button,
.gl-calculator__weight-box input::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
}

.gl-calculator__weight-box input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

.gl-calculator__weight-box span {
    color: var(--gl-muted);
    font-size: 12px;
    line-height: 14px;
}

.gl-calculator__note {
    width: 664px;
    margin: 30px 0 0;
    color: var(--gl-muted);
    font-size: 12px;
    line-height: 16px;
}

.gl-calculator__note--mobile {
    display: none;
}

.gl-calculator__result {
    display: flex;
    flex-direction: column;
    order: 2;
    width: 448px;
    min-height: 617px;
    padding: 38px;
    border-radius: 30px;
    background: var(--gl-orange);
    color: var(--gl-white);
}

.gl-calculator__result-label {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
}

.gl-calculator__result-value {
    margin-top: 14px;
    font-size: 62px;
    font-weight: 900;
    line-height: 73px;
}

.gl-calculator__result-copy {
    width: 372px;
    margin: 8px 0 20px;
    opacity: .82;
    font-size: 13px;
    line-height: 18px;
}

.gl-calculator__divider {
    width: 372px;
    height: 1px;
    margin: 8px 0;
    background: rgba(255, 255, 255, .28);
}

.gl-calculator__lead {
    display: flex;
    flex-direction: column;
    gap: 13px;
    width: 372px;
}

.gl-calculator__lead-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

.gl-calculator__lead p {
    margin: 0;
    opacity: .82;
    font-size: 13px;
    line-height: 18px;
}

.gl-calculator__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 372px;
}

.gl-calculator__field span {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
}

.gl-calculator__field input,
.gl-calculator__field select {
    width: 372px;
    height: 56px;
    padding: 0 17px;
    border: 0;
    border-radius: 14px;
    background: var(--gl-white);
    color: var(--gl-black);
    font-size: 14px;
    line-height: 16px;
}

.gl-calculator__static-control {
    display: flex;
    align-items: center;
    width: 372px;
    height: 56px;
    padding: 0 17px;
    border-radius: 14px;
    background: var(--gl-white);
    color: var(--gl-black);
    font-size: 14px;
    line-height: 16px;
}

.gl-calculator__field select {
    appearance: none;
    padding-right: 46px;
    background-image: url("/local/templates/goodlombard/assets/img/chevron_exact_screenshot_size.svg");
    background-repeat: no-repeat;
    background-position: left 89px top 26px;
    background-size: 12px 7px;
}

.gl-calculator__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 372px;
    height: 62px;
    padding: 16px 24px;
    border: 0;
    border-radius: 999px;
    background: var(--gl-black);
    color: var(--gl-white);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
}

.gl-calculator__submit:disabled {
    cursor: default;
    opacity: .72;
}

.gl-calculator__submit i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: var(--gl-white);
    color: var(--gl-black);
    font-style: normal;
    font-size: 17px;
    font-weight: 700;
}

.gl-calculator__submit i svg,
.gl-calculator__submit i img {
    display: block;
    width: 12px;
    height: 5px;
    flex: 0 0 12px;
    object-fit: contain;
}

.gl-calculator__disclaimer {
    width: 372px;
    opacity: .7;
    font-size: 10px;
    line-height: 14px;
}

.gl-calculator__privacy {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 372px;
    color: var(--gl-white);
    font-size: 13px;
    line-height: 19px;
    cursor: pointer;
}

.gl-calculator__privacy input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.gl-calculator__checkbox {
    position: relative;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 4px;
    background: var(--gl-white);
    transform: translateY(6px);
}

.gl-calculator__privacy input:checked + .gl-calculator__checkbox {
    background: var(--gl-white) url('/local/templates/goodlombard/assets/img/check_calculator.svg') center / 13px 10px no-repeat;
}

.gl-calculator__privacy input:focus-visible + .gl-calculator__checkbox {
    outline: 2px solid var(--gl-black);
    outline-offset: 2px;
}

.gl-calculator__privacy a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.gl-calculator__message {
    width: 372px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .16);
    color: var(--gl-white);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

.gl-calculator__message[hidden] {
    display: none;
}

.gl-calculator__message.is-error {
    background: var(--gl-white);
    color: #d93600;
}

.gl-calculator__message.is-loading {
    background: rgba(8, 8, 8, .22);
}

.gl-calculator-request {
    margin: 0;
}

.gl-calculator-request .request__wrapper {
    padding: 80px;
    border-radius: 40px;
    background-color: var(--gl-orange);
    color: var(--gl-white);
    line-height: 1.6;
}

.gl-calculator-request .request__wrapper--success {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 620px;
}

.gl-calculator-request .request__wrapper--success::before {
    content: "";
    display: block;
    width: 180px;
    height: 180px;
    margin: 0 auto 60px;
    background-color: var(--gl-white);
    -webkit-mask-image: url("/local/templates/main-landing/img/viezd/check-rounded.svg");
    mask-image: url("/local/templates/main-landing/img/viezd/check-rounded.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
}

.gl-calculator-request .request__header {
    text-align: center;
    max-width: 740px;
    margin: 0 auto;
}

.gl-calculator-request .request__title {
    margin-bottom: 20px;
}

.gl-calculator-request .request__title-heading {
    margin: 0;
    font-size: 52px;
    font-weight: 900;
    line-height: 58px;
}

.gl-calculator-request .request__title-desc {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.45;
}

.gl-calculator-request .request__header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 320px;
    min-height: 64px;
    margin: 0 auto;
    padding: 18px 32px;
    border-radius: 8px;
    background: var(--gl-white);
    color: var(--gl-orange);
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
}

@media (max-width: 1279px) {
    .gl-calculator__shell {
        gap: 20px;
        padding: 28px;
    }

    .gl-calculator__controls {
        flex: 1 1 auto;
        min-width: 0;
        width: auto;
    }

    .gl-calculator__step,
    .gl-calculator__metal,
    .gl-calculator__purity,
    .gl-calculator__weight,
    .gl-calculator__note {
        width: 100%;
    }

    .gl-calculator__note {
        margin-left: 0;
    }

    .gl-calculator__pill {
        flex: 1 1 0;
        width: auto;
    }

    .gl-calculator__purity-pill {
        width: auto;
    }

    .gl-calculator__range {
        flex: 1 1 auto;
        min-width: 0;
        width: auto;
    }

    .gl-calculator__range input[type="range"],
    .gl-calculator__scale {
        width: 100%;
    }

    .gl-calculator__result {
        flex: 0 0 360px;
        width: 360px;
        padding: 32px;
    }

    .gl-calculator__lead,
    .gl-calculator__result-copy,
    .gl-calculator__divider,
    .gl-calculator__field,
    .gl-calculator__field input,
    .gl-calculator__field select,
    .gl-calculator__static-control,
    .gl-calculator__message,
    .gl-calculator__privacy,
    .gl-calculator__disclaimer,
    .gl-calculator__submit {
        width: 100%;
    }

    .gl-calculator__result-value {
        font-size: 52px;
        line-height: 60px;
    }
}

@media (max-width: 1023px) {
    .gl-calculator-request .request__wrapper {
        padding: 80px 60px;
    }

    .gl-calculator-request .request__wrapper--success {
        min-height: 600px;
        margin-bottom: 40px;
    }

    .gl-calculator-request .request__wrapper--success::before {
        width: 120px;
        height: 120px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .gl-calculator {
        padding: 56px 0 72px;
    }

    .gl-calculator__heading {
        flex-direction: column;
        gap: 18px;
    }

    .gl-calculator__heading h2,
    .gl-calculator__heading p {
        width: 100%;
    }

    .gl-calculator__heading h2 {
        font-size: 44px;
        line-height: 48px;
    }

    .gl-calculator__shell {
        flex-direction: column;
    }

    .gl-calculator__controls,
    .gl-calculator__step,
    .gl-calculator__metal,
    .gl-calculator__purity,
    .gl-calculator__weight,
    .gl-calculator__note,
    .gl-calculator__result,
    .gl-calculator__lead,
    .gl-calculator__result-copy,
    .gl-calculator__divider,
    .gl-calculator__field,
    .gl-calculator__field input,
    .gl-calculator__field select,
    .gl-calculator__static-control,
    .gl-calculator__message,
    .gl-calculator__privacy,
    .gl-calculator__disclaimer,
    .gl-calculator__submit {
        width: 100%;
    }

    .gl-calculator__result {
        flex: 0 1 auto;
        min-height: 0;
    }

}

@media (max-width: 767px) {
    .gl-calculator__pill.is-active span::after {
        left: calc(100% + 4px);
    }

    .gl-calculator--both .gl-calculator__step:first-child .gl-calculator__step-head {
        display: none;
    }

    .gl-calculator-request .request__wrapper {
        padding: 60px 40px;
        border-radius: 20px;
    }

    .gl-calculator-request .request__wrapper--success {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .gl-calculator-request .request__title-heading {
        font-size: 34px;
        line-height: 38px;
    }

    .gl-calculator-request .request__title-desc {
        font-size: 18px;
        line-height: 28px;
    }

    .gl-calculator-request .request__header-btn {
        width: 100%;
        min-width: 0;
    }

    .gl-calculator {
        overflow-x: hidden;
        padding: 68px 0;
    }

    .gl-calculator__container {
        width: min(100% - 28px, var(--gl-container));
        max-width: 100%;
        overflow-x: hidden;
    }

    .gl-calculator__heading {
        gap: 16px;
        margin-bottom: 30px;
    }

    .gl-calculator__heading h2 {
        font-size: 34px;
        line-height: 38px;
        letter-spacing: -1px;
    }

    .gl-calculator__heading p {
        font-size: 16px;
        line-height: 24px;
    }

    .gl-calculator__shell {
        gap: 18px;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        min-height: 0;
        padding: 18px;
        border-radius: 28px;
    }

    .gl-calculator__controls {
        min-height: 0;
        min-width: 0;
        padding: 14px 4px 12px;
    }

    .gl-calculator__steps {
        gap: 24px;
    }

    .gl-calculator__step-head {
        gap: 12px;
        margin-bottom: 16px;
    }

    .gl-calculator__step-number {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        font-size: 12px;
    }

    .gl-calculator--both .gl-calculator__step:first-child .gl-calculator__step-number {
        display: none;
    }

    .gl-calculator--both .gl-calculator__step:nth-child(n + 2) .gl-calculator__step-number {
        position: relative;
        color: transparent;
    }

    .gl-calculator--both .gl-calculator__step:nth-child(n + 2) .gl-calculator__step-number::after {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--gl-orange);
    }

    .gl-calculator--both .gl-calculator__step:nth-child(2) .gl-calculator__step-number::after {
        content: "01";
    }

    .gl-calculator--both .gl-calculator__step:nth-child(n + 3) .gl-calculator__step-number::after {
        content: "02";
    }

    .gl-calculator__step-title {
        font-size: 18px;
        line-height: 22px;
    }

    .gl-calculator__step-description {
        font-size: 12px;
        line-height: 16px;
        overflow-wrap: anywhere;
    }

    .gl-calculator__step[data-gl-purity-group] {
        overflow: hidden;
    }

    .gl-calculator__metal,
    .gl-calculator__purity {
        gap: 4px;
    }

    .gl-calculator__pill {
        width: 50%;
        height: 52px;
        font-size: 15px;
    }

    .gl-calculator__purity {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        padding-bottom: 2px;
        overscroll-behavior-x: contain;
        scroll-snap-type: x proximity;
        touch-action: pan-x;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .gl-calculator__purity::-webkit-scrollbar {
        display: none;
    }

    .gl-calculator__purity-pill {
        flex: 0 0 96px;
        width: 96px;
        height: 54px;
        padding: 8px;
        font-size: 13px;
        line-height: 16px;
        scroll-snap-align: start;
    }

    .gl-calculator__weight {
        align-items: center;
        gap: 10px;
    }

    .gl-calculator__range,
    .gl-calculator__range input[type="range"],
    .gl-calculator__scale {
        width: 100%;
    }

    .gl-calculator__range {
        flex: 1 1 auto;
        min-width: 0;
        padding-top: 9px;
    }

    .gl-calculator__scale {
        display: none;
    }

    .gl-calculator__weight-box {
        flex: 0 0 94px;
        width: 94px;
        height: 46px;
        padding: 0 12px;
        border-radius: 10px;
    }

    .gl-calculator__weight-box input {
        width: 100%;
        font-size: 14px;
        line-height: 18px;
    }

    .gl-calculator__weight-box span {
        display: none;
    }

    .gl-calculator__note {
        margin-top: 24px;
    }

    .gl-calculator__note--desktop {
        display: none;
    }

    .gl-calculator__note--mobile {
        display: block;
        width: 100%;
        margin: 30px 0 0;
        font-size: 11px;
        line-height: 18px;
    }

    .gl-calculator__result {
        flex: 0 1 auto;
        width: 100%;
        min-height: 0;
        padding: 26px;
        border-radius: 24px;
    }

    .gl-calculator__lead,
    .gl-calculator__result-copy,
    .gl-calculator__divider,
    .gl-calculator__field,
    .gl-calculator__field input,
    .gl-calculator__field select,
    .gl-calculator__static-control,
    .gl-calculator__message,
    .gl-calculator__privacy,
    .gl-calculator__disclaimer {
        width: 100%;
    }

    .gl-calculator__result-value {
        font-size: 46px;
        line-height: 54px;
    }

    .gl-calculator__result-copy {
        margin: 8px 0 0;
    }

    .gl-calculator__divider {
        margin: 14px 0 14px;
    }

    .gl-calculator__submit {
        width: 100%;
        height: 60px;
    }

    .gl-calculator__result-label {
        font-size: 11px;
        line-height: 13px;
    }

    .gl-calculator__lead-title {
        font-size: 22px;
        line-height: 26px;
    }

    .gl-calculator__field span {
        font-size: 11px;
        line-height: 13px;
    }

    .gl-calculator__field input,
    .gl-calculator__field select,
    .gl-calculator__static-control {
        height: 54px;
        border-radius: 12px;
    }

    .gl-calculator__disclaimer {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/goodlombard/components/bitrix/news.list/tariffs/style.css?17903247316310*/
.gl-tariffs {
    padding: 100px 0;
    background: #e8e8e8;
}

.gl-tariffs__container {
    width: min(1240px, calc(100% - 80px));
    margin: 0 auto;
}

.gl-tariffs__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: min(920px, 100%);
    margin: 0 auto 48px;
    text-align: center;
}

.gl-tariffs__heading h2 {
    margin: 0;
    color: var(--gl-black);
    font-size: 56px;
    font-weight: 900;
    line-height: 62px;
}

.gl-tariffs__heading p {
    margin: 0;
    color: var(--gl-muted);
    font-size: 18px;
    line-height: 28px;
}

.gl-tariffs__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gl-tariffs__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.gl-tariffs__card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 302px;
    padding: 32px;
    overflow: hidden;
    border-radius: 30px;
    background: var(--gl-white);
    color: var(--gl-black);
}

.gl-tariffs__card--accent {
    background: #fff1e8;
}

.gl-tariffs__card h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 900;
    line-height: 28px;
}

.gl-tariffs__card strong {
    display: block;
    margin: 0;
    font-size: 32px;
    font-weight: 900;
    line-height: 38px;
}

.gl-tariffs__body {
    font-size: 14px;
    line-height: 22px;
}

.gl-tariffs__description {
    position: relative;
    max-height: 88px;
    overflow: hidden;
}

.gl-tariffs__description::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 44px;
    background: linear-gradient(rgba(255, 255, 255, 0), var(--gl-white));
    content: "";
    pointer-events: none;
}

.gl-tariffs__card--accent .gl-tariffs__description::after {
    background: linear-gradient(rgba(255, 241, 232, 0), #fff1e8);
}

.gl-tariffs__description--full {
    max-height: none;
}

.gl-tariffs__description--full::after {
    display: none;
}

.gl-tariffs__card.is-expanded {
    height: auto;
    overflow: visible;
}

.gl-tariffs__card.is-expanded .gl-tariffs__description {
    max-height: none;
}

.gl-tariffs__card.is-expanded .gl-tariffs__description::after {
    display: none;
}

.gl-tariffs__body,
.gl-tariffs__body p,
.gl-tariffs__body ul {
    margin: 0;
}

.gl-tariffs__body ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 0 0 18px;
    list-style: disc;
}

.gl-tariffs__body li {
    margin: 0;
}

.gl-tariffs__more {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: auto 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--gl-orange);
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    cursor: pointer;
}

.gl-tariffs__note {
    margin: 0;
    color: var(--gl-muted);
    font-size: 13px;
    line-height: 20px;
}

.gl-tariffs__note-mobile {
    display: none;
}

.gl-tariffs__cta-wrap {
    display: flex;
    justify-content: center;
}

.gl-tariffs__cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 232px;
    height: 48px;
    padding: 12px 20px;
    border-radius: 999px;
    background: var(--gl-orange);
    color: var(--gl-white);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}

.gl-tariffs__cta i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 999px;
    background: var(--gl-white);
}

.gl-tariffs__cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gl-tariffs__cta-icon--mobile {
    display: none;
}

.gl-tariffs__cta svg {
    display: block;
    width: 12px;
    height: auto;
}

@media (max-width: 1023px) {
    .gl-tariffs {
        padding: 72px 0;
    }

    .gl-tariffs__container {
        width: min(100% - 48px, 720px);
    }

    .gl-tariffs__heading h2 {
        font-size: 44px;
        line-height: 48px;
    }

    .gl-tariffs__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .gl-tariffs {
        padding: 68px 0;
    }

    .gl-tariffs__container {
        width: calc(100% - 28px);
    }

    .gl-tariffs__heading {
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 36px;
        text-align: left;
    }

    .gl-tariffs__heading h2 {
        font-size: 34px;
        line-height: 38px;
        letter-spacing: -1px;
    }

    .gl-tariffs__heading p {
        font-size: 16px;
        line-height: 24px;
    }

    .gl-tariffs__content {
        gap: 18px;
    }

    .gl-tariffs__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .gl-tariffs__card {
        height: 302px;
        padding: 28px;
        border-radius: 30px;
    }

    .gl-tariffs__card h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .gl-tariffs__card strong {
        font-size: 32px;
        line-height: 38px;
    }

    .gl-tariffs__cta {
        height: 60px;
        width: 100%;
        border: 1px solid var(--gl-line);
        background: var(--gl-white);
        color: var(--gl-black);
        justify-content: center;
    }

    .gl-tariffs__cta i {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
        background: var(--gl-orange);
    }

    .gl-tariffs__cta-icon--desktop {
        display: none;
    }

    .gl-tariffs__cta-icon--mobile {
        display: flex;
    }

    .gl-tariffs__note {
        font-size: 12px;
        line-height: 18px;
    }

    .gl-tariffs__note-desktop {
        display: none;
    }

    .gl-tariffs__note-mobile {
        display: inline;
    }
}

@media (max-width: 520px) {
    .gl-tariffs__container {
        width: calc(100% - 28px);
    }

    .gl-tariffs__grid {
        display: flex;
        gap: 16px;
        width: 100%;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .gl-tariffs__grid::-webkit-scrollbar {
        display: none;
    }

    .gl-tariffs__card {
        flex: 0 0 320px;
        width: 320px;
        padding: 32px;
        scroll-snap-align: start;
    }
}

/* End */


/* Start:/local/templates/goodlombard/components/goodlombard/include.file/outbound_form/style.css?17903247316177*/
.gl-outbound {
    padding: 80px 0;
    background: var(--gl-outbound-background);
}

.gl-outbound--theme-gray {
    --gl-outbound-background: #e8e8e8;
    --gl-outbound-title: var(--gl-black);
    --gl-outbound-description: var(--gl-muted);
}

.gl-outbound--theme-orange {
    --gl-outbound-background: var(--gl-orange);
    --gl-outbound-title: var(--gl-white);
    --gl-outbound-description: var(--gl-white);
}

.gl-outbound__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    width: min(var(--gl-container), calc(100% - 80px));
    margin: 0 auto;
}

.gl-outbound__copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 600px;
    min-width: 0;
}

.gl-outbound__copy h2 {
    margin: 0;
    color: var(--gl-outbound-title);
    font-size: 58px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: -1.7px;
}

.gl-outbound__copy p {
    margin: 0;
    color: var(--gl-outbound-description);
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
}

.gl-outbound__eyebrow {
    color: var(--gl-orange);
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: .1px;
}

.gl-outbound__media {
    width: 600px;
    height: 338px;
    overflow: hidden;
    border: 1px solid var(--gl-line);
    border-radius: 30px;
    background: #fff1e8;
}

.gl-outbound__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gl-outbound__form {
    display: flex;
    flex: 0 0 472px;
    flex-direction: column;
    gap: 16px;
    min-height: 513px;
    padding: 40px;
    border: 1px solid var(--gl-line);
    border-radius: 30px;
    background: var(--gl-white);
    box-shadow: 0 8px 24px -8px rgba(0, 0, 0, .08);
}

.gl-outbound__form-title {
    margin: 0;
    color: var(--gl-black);
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}

.gl-outbound__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gl-outbound__field span {
    color: var(--gl-black);
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
}

.gl-outbound__field input,
.gl-outbound__field select {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1px solid var(--gl-line);
    border-radius: 14px;
    background-color: var(--gl-white);
    color: var(--gl-black);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.gl-outbound__field select {
    appearance: none;
    padding-right: 44px;
    background-image: url("/local/templates/goodlombard/assets/img/city-chevron.svg");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 10px 6px;
}

.gl-outbound__field input::placeholder {
    color: var(--gl-black);
}

.gl-outbound__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    height: 62px;
    margin-top: 0;
    padding: 16px 24px;
    border: 0;
    border-radius: 999px;
    background: var(--gl-black);
    color: var(--gl-white);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
}

.gl-outbound__submit i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 999px;
    background: var(--gl-white);
}

.gl-outbound__submit img {
    display: block;
    width: 12px;
    height: 5px;
}

.gl-outbound__message {
    margin: 0;
    padding: 10px 12px;
    border-radius: 12px;
    background: #fff1e8;
    color: #d93600;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

.gl-outbound__message[hidden] {
    display: none;
}

.gl-outbound__privacy {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    color: var(--gl-muted);
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: .2px;
    cursor: pointer;
}

.gl-outbound__privacy input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.gl-outbound__checkbox {
    position: relative;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border: 2px solid var(--gl-line);
    border-radius: 4px;
    background: var(--gl-white);
}

.gl-outbound__privacy input:checked + .gl-outbound__checkbox {
    border-color: var(--gl-orange);
    background: var(--gl-orange) url('/local/templates/goodlombard/assets/img/check_vyizdnoi_lombard.svg') center / 13px 10px no-repeat;
}

.gl-outbound__privacy input:focus-visible + .gl-outbound__checkbox {
    outline: 2px solid var(--gl-black);
    outline-offset: 2px;
}

.gl-outbound__privacy a {
    color: var(--gl-orange);
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 1279px) {
    .gl-outbound__container {
        align-items: stretch;
        gap: 32px;
    }

    .gl-outbound__copy,
    .gl-outbound__media {
        width: 100%;
    }

    .gl-outbound__form {
        flex-basis: 420px;
    }
}

@media (max-width: 1023px) {
    .gl-outbound {
        padding: 72px 0;
    }

    .gl-outbound__container {
        flex-direction: column;
        width: min(100% - 48px, 720px);
    }

    .gl-outbound__copy,
    .gl-outbound__form {
        width: 100%;
    }

    .gl-outbound__copy h2 {
        font-size: 44px;
        line-height: 48px;
    }

    .gl-outbound__form {
        flex: 0 0 auto;
    }
}

@media (max-width: 767px) {
    .gl-outbound {
        padding: 64px 0;
    }

    .gl-outbound__container {
        gap: 32px;
        width: min(calc(100% - 28px), 640px);
    }

    .gl-outbound__copy {
        gap: 16px;
    }

    .gl-outbound__copy h2 {
        font-size: 34px;
        line-height: 38px;
        letter-spacing: -1px;
    }

    .gl-outbound__copy p {
        font-size: 16px;
        line-height: 24px;
    }

    .gl-outbound__media {
        height: 204px;
        border-radius: 30px;
    }

    .gl-outbound__form {
        min-height: 0;
        padding: 24px 16px;
        border-radius: 30px;
    }

    .gl-outbound__form-title {
        font-size: 24px;
        line-height: 30px;
    }
}

/* End */


/* Start:/local/templates/goodlombard/components/goodlombard/include.file/mobile_app-version-2/style.css?17903247313940*/
.gl-mobile-app {
    padding: 80px 0;
    background: var(--gl-muted-bg, #f3f3f3);
}

.gl-mobile-app__container {
    display: flex;
    align-items: center;
    gap: 64px;
    width: min(var(--gl-container), calc(100% - 80px));
    min-height: 447px;
    margin: 0 auto;
    padding: 64px;
    overflow: hidden;
    border-radius: 38px;
    background: var(--gl-white, #fff);
}

.gl-mobile-app__content,
.gl-mobile-app__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.gl-mobile-app__content {
    flex: 1 1 0;
}

.gl-mobile-app__copy {
    width: 100%;
}

.gl-mobile-app__eyebrow {
    color: var(--gl-orange, #ff5500);
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: .1px;
    text-transform: uppercase;
}

.gl-mobile-app__copy h2 {
    margin: 0;
    color: var(--gl-black, #080808);
    font-size: 58px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: -1.7px;
}

.gl-mobile-app__copy h2 span {
    color: var(--gl-orange, #ff5500);
}

.gl-mobile-app__copy p {
    max-width: 610px;
    margin: 0;
    color: var(--gl-muted, #77777d);
    font-size: 19px;
    line-height: 28px;
}

.gl-mobile-app__download-label {
    display: none;
    color: var(--gl-black, #080808);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.gl-mobile-app__download {
    display: grid;
    gap: 20px;
}

.gl-mobile-app__stores {
    display: flex;
    gap: 20px;
}

.gl-mobile-app__stores a {
    display: block;
    line-height: 0;
}

.gl-mobile-app__stores img {
    display: block;
    width: auto;
    height: 65px;
}

.gl-mobile-app__visual {
    position: relative;
    flex: 0 0 420px;
    width: 420px;
    height: 294px;
    overflow: hidden;
    border-radius: 20px;
    background: #FFF1E8;
}

.gl-mobile-app__media {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gl-mobile-app__media--mobile {
    display: none;
}

@media (max-width: 1279px) {
    .gl-mobile-app {
        padding: 64px 0;
    }

    .gl-mobile-app__container {
        width: min(var(--gl-container), calc(100% - 48px));
        gap: 32px;
        padding: 40px;
    }

    .gl-mobile-app__copy h2 {
        font-size: 44px;
        line-height: 48px;
    }

    .gl-mobile-app__stores {
        flex-wrap: wrap;
    }
}

@media (max-width: 950px) {
    .gl-mobile-app__container {
        flex-direction: column;
        align-items: stretch;
        min-height: 0;
    }

    .gl-mobile-app__visual {
        align-self: center;
    }
}

@media (max-width: 767px) {
    .gl-mobile-app {
        padding: 68px 0;
    }

    .gl-mobile-app__container {
        flex-direction: column;
        align-items: stretch;
        width: calc(100% - 28px);
        min-height: 0;
        padding: 24px;
        gap: 24px;
    }

    .gl-mobile-app__eyebrow {
        font-size: 11px;
        line-height: 13px;
    }

    .gl-mobile-app__copy {
        gap: 16px;
    }

    .gl-mobile-app__content {
        display: contents;
    }

    .gl-mobile-app__copy h2 {
        font-size: 34px;
        line-height: 38px;
        letter-spacing: -1px;
    }

    .gl-mobile-app__copy p {
        font-size: 16px;
        line-height: 24px;
    }

    .gl-mobile-app__download-label {
        display: block;
        font-size: 13px;
        line-height: 15px;
    }

    .gl-mobile-app__download {
        gap: 8px;
    }

    .gl-mobile-app__stores {
        justify-content: left;
        flex-wrap: wrap;
        gap: 8px;
    }

    .gl-mobile-app__stores img {
        width: 153px;
        height: 51px;
    }

    .gl-mobile-app__visual {
        align-self: center;
        flex: 0 0 314px;
        width: 314px;
        height: 360px;
        border-radius: 38px;
    }

    .gl-mobile-app__media--desktop {
        display: none;
    }

    .gl-mobile-app__media--mobile {
        display: block;
      
    }
}

/* End */


/* Start:/local/templates/goodlombard/components/bitrix/news.list/actions/style.css?17903247314987*/
.gl-actions {
    padding: 80px 0;
    background: #e8e8e8;
}

.gl-actions__container {
    width: min(var(--gl-container), calc(100% - 32px));
    margin: 0 auto;
}

.gl-actions__header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
}

.gl-actions__header h2 {
    margin: 0;
    color: var(--gl-black);
    font-size: 58px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: -1.7px;
}

.gl-actions__header p {
    max-width: 920px;
    margin: 0;
    color: var(--gl-muted);
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
}

.gl-actions__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.gl-actions__card {
    display: flex;
    min-height: 454px;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--gl-line);
    border-radius: 30px;
    background: var(--gl-white);
    box-shadow: 0 8px 24px -8px rgba(0, 0, 0, .08);
}

.gl-actions__media {
    display: block;
    height: 220px;
    overflow: hidden;
    border-bottom: 1px solid var(--gl-line);
    border-radius: 20px;
    background: #fff1e8;
}

.gl-actions__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gl-actions__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 32px;
}

.gl-actions__body h3 {
    margin: 0;
    color: var(--gl-black);
    font-size: 32px;
    font-weight: 900;
    line-height: 38px;
}

.gl-actions__text {
    color: var(--gl-black);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.gl-actions__text p,
.gl-actions__text ul,
.gl-actions__text ol {
    margin: 0;
}

.gl-actions__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 154px;
    min-height: 48px;
    margin-top: auto;
    padding: 12px 20px;
    border-radius: 999px;
    background: var(--gl-orange);
    color: var(--gl-white);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.gl-actions__more i,
.gl-actions__cta i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 999px;
    background: var(--gl-white);
}

.gl-actions__more svg,
.gl-actions__cta svg {
    display: block;
    max-width: 14px;
    max-height: 8px;
}

.gl-actions__pagination {
    display: none;
}

.gl-actions__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 344px;
    height: 62px;
    margin: 40px auto 0;
    padding: 16px 24px;
    border-radius: 999px;
    background: var(--gl-orange);
    color: var(--gl-white);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

@media (hover: hover) {
    .gl-actions__more,
    .gl-actions__cta {
        transition: transform .2s ease, background-color .2s ease;
    }

    .gl-actions__more:hover,
    .gl-actions__cta:hover {
        transform: translateY(-1px);
        background: #ff2a14;
    }
}

@media (max-width: 1279px) {
    .gl-actions__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .gl-actions {
        padding: 56px 0;
    }

    .gl-actions__container {
        width: calc(100% - 28px);
    }

    .gl-actions__header {
        gap: 10px;
        margin-bottom: 28px;
    }

    .gl-actions__header h2 {
        font-size: 34px;
        line-height: 38px;
        letter-spacing: -1.7px;
    }

    .gl-actions__header p {
        font-size: 15px;
        line-height: 22px;
    }

    .gl-actions__grid {
        display: block;
    }

    .gl-actions__card {
        display: none;
        min-height: 412px;
        border-radius: 30px;
    }

    .gl-actions__card.is-active {
        display: flex;
    }

    .gl-actions__media {
        height: 176px;
    }

    .gl-actions__body {
        gap: 16px;
        padding: 24px;
    }

    .gl-actions__body h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .gl-actions__text {
        line-height: 20px;
    }

    .gl-actions__pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 28px;
    }

    .gl-actions__page {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        padding: 0;
        border: 0;
        border-radius: 999px;
        background: #f3f3f3;
        color: var(--gl-muted);
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
        cursor: pointer;
    }

    .gl-actions__page.is-active {
        background: var(--gl-orange);
        color: var(--gl-white);
    }

    .gl-actions__cta {
        height: 58px;
        margin-top: 28px;
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/goodlombard/components/bitrix/news.list/reviews/style.css?17903247317667*/
.gl-reviews {
    padding: 80px 0;
    overflow: hidden;
    background: var(--gl-white);
}

.gl-reviews__container {
    width: min(var(--gl-container), calc(100% - 32px));
    margin: 0 auto;
    overflow: hidden;
}

.gl-reviews__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 40px;
}

.gl-reviews__top h2 {
    max-width: 660px;
    margin: 0;
    color: var(--gl-black);
    font-size: 58px;
    font-weight: 900;
    line-height: 62px;
    letter-spacing: 0;
}

.gl-reviews__rating {
    display: flex;
    align-items: center;
    gap: 22px;
    flex: 0 0 auto;
}

.gl-reviews__rating strong {
    color: var(--gl-black);
    font-size: 82px;
    font-weight: 900;
    line-height: 96px;
}

.gl-reviews__rating-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.gl-reviews__rating-details span {
    color: var(--gl-orange);
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
}

.gl-reviews__rating-details p {
    margin: 0;
    color: var(--gl-muted);
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
}

.gl-reviews__grid {
    display: flex;
    gap: 16px;
    transform: translateX(calc(var(--gl-page-offset, 0) * -1px));
    transition: transform .45s cubic-bezier(.22, 1, .36, 1);
    will-change: transform;
}

.gl-reviews__card {
    display: flex;
    flex: 0 0 calc((100% - 32px) / 3);
    min-height: 320px;
    overflow: hidden;
    flex-direction: column;
    padding: 30px;
    border-radius: 30px;
    background: #f3f3f3;
}

.gl-reviews__card[hidden] {
    display: none;
}

.gl-reviews__quote-mark {
    display: flex;
    align-items: flex-start;
    width: 20px;
    height: 12px;
    flex: 0 0 12px;
}

.gl-reviews__quote-mark svg {
    display: block;
    width: 16px;
    height: 12px;
}

.gl-reviews__quote-mark svg path {
    fill: var(--gl-orange);
}

.gl-reviews__text {
    margin-top: 48px;
    color: var(--gl-black);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.gl-reviews__full {
    display: none;
}

.gl-reviews__card.is-expanded .gl-reviews__preview {
    display: none;
}

.gl-reviews__card.is-expanded .gl-reviews__full {
    display: inline;
}

.gl-reviews__text p,
.gl-reviews__text ul,
.gl-reviews__text ol {
    margin: 0;
}

.gl-reviews__more {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 14px 0 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--gl-orange);
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    cursor: pointer;
}

.gl-reviews__author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.gl-reviews__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 999px;
    background: var(--gl-orange);
    color: var(--gl-white);
    font-size: 15px;
    font-weight: 900;
    line-height: 18px;
}

.gl-reviews__meta {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.gl-reviews__meta strong {
    overflow: hidden;
    color: var(--gl-black);
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gl-reviews__meta span {
    overflow: hidden;
    color: var(--gl-muted);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gl-reviews__pager {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.gl-reviews__pager[hidden] {
    display: none;
}

.gl-reviews__pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.gl-reviews__pager button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #e8e8e8;
    color: var(--gl-black);
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    cursor: pointer;
}

.gl-reviews__pager button.is-active {
    background: var(--gl-orange);
    color: var(--gl-white);
}

.gl-reviews__pager button svg {
    display: block;
}

.gl-reviews__pager button[data-gl-paginated-next] svg {
    transform: scaleX(-1);
}

.gl-reviews__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 177px;
    min-height: 62px;
    margin-top: 40px;
    padding: 16px 24px;
    border: 1px solid var(--gl-line);
    border-radius: 999px;
    background: var(--gl-white);
    color: var(--gl-black);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.gl-reviews__cta i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 999px;
    background: var(--gl-orange);
}

.gl-reviews__cta svg {
    display: block;
    max-width: 14px;
    max-height: 8px;
}

.gl-reviews__cta svg path {
    fill: var(--gl-white);
}

@media (min-width: 1280px) {
    .gl-reviews__top {
        height: 190px;
    }
}

@media (hover: hover) {
    .gl-reviews__cta {
        transition: transform .2s ease, border-color .2s ease;
    }

    .gl-reviews__cta:hover {
        transform: translateY(-1px);
        border-color: var(--gl-orange);
    }
}

@media (max-width: 1279px) {
    .gl-reviews__top {
        align-items: flex-start;
        gap: 32px;
    }

    .gl-reviews__top h2 {
        max-width: 520px;
        font-size: 48px;
        line-height: 52px;
    }

    .gl-reviews__rating strong {
        font-size: 68px;
        line-height: 78px;
    }

    .gl-reviews__card {
        flex-basis: calc((100% - 16px) / 2);
    }

}

@media (max-width: 700px) {
    .gl-reviews {
        padding: 56px 0;
    }

    .gl-reviews__container {
        width: calc(100% - 28px);
        max-width: 672px;
        overflow: hidden;
    }

    .gl-reviews__top {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 30px;
    }

    .gl-reviews__top h2 {
        font-size: 34px;
        line-height: 38px;
    }

    .gl-reviews__rating {
        gap: 16px;
    }

    .gl-reviews__rating strong {
        font-size: 54px;
        line-height: 62px;
    }

    .gl-reviews__grid {
        display: flex;
        overflow: visible;
        gap: 16px;
        transform: translateX(calc(var(--gl-page-offset, 0) * -1px));
        transition: transform .45s cubic-bezier(.22, 1, .36, 1);
        touch-action: pan-y;
        will-change: transform;
    }

    .gl-reviews__card {
        height: 260px;
        min-height: 0;
        flex: 0 0 min(326px, calc(100% - 36px));
        padding: 24px;
        border-radius: 24px;
    }

    .gl-reviews__card.is-expanded {
        height: auto;
        min-height: 260px;
        overflow: visible;
    }

    .gl-reviews__text {
        margin-top: 28px;
    }

    .gl-reviews__text {
        font-size: 15px;
        line-height: 23px;
    }

    .gl-reviews__more {
        margin-bottom: 16px;
    }

    .gl-reviews__avatar {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        font-size: 13px;
        line-height: 16px;
    }

    .gl-reviews__author {
        gap: 11px;
    }

    .gl-reviews__meta strong {
        font-size: 13px;
        line-height: 15px;
    }

    .gl-reviews__meta span {
        font-size: 11px;
        line-height: 13px;
    }

    .gl-reviews__cta {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/goodlombard/include/faq/style.css?17903247313523*/
.gl-faq {
    padding: 80px 0;
    background: #f3f3f3;
}

.gl-faq--desktop-grey {
    background: #e8e8e8;
}

.gl-faq__container {
    display: grid;
    grid-template-columns: 410px minmax(0, 766px);
    gap: 64px;
    width: min(var(--gl-container), calc(100% - 80px));
    margin: 0 auto;
}

.gl-faq__heading h2 {
    max-width: 410px;
    margin: 0;
    color: var(--gl-black);
    font-size: 58px;
    font-weight: 900;
    line-height: 62px;
    text-transform: uppercase;
}

.gl-faq__heading > p {
    max-width: 390px;
    margin: 22px 0;
    color: var(--gl-muted);
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
}

.gl-faq__phone {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: fit-content;
    padding: 18px 22px;
    border-radius: 20px;
    background: var(--gl-orange);
    color: var(--gl-white);
    text-decoration: none;
}

.gl-faq__phone span {
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
}

.gl-faq__phone strong {
    font-size: 19px;
    font-weight: 900;
    line-height: 22px;
}

.gl-faq__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gl-faq__item {
    overflow: hidden;
    border: 1px solid var(--gl-line);
    border-radius: 20px;
    background: var(--gl-white);
}

.gl-faq__item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 76px;
    padding: 22px 24px;
    color: var(--gl-black);
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    list-style: none;
}

.gl-faq__item summary::-webkit-details-marker {
    display: none;
}

.gl-faq__item summary i {
    position: relative;
    display: flex;
    flex: 0 0 13px;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 14px;
}

.gl-faq__item[open] summary {
    min-height: 54px;
    padding: 24px 24px 0;
}

.gl-faq__item[open] summary i svg {
    display: none;
}

.gl-faq__item[open] summary i::before {
    width: 13px;
    height: 4px;
    background: var(--gl-orange);
    content: '';
}

.gl-faq__answer {
    padding: 16px 24px 24px;
    color: var(--gl-muted);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.gl-faq__answer > div > :first-child {
    margin-top: 0;
}

.gl-faq__answer > div > :last-child {
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .gl-faq__container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .gl-faq--mobile-grey {
        background: #e8e8e8;
    }

    .gl-faq--mobile-grey_light {
        background: #f3f3f3;
    }

    .gl-faq {
        padding: 68px 0;
    }

    .gl-faq__container {
        width: calc(100% - 28px);
        gap: 30px;
    }

    .gl-faq__heading h2 {
        font-size: 34px;
        line-height: 38px;
        letter-spacing: -1px;
    }

    .gl-faq__heading > p {
        margin: 16px 0;
        font-size: 15px;
        line-height: 23px;
    }

    .gl-faq__phone {
        padding: 16px 20px;
        border-radius: 18px;
    }

    .gl-faq__phone span {
        font-size: 10px;
        line-height: 12px;
    }

    .gl-faq__phone strong {
        font-size: 18px;
        line-height: 21px;
    }

    .gl-faq__item summary {
        min-height: 78px;
        padding: 24px;
        font-size: 18px;
        line-height: 24px;
    }

    .gl-faq__answer {
        padding: 16px 24px 24px;
        font-size: 15px;
        line-height: 22px;
    }
}

/* End */


/* Start:/include/index/seo/style.css?17903247311386*/
.gl-seo-copy {
    padding: 80px 0;
    background: var(--gl-white, #fff);
}

.gl-seo-copy__card {
    display: grid;
    align-items: center;
    grid-template-columns: 440px minmax(0, 1fr);
    gap: 64px;
    width: min(var(--gl-container), calc(100% - 80px));
    min-height: 340px;
    margin: 0 auto;
    padding: 48px;
    border-radius: 30px;
    background: var(--gl-surface-light, #f3f3f3);
}

.gl-seo-copy h2 {
    margin: 0;
    color: var(--gl-black, #080808);
    font-size: 58px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: -1.7px;
}

.gl-seo-copy__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gl-seo-copy__text p {
    margin: 0;
    color: var(--gl-muted, #77777d);
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
}

@media (max-width: 950px) {
    .gl-seo-copy__card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .gl-seo-copy {
        padding: 54px 0;
    }

    .gl-seo-copy__card {
        gap: 22px;
        width: calc(100% - 28px);
        min-height: 0;
        padding: 28px;
        border-radius: 24px;
    }

    .gl-seo-copy h2 {
        font-size: 34px;
        line-height: 38px;
        letter-spacing: -1px;
    }

    .gl-seo-copy__text {
        gap: 22px;
    }

    .gl-seo-copy__text p {
        font-size: 13px;
        line-height: 21px;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1760947270666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/goodlombard/components/bitrix/news.list/address/style.css?17903247318175*/
.gl-addresses {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #e8e8e8;
}

.gl-addresses__container {
    width: min(1240px, calc(100% - 80px));
    margin: 0 auto;
    padding-bottom: 80px;
    overflow: hidden;
}

.gl-addresses__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 64px;
    min-height: 102px;
    padding-bottom: 20px;
}

.gl-addresses__heading h2 {
    width: 720px;
    margin: 0;
    color: var(--gl-black);
    font-size: 58px;
    font-weight: 900;
    line-height: 62px;
}

.gl-addresses__city {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 300px;
}

.gl-addresses__city span {
    color: var(--gl-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
}

.gl-addresses__city select {
    width: 300px;
    height: 56px;
    padding: 0 46px 0 18px;
    border: 1px solid var(--gl-line);
    border-radius: 14px;
    appearance: none;
    background: var(--gl-white) url("/local/templates/goodlombard/assets/img/arrow_mini.svg") no-repeat right 18px center / 12px 7px;
    color: var(--gl-black);
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}

.gl-addresses__tabs {
    display: flex;
    gap: 8px;
    margin-top: 32px;
}

.gl-addresses__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 12px 20px;
    border: 0;
    border-radius: 999px;
    background: var(--gl-white);
    color: var(--gl-muted);
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    cursor: pointer;
}

.gl-addresses__tab:nth-child(-n + 2) {
    width: 175px;
}

.gl-addresses__tab.is-active {
    background: var(--gl-orange);
    color: var(--gl-white);
}

.gl-addresses__grid {
    display: flex;
    gap: 20px;
    margin-top: 32px;
    overflow: visible;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    transform: translateX(calc(var(--gl-page-offset, 0) * -1px));
    transition: transform .45s cubic-bezier(.22, 1, .36, 1);
    will-change: transform;
}

.gl-addresses__grid::-webkit-scrollbar {
    display: none;
}

.gl-addresses__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 380px;
    gap: 16px;
    width: 380px;
    min-height: 251px;
    padding: 32px;
    border: 1px solid var(--gl-line);
    border-radius: 30px;
    background: var(--gl-white);
    color: var(--gl-black);
    scroll-snap-align: start;
}

.gl-addresses__card.is-page-leading {
    border-color: var(--gl-orange);
}

.gl-addresses__card[hidden] {
    display: none;
}

.gl-addresses__card-city {
    color: var(--gl-orange);
    font-size: 13px;
    font-weight: 900;
    line-height: 15px;
}

.gl-addresses__card h3 {
    width: 316px;
    margin: 0;
    color: var(--gl-black);
    font-size: 24px;
    font-weight: 900;
    line-height: 28px;
}

.gl-addresses__card p {
    margin: 0;
    color: var(--gl-muted);
    font-size: 14px;
    line-height: 16px;
}

.gl-addresses__route {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 220px;
    height: 48px;
    padding: 12px 20px;
    margin-top: auto;
    border: 1px solid var(--gl-line);
    border-radius: 999px;
    background: var(--gl-white);
    color: var(--gl-black);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}

.gl-addresses__route i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 999px;
    background: var(--gl-orange);
    color: var(--gl-white);
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.gl-addresses__map {
    width: min(1240px, calc(100% - 80px));
    height: 600px;
    margin: 0 auto;
    background: #d8efe5;
}

.gl-addresses__slider-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
}

.gl-addresses__slider-nav button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: var(--gl-white);
    color: var(--gl-muted);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.gl-addresses__slider-nav button.is-active {
    background: var(--gl-orange);
    color: var(--gl-white);
}

.gl-addresses__all {
    display: none;
}

.gl-addresses__slider-nav button[data-gl-paginated-next] svg {
    transform: scaleX(-1);
}

@media (max-width: 1023px) {
    .gl-addresses {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .gl-addresses__container {
        width: min(100% - 48px, 720px);
    }

    .gl-addresses__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        min-height: 0;
    }

    .gl-addresses__heading h2,
    .gl-addresses__city,
    .gl-addresses__city select {
        width: 100%;
    }

    .gl-addresses__heading h2 {
        font-size: 44px;
        line-height: 48px;
    }

    .gl-addresses__card {
        width: calc((100% - 20px) / 2);
        flex-basis: calc((100% - 20px) / 2);
    }

    .gl-addresses__card h3 {
        width: 100%;
    }

    .gl-addresses__map {
        width: min(100% - 48px, 720px);
        height: 640px;
    }
}

@media (max-width: 700px) and (min-width: 501px) {
    .gl-addresses__card {
        padding: 24px;
    }

    .gl-addresses__route {
        width: 100%;
        min-width: 0;
        gap: 8px;
        padding: 10px 8px;
        font-size: 13px;
    }
}

@media (max-width: 500px) {
    .gl-addresses {
        padding-top: 68px;
        padding-bottom: 0;
    }

    .gl-addresses__container {
        width: calc(100% - 28px);
        padding-bottom: 68px;
        overflow: hidden;
    }

    .gl-addresses__heading {
        gap: 24px;
        padding-bottom: 0;
    }

    .gl-addresses__heading h2 {
        font-size: 34px;
        line-height: 38px;
        letter-spacing: -1px;
    }

    .gl-addresses__city select {
        border-radius: 12px;
        padding: 0 16px;
        font-size: 13px;
    }

    .gl-addresses__city span {
        font-size: 11px;
        line-height: 13px;
    }

    .gl-addresses__city {
        height: 82px;
    }

    .gl-addresses__tabs {
        margin-top: 24px;
    }

    .gl-addresses__tab:nth-child(-n + 2) {
        width: calc((100% - 8px) / 2);
    }

    .gl-addresses__grid {
        overflow: visible;
        gap: 16px;
        margin-top: 24px;
        transform: translateX(calc(var(--gl-page-offset, 0) * -1px));
        transition: transform .45s cubic-bezier(.22, 1, .36, 1);
        touch-action: pan-y;
        will-change: transform;
    }

    .gl-addresses__card {
        flex: 0 0 326px;
        width: 326px;
        min-height: 251px;
        padding: 32px;
        border-radius: 30px;
        scroll-snap-align: start;
    }

    .gl-addresses__slider-nav {
        margin-top: 24px;
    }

    .gl-addresses__slider-nav button {
        background: var(--gl-surface-light);
    }

    .gl-addresses__route {
        width: 220px;
        white-space: nowrap;
    }

    .gl-addresses__all {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        width: 100%;
        height: 60px;
        margin-top: 24px;
        border: 1px solid var(--gl-line);
        border-radius: 999px;
        background: var(--gl-white);
        color: var(--gl-black);
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        text-decoration: none;
    }

    .gl-addresses__all i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 999px;
        background: var(--gl-orange);
    }

    .gl-addresses__all i svg {
        display: block;
        max-width: 14px;
        max-height: 8px;
    }

    .gl-addresses__map {
        width: 100%;
        height: 294px;
    }
}

/* End */
/* /local/templates/goodlombard/components/bitrix/news.list/banner/style.css?17903247317407 */
/* /local/templates/goodlombard/components/goodlombard/include.file/banner_question/style.css?17903247313133 */
/* /local/templates/goodlombard/components/bitrix/news.list/deposit_list/style.css?17903247314772 */
/* /include/index/trust/style.css?17903247313099 */
/* /local/templates/goodlombard/components/bitrix/news.list/calculator/style.css?179032473122695 */
/* /local/templates/goodlombard/components/bitrix/news.list/tariffs/style.css?17903247316310 */
/* /local/templates/goodlombard/components/goodlombard/include.file/outbound_form/style.css?17903247316177 */
/* /local/templates/goodlombard/components/goodlombard/include.file/mobile_app-version-2/style.css?17903247313940 */
/* /local/templates/goodlombard/components/bitrix/news.list/actions/style.css?17903247314987 */
/* /local/templates/goodlombard/components/bitrix/news.list/reviews/style.css?17903247317667 */
/* /local/templates/goodlombard/include/faq/style.css?17903247313523 */
/* /include/index/seo/style.css?17903247311386 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1760947270666 */
/* /local/templates/goodlombard/components/bitrix/news.list/address/style.css?17903247318175 */
