@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadProRegular.woff') format('woff'),
    url('../fonts/MyriadProRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: auto;
}

hr {
    margin: 0;
    border: 0;
}

h3 {
    margin: 0;
}

.mt-5 {
    margin-top: 5px;
}

header {
    position: relative;
    z-index: 1;
}

.btn {
    border: none;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
}

.btn_actualize {
    display: inline-block;
    padding: 5px 30px;
}

.btn_blue {
    background-color: #3f93ff;
}

.btn_purple {
    background-color: #6a5ca7;
}

.btn_orange {
    background: linear-gradient(90deg, #f8af26 0%, #f16e31 50%, #f16e31 100%);
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar {
    background: linear-gradient(90deg, #f8af26 0%, #f16e31 50%, #f16e31 100%);
}

.bold_text {
    font-weight: bold;
}

.text_justify {
    text-align: justify;
}

.body_flex_center {
    display: flex;
    align-items: center;
}

.form-signin {
    width: 100%;
    padding: 15px;
}

.auth_form {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px 10px;
}

.form-group {
    text-align: center;
}

.auth_form .auth_logo {
    text-align: center;
    margin-bottom: 40px;
}

.auth_logo img {
    width: 170px;
    height: 45px;
}

.auth_form h3 {
    font-weight: bold;
    color: #000000;
}

.auth_form .item {
    border-radius: 10px;
    border-color: #6a5ca7;
    margin-bottom: 25px;
    padding: 10px 20px;
    font-size: 16px;
    background: linear-gradient(90deg, #dddbf7 0%, #eeedf5 100%);
}

.error_msg {
    background-color: #ff0000;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    color: #ffffff;
    text-align: center;
}

/*

   auth end

 */

.text-center {
    text-align: center;
}

/* new styles */

body {
    font: 15px/1.38 'Montserrat', sans-serif;
    background: linear-gradient(225deg, #d5f7cf 0%, #c4d5f5 33.5%, #e6e7ff 54%, #f7e1d8 70%, #cbf6e9 100%);
    color: #000000;
}

.container {
    margin: 0 auto;
    padding: 5px 10px;
    /*border-radius: 10px;*/
}

main {
    padding-bottom: 100px;
}

.title {
    text-align: center;
    margin: 10px 0;
}

.info_table {
    overflow: hidden;
    width: 100%;
    color: #000000;
    background: #ffffff;
    border-radius: 10px;
    border-collapse: collapse;
    font-size: 14px;
}

.info_table tr td:first-child {
    font-weight: bold;
}

.info_table tr td {
    width: 50%;
}

.info_table tr:nth-child(even) {
    background: linear-gradient(225deg, #d5f7cf 0%, #c4d5f5 33.5%, #e6e7ff 54%, #f7e1d8 70%, #cbf6e9 100%);
}

.info_table tr:last-child {
    border-bottom: 0;
}
.info_table td {
    padding: 5px 10px;
}

.info_table tr td:nth-child(2) {
    font-weight: 500;
    word-break: break-word;
}

.info_table tr td:nth-child(3) {
    font-weight: 700;
}

ul {
    margin: 0;
    padding: 0;
}

.none {
    display: none;
}

/* media */

@media (max-width: 414px) {
    nav .container {
        flex-direction: column;
    }
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width:1320px
    }
}

/* footer */

.footer_hr {
    height: 5px;
    background: linear-gradient(90deg, #f8af26 0%, #f16e31 50%, #f16e31 100%);
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 1;
}

.footer_tabs {
    list-style-type: none;
    text-align: center;
    font-weight: bold;

    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.footer_tabs li {
    cursor: pointer;
    width: 70px;
    height: 70px;
    padding: 5px;
    border-radius: 5px;
}

.footer_tabs li a {
    color: #000000;
    text-decoration: none;
}

.footer_tabs svg {
    width: 38px;
    height: 38px;
}

p {
    margin: 0;
}

.footer_menu_li_active svg path {
    fill: #6a5ca7;
    stroke: #6a5ca7;
}

/* main page */

.main__customer_account {
    padding: 10px;
}

#auth_button {
    padding: 7px 65px;
}

.btn_pay {
    padding: 5px 45px;
    font-weight: bold;
}

.main__customer_account_title {
    font-weight: 900;
    font-size: 25px;
    text-align: center;
    color: #ff682b;
}

.main__customer_account_amount {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    color: #574ca0;
}

.main__amount_shortage {
    color: #e54a4a;
}

.header__remove_scroll {
    margin-top: 0;
}

.bg_slide_ads {
    background-color: #fefefe;
}

.orange {
    color: #f60 !important;
    font-weight: bold;
}

.slide__top {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.slide__top_text {
    color: #020407;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}

.slide__top_sticker {
    width: 100px;
    height: 100px;
}

.slide__bottom {
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    text-align: center;
    gap: 5px;
}

.slide__ads_padding {
    padding: 10px;
}

.slide__bottom > a {
    flex: 1;
}

.slide__bottom_phone {
    padding: 5px 0;
    background-color: #6a5ca7;
    border-radius: 10px;
    font-weight: 900;
    color: #ffffff;
}

.slide__bottom_btn {
    padding: 5px 0;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 900;
}

.main__block_item {
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 10px;
}

.main__block_important_info {
    background-color: #ffffff;
    color: #676767;
    padding: 10px 45px;
    text-align: center;
    height: 100%;
}

.main__block_important_info .info_text {
    color: #020407;
    font-weight: 500;
}

.main__block_important_info .amount {
    color: #ff682b;
    font-weight: 900;
    font-size: 30px;
}

a {
    color: #000;
    text-decoration: none
}

.profile__edit__form label {
    display: inline-block;
    margin-bottom: 5px;
}

.profile__edit__form input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    border: none;
}

.profile__edit__form .form_group {
    margin-bottom: 10px;
}

.profile__edit__form_title {
    text-align: center;
    margin-bottom: 10px;
}

.p_er {
    color: #ffffff;
    background-color: red;
    border-radius: 5px;
    padding: 3px;
    margin-bottom: 5px;
}

.hidden {
    display: none;
}

.red {
    color: #ff0000;
}

.success_message {
    color: #ffffff;
    background-color: #00a700;
    padding: 5px;
}

.success_message img {
    vertical-align: bottom;
}

.br_10 {
    border-radius: 10px;
}

.pay_sys_list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    max-height: 60vh;
    overflow: auto;
}

.pay_sys_list li {
    width: 50%;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    height: 100px;
    padding: 5px;
}

.pay_sys_list .pay_sys_logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pay_sys_list .wrap_logo {
    height: 60%;
}

.pay_sys_list .ps_title {
    font-size: 13px;
    text-align: center;
}

.modal_payment {
    text-align: center;
}

.modal_payment .payment_modal__deposit_sum {
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 16px;
}

.payment_modal__deposit_info {
    margin-bottom: 5px;
}

.modal_payment p {
    font-size: 17px;
}

.menu__item_list {
    margin-top: 10px;
    columns: 2;
}

.menu__item_list li {
    background-color: #ffffff;
    border-radius: 12px;
    margin-bottom: 5px;
    list-style-type: none;
    border: 1px solid #ccc;
}

.menu__item_list li a {
    display: flex;
    align-items: center;
    padding: 15px;
}

.menu__item_list li img.item_icon {
    margin-right: 5px;
    width: 32px;
    height: 32px;
}

.menu__item_list li span {
    font-size: 13px;
    color: #050b0d;
    font-weight: 600;
}

.menu__next_icon {
    margin-left: auto;
    width: 26px;
    height: 26px;
}

.postponement__p {
    text-align: justify;
}

.modal_error_text {
    background-color: #ff0000;
    text-align: justify;
    padding: 5px;
    border-radius: 5px;
    color: #ffffff;
}

.btn_postponement {
    width: 50%;
}

.finance_history__month_list li {
    list-style-type: none;
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 10px;
    border: 1px solid #ccc;
}

.finance_history__details {
    display: none;
    margin-top: 10px;
}

.finance_history__expanded .finance_history__details {
    display: block;
}

.finance_history__details_item {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.finance_history__details_item_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.finance_history__details_item_top small {
    color: #676767;
}

.finance_history__details_item_top span {
    padding: 3px;
    border-radius: 5px;
    font-weight: bold;
}

.finance_history__details_item_top .minus {
    background-color: #ff00001a;
    color: #ff0000;
}

.finance_history__details_item_top .plus {
    background-color: #5ebea11a;
    color: #008000;
}

.finance_history__details_item .dsc {
    text-align: justify;
}

.year_list {
    margin-bottom: 10px;
}

.year_list li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 3px;
    border-radius: 5px;
    background-color: #f0f0f0;
    margin: 2px 1px;
}

.year_list .active {
    background-color: #ccc;
    border: 1px solid #000000;
}

.finance_history__tab_content {
    display: none;
}

.finance_history__tab_content_active {
    display: block;
}

.warn_msg {
    background-color: #f7da78;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    text-align: center;
    border: 1px solid #000000;
}

.notification > li {
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 5px;
    list-style-type: none;
    border: 1px solid #ccc;
    padding: 10px;
}

.notification .notification__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.notification .notification__top > small {
    color:  #676767;
}

.notification .notification__top img {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.notification .text_value {
    text-align: justify;
}

.btn_disabled {
    background-color: #ccc;
}

.modal_agreement p {
    text-align: justify;
}

.agreement__buttons {
    display: flex;
    margin-top: 10px;
}

.agreement__buttons button {
    flex-basis: 50%;
}

.nearest_office__office_list {
    list-style-type: none;
    font-family: 'Myriad Pro', sans-serif;
}

.nearest_office__office_list li {
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 5px;
    list-style-type: none;
    border: 1px solid #ccc;
    padding: 5px;
    display: flex;
    align-items: center;
}

.nearest_office__office_list li .icon {
    width: 62px;
    height: 62px;
    margin: 0 20px;
}

.nearest_office__office_list li.active {
    border: 2px solid #6a5ca7;
}

.nearest_office__office_list li .info_text {
    margin-left: 10px;
}

.nearest_office__office_list .left_bold {
    font-weight: bold;
    margin-right: 10px;
}

.nearest_office__office_list span.toggle {
    color: #ffffff;
    background: linear-gradient(90deg, #f8af26 0%, #f16e31 50%, #f16e31 100%);
    border-radius: 3px;
    padding: 0 3px;
    display: inline-block;
}

#nearestOfficeDescription .description {
    text-align: justify;
}

#nearestOfficeDescription ul {
    padding-left: 15px;
    margin-bottom: 10px;
}

.w100 {
    width: 100%;
}

.faq__items li {
    list-style-type: none;
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 10px;
    border: 1px solid #ccc;
}

.faq__btn {
    width: 100%;
}

.faq__btn_more {
    margin: 5px 0;
}

.faq__btn_collapse {
    margin: 5px 0;
}

.faq__items .content {
    max-height: 0;
    overflow: hidden;
}

.faq__items .item.open > .content {
    max-height: max-content;
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: justify;
}

.faq__title {
    font-weight: bold;
}

.faq__details {
    display: none;
    margin-top: 10px;
}

.faq__link {
    color: #0000FF;
}

.header_logo_hm_new {
    width: 100px;
    height: 50px;
}

.header_logo {
    width: 32px;
    height: 32px;
}

.header_text {
    color: #ffffff;
    font-weight: bold;
}

.header__hr {
    height: 5px;
    background: #ffffff;
}

.slide__top_title {
    font-weight: 900;
    font-size: 23px;
    text-align: center;
}

.slide__top_hm {
    color: #ff682b;
    text-align: center;
    font-weight: 700;
}

.footer__sticker {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 95px;
}

.footer__sticker_service {
    right: 10px;
}

.footer__sticker_profile {
    right: 90px;
    width: 140px;
}

.footer__sticker_menu {
    width: 160px;
    height: 160px;
    left: calc(50% + -60px); /* crutch */
}

.footer__sticker_nearest_office {
    width: 140px;
    left: calc(50% + -60px);
}

.main_additional_padding {
    padding-bottom: 220px;
}

.main_additional_padding_menu {
    padding-bottom: 260px;
}

.btn_reset_session {
    width: 100%;
    margin-top: 10px;
}

.table__service_top {}

.service__title {
    margin: 20px 0 10px 0;
}

.table__service_top tr:first-child td {
    color: #ffffff;
    font-weight: 700;
}

.fw_700 {
    font-weight: 700;
}

.fw_500 {
    font-weight: 500;
}

.info_table tr:first-child {
    background: linear-gradient(90deg, #f8af26 0%, #f16e31 50%, #f16e31 100%);
}

.table__profile tr:last-child {
    background: linear-gradient(90deg, #f8af26 0%, #f16e31 50%, #f16e31 100%);
}

.mb-10 {
    margin-bottom: 10px;
}

@media (max-width: 414px) {
    .change_tariff__typer_zone {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 425px) {
    .menu__item_list {
        columns: 1;
    }
}

.support_modal {
    background: #fff;
    border-radius: 10px;
}

.support_item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    gap: 25px;
    padding: 5px 0;
}

.support_item.alt {
    background: linear-gradient(90deg, #a9a4d0 0%, #eeedf5 100%);
}

.support_header, .support_close {
    background: linear-gradient(90deg, #f8af26 0%, #f16e31 50%, #f16e31 100%);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-weight: 600;
}

.support_body {
    display: flex;
    flex-direction: column;
}

.support_header {
    border-radius: 10px 10px 0 0;
}

.support_close {
    border-radius: 0 0 10px 10px;
}

.support_icon {
    width: 32px;
    height: 32px;
}

#support_sticker {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 95px;
    left: calc(50% + -60px);
}

.support_left_column {
    flex: 0 0 50%;
    text-align: right;
}

.support_right_column {
    flex: 0 0 50%;
    text-align: left;
}

@media (max-width: 576px) {
    .support_item {
        flex-direction: column;
        gap: unset;
    }
}

.postponement__sticker {
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.postponement__block {
    position: relative;
    margin-top: 170px;
    padding: 10px;
}

.btn_change_tariff {
    width: 100%;
    margin: 10px 0 30px;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(128, 128, 128, 0.6);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.service_profile__tb_button {
    border-radius: 7px;
    color: #ffffff;
    background: linear-gradient(90deg, #f8af26 0%, #f16e31 50%, #f16e31 100%);
    padding: 5px 7px;
    cursor: pointer;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    border: none;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
}

.service__tb_tariff_change {
    text-align: center;
}

.service__tb_tariff_change > a {
    color: #ffffff;
    text-align: center;
}

.ads_input_field {
    border-radius: 5px;
    border: 2px solid #f8af26;
}

.ads_input_field:focus {
    outline: none;
}

.previous_link {
    display: flex;
    align-items: center;
    padding: 5px;
}

.previous_link .previous_icon {
    margin-right: 5px;
    width: 26px;
    height: 26px;
}

.previous_link .previous_text {
    font-size: 18px;
}

.feedback_message_field {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
}

.btn_feedback {
    width: 100%;
    margin-top: 10px;
}

.feedback_field_border {
    border-radius: 5px;
    border: 2px solid #f8af26;
}

.rating_stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 4px;
}

.rating_stars input {
    display: none;
}

.rating_stars label {
    width: 32px;
    height: 32px;
    background-image: url('../images/icons/feedback_star_gray.png');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.rating_stars label:hover,
.rating_stars label:hover ~ label,
.rating_stars input:checked ~ label {
    background-image: url('../images/icons/feedback_star_orange.png');
}