@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    background: #252525;
  	font-family: "Roboto", sans-serif;
	font-weight: 400;
    line-height: 140%;
    color: #333;
}
input[type="submit"]{
	cursor: pointer;
	transition: all 0.4s;
  	font-family: "Roboto", sans-serif;
	padding: 4px 12px;
	height: unset;
}
h1{
	line-height: 140%;
}
/* Основные контейнеры */
.container {
    margin: 0 auto;
    padding: 0 16px;
    max-width: 1020px;
}

#main-wrapper {
    min-height: calc(100% - 435px);
    max-width: 1020px;
    margin: 0 auto;
    background: #FFFFFF;
	padding-bottom: 12px;
}

.clearfix::after {
    content: '';
    display: table;
    clear: both;
}

/* Хедер и навигация */
.navbar._fixed {
    position: fixed;
    top: 0;
    z-index: 1030;
    width: 100%;
    max-width: 1020px;
    left: 50%;
    transform: translateX(-50%);
    background: #1E1E1E;
    height: 72px;
}

.headWrapper {
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 72px;
}

.headWrapper .head100 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.miniloga {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin-top: -6px;
    position: relative;
}
.miniloga::after{
    position: absolute;
    content: '';
    width: 110px;
    height: 72px;
    left: 160px;
    top: -18px;
    background: url(/files/verify.png);
    background-size: cover;
}
.miniloga img {
    max-height: 44px;
}

.nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navCols > li {
    float: left;
}

.navCols > li + li {
    margin-left: 2px;
}

.pLeft {
    float: left;
}

.pRight {
    float: right;
}

/* Дропдаун меню */
.dropdown {
    position: relative;
}

.dropToggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    position: relative;
}

.dropMenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    background-color: #426ed1;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    max-height: 320px;
    overflow-y: auto;
}

.dropMenu.pRight {
    right: 0;
    left: auto;
}

.dropMenu > li > a {
    display: block;
    clear: both;
    padding: 10px 15px;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
}

.dropMenu > li > a:hover {
    background: #000000;
    text-decoration: none;
}

.open > .dropMenu {
    display: block;
}

.viewed-counter {
    position: absolute;
    background: #426ed1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    top: 5px;
    right: 5px;
    font-size: 11px;
}

/* Фильтры */
.topBtnsWrapper {
    background: #fff;
}

.topBtns {
    display: flex;
    padding: 10px 15px;
    justify-content: space-between;
    background: #fff;
    margin: 0 auto;
    max-width: 1020px;
    gap: 12px;
}

.filter select {
    background: #eee;
    text-align: center;
    height: 40px;
    padding: 0 0 0 12px;
    border: transparent;
    border-right: 6px solid transparent;
    box-shadow: 0px 0px 2px #000000;
    outline: none;
    min-width: 240px;
}

/* Максимальный баннер */
.max {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 16px;
    display: flex;
    margin: 0 16px;
    transition: all 0.4s;
}

.max:hover {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.max img {
    width: 100%;
    height: auto;
}

/* Карточки профилей */
#profilesContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
	padding-bottom: 12px;
}

.cardItem {
    width: calc(50% - 12px);
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    position: relative;
    padding: 6px;
}

.cardItem.dayer {
    border: 2px solid #FF5E7D;
    border-top: 40px solid #FF5E7D;
}

.cardItem.dayer::after {
    display: block;
    position: absolute;
    content: '';
    width: 184px;
    height: 24px;
    background: url(/files/dayer.svg);
    left: 12px;
    top: -32px;
}

.cardPhoto {
    width: 190px;
    position: relative;
    height: 240px;
}
.cardImg{
	padding-right: 20px;
}

