@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 16px; line-height: 22px; color: #010101;}
* { margin: 0; padding: 0px; box-sizing: border-box; }
img { max-width: 100%; height: auto; }

a { text-decoration: none; }
b, strong {
    font-weight: 600;
}
p{ margin-bottom: 15px; }

ul { padding: 0px;}

a,button, img { outline: none !important; }

h3, .h3 { font-size: 16px; }

h1,h2,h3,h4,h5 { font-weight: 400; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.infosms {
	font-size: 12px;
	line-height: normal;
}
.ffftxt {
	font-weight: 600;
	font-size: 18px;
}
.zanik u {
    position: relative;
    color: white;
    text-decoration: none; /* Wyłącz podstawowe podkreślenie */
    padding-bottom: 2px; /* Ustaw grubość podkreślenia */
}

.zanik u::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px; /* Grubość podkreślenia */
    background-image: linear-gradient(to right, #ff9000, transparent); /* Gradient tła podkreślenia */
}
.price {
            position: relative;
            display: inline-block;
            font-size: 16px;
        }
        .price::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 2px;
            background: linear-gradient(135deg, transparent, red, transparent);
            transform: translateY(-50%) rotate(-20deg);
        }
        .new-price {
            font-weight: bold;
            color: green;
			font-size: 18px
        }
        .old-price {
            color: red;
            opacity: 0.7;
        }

.topmess {
	font-size: 20px;
}
.alertmess {
	background-color: #5a00ff;
	color: #fff;
	font-size:12px;
}
.tloalert {
	background-color: #5a00ff;
	color: #fff;
	text-align: center;
}
.tloblack {
	background: linear-gradient(45deg, rgba(61,3,169,1) 0%, rgba(122,1,195,1) 100%);
	padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
}
.link-fff {
  color: #fff; 
}
.link-fff:hover {
  color: #fff; 
}
.dotyczy {
	text-align:center;
	color: #fff;
	font-weight: 600;
}
.dotyczy:hover {
	text-align:center;
	color: #000;
	font-weight: 600;
}
.mob-off{
	display:block;
}
.mob-on{
	display:none!Important;
}

.tab_black{
    background:#000;
	color:#fff;
}.czat_data {	float: right;	font-weight: 500;	font-size:11px;}
.wia_b{
	width:100%;
	padding:10px 0;
	font-weight:bold;
	background:#ddd;
	text-align:center;
}
.wia_b_a{
	width:100%;
	padding:10px 0;
	font-weight:bold;
	background:#5a00ff;
	color:white;
	text-align:center;
}
.wia_b_a a{
	color:white;
}

.msg_a{
	width:80%;
	float:left;
	border-radius: 0px 15px 15px 15px;
	background:#ddd;
	margin-bottom:15px;
	padding:10px;	font-size:15px;
}
.msg_b{
	padding:10px;
	width:80%;
	float:right;
	border-radius: 15px 15px 0px 15px;
	background:#3097d1;
	margin-bottom:15px;
	color:white;    font-size:15px;
}

.msg_b a{
	color:white;
}
/* Style dla VIP ogłoszeń */
.vip-title {
    color: #FFD700; /* Zmienny kolor złoty lub inny wyróżniający kolor */
    font-weight: bold;
}
.rigt-btns-call a i {
    margin-right: 8px; /* Przerwa między ikoną a tekstem */
}

/* Stylowanie samych przycisków */
.rigt-btns-call a {
    display: flex;
    align-items: center;         /* Wyśrodkowanie ikon i tekstu pionowo */
    justify-content: center;     /* Wyśrodkowanie poziome */
    padding: 8px 12px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
}

/* Układ na większych ekranach (desktop) */
@media (min-width: 768px) {
    .rigt-btns-call {
        display: flex;
        justify-content: flex-end; /* Wyrównanie przycisków do prawej strony */
        gap: 5px; /* Przerwa między przyciskami */
    }
}

/* Układ na urządzeniach mobilnych */
@media (max-width: 767px) {
    .rigt-btns-call {
        display: flex;
        flex-direction: column; /* Ustawienie przycisków jeden pod drugim */
        gap: 10px; /* Przerwa między przyciskami */
        justify-content: flex-start;
    }
}


@media (min-width: 1340px) {
.container {
    max-width: 1330px;
}
}

.dark-btn a{
	color:white!Important;
}

.btn-primary{
    border-radius: 50px;
    background: rgb(61,3,169);
    background: linear-gradient(45deg, rgba(61,3,169,1) 0%, rgba(122,1,195,1) 100%);
    color: #fff !important;
    padding: 11px 30px;
    font-weight: 400;
    margin: 0;
    line-height: normal;
	background: #000;
	cursor:pointer;
	border: 1px solid #000;
}

.btn-primary:hover{
background: #000;
border: 1px solid #000;
}

.btn-action {
    border-radius: 50px;
    background: rgb(61,3,169);
    background: linear-gradient(45deg, rgba(61,3,169,1) 0%, rgba(122,1,195,1) 100%);
    color: #fff !important;
    padding: 11px 30px;
    font-weight: 400;
    margin: 0;
    line-height: normal;
}

