@keyframes animation-status-color {
    0%, to {
        border-color: red
    }

    25% {
        border-color: #ff0
    }

    50% {
        border-color: #00f
    }

    75% {
        border-color: green
    }
}

header {
    border-radius: 0 0 15px 15px
}

#page-auth.content {
    height: 40vw;
    max-height: 900px
}

#page-auth.content .card {
    width: 400px;
    padding: 20px 50px 30px;
    height: auto;
    z-index: 1
}

#page-register.content .card {
    padding: 20px 50px 30px;
    height: auto;
    z-index: 1;
    width: 800px
}

#page-contact.content .card {
    padding: 20px 50px 30px;
    height: auto;
    z-index: 1;
    width: 800px
}


#page-contact.content {
    max-height: 3000px;
}

#page-register.content {
    max-height: 900px;
}


.footer {
    border-radius: 15px 15px 0 0
}

.footer .nav-item {
    position: relative;
    margin-right: 15px
}

.footer .nav-item:last-child {
    margin-right: 0
}

.footer .nav-item:last-child:after {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: orange;
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 47%
}

.footer .nav-item:before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: orange;
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 47%
}

body .content {
    min-height: 80vh
}

.account-links {
    color: orange;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.account-links i {
    margin-right: 5px
}

.account-upload-button label {
    background: orange;
    color: #000;
    padding: 5px 10px;
    width: fit-content;
    border-radius: 5px;
    max-width: 100%;
    cursor: pointer
}

.home-category-block {
    margin: 30px 0
}

.home-category-block > div {
    padding: 0
}

.home-category-block a {
    padding: 5px 15px;
    background: #171717;
    color: #fff;
    border: 1px solid #484848;
    font-size: 14px;
    display: inline-block;
    margin: 5px 5px 5px 0;
    border-radius: 20px
}

.home-category-block a:hover {
    color: #fff;
    background: #ffa500
}

.breadcrumb-item a {
    color: #7b7b7b
}

.category-title {
    border-bottom: 3px solid orange;
    padding-bottom: 10px;
    width: fit-content;
    font-size: 30px;
}

.title-border-mini::after, .title-border::after {
    background-color: orange;
    border-radius: 3px;
    content: "";
    display: grid;
    width: 100px
}

.title-border::after {
    height: 4px;
    margin-top: 10px
}

.title-border-mini::after {
    height: 2px;
    margin-top: 5px
}

.ankata-item img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    aspect-ratio: 9/16
}

.account_balance, .account_link_pay {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700
}

.account_balance {
    background: #3c3c3c;
    border: 1px solid orange;
    margin-bottom: 0;
    padding: 5px 10px;
    border-radius: 5px 5px 0 0;
    color: #fff
}

.account_link_pay {
    background: orange;
    margin-bottom: 10px;
    padding: 7px 10px;
    border-radius: 0 0 5px 5px;
    color: #000
}

.avatar-upload-button label {
    width: 100%;
    max-width: 250px;
    height: 350px;
    max-height: 350px;
    background: #272727;
    margin: 15px auto;
    cursor: pointer;
    position: relative;
    border: 2px dashed #383838
}

.avatar-upload-button #btn_avatar_image_clear {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(0, 0, 0, .6);
    width: 40px;
    height: 40px;
    color: #fff
}

.avatar-upload-button #btn_avatar_image_clear:hover {
    color: orange
}

#pagination {
    padding: 20px 5px
}

#pagination .pagination .page-item {
    margin: 0
}

#pagination .pagination .page-item .page-link {
    border-radius: 0;
    padding: 0;
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0b0b0b;
    color: #fff;
    border-color: #232323;
    line-height: 1;
    margin: 0
}

#pagination .pagination .page-item .page-link:hover {
    background: #f90;
    color: #fff;
    border-color: #f90
}

#pagination .pagination .page-item.active .page-link {
    background: #f90;
    border-color: #f90
}

.block-anketa {
    margin: 10px 0;
    padding: 5px
}

.block-anketa .anketa {
    background: #121212;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #1c1c1c;
    box-shadow: 0 0 5px #3e3e3e
}

