@font-face {
    font-family: "LiteralLight";
    src: url("../fonts/LiteralLight.eot");
    src: url("../fonts/LiteralLight.eot?#iefix")format("embedded-opentype"),
        url("../fonts/LiteralLight.woff") format("woff"),
        url("../fonts/LiteralLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "MTS Ultra Extended Light";
    src: url("../fonts/MTSUltraExtended-Light.eot");
    src: url("../fonts/MTSUltraExtended-Light.eot?#iefix")format("embedded-opentype"),
        url("../fonts/MTSUltraExtended-Light.woff") format("woff"),
        url("../fonts/MTSUltraExtended-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "MTS Ultra Extended Regular";
    src: url("../fonts/MTSUltraExtended-Regular.eot");
    src: url("../fonts/MTSUltraExtended-Regular.eot?#iefix")format("embedded-opentype"),
        url("../fonts/MTSUltraExtended-Regular.woff") format("woff"),
        url("../fonts/MTSUltraExtended-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "MTS Ultra Extended Black";
    src: url("../fonts/MTSUltraExtended-Black.eot");
    src: url("../fonts/MTSUltraExtended-Black.eot?#iefix")format("embedded-opentype"),
        url("../fonts/MTSUltraExtended-Black.woff") format("woff"),
        url("../fonts/MTSUltraExtended-Black.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "MTS Ultra Extended Bold";
    src: url("../fonts/MTSUltraExtended-Bold.eot");
    src: url("../fonts/MTSUltraExtended-Bold.eot?#iefix")format("embedded-opentype"),
        url("../fonts/MTSUltraExtended-Bold.woff") format("woff"),
        url("../fonts/MTSUltraExtended-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

:root {
    --bs-secondary-color: #B0B0B0;
    --gradient-main: linear-gradient(251.45deg, #FE2DD4 6.05%, #E739F7 46.59%, #E03CFB 100%);
    --bs-border-radius-lg: 0.75rem;

}


body {
    font-family: LiteralLight, Arial, sans-serif;
    background: #f8f9fa;
    margin: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 10px;
    max-width: 1400px;
}

a {
    text-decoration: none;
    color: #fff;
}

h1,
h2 {
    font-family: "MTS Ultra Extended Bold", sans-serif;
}


h3,
h4,
h5 {
    font-family: "MTS Ultra Extended Light", sans-serif;
}



.fs-7 {
    font-size: 0.875rem;
}

.fs-8 {
    font-size: 0.9375rem;
}

.fs-9 {
    font-size: 1rem;
}

.fs-10 {
    font-size: 1.5rem;
}

.object-fit-cover {
    object-fit: cover;
}


.district {
    font-size: 1.25rem;
}

.title-price-card {
    font-size: 0.938rem;
}

.price-card {
    font-size: 1.25rem;
}

.font-regular {
    font-family: "MTS Ultra Extended Regular", sans-serif;
}

.text-light {
    font-family: "MTS Ultra Extended Light", sans-serif;
}
.scroll-x-hidden {
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scroll-x-hidden::-webkit-scrollbar {
    display: none;
}

.btn-icon .icon-active {
    display: none;
}

.btn-icon.active .icon-default,
.btn-icon:hover .icon-default {
    display: none;
}

.btn-icon.active .icon-active,
.btn-icon:hover .icon-active {
    display: block;
}


.form-control-sm {
    min-height: 31px;
    border-radius: 6px !important;
}

.form-select-sm {
    min-height: 31px;
    border-radius: 6px !important;
}

.form-control-lg {
    min-height: 60px;
    border-radius: 12px !important;
}

.form-select-lg {
    min-height: 60px;
    border-radius: 12px !important;
}


input.form-control,
textarea.form-control,
select.form-select {
    font-family: "LiteralLight";
    font-size: 16px;
    background-color: #F8F8F8 ;
    border: 1px solid #ced4db ;
    color: black;
    appearance: none;
}




select.form-select {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 5.646a.5.5 0 0 1 .708 0L8 11.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
    padding-right: 40px;
}



.bg-main {
    background: var(--gradient-main);
}
.bg-light-pink{
    background-color:rgba(254, 45, 212, 0.1);
}
.color-main {
    color: #ff2dd4;
}

label {
    font-family: "LiteralLight";
    font-size: 24px;
}

header {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

main.container {
    max-width: 1400px;
    width: 100%;
    padding: 20px;
    margin: auto;
}


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    margin-top: 15px;

}

.navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 8px;
}

.nav-item .nav-link {
    font-family: "LiteralLight";
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 32px 0px 32px !important;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    height: 64px;
    text-decoration: none;
    border-radius: 12px;
    background: white;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.navbar-collapse {
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.nav-item .nav-link:hover {
    background: var(--gradient-main);
    color: white;
}

.nav-item .nav-link.active {
    background: var(--gradient-main);
    color: white;
}

.custom-menu {
    max-width: 600px;
    margin: auto;
}

.menu-item {
    text-decoration: none;
    color: #ff2dd4;
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.menu-item:hover {
    color: #ff2dd4;
    text-decoration: underline;
}

.menu-item.active {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
}

.dropdown-menu-custom {
    min-width: 100%;
    max-width: 320px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    background: none !important;
    border-radius: 10px;
}

.dropdown-item {
    font-weight: bold;

}

.dropdown-item.active,
.dropdown-item:hover {
    background: #000;
    color: #fff;
    border-radius: 10px;
}
.custom-select-btn {
    font-family: "LiteralLight";
    font-size: 16px;
    min-height: 60px;
    border-radius: 12px !important;
    background-color: #F8F8F8 !important;
    border: 1px solid #ced4db !important;
    padding: 0 15px 0 16px;
    position: relative;
}

.custom-select-icon {
    display: inline-block;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}


.break-inside-avoid {
    break-inside: avoid;
    background: rgba(248, 248, 248, 1);
    border-radius: 12px;
    padding: 1rem;
}



.btn-profile {
    background-color: #000000;
    color: #fff;
    transition: background-color 0.3s ease;
}

.btn-profile.active,
.btn-profile:hover,
.btn-profile:focus {
    background-color: #9AC0FF;
    color: #fff;
}

.btn-action {
    background-color: #9AC0FF;
    color: #fff;
    transition: background-color 0.3s ease;
}

.btn-action:hover,
.btn-action:focus {
    background-color: #7DAEFF;
    color: #fff;
}

.btn-circle {
    border-radius: 50% !important;
    padding: 0;
}
.btn-pink {
    background: linear-gradient(251.45deg, #FE2DD4 6.05%, #E739F7 46.59%, #E03CFB 100%);
    color: #fff;
    transition: background 0.3s ease-in-out;
}

.btn-pink:hover,
.btn-pink:focus {
    background: #000000;
    color: #fff;
}


.btn-outline-pink {
    border: 1px solid #ff2dd4;
    color: #ff2dd4;
    font-weight: bold;
    border-radius: 50px;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: background 0.2s ease-in-out;
}

.btn-outline-pink:hover,
.btn-outline-pink:focus {
    background: #ff2dd4;
    color: #fff;
}

.dropdown-menu {
    background: #fff;
    border-radius: 10px;
}



.btn-style {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #FFFFFF;
    border: none;
    transition: background 0.9s ease-in-out;
}

.btn-style:hover {
    color: white;
    background: var(--gradient-main);
}

.btn-style.active {
    background: var(--gradient-main);
    color: white;
}

.btn-white {
    background: #FFFFFF;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.btn-white:hover {
    background: #000000;
    color: white;
}

.btn-forms {
    min-width: 208px;
}

.border-primary {
    border-color: #FE2DD4 !important;
}

.btn-show-profile {
    height: 64px !important;
    min-width: 210px;
}

.btn-show {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 6px;
    height: 32px;
    background: var(--gradient-main);
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    gap: 6px;
    text-decoration: none;
}

.outline-tab {
    border: none;
    font-family: "MTS Ultra Extended Bold";
    font-weight: bold;
    text-transform: uppercase;
    background: transparent;
    color: transparent;
    -webkit-text-stroke: 1px #FE2DD4;
    font-size: clamp(0.7rem, 1.3vw, 2.3rem);
    border-radius: 1rem;
}



.active-outline-tab {
    background: #111;
    font-family: "MTS Ultra Extended Bold";
    font-size: clamp(0.8rem, 1.3vw, 2.3rem);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 1rem;
}

.favorites-count {
    position: absolute;
    bottom: 4px;
    right: 4px;
    background: var(--gradient-main);
    color: white;
    font-size: 14px;
    font-weight: bold;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.btn-favorite {
    transition: transform 0.2s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-favorite:hover {
    transform: scale(1.1);
}

.btn-favorite:active {
    transform: scale(0.95);
}

.btn-add-profile {
    font-family: "LiteralLight";
    background: linear-gradient(251.45deg, #9697FE 6.05%, #98A8FE 46.59%, #9AC0FF 100%);
    border-radius: 12px;
    color: white;
    padding: 0 32px;
    font-size: 20px;
    font-weight: 400;
    height: 64px;
    border: none;
    transition: background 1.5s ease-in-out, color 0.3s ease-in-out;
    text-decoration: none;
}

a.btn-add-profile {
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: normal;
}

.btn-add-profile:hover {
    background: linear-gradient(71.45deg, #9697FE 6.05%, #98A8FE 46.59%, #9AC0FF 100%);
    color: white;
}

.custom-toggler {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #FFFFFF;
    border: none;
    transition: background 0.3s ease-in-out;
}

.form-check .form-check-input {
    margin-left: 0em !important;
}

.form-check.form-switch {
    padding-left: 0em !important;
}


.form-switch .form-check-input {
    width: 2.5em;
    height: 1.5em;
    background-color: #ccc;
    margin-right: 10px;
    margin-top: 0;
    transition: background 0.3s, background-position 0.3s, background-image 0.3s !important;
}


.form-switch .form-check-input:checked {
    background-color: #FE2DD4;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-position: right center;
    background-repeat: no-repeat;
    border: none;
    transition: background 0.3s, background-position 0.3s, background-image 0.3s !important;
}


.custom-toggler .navbar-toggler-icon,
.btn-icon i {
    font-size: 20px;
}

footer {
    width: 100%;
    max-width: 1400px;
    height: 372px;
    position: relative;
    margin: auto;
    background: linear-gradient(180deg, #FF67E0 -6.77%, #FFFFFF 105.19%);
}

.footer-logo {
    font-size: clamp(4rem, 17.1vw, 16.3rem);
    font-weight: bold;
    opacity: 0.5;
    font-family: "MTS Ultra Extended Bold";
    position: absolute;
    color: white;
    left: 49%;
    bottom: -116px;
    transform: translateX(-50%);
    white-space: nowrap;
}

.role-option {
    background: #fff;
    color: #000;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.role-option i {
    color: #FE2DD4;
    transition: color 0.3s ease-in-out;
}

.role-option:hover,
.role-option.selected {
    background: var(--gradient-main);
    color: #fff;
}

.role-option:hover i,
.role-option.selected i {
    color: #fff;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    border-radius: 8px;
    transition: background 0.3s ease;
}


.custom-checkbox input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 0px;
    background: #fff;
    transition: all 0.3s ease;
}


.custom-checkbox:hover {
    background: #fde4f2;
}


.custom-checkbox input[type="checkbox"]:checked {
    background: #ff55b7;
    border-color: #ff55b7;
}


.custom-checkbox input[type="checkbox"]:checked::after {
    content: "✔";
    font-size: 14px;
    font-weight: bold;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-check-input:checked {
    background: #ff55b7;
    border-color: #ff55b7;
}

.custom-checkbox label {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}


.custom-checkbox input[type="checkbox"]:checked+label {
    color: #ff55b7;
    font-weight: bold;
}

.carousel-inner {
    height: 393px;
    overflow: hidden;
}

.carousel-inner img {
    width: 100%;
    height: 393px;
    object-fit: cover;
    object-position: top;
}

.btn-next-slide svg {
    width: 14px;
    height: 14px;
}

.carousel-indicators {
    justify-content: flex-start;
    left: 0 !important;
    right: auto !important;
    margin-left: 10px;
    bottom: 0.5rem;
}

.carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #ffffff;
    opacity: 1;
}

.carousel-indicators .active {
    background-color: #ffffff;
    border-color: #ffffff;
}

.custom-arrow span {
    display: none;
}

.custom-arrow {
    background: none !important;
    padding: 0;
    width: 36px;
    height: 36px;
    background-color: rgba(254, 45, 212, 0.5);
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    border: none;
    opacity: 0;
    transition: opacity 0.3s;
    cursor: pointer;
}

.carousel:hover .custom-arrow {
    opacity: 1;
}

.custom-arrow.left {
    left: 10px;
}

.custom-arrow.right {
    right: 10px;
}

.custom-arrow img {
    width: 24px !important;
    height: 24px !important;
}

.dropzone .dz-image img {
    width: 100%;
}

.dropzone .dz-clickable {
    cursor: pointer;
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(0px) !important;
    filter: blur(0px) !important;
}

.btn-outline-main {
    border-color: #B0B0B0;
    color: #B0B0B0;
}

.btn-outline-main:hover {
    border-color: #a09f9f;
    color: #a09f9f;
}

.btn-outline-main.active {
    border-color: #ff2dd4;
    color: #ff2dd4;
}

/* profile page */
.profile-media-container {
    height: 730px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.profile-service {
    height: 291px;
}

.price-block-profile {
    height: 73px;
}

.price-block-profile-btns-pc {
    display: flex;
}

.price-block-profile-btns-mobile {
    display: none;
}

.profile-media-container img,
.profile-media-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 12px;
    display: block;
}


.media-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
}


.profile-thumb-scroll {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.profile-media-container:hover .custom-arrow {
    opacity: 1;
}


.active-thumb {
    position: relative;
    z-index: 1;
}

.active-thumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20%;
    background: linear-gradient(to bottom, rgba(255, 45, 212, 0.5), transparent);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    pointer-events: none;
    z-index: 2;
}

.profile-thumb-scroll::-webkit-scrollbar {
    display: none;
}

.profile-thumb-scroll img,
.profile-thumb-scroll .video-thumb {
    width: 172px;
    height: 158px;
    object-fit: cover;
    border-radius: 12px;
    scroll-snap-align: start;
    cursor: pointer;
    flex-shrink: 0;
}

.video-thumb {
    position: relative;
}

.video-thumb .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5rem;
}

.video-label {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gradient-main);
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 12px;
    border-radius: 18px;
    white-space: nowrap;
}

.fade-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, transparent 0%, white 100%);
    pointer-events: none;
}

.tab-fg-switch {
    width: 100%;
    height: 66px;
    background: #FFFFFF;
    border: 1px solid #FE2DD4;
    border-radius: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
    gap: 8px;
    box-sizing: border-box;
}

.tab-fg-switch .nav-item {
    flex: 1;
}

.tab-fg-switch .fg-tab-btn {
    width: 100%;
    height: 50px;
    font-family: 'MTS Ultra Extended Bold', sans-serif;
    font-size: 24px;
    line-height: 18px;
    font-weight: 700;
    background: #FFFFFF;
    color: #111111;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    background: transparent;
    color: transparent;
    -webkit-text-stroke: 1px #FE2DD4;
}

.tab-fg-switch .fg-tab-btn.active {
    background: #111111;
    color: #FFFFFF;
    border: none;
    -webkit-text-stroke: 0;
}

.station-names {
    font-family: LiteralLight, Arial, sans-serif;
}

.station-names.collapse.show {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.station-names.collapse:not(.show) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.station-names.collapse.show.expanded {
    white-space: normal;
}

/* end profile */

.white-space-nowrap {
    white-space: nowrap;
}

.alert {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 30px;
    border-radius: 16px;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 9999;
    width: 90%;
    height: 90%;
    max-width: 372px;
    max-height: 157px;
    color: #000;
    background-color: #333;
}


.alert-success {
    background-color: #ffffff;
    border: 2px solid #FE2DD4;

}

.alert-danger {
    background-color: #ffffff;
    border: 2px solid #b92d2d;
}


.fix-width #filter-service {
    min-width: 150px;
    max-width: 250px;
    flex: 1 1 auto;
}

.fix-width #filter-district {
    min-width: 200px;
    max-width: 250px;
    flex: 1 1 auto;
}

.fix-width #filter-metro {
    min-width: 200px;
    max-width: 220px;
    flex: 1 1 auto;
}

.fix-width #filter-breast_size {
    min-width: 90px;
    max-width: 130px;
    flex: 1 1 auto;
}

.fix-width #filter-weight {
    min-width: 100px;
    max-width: 100px;
    flex: 1 1 auto;
}

.fix-width #filter-age {
    min-width: 100px;
    max-width: 145px;
    flex: 1 1 auto;
}

.fix-width #filter-height {
    min-width: 100px;
    max-width: 120px;
    flex: 1 1 auto;
}

.fix-width #filter-price {
    min-width: 120px;
    max-width: 153px;
    flex: 1 1 auto;
}


[id^="filter-"] > button {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.metro-dropdown {
    min-width: 900px;
    max-width: 90vw;
    max-height: 500px;
    overflow-y: auto;
    margin-top: 0.5rem;
    z-index: 1050;
}

.metro-dropdown .metro-items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}


.metro-dropdown .metro-items > li {
    flex: 0 0 calc(33.333% - 1rem);
    max-width: calc(33.333% - 1rem);
    padding: 0 0.5rem;
    box-sizing: border-box;
}

.metro-dropdown .metro-items {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.metro-dropdown .metro-items > li {
    flex: 0 0 calc(33.333% - 1rem);
    max-width: calc(33.333% - 1rem);
    padding: 0 0.5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.district-dropdown {
    min-width: 900px;
    max-width: 90vw;
    max-height: 500px;
    overflow-y: auto;
    margin-top: 0.5rem;
    z-index: 1050;
}

.district-dropdown .district-items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.district-dropdown .district-items > li {
    flex: 0 0 calc(33.333% - 1rem);
    max-width: calc(33.333% - 1rem);
    padding: 0 0.5rem;
    box-sizing: border-box;
}

.ck-editor__editable {
    min-height: 300px;
    border-radius: 0px 0px  5px 5px !important;
}
.ck.ck-toolbar.ck-toolbar_grouping{
    border-radius: 5px 5px 0px 0px !important;
}
.spinner-border.text-primary {
    color: #ff2dd4 !important;
    border-color: #ff2dd4 !important;
    border-right-color: transparent !important;
}


/* Адаптив*/
@media (max-width: 2600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px !important;
    }
}

@media (max-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px !important;
    }
}


@media (max-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px !important;
    }

    .nav-item .nav-link {
        font-family: "LiteralLight";
        font-size: 16px;
        height: 50px;
    }

    .btn-style {
        width: 50px;
        height: 50px;
    }

    .btn-icon {
        width: 50px;
        height: 50px;
    }

    .btn-add-profile {
        height: 50px;
        padding: 0 20px;
        font-size: 16px;
    }

    .custom-toggler {
        width: 50px;
        height: 50px;
    }

    .footer-logo {
        bottom: -90px;
    }

    .btn-show-profile {
        min-width: 165px;
    }



}

/*  Десктоп → Планшет (до 991px) */
@media (max-width: 991px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 991px;
    }

    .navbar-collapse {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1029;
        transition: all 0.3s ease-in-out;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 0;
        gap: 8px;
    }

    .navbar-nav .nav-item {
        width: 100%;

    }

    .navbar-nav .nav-link {
        width: 100%;
        text-align: left;
        padding: 12px 16px;
        border-radius: 8px;
    }

    .navbar {
        position: relative;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
        gap: 8px;
    }

    .btn-style {
        width: 50px;
        height: 50px;
    }

    .btn-icon {
        width: 50px;
        height: 50px;
    }

    .btn-add-profile {
        height: 50px;
        padding: 0 20px;
        font-size: 16px;
    }

    .custom-toggler {
        width: 50px;
        height: 50px;
    }

    footer {
        height: 300px;
    }

    .footer-logo {
        bottom: -50px;
    }
}

/*  Планшет (до 768px) */
@media (max-width: 768px) {
    .alert {
        right: 5px;
    }

    .fs-7 {
        font-size: 0.75rem;
    }

    .fs-10 {
        font-size: 1.125rem;
    }

    .district {
        font-size: 0.875rem;
    }

    .title-price-card {
        font-size: 0.875rem;
    }

    .price-card {
        font-size: 0.875rem;
    }

    .footer-buttons {
        flex-direction: column;
        align-items: center;
    }

    .price-block-profile {
        height: 42px;
    }

    .price-block-profile-btns-pc {
        display: none;
    }

    .price-block-profile-btns-mobile {
        display: flex;
    }

    .profile-service {
        height: auto;
    }

    footer {
        height: 230px;
    }

    .footer-logo {
        bottom: -30px;
    }

    .bg-custom-light {
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    }
    [id^="filter-"] {
        min-width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100% !important;

    }

    [id^="filter-"] > button.form-select {
        width: 100% !important;
        max-width: 100% !important;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .metro-dropdown {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .metro-dropdown .metro-items {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .metro-dropdown .metro-items > li {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 0.25rem 0;
    }

    .district-dropdown {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .district-dropdown .district-items {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .district-dropdown .district-items > li {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 0.25rem 0;
    }


}

/*  Мобильный (до 576px) */
@media (max-width: 576px) {

    .fs-7 {
        font-size: 0.75rem;
    }

    .fs-10 {
        font-size: 1.125rem;
    }

    .district {
        font-size: 0.875rem;
    }

    .title-price-card {
        font-size: 0.875rem;
    }

    .profile-media-container {
        height: 422px;
    }

    .price-card {
        font-size: 0.875rem;
    }

    .btn-show-profile {
        min-width: 130px;
    }
    .navbar {
        margin-top: 0px;
    }

    .active-outline-tab {
        font-size: clamp(0.7rem, 1.3vw, 2.3rem);
    }

    .carousel-inner {
        height: 207px;
    }

    .carousel-inner img {
        height: 207px;
    }

    .btn-next-slide svg {
        width: 10px;
        height: 10px;
    }

    .carousel-indicators {
        margin-bottom: 0.5rem;
        bottom: 0.2rem !important;
    }

    .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;

    }

    .icon-badges svg,
    .icon-heart svg {
        width: 34px;
        height: 34px;
    }

    .profile-params {
        justify-content: space-between;
    }

    .profile-params>div {
        flex: 1 1 0;
        text-align: center;
    }

    .profile-thumb-scroll img,
    .profile-thumb-scroll .video-thumb {
        width: 97px;
        height: 90px;
        object-fit: cover;
        border-radius: 8px;
        scroll-snap-align: start;
        cursor: pointer;
        flex-shrink: 0;
    }

    .video-label {
        display: none;
    }



}

/*  Маленький мобильный (до 480px) */
@media (max-width: 480px) {
    .navbar {
        margin-top: 0px;
    }

    .active-outline-tab {
        font-size: clamp(0.7rem, 1.3vw, 2.3rem);
    }

    .outline-tab {
        font-size: clamp(0.7rem, 1.3vw, 2.3rem);
    }

    .btn-add-profile {
        font-size: 15px;
    }

    footer {
        height: 230px;
    }

    .footer-logo {
        bottom: -10px;
    }
}

/*  Минимальный размер экрана (до 360px) */
@media (max-width: 380px) {
    .active-outline-tab {
        font-size: clamp(0.7rem, 1.3vw, 2.3rem);
    }

    .outline-tab {
        font-size: clamp(0.7rem, 1.3vw, 2.3rem);
    }

    footer {
        height: 230px;
    }
}



/* Создание объявления  */

#map>ymaps {
    border-radius: 1rem;
    /* или 0.75rem / 12px */
    overflow: hidden;
}

#map {
    border-radius: 12px;
    overflow: hidden;
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
    color: blueviolet;
}

.dz-filename,
.dz-size {
    display: none !important;
}


#video-dropzone {
    flex-wrap: wrap;
    gap: 16px;
}

.dropzone .dz-preview {
    margin: 10px !important;
}

@media (max-width: 576px) {
    .video-preview {
        width: 100%;
    }

    .dropzone .dz-preview {
        margin: 1px !important;
    }

    .dropzone .dz-preview .dz-image {
        width: 110px !important;
        height: 110px !important;

    }
}
