body {
    font-family: "Inter", sans-serif;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.btn-primary{
    background-color: #2E89E6;
    background-color: #2E89E6;
}

.btn-dark{
    background-color: #292C33;
    background-color: #292C33;
}

.my__data {
    padding-top: 41px;
    padding-bottom: 80px;
}

.my__data .container {
    max-width: 1100px;
}

.my__data h1 {
    color: #2B2F33;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 26px;
    margin-bottom: 9px;
}

.my__data h3 {
    color: #2B2F33;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.46px;
    line-height: 18px;
    margin-bottom: 15px;
}


.my__data p {
    color: #8A9199;
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 18px;
    margin-bottom: 40px;
}

.my__data label {
    color: #6D7379;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 18px;
    margin-bottom: 5px;
}

.my__data input {
    padding: 13px 20px;
    height: 100%;
    display: block;
    box-sizing: border-box;
    border: 1px solid #DCE1E6;
    border-radius: 6px;
    background-color: #FFFFFF;
    color: #2B2F33;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.4px;
    line-height: 18px;
    width: 100%;
}

.my__data-change-psw {
    color: #246AB3;
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 18px;
    display: block;
    position: relative;
    padding-left: 25px;
    margin-top: 31px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.my__data-change-psw::before {
    content: '';
    background-image: url("../img/ic-change-pass.svg");
    background-repeat: no-repeat;
    position: absolute;
    height: 16px;
    width: 14px;
    left: 0;
}

.m-40 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.my__data-soc-base {
    box-sizing: border-box;
    border: 1px solid #DCE1E6;
    border-radius: 6px;
    background-color: #FFFFFF;
    display: flex;
    padding: 12px 20px;
    color: #6D7379;
    font-size: 13px;
    letter-spacing: -0.4px;
    line-height: 18px;
    margin-right: 14px;
}

.my__data-soc-base strong {
    color: #2B2F33;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 18px;
}

.my__data-soc-base img {
    margin-right: 10px;
}

.my__data .btn-primary {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 18px;
    padding: 12px 20px;
}

.my__data-soc-wrapper {
    display: flex;
}

@media screen and (max-width: 991px) {
    .my__data-soc-wrapper {
        flex-direction: column;
    }

    .my__data-soc-base {
        margin-bottom: 10px;
    }
}

.my__invoices {
    padding-top: 40px;
    padding-bottom: 80px;
}

.my__invoices .container {
    max-width: 1100px;
}

.my__invoices h1 {
    color: #2B2F33;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 26px;
    margin-bottom: 9px;
}

.my__invoices h3 {
    color: #2B2F33;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.46px;
    line-height: 18px;
    margin-bottom: 15px;
}


.my__invoices p {
    color: #8A9199;
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 18px;
    margin-bottom: 30px;
}

.my__invoices-pagination {
    display: flex;
    color: #6D7379;
    font-size: 12px;
    letter-spacing: -0.4px;
    line-height: 16px;

}

.my__invoices-pagination strong {
    color: #292C33;
}

.my__invoices-pagination .my__invoices-pagination-base {
    box-sizing: border-box;
    height: 33px;
    width: 33px;
    border: 1px solid #DCE1E6;
    border-radius: 6px;
    background-color: #FFFFFF;
    display: flex;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
}

.my__invoices-pagination .my__invoices-pagination-base:last-child {
    margin-right: 0;
}

.my__invoices select {
    color: #2B2F33;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.4px;
    line-height: 18px;
    box-sizing: border-box;
    border: 1px solid #DCE1E6;
    border-radius: 6px;
    background-color: #FFFFFF;
    padding: 7px 47px 6px 12px;
    margin-right: 38px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../img/down-arrow.svg");
    background-size: 14px 8px;
    background-repeat: no-repeat;
    background-position-x: 92%;
    background-position-y: 50%;

}

.my__invoices-pagination-text {
    margin-right: 20px;
}

.my__invoices-table-title-row {
    color: #6D7379;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 18px;
    height: 40px;
    border-radius: 4px;
    background-color: #E6EAEF;
    align-items: center;
}

.my__invoices-table-content-row {
    color: #2B2F33;
    font-size: 13px;
    letter-spacing: -0.4px;
    line-height: 18px;
    padding-top: 22px;
    padding-bottom: 21px;
}

.my__invoices-table-content-row-download {
    position: relative;
    padding-left: 25px;
}

.my__invoices-table-content-row-download-mobile {
    height: 43px;
    width: 43px;
    border-radius: 6px;
    background-color: #E6EAEF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.my__invoices-table-content-row-download::before {
    content: '';
    background-image: url("../img/ic-report-download.svg");
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    left: 0;
    position: absolute;
}

.my__invoices-table-content-row-unpaid {
    color: #C2274E;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.4px;
    line-height: 18px;
    position: relative;
    padding-left: 17px;

}

.my__invoices-table-content-row-unpaid::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #C2274E;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.my__invoices-table-content-row-paid {
    position: relative;
    padding-left: 17px;
}

.my__invoices-table-content-row-paid::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00A637;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.my__invoices-table-title-row-first-col {
    max-width: 5.1%;
    padding-left: 20px;
}

.my__invoices-table-title-row-second-col {
    max-width: 11.2%;
}

.my__invoices-table-title-row-third-col {
    max-width: 9.4%;
    flex: 0 0 9.4%;
}

.my__invoices-table-title-row-fourth-col {
    max-width: 17.66%;
    flex: 0 0 17.66%;
}

.my__invoices-table-title-row-fifth-col {
    max-width: 9.33%;
    flex: 0 0 9.33%;
}

.my__invoices-table-title-row-sixth-col {
    max-width: 9.33%;
    flex: 0 0 9.33%;
}

.my__invoices-table-title-row-seventh-col {
    max-width: 11.33%;
    flex: 0 0 11.33%;
}

.my__invoices-table-title-row-eight-col {
    max-width: 14.66%;
    flex: 0 0 14.66%;
}

.my__invoices-filter {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 9px;
}

.my__invoices .my__invoices-table-title-container {
    max-width: 1070px;
}

.my__invoices-bottom-pagination {
    padding-top: 30px;
}

.my__invoices-bottom-pagination-col {
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 991px) {
    .my__invoices-filter {
        justify-content: center;
    }

    .my__invoices p {
        margin-bottom: 20px;
    }

    .my__invoices-filter-select {
        width: 100%;
        margin-bottom: 30px;
    }

    .my__invoices select {
        width: 100%;
    }

    .my__invoices-table-title-row-second-col,
    .my__invoices-table-title-row-third-col,
    .my__invoices-table-title-row-fourth-col,
    .my__invoices-table-title-row-fifth-col,
    .my__invoices-table-title-row-sixth-col {
        display: none;
    }

    .my__invoices-table-title-row-first-col {
        max-width: 13%;
    }

    .my__invoices-table-title-row-seventh-col {
        max-width: 27.33%;
        flex: 0 0 27.33%;
    }

    .my__invoices-table-title-row-eight-col {
        max-width: 32.66%;
        flex: 0 0 32.66%;
    }

    .my__invoices-table-title-row-ninth-col {
        max-width: 26.33%;
        flex: 0 0 26.33%;
        display: flex;
        justify-content: flex-end;
    }

    .my__invoices-table-content-row {
        padding-top: 7px;
        padding-bottom: 7px;
        align-items: center;
    }

    .my__invoices-pagination {
        flex-direction: column;
        width: 100%;
    }

    .my__invoices-pagination .d-flex {
        width: 100%;
    }

    .my__invoices-bottom-pagination-col {
        justify-content: center;
    }

    .my__invoices-pagination-text {
        display: flex;
        margin-bottom: 20px;
    }

    .my__invoices-pagination-text span,
    .my__invoices-pagination-text strong {
        margin-right: 5px;
    }

    .my__invoices-pagination .my__invoices-pagination-base {
        width: 100%;
    }

    .my__invoices-bottom-pagination {
        padding-top: 20px;
    }

    .mobile-none{
        display: none;
    }
}

.my__users {
    color: #6D7379;
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 18px;
}

.my__users p {
    margin-bottom: 33px;
}

.my__users-content-row {
    color: #6D7379;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 18px;
    padding-top: 15px;
    align-items: center;
    padding-bottom: 15px;
}

.my__users-content-row.mobile .my__users-content-name {
    margin-left: 0;
    margin-right: 10px;
}

.my__users-content-profile {
    margin-right: 15px;
}

.my__users-content-row strong {
    color: #2B2F33;
    font-weight: 600;
}

.my__users-content-row .col {
    text-align: end;
    padding-right: 0;
}

.my__users-content-name {
    display: flex;
    align-items: center;
    margin-left: -20px;
}

.my__users-content-name img {
    margin-right: 15px;
}

.my__users-content-email {
    font-weight: normal;
}

.my__users-content-user {
    font-weight: normal;
}

.my__users-content-status span {
    position: relative;
    padding-left: 18px;
}

.my__users-content-status span::before {
    content: '';
    height: 8px;
    width: 8px;
    opacity: 0.5;
    background-color: #A1A9B3;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.my__users-content-row.active .my__users-content-name {
    color: #2B2F33;
    font-weight: 600;
}

.my__users-content-row.active .my__users-content-email {
    color: #2B2F33;
}

.my__users-content-row.active .my__users-content-status span::before {
    background-color: #00A637;
    opacity: 1;
}

.my__users-content-row.not-registered .my__users-content-status span {
    color: #EFA251;
}

.my__users-content-row.not-registered .my__users-content-status span::before {
    background-color: #EFA251;
    opacity: 1;
}

.my__users .btn-dark {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 18px;
    padding: 12px 18px;
}

.my__users-bottom-col-text {
    display: flex;
    align-items: center;
}

.my__users-bottom-col-text img {
    margin-right: 15px;
    width: 26px;
    height: 26px;
}

.my__users-bottom-col-text span {
    color: #292C33;
    font-weight: 600;
}

.my__users-bottom-row {
    padding: 19px 20px 18px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #DCE1E6;
    border-radius: 6px;
    background-color: #FFFFFF;
    margin-top: 30px;
}

.my__users-bottom-col {
    display: flex;
    justify-content: flex-end;
}

.my__users-first-col {
    padding-left: 20px;
}

.my__users-second-col {
    padding-left: 63px;
}

.my__users-third-col {
    padding-left: 36px;
}

.my__users-dropdown-btn {
    position: relative;
}

.my__users-dropdown {
    height: 122px;
    width: 160px;
    border-radius: 0 0 6px 6px;
    background-color: #FFFFFF;
    box-shadow: 0 15px 30px 0 rgba(51, 68, 102, 0.2);
    padding: 20px;
    border-top: 2px solid #2A2F33;
    position: absolute;
    right: -15px;
    top: 50px;
    z-index: 2;
    display: none;
}

.my__users-dropdown-img-close {
    display: none;
}

.my__users-dropdown::before {
    content: '';
    position: absolute;
    border-bottom: 5px solid #2A2F33;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: -7px;
    right: 20px;

}

.my__users-dropdown-item {
    color: #292C33;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 16px;
    display: block;
    text-align: start;
    position: relative;
    padding-left: 25px;
    margin-bottom: 16px;
}

.my__users-dropdown-item::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../img/ic-deactivate.svg");
    background-repeat: no-repeat;
}