.block-anketa .anketa.color {
    border: 3px solid;
    animation: animation-status-color 10s linear infinite
}

.block-anketa .anketa .name_phone {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    font-size: 18px
}

.block-anketa .anketa .name_phone .name, .block-anketa .anketa .name_phone .name a {
    text-decoration: none;
    max-width: 50%;
    font-weight: 600
}

.block-anketa .anketa .name_phone .name a {
    color: #fff !important
}

.block-anketa .anketa .name_phone .name.vip a {
    color: rgb(254 158 0) !important
}

.block-anketa .anketa .name_phone .name.diamond a {
    color: rgb(0 149 255) !important
}

.block-anketa .anketa .name_phone .phone {
    font-weight: 700;
    text-align: right;
}

.block-anketa .anketa .name_phone .btn_show_phone {
    display: flex;
    align-items: center;
    color: orange;
    font-weight: 600
}

.block-anketa .anketa .name_phone .phone .phone_link {
    color: orange;
    display: block;
    height: 29px
}

.block-anketa .anketa .main_image {
    width: 100% !important;
    height: 350px !important;
    max-width: 100%;
    border-radius: 15px;
    object-fit: cover
}

.block-anketa .anketa .image_block .status {
    position: absolute;
    display: flex;
    bottom: 0;
    border-radius: 0 0 10px 10px;
    padding: 5px 5px 5px 10px;
    left: 0;
    right: 0;
    height: 30px;
    align-items: center;
    font-weight: 600
}

.block-anketa .anketa .image_block .status img {
    width: 25px;
    max-height: 25px;
    margin-right: 10px
}

.block-anketa .anketa .image_block .status.diamond {
    background: rgb(0 149 255/30%)
}

.block-anketa .anketa .image_block .status.vip {
    background: rgb(254 158 0/30%)
}

.block-anketa .right_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.block-anketa .right_block .age, .block-anketa .right_block .price {
    background: #121212;
    background: linear-gradient(90deg, #121212 0, #161616 50%, #121212 100%);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.block-anketa .right_block .price span:last-child {
    color: #ffa500;
}

.block-anketa .right_block .addition_photo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-top: 15px
}

.block-anketa .right_block .addition_photo img {
    display: block;
    width: 64px;
    height: 64px;
    max-width: 80px;
    object-fit: cover;
    border-radius: 10px;
}

.block-anketa .right_block .addition_photo .max_three_img {
    width: 100%;
    height: 100%;
    max-width: 80px;
    left: 0;
    top: 0;
    border-radius: 10px;
    background: rgb(0 0 0/50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    position: absolute
}

.block-anketa .right_block .contact_block .contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #ffa500;
    color: #000;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ffa500;
    font-size: 14px;
    font-weight: 700
}

.block-anketa.banner {
    margin: 10px 0;
    padding: 5px
}

.block-anketa.banner img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 15px;
}

.block-anketa.banner video {
    height: 100%;
    object-fit: cover;
}

.m_sidebar {
    position: fixed;
    display: none;
    left: -460px;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 460px;
    z-index: 99;
    overflow-y: scroll;
    transition: .4s;
    background: #fff
}

.m_sidebar.open {
    left: 0;
}

.m_sidebar_header {
    background: rgb(33 37 41);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    fill: #fff;
    position: sticky;
    top: 0;
    padding: 0 10px;
    border-bottom: 1px solid #6e6e6e
}

.m_sidebar_header span:first-child {
    font-size: 20px
}

.m_sidebar .avatar img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #383838
}

.m_sidebar .side_links a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-right: 10px
}

.m_sidebar .side_links span {
    font-size: 19px;
    margin-right: 10px;
    font-weight: 600
}

.m_sidebar_content {
    padding: 0 10px;
    overflow: hidden;
    background: #212529;
    color: #fff;
    overflow-y: auto;
    height: 100%
}

.m_sidebar .toggle_sidebar_close {
    font-size: 25px;
    color: #fff;
    margin-right: 5px
}

