/* Общие стили перенесены в og-base.css */

.billet {
    margin-top: 20px;
    background: #0fa6ab
}

.billet header {
    padding: 21px 0 28px
}

.billet header div {
    align-items: center;
    position: relative
}

.billet img {
    position: absolute;
    width: 130px;
    max-height: 130px;
    right: 0
}

.billet p {
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    margin: 0
}

.div.cntl {
    background: 0 0
}

.og_container_question section {
    width: 100%
}

.og_container_answer .support_btn {
    width: fit-content;
    box-shadow: 2px 2px 17px 3px rgba(15, 166, 171, .4)
}

.og_container_question header {
    margin: 30px 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px
}

.og_container_question header div {
    width: 100%;
    position: relative
}

.og_container_question header img {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-50px, -32%);
    min-width: 130px;
    min-height: 130px
}

.og_container_question header h2 {
    font-family: 'Inter','Helvetica Neue',Arial,sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
    text-align: center
}

.og_container_answer {
    padding: 80px 16px 20px;
    background: url(/assets/img/faq/bg.svg) 0 0/cover no-repeat
}

.og_container_answer .answer {
    height: auto;
    transition: .5s;
    padding: 24px 32px;
    border: 3px;
    border-radius: 16px;
    cursor: pointer;
    background: #fff
}

.og_container_answer .answer:not(:last-child) {
    margin-bottom: 10px
}

.og_container_answer .answer:last-child,
.og_container_answer .support {
    margin-bottom: 48px
}

.og_container_answer .answer_header span {
    font-family: 'Inter','Helvetica Neue',Arial,sans-serif;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px;
    font-size: 24px
}

.og_container_answer .answer_header svg {
    width: 36px;
    height: 20px;
    min-width: 36px;
    min-height: 20px;
    margin-left: 10px;
    transition: .3s;
    transform: rotate(180deg)
}

.og_container_answer .answer_content {
    display: none;
    margin-top: 25px
}

.og_container_answer .support_btn {
    display: block;
    background-color: #0fa6ab;
    color: #fff;
    border-radius: 8px;
    padding: 16px 24px;
    margin-top: 24px
}

.og_container_answer .support_btn:hover {
    text-decoration: none;
    color: #fff
}

.og_container_answer .register {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
    flex-wrap: wrap
}

p.ji {
    font-size: 16px
}

.og_container_answer .register .left,
.og_container_answer .register .right {
    width: 45%
}

.og_container_answer .register .left,
.og_container_answer .register_form div {
    display: flex;
    flex-flow: column
}

.og_container_answer .register_form {
    max-width: 460px;
    background-image: url(/assets/img/faq/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 36px;
    border-radius: 20px
}

.og_container_answer .register_form span {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    display: block;
    margin-bottom: 16px
}

.og_container_answer .register_form .popup-enter__or {
    flex-flow: nowrap;
    margin-bottom: 10px
}

.og_container_answer .register_form .popup-enter__or div {
    margin: 0 !important;
    color: rgba(255, 255, 255, .64) !important
}

.og_container_answer .register_form .popup-enter__icons div {
    margin: 0 !important
}

.og_container_answer .register_form .popup-enter__icons div svg {
    margin: 0 auto !important
}

.og_container_answer .register_form div:first-child label,
.og_container_answer .register_form div:nth-child(2) label {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 500
}

.og_container_answer .register_form div:first-child {
    margin-bottom: 16px
}

.og_container_answer .register_form div:nth-child(2) {
    margin-bottom: 20px
}

.og_container_answer .register_form div:nth-child(3) {
    flex-direction: row;
    align-items: baseline
}

.og_container_answer .register_form div:nth-child(3) input {
    margin-right: 16px;
    position: absolute;
    z-index: -1;
    opacity: 0
}

.og_container_answer .answer.active .answer_header svg {
    width: 36px;
    height: 20px;
}

.og_container_answer .register_form div:nth-child(3) input:checked+label::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.og_container_answer .register_form div:nth-child(3) label {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    display: inline-flex;
    user-select: none
}

.og_container_answer .register_form div:nth-child(3) label::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, .3);
    border-radius: .25em;
    margin-right: .5em;
    margin-top: 2px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.og_container_answer .register_form div label {
    color: #fff
}

