/* ОБЩИЕ СТИЛИ */
#allrecords .header {
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: #1D1D1D;
    align-items: center;
    justify-content: space-between;
    color: #FFFFFF;
    font-family: 'Jura', Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    z-index: 1000;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.5);
}

.header__logo {
    font-size: 22px;
    opacity: 90%;
    margin-left: 30px;
}

#allrecords .header a {
    color: #FFFFFF;
}

#allrecords .button {
    height: 100%;
    min-height: 50px;
    width: 248px;
    display: flex;
    color: #1d1d1d;
    font-size: 20px;
    font-family: 'Jura', Arial, sans-serif;
    line-height: 1;
    font-weight: 700;
    border-width: 2px;
    border-radius: 0px 0px 0px 0px;
    background-color: #f67500;
    background-position: center center;
    border-color: #f67500;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

#allrecords a.header__button {
    width: 260px;
    color: #1d1d1d;
}

#allrecords .button:hover {
    background-color: #1d1d1d;
    color: #f67500;
}

.header__menu {
    display: flex;
    gap: 30px;
}

.header__menu a {
    display: flex;
    align-items: center;
    text-wrap-mode: nowrap;
}


#allrecords .list_item:before {
    content: "";
    display: block;
    width: 46px;
    min-width: 46px;
    height: 46px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px;
}
.programs_wrap_mobile{
    display: none;
}





@media (max-width: 960px) {
    .programs_wrap{
    display: none;
    }
    .programs_wrap_mobile{
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 360px;
        width: 100%;
        align-items: center;
    }
    /*.programs_wrap_mobile .programs_group{*/
    /*    width:100%;*/
    /*}*/
    /*.programs_wrap_mobile .programs_group>.tn-molecule{*/
    /*    display: flex !important;*/
    /*    flex-direction: column !important;*/
    /*    align-items: center !important;*/
    /*    width: 100% !important;*/
    /*}*/
    .programs_title_mobile{
        display:flex;
        justify-content: space-between;
        align-items: center;
    color: #f67500;
    font-size: 25px;
    font-family: 'Jura', Arial, sans-serif;
    line-height: 1;
    font-weight: 700;
    width: 90%;
    padding: 14px 19px;
    }
    .programs_title_mobile:after{
        content: '+';
                font-size: 40px;
    }
    .programs_group_mobile{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    z-index: 999;
    background-color: #282727;
    width: 95%;
    padding-bottom:20px;
    }
    .card_group{
        display:flex;
        flex-direction: column;
        gap: 20px;
    }
    #allrecords .list_item:before {
        width: 34px;
        min-width: 34px;
        height: 34px;
        margin-right: 16px;
        margin-top: 3px;
    }

    .header__menu {
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        scrollbar-width: none;
        gap: 11px;
    }

    .header__menu a {
        border-radius: 25.5px;
        height: 40px;
        padding: 0 20px;
        background-color: #282727;
    }

    .header__menu a:first-child {
        margin-left: 11px;
    }

    .header__menu a:last-child {
        margin-right: 11px;
    }

    .header__logo,
    #allrecords a.header__button {
        display: none;
    }
}

/* ОБЩИЕ СТИЛИ */






/* ПОПАПЫ */


.t868 .t-popup__close.t-popup__block-close {
    display: none;
}

.prog_modal {
    min-height: 90vh;
    height: 100%;
    width: 100%;
    background-color: #000000;
    box-sizing: border-box;
    padding: 67px 81px 60px 68px;
    font-family: 'Jura', Arial, sans-serif;
    color: #DCDBDB;
}

.prog_modal-head {
    display: flex;
    height: 40px;
    justify-content: space-between;
    align-items: center;
}

.prog_modal-head__title {
    font-size: 26px;
    font-weight: 700;
    opacity: 0.9;
}

.prog_modal-body {
    display: flex;
    flex-direction: column;
    margin-top: 55px;
}

.prog_modal-block {
    display: flex;
    gap: 20px;

}

.prog_modal-body.prog_modal-body--main {
    gap: 42px;
}

.prog_modal-bottom {
    box-sizing: border-box;
    padding: 20px 38px 20px 69px;
    background-color: #282727;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 42px;
}

.prog_modal-bottom__row {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #D3D9D7;
    font-weight: 700;
    font-size: 22px;
}

.prog_modal-bottom__price {
    color: #F67500;
    font-size: 36px;
}

.prog_modal-bottom__text {
    margin-top: 10px;
    font-size: 22px;
}

#allrecords .prog_modal-bottom__row>.button {
    margin-left: auto;
    font-size: 18px;
}
.prog_modal-desc{
    opacity: 70%;
}
.prog_modal-desc__row{
    padding-top: 10px;
    display: flex;
}
.prog_modal-desc__row>span{
    width: 45px;
}
.prog_modal-text_orange {
    color: #F67500;
    font-size: 22px;
    margin-bottom: 9px;
}

.prog_modal-block .list_item {
    display: flex;
    align-items: center;
    color: #DCDBDB;
    font-size: 18px;
}

.prog_modal-block-info,
.prog_modal-block-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: fit-content;
}

.prog_modal-block-info {
    gap: 21px;
}

.prog_modal-block-pay,
.prog_modal-block-res {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.prog_modal-block-res__text{
    font-size: 22px;
}
.prog_modal-block-right_wrap{
    position: relative;
    padding: 0 16px 14px 0;
}
.prog_modal-block-right_wrap::before{
    content: '';
    display: block;
    height: 96%;
    width: 83%;
    background-color: #282727;
    position: absolute;
    right: 0;
    bottom: 0;
}
.prog_modal-block-video {
    height: fit-content;
    width: 305px;
    background-color: #2827277a;
    aspect-ratio: 9 / 16;
    position: relative;
}
.prog_modal-block-right_wrap::after{
    content: '';
    display: block;
    height: 33px;
    width: 53%;
    background-color: #F67500;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.prog_modal-body--pay .t-col_12 {
    margin: 0;
}

.prog_modal-body--pay .t-input {
    height: 50px;
    background-color: #C6C5C5;
    font-size: 18px;
    font-weight: 700;
    padding: 0 17px;
    color: #1D1D1D;
}

.prog_modal-body--pay .t-input-title {
    color: #DCDBDB;
    font-size: 18px;
}

.prog_modal-body--pay .t-form__inputsbox {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.prog_modal-body--pay .t-form__submit button[type="submit"] {
    /* margin: 0 auto;*/
}

.prog_modal-body--pay .t-form__errorbox-middle {
    display: none;
}

#allrecords a.prog_modal-body-link {
    color: #F67500;
    font-size: 14px;
    width: fit-content;
    text-decoration: underline;
}

#allrecords a.prog_modal-body-link:hover {
    text-decoration: unset;
}

@media (max-width: 960px) {
    .prog_modal {
        padding: 30px 0;
    }

    .prog_modal-head,
    .prog_modal-body {
        padding: 0 20px;
    }

    .prog_modal-block {
        flex-direction: column;
    }

    .prog_modal-bottom {
        padding: 20px 10px 50px 10px;
        gap: 22px;
    }

    .prog_modal-bottom__row {
        flex-direction: column;
        gap: 5px;
    }

    #allrecords .prog_modal-bottom__row>.button {
        width: 248px;
        margin: 0;
        margin-top: 12px;
    }

    .prog_modal-block-video {
        width: 100%;
        height: unset;
        aspect-ratio: 9 / 16;
    }
}

/* ПОПАПЫ */