.white-btn {
    background: #dddddd;
    background: linear-gradient(45deg, rgb(221 221 221) 0%, rgb(255 255 255) 100%);    color: #000 !important;
}
.dark-btn {
    background: #000;
}
.top-header {
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
}
.min-header {
    padding: 35px 0;
    border-bottom: 1px solid #dddddd;
}
ul.top-links {
    margin: 0;
    display: flex;
    align-items: center;
}

ul.top-links li {
    display: inline-block;
    margin: 0 40px 0 0;
    text-decoration: none;
    font-weight: 600;
    position: relative; /* Dodajemy pozycję jako "relative" */
}

/* Dodajemy obramowanie pod elementem menu */
ul.top-links li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: transparent; /* Początkowo obramowanie jest przezroczyste */
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease, background-color 0.3s ease; /* Dodajemy animację dla transformacji i koloru */
}

/* Podświetlenie napisu i zmiana koloru obramowania po najechaniu */
ul.top-links li:hover {
    color: #7901c3;
}

ul.top-links li:hover::after {
    background-color: #7901c3; /* Kolor obramowania po najechaniu */
    transform: scaleX(1);
}

ul.top-links li a {
    color: #000;
    display: inline-block;
    line-height: 80px;
    font-size: 16px;
}

.login-btns .btn-action {
    font-size: 14px;
    padding: 8px 25px;
    margin-left: 15px;
}


a.lang-pl {
    color: #8e8e8e;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}
a.lang-pl img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 7px;
}
.language-swic {
    margin-right: -25px;
}

