

/* Start:/bitrix/templates/main/css/ogpo-to-lk.css?17737418233455*/
.ogpo-container {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0.5rem;
}
.pass-folder {
    height: 7.5rem;
    width: 7.5rem;
    margin-bottom: 1.25rem;
}
.card {
    background-color: #fff;
    text-align: left;
}
.card h1 {
    font-size: 18px;
    color: #333;
    margin-bottom: 0.25rem;
}
.card p {
    font-size: 12px;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.5;
}
.card a {
    color: #EF7F22;
    text-decoration: none;
    font-weight: bold;
}
.card a:hover {
    text-decoration: underline;
}
/* Warning box */
.warning-box {
    background-color: #FFF7F1;
    padding: 10px;
    margin-bottom: 1rem;
    color: #856404;
    border-radius: 7px;
    margin-top: 1rem;
    align-items: center;
    display: flex;
}
.warning-box .note-icon {
    flex: 1;
    text-align: center;
}
.warning-box .note-text {
    flex: 7;
}
.warning-box .note-text .title {
    margin-bottom: 0.75rem;
    color: #EF7F22
}
.warning-box p {
    margin: 0;
}
/* Button styling */
.button-group {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    margin-top: 1.5rem;
}
.button {
    padding: 10px 15px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    border-radius: 1rem;
}
.button.primary {
    background-color: #EF7F22;
    color: #fff;
    order: 1;
}
.button.primary:hover {
    background-color: #e65a00;
    text-decoration: none;
}
.button.secondary {
    background-color: #f0f0f0;
    color: #333;
    order: 2;
}
.button.secondary:hover {
    background-color: #e0e0e0;
    text-decoration: none;
}
/* link section styling */
.link-section {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}
.link-section p {
    font-size: 14px;
}
.link-section .qr {
    display: none;
}
.link-section .badges {
    display: flex;
    gap: 0.6rem;
    margin-top: 0.5rem;
}
.link-section .badges {
    flex: 1;
}
.link-section .badges .appstore img {
    width: 9.5rem;
}
.link-section .badges .googleplay img {
    width: 11rem;
}
@media (min-width: 1024px) {
    .ogpo-container {
        flex-direction: row;
        gap: 7.5rem;
    }
    .pass-folder {
        height: 16rem;
        width: 16rem;
        margin-top: 3.5rem;
    }
    .card h1 {
        font-size: 19px;
        margin-bottom: 1rem;
    }
    .card p {
        font-size: 13px;
        line-height: 1.5;
    }
    .warning-box {
        margin-top: 2rem;
        margin-bottom: 2rem;
        max-width: 35rem;
    }
    .warning-box .note-icon {
        width: 2rem;
    }
    .warning-box .note-text {
        flex: 10;
    }
    .warning-box .note-text .title {
        margin-bottom: 0;
    }
    .link-section {
        padding: 1rem;
        border-radius: 5px;
        border: 1px solid #6B788E33;
    }
    .link-section .qr {
        display: block;
        width: 6.5rem;
    }
    .app-links {
        margin-left: 1rem;
    }
    .app-links p {
        font-size: 14px;
    }
    .link-section .badges .appstore img {
        width: 9rem;
    }
    .link-section .badges .googleplay img {
        width: 10rem;
    }
    .button-group {
        flex-direction: row;
        width: 35rem;
        margin-top: 2.5rem;
    }
    .button {
        min-width: 17rem;
    }
    .button.primary {
        order: 2;
    }
    .button.secondary {
        order: 1;
    }
}
/* End */
/* /bitrix/templates/main/css/ogpo-to-lk.css?17737418233455 */