.my__users-dropdown-item-edit {
    color: #292C33;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 16px;
    display: block;
    text-align: start;
    position: relative;
    padding-left: 25px;
    margin-bottom: 16px;
}

.my__users-dropdown-item-edit::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../img/ic-edit-user.svg");
    background-repeat: no-repeat;
}

.my__users-dropdown-item-delete {
    color: #292C33;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 16px;
    display: block;
    text-align: start;
    position: relative;
    padding-left: 25px;
    margin-bottom: 16px;
}

.my__users-dropdown-item-delete::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../img/ic-delete-user.svg");
    background-repeat: no-repeat;
}

.my__users-dropdown-btn-mobile {
    height: 43px;
    width: 43px;
    border-radius: 6px;
    background-color: #E6EAEF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my__users-mobile-menu .header__dropdown-open {
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.my__users-mobile-menu .header__dropdown-open-data {
    margin-bottom: 10px;
}

.my__users-content-wrapper {
    display: flex;
    justify-content: space-between;
}

.my__users-mobile-menu-cancel-wrapper {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.my__users-mobile-menu-cancel-btn {
    color: #246AB3;
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 18px;
    display: flex;
}

.my__users-mobile-menu-cancel-btn img {
    margin-right: 10px;
}

.header__dropdown-open-middle-wrapper {
    padding-left: 12px;
    padding-right: 12px;
}

@media screen and (max-width: 991px) {
    .my__users-bottom-col .btn-dark {
        width: 100%;
        margin-top: 15px;
    }

    .my__users-bottom-col-text {
        flex-direction: column;
    }

    .my__users-bottom-col-text img {
        margin-bottom: 20px;
    }

    .my__users-bottom-row {
        margin-left: 0;
        margin-right: 0;
    }
}

.my__filters {
    padding-top: 80px;
    padding-bottom: 80px;
}

.my__filters .container {
    max-width: 1330px;
}

.my__filters h1 {
    color: #2B2F33;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 26px;
}

.my__filters p {
    color: #8A9199;
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 18px;
    margin-bottom: 30px;
}

.my__filters-side-col {
    padding-right: 75px;
}

.my__filters-main-col {
    padding-right: 21px;
}

.my__filters-menu-item {
    border-radius: 6px;
    background-color: #EFF2F4;
    display: block;
    padding: 12px 22px;
    color: #6D7379;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.4px;
    line-height: 17px;
    margin-bottom: 5px;
}

.my__filters-menu-item.active {
    background-color: #3D89E5;
    color: #FFFFFF;
    position: relative;
}

.my__filters-menu-item.active::after {
    position: absolute;
    content: '';
    border-left: 5px solid #3D89E5;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);

}

.my__filters-item {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #E1E6EB;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 0 0 rgba(38, 57, 77, 0.02);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #2B2F33;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.4px;
    line-height: 18px;
    padding: 16px 20px;
    margin-bottom: 8px;

}

.my__filters-content {
    display: flex;
    padding: 10px 30px 10px 30px;
}

.my__filters-content img {
    height: 120px;
    width: 170px;
    object-fit: cover;
    margin-right: 30px;

}

.my__filters-content h3 {
    color: #2B2F33;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.46px;
    line-height: 18px;
    margin-bottom: 9px;
}

.my__filters-content p, .my__filters-content ul, .my__filters-content ol {
    color: #6D7379;
    font-size: 13px;
    letter-spacing: -0.4px;
    line-height: 18px;
    margin-bottom: 0;
}

.my__filters-content ul, .my__filters-content ol {
    margin-top: 5px;
    margin-bottom: 5px;
}

.my__filters-content-wrapper {
    box-sizing: border-box;
    border: 1px solid #E1E6EB;
    border-radius: 0 0 6px 6px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 0 0 rgba(38, 57, 77, 0.02);
    margin-bottom: 30px;
    padding-top: 19px;
    padding-bottom: 19px;
    display: none;
}

.my__filters-item.open {
    background-color: #E1E6EB;
    color: #2B2F33;
    font-weight: 600;
    margin-bottom: 0;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
}

.my__filters-item.open img {
    transform: rotate(180deg);
}

.my__filters-side-col-select {
    overflow: hidden;
}

.my__filters-side-col-select select {
    border-radius: 6px;
    background-color: #3D89E5;
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 16px;
    padding: 17px 20px;
    width: 100%;
    margin-bottom: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../img/ic-arrow-dropdown.svg");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 50%;
    border: 1px solid #dfdfdf;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
}

.my__filters-side-col-select select:focus {
    outline: none;
}

@media screen and (max-width: 991px) {
    .my__filters {
        padding-top: 12px;
        padding-bottom: 50px;
    }

    .my__filters-content img {
        display: none;
    }

    .my__filters-content {
        padding: 10px 20px 20px 20px;
    }

    .my__filters-side-col {
        padding-right: 12px;
        padding-left: 12px;
    }

    .my__filters-main-col {
        padding-right: 12px;
        padding-left: 12px;
    }

    .my__filters-main-col h1 {
        display: none;
    }

    .my__filters-main-col p {
        margin-bottom: 20px;
    }
}


.header {
    border-bottom: 1px solid #DCE1E6;
}

.header .container,
#compare-report .container,
#b2c-compare.container {
    max-width: 1330px;
}

.main-btn {
    display: inline-block;
    height: 52px;
    border-radius: 6px;
    background-color: #2e89e6;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.4px;
    line-height: 18px;
    text-align: center;
    padding-top: 16px;
    border: none;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer
}

.header__back {
    display: inline-block;
}

@media screen and (min-width: 991px) {
    .header__back {
        display: none;
    }
}

.header__back img {
    width: 24px;
    height: 12px;
}

.header__toggler {
    display: inline-block;
    cursor: pointer;
}

@media screen and (min-width: 991px) {
    .header__toggler {
        display: none;
    }
}

.header__inner {
    padding: 9px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__info {
    display: flex;
    align-items: center;
    position: relative;
}

.header__dropdown-open {
    min-height: 379px;
    width: 280px;
    border-radius: 0 0 6px 6px;
    background-color: #FFFFFF;
    box-shadow: 0 15px 30px 0 rgba(51, 68, 102, 0.2);
    padding: 20px;
    border-top: 2px solid #2A2F33;
    position: absolute;
    top: 142%;
    right: -14px;
    z-index: 12;
    display: none;
}

.header__dropdown-open-top {
    height: 50px;
    width: 100%;
    background-color: #6D7379;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.header__dropdown-open-top-close {
    height: 50px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}


.header__dropdown-open::before {
    position: absolute;
    content: '';
    top: -7px;
    border-bottom: 5px solid #2A2F33;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    right: 20px;
}

.header__dropdown-open-data {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #E1E6EB;
    border-radius: 6px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 11px 20px;
    color: #292C33;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.4px;
    line-height: 17px;
    margin-bottom: 4px;
}

.header__dropdown-open-data img {
    margin-right: 10px;
}


.header__dropdown-open-table {
    color: #6D7379;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    letter-spacing: -0.4px;
    line-height: 16px;
    text-align: center;
    padding-bottom: 11px;
    text-align: left;
}

.header__dropdown-open-table.table-title {
    margin-top: 30px;
}

.header__dropdown-open-table .border-bottom {
    border-bottom: 1px solid #E1E6EB;
}

.header__dropdown-open-table .m-12 {
    margin-top: 12px;
}

.header__dropdown-open .m-20 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.header__dropdown-open-table strong {
    color: #2A2F33;
    font-weight: 600;
}


@media screen and (max-width: 991px) {
    .header__dropdown-open {
        position: fixed;
        width: 100%;
        box-shadow: none;
        padding: 0;
        border-top: none;
        height: 100vh;
        top: 0;
        left: 0;
    }

    .header__dropdown-open-data-wrapper,
    .header__dropdown-open-table-wrapper {
        padding-right: 12px;
        padding-left: 12px;
    }

    .header__dropdown-open::before {
        display: none;
    }

}

@media screen and (max-width: 991px) {
    .mobile-show {
        display: block;
    }

    .mobile-hide {
        display: none !important;
    }

}

@media screen and (min-width: 991px) {
    .mobile-show {
        display: none !important;
    }

    .mobile-hide {
        display: block;
    }

}

@media screen and (max-width: 991px) {
    .header__info {
        display: none;
        width: 100%;
        padding: 20px 15px;
        position: absolute;
        top: 51px;
        left: 0;
        z-index: 20;
        background: #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .header__info.open {
        display: block;
    }

    .header__info-naviagation a {
        display: block;
        margin-bottom: 10px;
    }
}

.header__logo {
    width: 95px;
    height: 42px;
}

@media screen and (max-width: 991px) {
    .header__logo {
        height: 32px;
        width: 72px;
    }
}

.header__logo img {
    width: 95px;
    height: 42px;
}

@media screen and (max-width: 991px) {
    .header__logo img {
        height: 32px;
        width: 72px;
    }
}

.header__prices {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 18px;
    color: #2B2F33;
}

.header__prices:hover {
    color: #2E89E5;
}

@media screen and (max-width: 991px) {
    .header__prices {
        display: block;
        margin-bottom: 10px;
    }
}

.header__about {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 18px;
    color: #6D7379;
}

.header__about:hover {
    color: #2E89E5;
}

@media screen and (max-width: 991px) {
    .header__about {
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
    }
}

.header__dropdown {
    margin-left: 25px;
    position: relative;
    margin-right: 20px;
}

@media screen and (max-width: 991px) {
    .header__dropdown {
        margin-left: 0;
        position: absolute;
        top: 20px;
        right: 15px;
        z-index: 5;
    }

    .header__dropdown svg {
        display: none;
    }

    .header__info a {
        margin-right: 0;
    }
}

.header__dropdown-user {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 18px;
    color: #6D7379;
    cursor: pointer;
}

.header__dropdown-user img {
    margin-right: 15px;
    width: 32px;
    height: 32px;
}

.header__dropdown-user svg {
    height: 6px;
    width: 9px;
    margin-left: 7px;
}

.header__dropdown-user .header__dropdown-user-image {
    width: 9px;
    height: 6px;
    margin-left: 7px;
    margin-right: 0;
}

.header__dropdown-user .header__dropdown-user-image-open {
    width: 9px;
    height: 6px;
    transform: rotate(180deg);
    display: none;
    margin-left: 7px;
    margin-right: 0;
}

.header__compare-number {
    border-radius: 12px;
    background-color: #2E89E5;
    padding: 3px 10px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 18px;
    margin-left: 9px;
}