.m_language span {
    font-size: 24px;
}

.m_language div {
    background: #000;
    padding: 3px 5px;
    margin-right: 5px;
    border-radius: 5px
}

.m_language .lang_item {
    padding: 0 5px;
    color: #fff;
    border-radius: 5px
}

.m_language .lang_item.active {
    background: #fff;
    color: #000
}

.m_sidebar__account_menu {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.anketa-page-title {
    display: flex;
    position: relative;
    align-items: center;
    border-bottom: 3px solid orange;
    padding-bottom: 10px;
    width: fit-content;
    font-size: 30px;
}

.anketa-page-title span {
}

.anketa-page .main_image {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 9/13;
    border-radius: 10px;
    cursor: pointer;
}

.anketa-page .addition_elements .images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}

.anketa-page .addition_elements .images a {
    width: 50%;
}

.anketa-page .addition_elements .images img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    cursor: pointer;
}

.anketa-page .addition_elements .videos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.anketa-page .block_info {
    padding: 20px;
    background: #1c1c1c;
    border-radius: 5px;
}

.anketa-page .block_info.color {
    border: 1px solid;
    animation: animation-status-color 10s linear infinite;
}

.anketa-page .block_info .title {
    font-size: 20px;
    margin-bottom: 10px;
}

.anketa-page .block_info .mini-text {
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
}

.anketa-page .block_info .mini-text span:first-child {
    color: #838383;
}

.anketa-page .block_info .mini-text span:last-child {
    margin-left: 5px;
}

.anketa-page .block_info .btn_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    background: #ff9000;
    color: #000;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ff9000;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0;
}

.anketa-page .block_info #contact-info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.anketa-page .block_info #contact-info a {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    margin-right: 10px;
    white-space: nowrap;
    display: inline-block;
}

.anketa-page .block_info #contact-info img {
    margin-right: 10px;
}

.anketa-page .block_info .messangers {
    display: flex;
    align-items: center;
    gap: 10px;
}

.anketa-page .block_info .block_functions {
    position: absolute;
    right: 10px;
    top: 10px;
}

.anketa-page .block_info .block_functions .dropdown-menu {
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
}

.anketa-page .block_info .block_functions .btn_function {
    font-size: 20px;
    color: #ffa500;
}

.anketa-page .block_info .block_functions .btn_function::after {
    display: none;
}

.anketa-page .block_info .block_statuses {
    background: #212121;
    border-radius: 5px;
    padding: 5px 10px;
}

.anketa-page .block_info .block_status {
    display: inline-flex;
    margin: 5px 5px 5px 0;
    padding: 5px 10px;
    border: 1px solid;
    height: 30px;
    border-radius: 5px;
    align-items: center;
    color: #fff;
}

.anketa-page .block_info .block_status img {
    width: 20px;
    height: 15px;
    margin-right: 5px;
    fill: #fff;
    display: inline-block;
}

.anketa-page .block_info .block_status.diamond {
    background: rgba(26, 86, 142, .7);
    border-color: #3396f4 !important;
}

.anketa-page .block_info .block_status.vip {
    background: rgba(99, 56, 0, .7);
    border-color: #ff9000 !important;
}

.anketa-page .block_info .block_status.color {
    background: rgba(65, 188, 222, .7);
    background: linear-gradient(90deg, rgba(65, 188, 222, .7) 0, rgba(250, 112, 178, .7) 50%, rgba(255, 208, 97, .7) 100%);
    border-color: #bcf433 !important;
}

.services_block {
    display: flex;
}

.services_block img {
    width: 150px;
    height: 150px;
}

.services_block .title {
    color: #b5b5b5;
    margin: 0 auto 7px;
    max-width: 250px;
}

.services_block .price {
    font-size: 14px;
    line-height: 16px;
}

.services_block .price .name {
    color: #6f6f6f;
}

.services_block .info {
    border-top: 1px solid #272727;
    color: #6f6f6f;
    font-size: 16px;
    line-height: 19px;
    margin-top: 13px;
    padding-top: 13px;
}

.service_block {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    text-align: center;
}