.og_container_answer .register_form div input {
    border-radius: 10px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, .3);
    padding: 10px;
    outline: 0;
    color: #fff
}

.og_container_answer .register_form button {
    color: #0fa6ab;
    padding: 16px 32px;
    background-color: #fff;
    border-radius: 10px;
    margin: 20px auto 16px;
    border: none;
    display: block
}

.og_container_answer .register_form div input:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px
}

.og_container_answer .register_form div:nth-child(3) input:focus-visible+label::before {
    outline: 2px solid #fff;
    outline-offset: 2px
}

.og_container_answer .register_form button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px
}

.og_container_answer .register_form p,
.og_container_answer .register_form p a {
    margin: 0 auto;
    text-align: center;
    color: #fff
}

.og_container_answer .register_form p a {
    text-decoration: underline
}

/* a.og_btn стили перенесены в og-base.css */

@media (max-width:1180px) {
    .og_container_answer .register {
        gap: 10px
    }

    .og_container_answer .register .left,
    .og_container_answer .register .right {
        width: 48%
    }
}

@media (max-width:1024px) {
    .og_menu ul {
        column-gap: 10px;
        row-gap: 10px;
        margin: 10px auto 5vh;
        padding: 0
    }

    .og_head {
        height: 80px
    }

    .og_head p {
        font-size: 38px
    }

    .og_container_answer .register .left {
        width: 100%
    }

    .og_container_answer .register .right {
        width: fit-content;
        margin: 50px auto 0
    }

    .og_container_answer .answer_header svg {
        min-width: 23px;
        max-width: 23px;
        margin-left: 15px
    }
}

@media (max-width:768px) {
    html body .og_head {
        height: 80px;
        background-image: url(/assets/img/faq/bg_mobile.png)
    }

    html body .og_head p {
        font-size: 22px !important;
        line-height: 40px
    }

    .og_wrapper {
        padding: 0 20px;
        width: 100%;
        word-break: break-word;
        hyphens: auto
    }

    ul.og_wrapper {
        padding: 0 30px
    }

    .og_container_question section>ul {
        padding-right: 20px;
        margin-left: 20px
    }

    .og_container_question section>ul * {
        font-size: 16px !important;
        text-align: left
    }

    .og_menu a {
        font-size: 13px;
        line-height: 1.4;
        padding: 8px 12px;
        letter-spacing: 0.3px;
        text-align: center;
        display: block
    }
}

@media (max-width:500px) {
    .og_container_answer .answer {
        padding: 12px 16px
    }

    header.og_wrapper ul {
        padding: 0 !important
    }

    body .og_head p {
        font-size: 24px !important
    }

    .support_btn {
        margin: 24px auto 0 !important
    }

    .og_container_question header h2 {
        font-size: 24px;
        line-height: 32px
    }

    .og_container_question header img {
        right: -5px !important;
        transform: translateY(-22%);
        min-width: 80px;
        min-height: 80px
    }

    .og_container_answer .og_wrapper {
        padding: 0
    }

    .og_container_answer {
        padding: 80px 16px 0
    }

    .og_container_answer p,
    .og_container_answer ul li {
        font-size: 14px
    }

    .og_container_answer .answer_header span {
        line-height: 20px;
        font-size: 16px
    }

    #bodyobj>div.main-site-wrapper>div.cnt-wrapper>div>main>div>div.cntl>main>div.og_container_question>section>ul {
        width: calc(100% - 32px);
        padding: 0 0 0 15px
    }
}

@media (max-width:360px) {
    .og_menu ul {
        column-gap: 8px;
        row-gap: 8px;
        margin: 10px auto 20px
    }

    .og_menu a {
        font-size: 12px;
        line-height: 1.4;
        padding: 8px 10px;
        letter-spacing: 0.2px;
        border-radius: 8px
    }
}
/* Дубли .cta-button и .back-to-top-btn удалены - стили в og-base.css */
.menu_column {
    display: inline-grid;
    padding: inherit;
}
.og_menu_book h3{color:#0fa6ab}