.after-logotext {
    font-size: 14px;
    color: #8e8e8e;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
a.site-logo {
    display: inline-block;
    vertical-align: middle;
}
.site-logo {
    max-height:48px;
    max-width:170px;
}
a.dodaj-anons {
    float: right;
}
h2, .h2 {
    font-size: 22px;
    font-weight: 400;
}


h2.line-heading span::before, h2.line-heading span::after {
    content: "";
    display: inline-block;
    background-color: #fff;
    height: 1px;
    width: 100vw;
    position: absolute;
    left: 100%;
    top: 15px;
    margin-left: 30px;
    opacity: .36;
}
 h2.line-heading span::after { left: auto; right: 100%; margin-left: 0px; margin-right: 30px; }
h2.line-heading span {
    position: relative;
    color: #fff !important;
}
h2.line-heading {
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
h2.heading-home span {
    color: #5a00ff;
    font-weight: 600;
}

.filter-hm label {
    margin: 0;
    color: #000;
    margin-right: 15px;
}

select, input, textarea {
    border: 1px solid #dddddd!Important;
    min-height: 50px;
    border-radius: 50px;
    padding: 0 26px!Important;
    color: #000!Important;
    background-color: #fff;
    width: 100%;
        outline: none !important;
        margin-bottom: 15px!Important;
}
textarea {
    min-height: 295px;
    border-radius: 10px;
    padding: 26px;
}
input::placeholder {  
 color: #000 ;
  opacity: 1;  
}

input:-ms-input-placeholder {  
 color: #000;
}

input::-ms-input-placeholder { 
  color: #000;
}


.filter-hm select {
    margin-right: 10px;
}
.filter-hm {
    margin-bottom: 30px;
}
h2.heading-home {
    margin-bottom: 50px;
}

.column-5 {
    display: inline-block;
    width: 12.5%;
    float: left;
    padding: 0 10px;
}
.girl-images {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: middle;
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}
label.vip-badge {
    background-color: #ff9000;
    color: #fff;
    border-radius: 50px;
    padding: 1px 5px;
    line-height: normal;
    position: absolute;
    right: 2px;
    font-size: 10px;
    margin-top: .5rem;
	margin-right: 6px;
}
label.vip-badge-profil {
    background-color: #ff9000;
    color: #fff;
    border-radius: 50px;
    padding: 1px 5px;
    line-height: normal;
    position: absolute;
    font-size: 10px;
    top: 2px;
}
label.vip-badge-profil {
    padding: 2px 5px;
    font-size: 10px;
}
.shdow-div {
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(61,3,169);
    background: linear-gradient(0deg, rgba(61,3,169,0.20) 20%, rgba(122,1,195,0) 100%);
    
}
h4.ct-img {
    position: absolute;
    left: 0px;
    bottom: 0px;
	padding: 0 6px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}
img.ct-img {
    width: 20px;
	height: 20px;
}
.hover-details {
    background-color: #0b0606;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
}
h5.name-girls {
    color: #ff9000;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
span.cntry-gils {
    font-size: 12px;
}
.hover-details ul {
    margin: 0;
}
.hover-details ul li {
    display: inline-block;
    margin: 0 0;
    font-size: 12px;
    color: #fff;
    width: 100%;
}
.hover-details ul li strong {
    float: right;
    font-weight: 400;
    color: #ff9000;
}
.hover-details {
    background-color: rgb(11 6 6 / 90%);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    bottom: 40px;
    max-width: 194px;
    right: -10px;
    display: none;
}
.girl-images:hover .hover-details {
    display: block;
}
.girl-data {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 10px 0 10px 0;
}
.girl-data h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;    line-height: 22px;
    width: 100%;
	color: #000;
}
.girl-data h3 span {
    display: block;
    color: #3d03a9;
	font-size: 13px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 50px;
    background: #fff url("./images/arrow-select.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px);
}
.filter-hm select {
   width: 190px;
}

.girl-images > img {
    width: 100%;
    vertical-align: middle;
}

.profile-girls-readmore {
    overflow: hidden;
}
.profile-girls-readmore a.btn { position: relative; }

.profile-girls-readmore a.btn::before ,
.profile-girls-readmore a.btn::after {
     content: "";
    display: inline-block;
    background-color: #c3c3c3;
    height: 1px;
    width: 100vw;
    position: absolute;
    left: 100%;
    top: 30px;
    margin-left: 30px;
    
}
.profile-girls-readmore a.btn::after {left: auto; right: 100%; margin-left: 0px; margin-right: 30px;}


.myescort {
    padding: 50px 0;
}
.blue-gradiant-bg {
    background: rgb(61,3,169);
    background: linear-gradient(45deg, rgba(61,3,169,1) 0%, rgba(122,1,195,1) 100%);
    color: #fff !important;
}

.myescort .profile-girls-readmore a.btn::before, .myescort .profile-girls-readmore a.btn::after {
    opacity: .4;
}
.myescort .profile-girls-readmore {
    margin-top: 40px;
}
.myescort h2 {
    margin-bottom: 20px;
}
footer.footer-site {
    padding: 35px 0;
    border-top: 1px solid #dddddd;
}
footer.footer-site ul {
    margin: 0;
    display: inline-block;
    padding: 0;
}
footer.footer-site ul li {
    display: inline-block;
    margin: 0 40px 0 0;
}
footer.footer-site ul li a {
    color: #000;
}
copyright {
    text-align: right;
    float: right;
}
copyright img {
    max-height: 19px;
    image-rendering: -webkit-optimize-contrast;
    vertical-align: sub;
}
footer.footer-site ul li a:hover {
    color: #3d03a9;
    text-decoration: none;
}
.bg-gray-girl-profile {
    padding-bottom: 20px;
    position: relative;
    padding-top: 135px;
    background: #eaeaea url("./images/clip-shap.jpg");
    background-position: top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
a.btn.btn-action.white-btn .fa {
    color: #3d03a9;
    margin-right: 15px;
}

.home-tabing ul.nav.nav-tabs li a {
    background-color: #000;
    border: 0;
    border-radius: 0 10px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 22px 0;
    line-height: normal;
    min-width: 280px;
    text-align: center;
    display: inline-block;    margin: 0;
    text-decoration: none;
}
.home-tabing ul.nav.nav-tabs li.active a {
    background-color: #fff;
    color: #5a00ff;
    font-weight: 600;
        padding: 28px 0;
}

.home-tabing .tab-content {
    background-color: #fff;
    border-radius: 0px 10px 10px 10px;
    padding: 50px;
    box-shadow: 0 10px 10px 00px rgb(0 0 0 / 30%);
    display: inline-block;
    width: 100%;
}
.home-tabing ul.nav.nav-tabs {
    border: 0;
    display: flex;
       align-items: flex-end;
    width: 100%;
}
.home-tabing ul.nav.nav-tabs li:first-child a {
    border-radius: 10px 0 0 0;
}
.home-tabing {
    padding: 100px 0;
    background-position: top center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.tab-content>.active {
    opacity: 1;
}
.home-tabing select, .home-tabing input {
    width: 100%;
    margin-bottom: 15px;
}
a.link-blue {
    color: #5a00ff;
	text-decoration: none;
}
.btn-hometab-form a.link-blue {
    margin-left: 20px;
}

.collapse {
    display:  none !important;
}

.collapse.in {
    display: block !important;
}
.btn-hometab-form {
    margin-bottom: 15px;
}

.with-suggest-box {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: middle;
}
span.tool-box {
    border-radius: 50%;
    color: #fff;
    background: rgb(61,3,169);
    background: linear-gradient(
45deg, rgba(61,3,169,1) 0%, rgba(122,1,195,1) 100%);
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 14px;
    top: 5px;
}
.with-suggest-box select, .with-suggest-box input {
    padding-right: 100px;
}
.with-suggest-box select {
    background-position: calc(100% - 69px);
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

ul.tab-miaso {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}
ul.tab-miaso li {
    display: inline-block;
    width: 100%;
    margin: 1px 0;
}
ul.tab-miaso li a {
    display: inline-block;
    color: #000;
    line-height: normal;
    text-decoration: none;
}
ul.tab-miaso li a:hover {
    color: #3d03a9;
}

.modal {
    opacity: 1 !important;
}
.modal-backdrop.fade {
    opacity: 1;
       background-color: rgba(0,0,0,.9);
}
.modal-dialog {
    max-width: 650px;
    margin: 150px auto 0;
    border-radius: 10px;
    overflow: hidden;
}
.modal-header {
    text-align: center;
    padding: 35px 30px 55px 30px;
    border: 0;
    display: inline-block;
    width: 100%;
    background: rgb(61,3,169);
    background: linear-gradient(
45deg, rgba(61,3,169,1) 0%, rgba(122,1,195,1) 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 70.8%, 50% 100%, 0% 70.8%);
    color: #fff;
}
.modal-header p {
    margin: 0;
}
form.login-register input {
    width: 100%;
    margin-bottom: 15px;
}
.modal-body {
    padding: 45px;
}
form.login-register a.btn.btn-action .fa {
    margin-right: 10px;
    font-weight: normal;
    font-size: 22px;
    vertical-align: text-top;
}
.form-btm-action {
    margin-top: 20px;
}
.form-btm-action a {
    color: #000;
    line-height: normal;
    text-decoration: none;
}
.form-btm-action a span {
    color: #3d03a9;
}

.form-btm-action a:hover {
    color: #3d03a9;
}
.modal-header .close {
    display: none;
}
label.checkb-x {
    font-size: 14px;
    line-height: normal;
    padding-left: 55px;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
label.checkb-x .fa-check {
    background-color: #000;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 21px;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 7px;
}


/*contact page*/
.contact-heading {
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.contact-heading p {
    color: #8e8e8e;
}
.contact-pg {
    min-height: 80vh;
    padding: 50px 0 ;
}

/*archivepage*/
.pagination-number {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 30px;
}
.pagination-number ul {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}
.pagination-number ul li {
    display: inline-block!Important;
    margin: 0 5px!Important;
}
.pagination-number ul li strong, .pagination-number ul li a {
    background-color: #fff!Important;
    border: 1px solid #ddd!Important;
    border-radius: 50%!Important;
    width: 40px!Important;
    height: 40px!Important;
    display: inline-block!Important;
    vertical-align: middle!Important;
    line-height: 40px!Important;
    color: #000!Important;
    text-decoration: none!Important;
    vertical-align: middle!Important;
}
.pagination-number ul li span {
    margin: 0 20px!Important;
}

.pagination-number ul li strong ,
.pagination-number ul li a:hover {    background: rgb(61,3,169)!Important;    background: linear-gradient(45deg, rgba(61,3,169,1) 0%, rgba(122,1,195,1) 100%)!Important;    color: #fff!Important;    border-color: rgb(61,3,169)!Important;}


ul.small-media {
    display: flex;

    width: 100%;
    padding-top: 10px;
}
ul.small-media li {
    display: inline-block;
	margin-right:5px;
}



.single-ad-section {
    display: inline-block;
    width: 100%;
    background: rgb(61,3,169);
    background: linear-gradient( 45deg, rgba(61,3,169,1) 0%, rgba(122,1,195,1) 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 93.8%, 50% 100%, 0% 93.8%);
    color: #fff;
    padding-bottom: 100px;
    padding-top: 50px;
}
.wish-btns a.btn.btn-action {
    font-size: 14px;
    padding: 0 20px;
    line-height: 38px;
}
.wish-btns a.btn.btn-action i.fa {
    font-size: 18px;
    margin-right: 10px;
}
.rigt-btns {
    float: right;
}
a.flag-btn {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
    color: #5c02b6 !important;
}
.orange-colr {
    color: #ff9000;
}

.name-sigleadd p {
    margin: 0;
}
.info-datas {
    margin-top: 20px;
}
.info-table {
    border: 1px solid rgba(255,255,255,.36);
    border-radius: 10px;
    padding: 35px;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 
                0 0 20px rgba(255, 255, 255, 0.3), 
                0 0 30px rgba(255, 255, 255, 0.2), 
                0 0 40px rgba(255, 255, 255, 0.1);
}
.info-table ul {
    margin: 0;
    display: inline-block;
    width: 100%;
    position: relative;
}
.info-table ul li {
    display: inline-block;
    width: 100%;
    margin: 0;
    line-height: 30px;
}
.listing-infodata {
    margin-top: 24px;
    display: inline-block;
    width: 100%;
}

.listing-infodata a {
    display: inline-block;
    border: 1px solid rgba(255,255,255,.36);
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 50px;
    margin-top: 10px;
    text-decoration: none;
    margin-right: 7px;
}
.listing-infodata a.active-list.white-btn {
    color: #6802bc !important;
}

.row.under-info {
    margin-top: 20px;
}
.godziny .godziny-table {
    width: 100%;
    border: 1px solid rgba(255,255,255,.36);
    border-radius: 10px;
    overflow: hidden;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 
                0 0 20px rgba(255, 255, 255, 0.3), 
                0 0 30px rgba(255, 255, 255, 0.2), 
                0 0 40px rgba(255, 255, 255, 0.1);
}
.godziny table td {
    padding: 16px 20px;
}
.godziny table tr:first-child   td {
    border-bottom: 1px solid rgba(255,255,255,.36);
}
.godziny  table { width: 100%; }
form.newslatter {
    display: inline-block;
    width: 100%;
    position: relative;
}
form.newslatter input {
    margin: 0;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.36);
    color: #fff !important;
        height: 71px;
}
form.newslatter input::placeholder {  
 color: #fff !important;
  opacity: 1;  
}

form.newslatter input:-ms-input-placeholder {  
 color: #fff !important;
}

form.newslatter input::-ms-input-placeholder { 
  color: #fff !important;
}

form.newslatter button.btn.btn-action {
    position: absolute;
    right: 15px;
    padding: 12px 25px;
    top: 10px;
    color: #6802bc !important;
}
.rigt-btns-call a.btn.btn-action {
    float: right;
}
.wish-btns {
    margin-bottom: 20px;
}

.tabing-singl-add ul {
    margin: 0;
    display: inline-block;
    width: 100%;
}
.tabing-singl-add ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}

.tabing-singl-add ul li a {
    padding: 0 20px;
    color: #fff;
    border: 1px solid transparent;
    line-height: 65px;
    display: inline-block;
    border-radius: 10px 10px 0 0;
    text-decoration: none;
    border-bottom: 0 !important;
}
.tabing-singl-add ul li.active a {
    border: 1px solid rgba(255,255,255,.36);
}
.tabing-singl-add .tab-content {
    padding: 45px 0;
}
.tab-detail-pg {
    border-bottom: 1px solid rgba(255,255,255,.36);
	box-shadow: 0 4px 4px rgba(255, 255, 255, 0.1), 
                0 10px 10px rgba(255, 255, 255, 0.1), 
                0 30px 30px rgba(255, 255, 255, 0.1), 
                0 40px 40px rgba(255, 255, 255, 0.1)
}
.tabing-singl-add {
    margin-top: 35px;
}
.reviews-list {
    display: flex;
    width: 100%;
    margin: 20px 0;
}
.reviews-list .reivew-author {
    min-width: 100px;
    width: 100px;
    margin-right: 20px;
}
i.active-star {
    color: #895ecb;
}
i.reviews-star {
	color: gold;
}
.reviews-star {
	color: gold;
}
.tabing-singl-add .tab-content a.btn.btn-action {
    padding: 9px 20px;
    font-size: 14px;
}
.tabing-singl-add .tab-content a.btn.btn-action .fa {
    margin-right: 10px;
}
p.revie-plce {
    margin-bottom: 6px;
	word-break: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
	font-size: 14px;
}
p.review-holder {
	font-size: 14px;
	font-weight: 700;
}
.singladd-pg {
    background-color: #eaeaea;
}
.modal-body textarea {
    min-height: 240px;
}
.give-review {
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.review-pp {
    position: relative;
    border-bottom: 1px solid #ddd;
    width: 100%;
    color: #dddddd;
    font-size: 50px;
}
.review-pp .fa {
    
    display: inline-block;
    vertical-align: middle;
}
.review-pp .fa.yello-star {
    background: linear-gradient(45deg, #ff9000 0%, #ffbe69 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.review-pp span {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -23px;
    background-color: #fff;
    padding: 0 20px;
}
.give-review {
    text-align: center;
    margin-bottom: 55px;
    display: inline-block;
    width: 100%;
}

/*add-page*/
.add-pg {
    display: inline-block;
    width: 100%;
    background: rgb(61,3,169);
    background: linear-gradient( 45deg, rgba(61,3,169,1) 0%, rgba(122,1,195,1) 100%);
    padding: 65px 0;
    color: #fff;
}

.white-box-select ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 35px;
}
.white-box-select ul li {
    display: inline-block;
    width: 14.2%;
    border-right: 1px solid #ddd;
    text-align: center;
}
.white-box-select ul li select {
    border: 0;
    border-radius: 0;
    min-height: 41px;
    height: 41px;
    margin: 0;
    font-size: 14px;
}
.white-box-select ul li p {
    color: #000;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 19px 0;
}
label.checkb-x.checkb-x-new {
    padding-top: 17px;
    margin-bottom: 40px;
}
ul.zdj-imgs {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
ul.zdj-imgs li {
    display: inline-block;
    width: 100%;
    padding: 0 5px;
}
ul.zdj-imgs li img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
ul.zdj-imgs li span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    font-size: 50px;
}

.dodaj-left {
    padding-right: 40px;
    position: relative;
}
.dodaj-right {
    padding-left: 40px;
    position: relative;
}
.dodaj-left form {
    position: relative;
}
.dodaj-left form::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: calc(100% - 90px);
    position: absolute;
    right: -41px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    opacity: .36;
}
.white-box-select a.dark-btn.btn .fa {
    margin-right: 10px;
    font-size: 20px;
}

.account-pg {
    display: inline-block;
    width: 100%;
    background: rgb(61,3,169);
    background: linear-gradient( 
45deg, rgba(61,3,169,1) 0%, rgba(122,1,195,1) 100%);
    padding: 50px 0;
}
.white-box-account {
    border-radius: 10px;
    background-color: #fff;
    display: inline-block;
    width: 100%;
}
.account-left {
    padding: 60px;
    text-align: center;
    width: 100%;
}
a.small-btn {
    font-size: 14px;
    padding: 8px 25px;
}
.blue-text {
    color: #000;
	font-weight: 900;
}
.user-nick {
	color: #fff;
            font-weight: 500;
            text-shadow: 
                0 0 5px rgba(61,3,169,0.8),
                0 0 10px rgba(61,3,169,0.8),
                0 0 15px rgba(61,3,169,0.8),
                0 0 20px rgba(61,3,169,0.8),
                0 0 25px rgba(122,1,195,0.8),
                0 0 30px rgba(122,1,195,0.8),
                0 0 35px rgba(122,1,195,0.8),
                0 0 40px rgba(122,1,195,0.8);
}
.neon {
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 
     0 0 5px rgba(61,3,169,0.8),
     0 0 10px rgba(61,3,169,0.8),
     0 0 15px rgba(61,3,169,0.8),
     0 0 20px rgba(61,3,169,0.8),
     0 0 25px rgba(122,1,195,0.8),
     0 0 30px rgba(122,1,195,0.8),
     0 0 35px rgba(122,1,195,0.8),
     0 0 40px rgba(122,1,195,0.8);
}
.cien-foto {
box-shadow: 0 .4rem 4rem rgb(0, 0, 0, 9) !important;
}
.account-left-inner p {
    margin-top: 20px;
}
ul.top-account-tb {
    margin: 0;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
ul.top-account-tb li {
    display: inline-block;
}
ul.top-account-tb li a {
    padding: 0 30px;
    line-height: 60px;
    display: inline-block;
    color: #000;
    background-color: #eaeaea;
	text-decoration: none;
}
ul.top-account-tb li a:hover {
    padding: 0 30px;
    line-height: 60px;
    display: inline-block;
    color: #7901c3;
    background-color: #d8d8d8;
	text-decoration: none;
	font-weight: 500;
}
ul.top-account-tb li.acc-active a {
    color: #4e02b1;
    background-color: #fff;
    font-weight: 600;
}
.acountright {
    border-left: 1px solid #ddd;
    padding-left: 0;
}
.accunt-form-content {
    width: 100%;
    display: inline-block;
    padding: 40px;
}
label.label {
    font-size: 14px;
    line-height: normal;
    margin: 0 !important;
    width: 100%;
}
.ukryc label.checkb-x {
    margin-bottom: 10px;
    display: inline-block;
    width: auto;
    margin-right: 20px;
    font-size: 16px;
    padding-top: 13px;
}
.ukryc {
    margin-bottom: 20px;
}
 .text-oneseved textarea {
    min-height: 179px;
}
.account-left-inner span {
    display: inline-block;
    position: relative;
}
.account-left-inner span i.fa {
    background-color: #000;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 10px;
}
.list-accont-pro h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.list-accont-pro p.small-gry-p {
    font-size: 14px;
    color: #8e8e8e;
}
.list-accont-pro a.btn.btn-action.small-btn {
    padding: 5px 14px;
    border: 1px solid rgb(61,3,169);
}
.btn.btn-action.tranperent-btn {
    background: #fff;
    color: #3d03a9 !important;
}
.btn.btn-action.gray-border {
    border-color: #ddd !important;
}
.btn.btn-action.red-border {
    border-color: #f02f20 !important;
    color: #f02f20 !important;
}
.list-accont-right {
    text-align: right;
}
.list-accont-right {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: flex-end;
}
.list-accont-right-btn {
    width: 100%;
}
.list-accont-pro {
    border-bottom: 1px solid #ddd;
    padding: 28px 0;
}
.list-accont-pro:last-child { border: 0px;  padding-bottom: 0px;}
.mojo-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.list-accont-pro:first-child {
    padding-top: 0;
}
ul.top-links li.active a {
    border-bottom: 1px solid #5a00ff;
    color: #5a00ff;
}

.mobile-menu {
    display: none;
}
.hide-desktop {
    display: none !important;
}
.info-table ul li span {
    float: right;
}

.country-items-main {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
        margin: 0;
}
.country-items {
    padding-left: 0;
}


.country-items-main::-webkit-scrollbar {  height:  20px;  border-radius: 50px;}
/* Track */
.country-items-main::-webkit-scrollbar-track {  background: #dddddd;  border-radius: 50px;}
/* Handle */
.country-items-main::-webkit-scrollbar-thumb {  background: #000;  border-radius: 50px;}
/* Handle on hover */
.country-items-main::-webkit-scrollbar-thumb:hover {  background: #000;}




@media (max-width: 1350px) {
.ukryc label.checkb-x {
    margin-right: 10px;
}
}

@media (max-width: 1199px) {
.white-box-select ul li {
    display: inline-block;
    width: 50%;
    border-right: 1px solid #ddd;
    text-align: center;
}
ul.top-links li {
    margin: 0 20px 0 0;
}
.hover-details {
    padding: 10px;
        max-width: 164px;
}
h5.name-girls {
    font-size: 15px;
}
.hover-details ul {
    line-height: 15px;
}
footer.footer-site ul li {
    margin: 0 13px 0 0;
    font-size: 14px;
}
form.newslatter input {
    padding-left: 10px;
}
.godziny table td {
    padding: 16px 10px;
}
.list-accont-right-btn  a.btn.btn-action {
    margin-top: 4px;
}
}

@media (max-width: 1191px) {
ul.top-account-tb {
    margin: 0;
	display:block;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
ul.top-account-tb li {
    display: inline-block;
	float:left;
	width:100%!Important;

}
ul.top-account-tb li a {
    padding: 0 30px;
    line-height: 60px;
    display: inline-block;
    color: #000;
	width:100%;
    background-color: #eaeaea;
}
	.mob-off{
		display:none!Important;
	}
	.mob-on{
		display:block!Important;
	}
ul.top-links li {    margin: 0 10px 0 0;}
.login-btns .btn-action {    padding: 8px 17px;    margin-left: 5px;}

.home-tabing ul.nav.nav-tabs li a {
    min-width: 220px;
}
.home-tabing .tab-content {
    padding: 30px 20px;
}
.btn-action {
    padding: 11px 25px;
    font-size: 14px;
}
.home-tabing {
    padding: 50px 0;
}
select, input, textarea {
    min-height: 45px;
    font-size: 15px;
}
span.tool-box {
    height: 33px;
    top: 6px;
    width: 33px;
    line-height: 33px;
    right: 8px;
}
.with-suggest-box select {
    background-position: calc(100% - 52px);
}
.home-tabing .col-sm-6 ,.home-tabing .col-sm-4 ,
.home-tabing .col-sm-12 {
    padding: 0 5px;
}
.home-tabing .row {
    margin: 0 -5px;
}
h2.heading-home {
    margin-bottom: 20px;
}
.column-5 {
    width: 33.333%;
}
.profile-girls-readmore a.btn::before, .profile-girls-readmore a.btn::after {
    top: 22px;
    margin-left: 10px;
}
.profile-girls-readmore a.btn::after {
    margin-left: 0px;
    margin-right: 10px;
}
footer.footer-site .col-sm-12.col-md-6 {
    max-width: 100%;
    flex: none;
    text-align: center;
}
copyright {
    float: none;
    text-align: center;
    margin-top: 10px !important;
    display: inline-block;
}
footer.footer-site {
    padding: 18px 0;
}
.wish-btns {
    display: inline-block;
    width: 100%;
}
.wish-btns a.btn.btn-action {
    padding: 0 10px;
}
.wish-btns a.btn.btn-action i.fa {
    font-size: 14px;
    margin-right: 5px;
}
.info-table {
    font-size: 14px;
    padding: 15px;
}
.info-table ul li {
    line-height: 29px;
}
.listing-infodata a {
    padding: 6px 11px;
    font-size: 13px;
    margin: 6px 2px 0 0;
}
.rigt-btns-call a.btn.btn-action {
    padding: 9px 13px;
}
.godziny table td {
    padding: 7px 7px;
    font-size: 14px;
}
.info-table {
    margin-top: 0;
}
form.newslatter input {
    height: 44px;
    font-size: 13px;
}
form.newslatter button.btn.btn-action {
    padding: 5px 6px;
    top: 6px;
    right: 7px;
}
.dodaj-left {
    padding-right: 15px !important;
}
.dodaj-right {
    padding-left: 15px  !important;
}
.dodaj-left form::after {
    right: -15px;
}
.add-pg .with-suggest-box select, 
.add-pg .with-suggest-box input {
    padding-right: 45px;
    padding-left: 10px;
    font-size: 14px;
}
.add-pg .col-md-12, .add-pg .col-md-6 {
    padding: 0 5px;
}
.add-pg .row {
    margin: 0 -5px;
}
.white-box-select ul li select {
    padding-left: 10px;
    padding-right: 25px;
    background-position: calc(100% - 7px);
    background-size: 8px;
}
ul.zdj-imgs li span {
    font-size: 30px;
}
.account-left {
    padding: 30px;
}
ul.top-account-tb li a {
    padding: 0 15px;
}
.list-accont-pro {
    text-align: center;
}
.list-accont-right {
    justify-content: center;
    padding-top: 10px;
}
.list-accont-right-btn {
    text-align: center;
}
.list-accont-right p {
    margin-bottom: 0;
}
}

.site-logo18 {    
    margin-top:10px;
}
.blok18 {
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.9); /* Dodaj biały cień */
}
@media (max-width: 768px) {
  .blok18 {
    max-width: 90%; /* Możesz ustawić maksymalną szerokość, np. 90% */
  }
}

.b18top p{
	font-size: 18px;
	font-weight: 900;
}
.b18txt p{
	font-size: 15px
}

@media (max-width: 1167px) {
.site-logo18 {    margin-top:10px; max-height: 50px;    image-rendering: -webkit-optimize-contrast;}
.top-header {    display: none;}
.after-logotext {    display: none;}
.mobile-menu {    display: inline-block;    float: right;}
a.site-logo img {    max-height: 29px;    image-rendering: -webkit-optimize-contrast;}
a.dodaj-anons {    padding: 5px 10px;    font-size: 14px;}
.hide-sm {    display: none;}
a.menu-toggle {    color: #000;    padding: 6px 0px 6px 7px;    display: inline-block;    vertical-align: middle;    float: right;        font-size: 21px;}
a.site-logo {    margin-top: 3px;}
.min-header {    padding: 20px 0;}
.mbile-navigation {
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    padding: 0;
    z-index: 99;
    box-shadow: 0 12px 10px rgba(0,0,0,.5);
    border-top: 1px solid #ddd;
    margin-top: 20px;
}
ul.navigate li {    display: inline-block;    width: 100%;}
ul.navigate li a {    display: inline-block;    width: 100%;    color: #000;    padding: 8px 0;    font-size: 15px;}
ul.navigate {    padding: 15px 15px;    border-bottom: 1px solid #ddd;}
.mbile-navigation .language-swic {    text-align: center;    margin: 0 0 10px 0;}
.mbile-navigation .login-btns {    text-align: center;    padding: 0 15px 15px 15px;}
.hide-desktop {    display: inline-block !important;}

.home-tabing ul.nav.nav-tabs li a {
    font-size: 14px;
    min-width: 140px;
    padding: 10px 0;
}
.home-tabing ul.nav.nav-tabs li.active a {
    padding: 18px 0 9px 0;
}
.home-tabing .tab-content {
    padding: 20px 15px;
}
.filter-hm select {
    width: 120px;
    padding-left: 10px;
    margin-right: 1px;
    font-size: 13px;
    min-height: 38px;
    background-position: calc(100% - 10px);
    background-size: 9px;
    padding-right: 24px;
}
.column-5 {
    width: 50%;
}
.profile-girls .row {
    margin: 0 -5px;
}
.profile-girls .column-5 {
    padding: 0 5px;
}
.bg-gray-girl-profile {
    padding-top: 50px;
}
footer.footer-site ul li {
    margin: 0 20px 0 0;
}
.archive-pg .grid-profile-section {
    padding-top: 20px !important;
}
.min-header .col-sm-6 {
    max-width: 100%;
    flex: none;
}
.container {
    max-width: 100%;
}
.pagination-number {
    margin-bottom: 0px;
}
textarea {
    padding: 15px 20px;
}
form.contact-form a.btn.btn-action {
    width: 100%;
}
.contact-heading {
    margin-bottom: 10px;
}
.profile-media img {
    width: 100%;
}
ul.small-media {
    justify-content: flex-start;
}
ul.small-media li {
    margin-right: 10px;
}
.rigt-btns-call a.btn.btn-action {
    float: left;
    margin-top: 10px;
}
.info-table ul {
    margin-bottom: 20px;
}
.listing-infodata {
    margin-top: 0;
}
.tabing-singl-add .tab-content {
    padding: 20px 0;
}
.single-ad-section {
    clip-path: polygon(0% 0%, 100% 0%, 100% 98.8%, 50% 100%, 0% 98.8%);
    padding-bottom: 30px;
}
.reviews-list .reivew-author {
    min-width: 70px;
    width: 70px;
    margin-right: 10px;
}
.godziny table {
    min-width: 440px;
    
    width: 440px;
}

.dodaj-left {
    padding-bottom: 30px !important;
}
.dodaj-left form::after {
    height: 1px;
    width: 100%;
    top: auto;
    right: 0;
    bottom: -16px;
}
.dodaj-right {
    padding-left: 5px  !important;
}
.dodaj-left {
    padding-right: 5px !important;
}
.add-pg br {
    display: none;
}

.add-pg {
    padding: 25px 0;
}
.acountright {
    border-left: 0;
    padding-left: 15px;
}
ul.top-account-tb {
    border-top: 1px solid #ddd;
}
.accunt-form-content {
    padding: 20px;
}
label.checkb-x .fa-check {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
}
.ukryc label.checkb-x {
    padding-top: 6px;
}
label.checkb-x {
    padding-left: 35px;
}
.mojo-img {
    margin-bottom: 10px;
}
.list-accont-pro a.btn.btn-action.small-btn {
    padding: 5px 11px;
}
.modal-dialog {
    max-width: calc(100% - 15px);
}
.modal-header {
    padding: 15px 20px 25px 20px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85.8%, 50% 100%, 0% 85.8%);
}
.modal-body {
    padding: 30px 20px;
}
.modal-body a.btn.btn-action {
    width: 100%;
}
.modal-body textarea {
    min-height: 110px;
}
.review-pp {
    font-size: 25px;
}
.give-review {
    margin-bottom: 35px;
}
.give-review p {
    margin-bottom: 0;
}
.country-items {
    width: 50% !important;
    min-width: 50%;
    font-size: 14px;
}
ul.tab-miaso li {
    margin: 3px 0;
}
.country-items-main {
    padding-bottom: 20px;
}
}

@media (max-width: 479px) {
.btn-hometab-form a.link-blue {
    display: block;
    margin: 10px 0 0 0;
}
.hover-details {
    padding: 7px;
    max-width: 135px;
    right: -6px;
    bottom: 30px;
}
h4.ct-img {
    margin: 0;
}
.girl-data h3 {
    font-size: 15px;
    line-height: 18px;
}
label.vip-badge {
    padding: 2px 5px;
    font-size: 10px;
}
.filter-hm {
    margin-bottom: 10px;
}
h2, .h2 {
    font-size: 20px;
}
body {
    font-size: 15px;
}
.wish-btns a.btn.btn-action {
    font-size: 0;
    padding: 0 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
}
.wish-btns a.btn.btn-action i.fa {
    margin: 0;
    vertical-align: middle;
    font-size: 17px;
}
.wish-btns {
    text-align: right;
}
.rigt-btns {
    float: right;
    margin-left: 15px;
}
.tabing-singl-add ul li a {
    line-height: 50px;
}
ul.top-account-tb li a {
    padding: 0 10px;
    font-size: 12px;
    line-height: 50px;
}

}
input[type=radio]{
  width:20px;
  height:20px;
  margin-right:10px;
  margin-left:10px;
  min-height:20px;
}
input[type=checkbox]{
  width:20px;
  margin-right:10px;
  margin-left:10px;
  height:15px;
  min-height:15px;
}
.highlight {
  background-color: black;
  color: white;
  font-weight: 900;
}
.dodajalert {
	background: #eaeaea;
	color: #000;
	border-radius: 4px;
	padding: 10px;
	text-align: center;
}
.opaskar {
    padding: 20px;
    border-right: 1px solid transparent; /* Domyślnie ukryte obramowanie */
	border-bottom: 1px solid transparent;
  }

  @media screen and (min-width: 768px) {
    .opaskar {
      border-right-color: #ff9000; /* Kolor obramowania na komputerach */
	  border-bottom-color: #ff9000;
    }
.opaskab {
    padding: 20px;
	border-bottom: 1px solid transparent;
  }

  @media screen and (min-width: 768px) {
    .opaskab {
	  border-bottom-color: #ff9000;
    }