.cardPhoto img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cardInfo {
    position: relative;
    width: 100%;
    max-width: calc(100% - 200px);
    padding: 4px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cardName {
    font-size: 24px;
	font-weight: 600;
    color: #FF5E7D;
    display: block;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-decoration: none;
}

.cardSpecs {
    display: flex;
    gap: 6px;
	flex-direction: column;
}

.cardSpecs p {
    margin: 0;
}

.cardDesc {
    font-style: italic;
    border-bottom: 1px dashed #CCCCCC;
    border-top: 1px dashed #CCCCCC;
    padding: 8px 0;
    margin: 0;
    width: 100%;
}

.cardPhone {
    font-size: 24px;
	font-weight: 500;
    color: #426ed1;
    display: block;
    text-decoration: none;
}

.cardParams {
    width: 100%;
    font-size: 16px;
    line-height: 23px;
}

.cardParams span {
    color: #FF5E7D;
	font-weight: 500;
	font-size: 18px;
	padding-left: 6px;
}

.cardPrices {
    display: flex;
	flex-wrap: wrap;
    gap: 16px;
	padding: 8px 0;
}
.cardPrices p{
	margin: 0;
}
.smaller{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}
.priceItem{
	width: calc(50% - 8px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	font-size: 14px;
	color: #FF5E7D;
	text-align: right;
}
.priceItem strong{
	white-space: nowrap;
	font-size: 18px;
}
.priceIcon{
	position: relative;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0;
}
.priceIcon span{
	padding: 0;
	font-size: 16px;
}
.priceIcon svg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
/* Бейджи */
.badges {
    position: absolute;
    right: 0;
    top: 0px;
    text-align: right;
    width: 85px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.badges div {
	font-size: 12px;
    color: white;
    border-radius: 3px;
    padding: 5px;
    width: 85px;
    text-align: center;
}

.badges .top15 { background: #009933; }
.badges .free { background: #756BFF; }
.badges .bdsm { background: #f0ad4e; }
.badges .real { background: #FF5E7D; }
.badges .elit { background: #E636C0; }
.badges .mssg { background: #245BF4; }
.badges .maxtile { background: linear-gradient(90deg, #41BBFD 0.62%, #3454FC 49.47%, #8C3FE0 98.31%); }

/* Лейблы на фото */
.labels {
    position: absolute;
    bottom: 4px;
    right: 2px;
}

.tilelabel {
    background-repeat: no-repeat;
    background-size: cover;
    width: 90px;
    border-radius: 10px;
    height: 23px;
    margin-bottom: 3px;
}

.tilelabel.call { background-image: url(/files/icons/call.svg); }
.tilelabel.free { background-image: url(/files/icons/free.svg); }
.tilelabel.bdsm { background-image: url(/files/icons/bdsm.svg); }
.tilelabel.elit { background-image: url(/files/icons/elit.svg); }
.tilelabel.mssg { background-image: url(/files/icons/mssg.svg); }
.tilelabel.trust { background-image: url(/files/icons/trust.svg); }
.tilelabel.maxtile { background-image: url(/files/icons/max.svg); }

/* Страница профиля */
.cardPage {
    position: relative;
    padding-bottom: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.title {
    font-size: 24px;
    color: #FF5E7D;
    margin: .67em 0;
}

h1.title {
    margin-top: 5px;
    margin-bottom: 0;
}

/* Социальные сети */
.socials {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.tgLink {
    display: flex;
    align-items: center;
    gap: 8px;
	font-size: 16px;
    text-decoration: none;
}

.tgLink:hover {
    opacity: 0.8;
}

.tgLink svg {
    width: 24px;
    height: 24px;
    border-radius: 4px;
}

/* Слайдер */
.slider {
    padding: 0px;
    height: 400px;
    width: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}

.swiper-slide img {
    width: auto;
    height: 100%;
    max-width: 100%;
}

.video {
    margin: 16px 0;
    background: #000000;
    width: 100%;
    height: 400px;
}

/* Описание профиля */
.profile_desc {
    width: 100%;
	display: block;
	line-height: 160%;
    margin: 0 auto;
	padding-top: 12px;
    font-style: italic;
}

.profile_desc p {
    margin: 0;
}

.w50 {
    width: 50%;
    float: left;
}

.head100 {
    width: 100%;
}

.uslugi {
    width: 100%;
}

.cardService {
    width: 100%;
}

.servici {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.servici p {
    display: flex;
    align-items: center;
    gap: 8px;
    width: calc(50% - 4px);
    margin: 0;
}

.servici input {
    width: 16px;
    height: 16px;
}

.strike {
    color: gray;
    text-decoration: line-through;
}

/* Комментарии */
.commment {
    display: table;
    width: 100%;
}

.commentsWrapper {
    max-height: 320px;
    overflow-y: scroll;
    padding-bottom: 10px;
    overflow-x: hidden;
}

.scrollbar-dynamic {
    padding-top: 5px;
}

.kz1 {
    margin-top: 1px;
}

.css_comment_top {
    height: 7px;
}

.cross-section_phone {
    color: #fff;
    background: #ccc;
}

.cross-section_phone p {
    padding: 12px;
    margin: 0;
}

.kz2 {
    display: table;
    width: 100%;
}

/* Формы */
.myForm {
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
	outline: none;
    border-radius: 4px;
  	font-family: "Roboto", sans-serif;
}

textarea.form-control {
    height: auto;
}

.answer {
    margin: 10px 0;
}

/* Кнопки */
.mbtn {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    height: 37px;
    border: none;
    cursor: pointer;
}

.mbtn-primary {
    background: #6AB04C;
}
.mbtn-primary:hover{
	background: #009933;
}

.myBtn, .girlBtn {
    border-radius: 4px;
    height: 37px;
    font-size: 16px;
    cursor: pointer;
    color: #FF5E7D !important;
    border: 1px solid #FF5E7D;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    text-decoration: none !important;
}

.girlBtn {
    width: auto;
    padding: 0 12px;
    text-transform: unset;
    margin: 0;
}

.myBtn.load {
	margin-top: 12px;
}

/* Кнопка звонка */
#js-click-to-call-block {
    z-index: 999;
    position: fixed;
    bottom: 15px;
    right: 17px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
}

#js-click-to-call-block #js-click-to-call-block-outer {
    background-color: rgba(0,149,70,.4);
    border-color: rgba(0,149,70,.4);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

#js-click-to-call-block #js-click-to-call-block-inner {
    background-color: rgba(0,149,70,.8);
    border-color: rgba(0,149,70,.8);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
}

#js-click-to-call-block a {
    position: absolute;
    display: block;
    left: 24px;
    top: 26px;
    width: 32px;
    height: 32px;
    z-index: 3;
    background-image: url(/files/icons/call.png);
    background-size: contain;
}

/* Футер */
.footer {
    background-color: #1E1E1E;
    padding: 0;
    width: 100%;
}

.footer .footerWave {
    width: 100%;
    background-image: url(/files/footer.jpg);
    background-repeat: repeat-x;
    height: 5px;
}

.footer .main {
    padding: 0 15px;
}

.footer .main .mainMenu .content {
    color: #fff;
    margin-top: 20px;
	text-align: center;
    margin-bottom: 10px;
}

.footer .main .mainMenu .copy {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.footer .main .mainMenu .copy p {
    margin: 5px 0;
}

.footer a {
    color: #426ed1;
    transition: all 0.4s;
}

.footer a:hover {
    color: #2c56b4;
}

/* Анимации */
@keyframes bounceIn {
    0% { opacity: 0; transform: scale3d(.3,.3,.3); }
    20% { transform: scale3d(1.1,1.1,1.1); }
    40% { transform: scale3d(.9,.9,.9); }
    60% { opacity: 1; transform: scale3d(1.03,1.03,1.03); }
    80% { transform: scale3d(.97,.97,.97); }
    100% { opacity: 1; transform: scale3d(1,1,1); }
}

.bounceInUp {
    animation-name: bounceIn;
    animation-duration: 0.75s;
}
.row{
	display: flex;
	gap: 12px;
	padding-top: 8px;
}
.row p{
	margin: 0;
}
/* Адаптивность */
@media (max-width: 867px) {
    .miniloga::after{
        top: -24px;
        left: 120px;
    }
    .miniloga img {
        max-height: 32px;
    }
    
    .headWrapper .head100 {
        gap: 0;
    }

	.cardItem{
		width: 100%;
	}
	.cardPhone{
		font-size: 20px;
	}
	.cardSpecs{
		flex-direction: row;
		flex-wrap: wrap;
	}
}

@media (max-width: 650px) {
    .cardSpecs {
        font-size: 14px;
    }
    
    .cardDesc {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        height: 54px;
    }
    
    .filter select {
        min-width: 240px;
        width: 240px;
    }
    
    .dropMenu._scrolled {
        overflow-y: scroll;
        max-height: 600px;
    }
}

@media (max-width: 440px) {
	body{
		font-size: 14px;
	}
	.cardImg{
		padding-right: 10px;
	}
	.cardPhoto {
		width: 150px;
		position: relative;
		height: 200px;
	}
	.cardInfo{
		max-width: calc(100% - 160px);
	}
	.cardName{
		font-size: 20px;
	}
	.cardPhone{
		font-size: 18px;
	}
    .servici p {
        width: 100%;
    }
    
    .labels {
        position: absolute;
        bottom: 15px;
		right: 0;
    }
    
    .tilelabel {
        width: 70px;
        height: 18px;
    }
    
    .topBtns {
        overflow-x: scroll;
    }
    
    .filter select {
        min-width: 240px;
        width: 240px;
    }
	.priceItem strong{
		font-size: 16px;
	}
	.cardParams span{
		font-size: 16px;
	}
}
@media (max-width: 414px) {
	.cardPrices{
		gap: 12px;
	}
	.priceItem{
		width: 100%;
		justify-content: flex-start;
	}
    .miniloga::after{
        left: 85px;
        background-size: cover;
        width: 92px;
        height: 64px;
    }
    .miniloga img {
        max-height: 24px;
    }
}
@media (max-width: 360px) {
	.cardImg{
		padding: 0;
	}
	.cardPhoto{
		width: 100%;
		height: 300px;
	}
	.labels{
		bottom: 12px;
		right: 12px;
	}
	.cardInfo{
		max-width: 100%;
	}
}

/* Списки */
ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 20px;
}
header li{
	list-style: none;
}
.headerSpace{
	height: 72px;
}

/* Общие стили */
a {
    color: #426ed1;
    text-decoration: none;
    background-color: transparent;
	transition: all 0.4s;
}

a:hover, a:focus {
    color: #2c56b4;
    text-decoration: underline;
}

strong {
    font-weight: 600;
}

p {
    margin: 0 0 10px;
}