.filter_block {
    background: #121212;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #1c1c1c;
    box-shadow: 0 0 5px #3e3e3e;
}

.anketa-page .uslugi_block {
    margin-bottom: 10px;
    border-radius: 5px;
}

.anketa-page .uslugi_block .title {
    font-size: 18px;
    margin: 0;
}

.anketa-page .uslugi_block .title .icon {
    margin-right: 5px;
    display: inline-block;
    width: 15px;
}

.anketa-page .uslugi_block .title a {
    color: #fff;
    border-bottom: 1px solid #666666;
    padding-bottom: 3px;
}

.anketa-page .uslugi_block .price {
    background: #161616;
    border-radius: 5px;
    color: #ffa500;
    padding: 3px 5px;
    margin-left: 15px;
}

.anketa-page .uslugi_block .desc {
    border-radius: 5px;
    font-size: 14px;
    color: #858585;
    padding: 0 0 0 25px;
    margin-top: 5px;
}


#scroll-up-progress {
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    cursor: pointer;
    z-index: 999;
}

#scroll-up-progress-value {
    display: block;
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    background-color: #272727;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 23px;
    color: #b0b0b0;
}

.footer_social li:after, .footer_social li:before {
    display: none !important;
}

.news_single_block {
    background: #121212;
    padding: 0;
    border-radius: 15px;
    border: 1px solid #1c1c1c;
    box-shadow: 0 0 5px #3e3e3e;
}

.news_single_block .title {
    text-decoration: none;
    font-weight: 600;
    padding: 0 10px 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_single_block .tool {
    text-decoration: none;
    padding: 0 10px 5px 10px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
}

.news_single_block .title a {
    color: #fff;
    font-size: 24px;
}

.news_single_block .image {
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    max-height: 250px;
    min-height: 250px;
}

.news_single_block .image img {
    width: 100%;
    object-fit: cover;
}

.open_filter.collapsed i {
    transform: rotate(180deg);
}


.footer_benefit {
    color: #fff;
    background: #121212;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #1c1c1c;
    box-shadow: 0 0 5px #3e3e3e;
    height: 100%;
}

.footer_benefit .title {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.footer_benefit .title i {
    color: #00dd25;
}

.footer_benefit .desc {
    color: #a9a9a9;
    font-size: 13px;
}

.heading_title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading_title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: orange;
    border-radius: 3px;
    content: "";
    display: grid;
    height: 4px;
    margin-top: 10px;
    width: 100px;
}

.sp_modal_country_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.sp_modal_country_block_item {
    width: 33%;
    padding: 5px;
}

.sp_modal_city_block_item {
    width: 50%;
    padding: 5px;
}

.sp_modal_country_block_item button {
    width: 100%;
    max-width: 100%;
}

#donat_error_message {
    margin: 20px 0;
    text-align: center;
    font-size: 16px;
}

.sp_modal_city_block_item_button {
    position: relative;
}

.sp_modal_city_block_item_button.selected_city {
    position: relative;
}

.sp_modal_city_block_item_button.selected_city svg {
    position: absolute;
    margin: 0 !important;
    top: 11px;
    right: 5px;
}

.sp_sitemap_links ul {
    list-style: disc;
}

.sp_sitemap_links ul li a {
    color: orange !important;
}

.sp_sitemap_links ul li ul li a {
    color: orange !important;
}

.sp_block_map_link {
    padding: 40px 0;
    margin: 40px 0;
    display: block;
    text-decoration: none;
    text-align: center;
    background-image: url('/images/map.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    color: #1e1e1e;
    position: relative;
}

.sp_block_map_link_text {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    color: #1e1e1e;
    margin-bottom: 10px;
}

.sp_block_map_link_mini_text {
    font-size: 14px;
    line-height: 143%;
    color: #1e1e1e;
}

.sp_block_map_link_button button {
    border: 1px solid #ffffff;
    background-color: rgb(255 165 0);
    color: #ffffff;
    min-width: 200px;
    width: auto;
    padding: 13px 30px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 20px;
}
