/****************Base*styles********************/
*{
	box-sizing: border-box;
	line-height: 100%;
}

body.hidden{
    overflow: hidden;
}

html.hidden{
    overflow: hidden;
}

body,html{
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    color: #F5F5F6;
	background: #1E1E1E;
    margin: 0;
}

body, input, button, label, html, select, textarea{
	font-family: 'Nunito Sans', sans-serif;
}

a,button{
	cursor: pointer;
	transition: 0.3s ease;
}

.nobullit {
    display: block;
}

.pagination {
    position: relative;
    margin: 33px 0 -16px;
    text-align: center;
}

.ahtung {
    border: 1px solid #E61560;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

ul{
	padding: 0 0 0 20px;
	margin: 0;
}

button,input{
    outline: none;
}


.control-label {
    margin: 5px 0px 10px 10px;
}

.control-group {
    padding-bottom: 40px;
}

section{
    position: relative;
}


a{
	text-decoration: none;
	color: inherit;
	transition: 0.3s ease;
}

a:hover{
	text-decoration: underline;
}

p{
	margin: 0 0 20px 0;
}

button{
	border:none;
}

.container{
	padding: 0 50px;
	margin: 0 auto;
	width: 100%;
}

.row{
	display: flex;
	flex-wrap: wrap;
}
.damfilter {
    display: flex;
    margin-bottom: 20px;
}
.ageplus {
    float: left;
    margin: 4px 10px 2px 0px;
    padding: 6px;
}
.btn{
	color: #fff;
	cursor: pointer;
	background: #E61560;
	border-radius: 15px;
	font-weight: 600;
	font-size: 20px;
	padding: 20px 90px 21px;
	text-align: center;
	transition: 0.3s ease;
	border: 1px solid #E61560;
	display: inline-block;
}

.btn:hover{
	color: #E61560;
	text-decoration: none;
	background: transparent;
}


/***************header*********************************************/

#header{
	background:  #1E1E1E;
	padding: 18px 0 13px;
}

.header_line{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_buttons{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	color: #F5F5F6;
	line-height: 27px;
}

.change_theme{
	position: relative;
	display: block;
	margin-right: 64px;
}

.desctop_change_theme{
	display: flex;
	align-items: center;
}

/*.mobile_change_theme{*/
/*	display: none;*/
/*}*/

.change_theme span{
	margin: 0 24px 0 0px;
}

.desctop_change_theme img{
	margin-right: 12px;
}


.knobs,
.layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.toogle_swap {
	position: relative;
	width: 66px;
	height: 40px;
	overflow: hidden;
	border-radius: 100px;
}

.toogle_swap_input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0 !important;
	top: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}

.knobs {
	z-index: 2;
}

.layer {
	width: 100%;
	background-color: #B5B5B9;
	transition: 0.3s ease all;
	z-index: 1;
}


.toogle_swap .knobs:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 32px;
	height: 32px;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

.toogle_swap_input:checked + .toogle_swap .knobs:before {
	content: "";
	left: 31px;
}

.toogle_swap_input:checked ~ .toogle_swap .layer {
	background-color: #E61560;
}

.toogle_swap .knobs,
.toogle_swap .knobs:before,
.toogle_swap .layer {
	transition: 0.3s ease all;
}

.girls_registration{
	margin-right: 70px;
}

.personal_account{
	display: flex;
	align-items: center;
}

.personal_account img{
	margin-right: 9px;
}

/***************header*menu*****************************/

.container{
	padding: 0 30px;
}

#header_menu{
	background-color: #282828;
	max-height: 100px;
	padding: 17px 0;
	margin-bottom: 50px;
}

.close_mob_menu{
	display: none;
}

.submenu{
	display: none;
    position: absolute;
    width: 100%;
    background: #282828;;
    box-shadow: 0px 5px 20px 9px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 25px 20px 25px 20px;
    z-index: 20;
    left: 50%;
    transform: translateX(-50%);
    top: 92px;
}

.submenu a, .mob_header_menu a{
	display: block;
	padding-top: 24px;
	padding-bottom: 24px;
	/*border-bottom: 1px solid #E0E0E0;*/
}

.submenu a:hover, .mob_header_menu a:hover{
	background-color: #E61560;
	color: #fff;
}

.submenu a:last-child, .mob_header_menu a:last-child{
	border: none;
}

.header_menu{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0;
}

.header_menu_links{
	display: flex;
    align-items: center;
	justify-content: center;
	height: 67px;
    text-align: center;
	position: relative;
	flex-grow: 1;
}

.header_menu_links:before{
	content: '';
	height: 100%;
	width: 2px;
	right: 0;
	top: 0;
	background: #E0E0E0;
	border-radius: 25px;
	position: absolute;
}

.header_menu_links:last-child:before, 
.header_menu_links:nth-last-child(-n+2):before{
	content: none;
}

.submenu_link::after{
	content: '';
	margin-left: 10px;
	width: 18px;
	height: 10px;
	background-image: url(../images/arrow_down_pink.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	/*right: 15%;
	top: 50%;
	transform: translateY(-50%);*/
}


/*******************************banner*section*******************/
#banner_section{
	margin-top: -11px;
	margin-bottom: 42px;
}

.banner_row{
	display: grid;
    gap: 50px;
    /*grid-template-columns: auto 380px;*/
    grid-template-columns: 100%;    
}
.notshowmob{
  display: none;
}
.main_banner{
	padding-left: 90px;
	background-image: url(../images/main_banner.png);
	height: 311px;
	background-size: cover;
	background-position: center;
	border-radius: 25px;
	overflow: hidden;
	color: #fff;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	
}

.banner_text{
	font-weight: 500;
	font-size: 68px;
	line-height: 140%;
}

.banner_sm_text{
	font-weight: 300;
	font-size: 24px;
	line-height: 33px;
}

.slider_girls_of_month {
	margin: 0;
	position: relative;
}

.slider_girls_of_month .swiper-slide {
    margin-left: 8px;
    height: 220px;
    width: 120px;
    overflow: hidden;
    border-radius: 25px;
}

.girls_of_month_photo{
	height: 320px;
    width: 320px;
    position: absolute;
    left: -33px;
}

.title_slider_girls_of_month{
	position: absolute;
	top: 32px;
	left: 36px;
	z-index: 5;
	color: #fff;
	font-weight: 500;
	font-size: 26px;
	line-height: 35px;
}

.slide_girl_month_info{
	position: absolute;
	left: 30px;
	bottom: 27px;
	color: #fff;
}

/*.girl_month_name{*/
/*	font-weight: 500;*/
/*	font-size: 26px;*/
/*	line-height: 35px;*/
/*}*/
.girl_month_name {
    font-weight: 500;
    font-size: 16px;
    line-height: 4px;
}

.girl_month_service{
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}

.girl_month_location{
	font-size: 18px;
	line-height: 25px;
	display: flex;
    align-items: center;
}

.girl_month_location img{
	margin-right: 5px;
}

.gmn_nav_arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
	left: 10px;
}

.gmn_nav_arrow.girl_month-next{
	right: 10px;
	left: auto;
}


/********main*page*catalog*******************************************************/

#main_page_catalog{
	margin-top: -7px;
	margin-bottom: 50px;
}

.catalog{
	display: grid;
	gap: 50px;
	grid-template-columns: 410px auto;
}

.catalog_filter{
	background: #282828;
	border-radius: 25px;
	padding: 60px 50px 50px 50px;
	align-self: start;
	filter: drop-shadow(0px 6px 20px rgba(0, 0, 0, 0.05));
}

.toogle_delivery{
	position: relative;
}

.catalog_girls{
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fill, 440px);
	grid-auto-rows: 765px;
	
}

.catalog_girl{
	background: #282828;
	border-radius: 25px;
	overflow: hidden;
	box-shadow: 0px 5px 20px 9px rgba(0, 0, 0, 0.05);
}

.verified_photo{
    position: absolute;
    z-index: 20;
    top: 8px;
	right: 8px;
    height: 55px;
}

.girs_tags{
	position: absolute;
	z-index: 20;
	display: flex;
	justify-content: flex-end;
	right: 30px;
	bottom: 30px;
}

.girs_tags div{
	background: #E61560;
	color: #fff;
	border-radius: 10px;
	margin-left: 20px;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	padding: 9px 22px;
	cursor: default;
}

.girs_tags_main{
	position: relative;
	z-index: 20;
	display: flex;
	justify-content: flex-end;
}

.girs_tags_main div{
	background: #E61560;
	color: #fff;
	border-radius: 10px;
	margin-left: 8px;
	font-weight: 300;
	font-size: 16px;
    text-align: center;
	line-height: 22px;
	padding: 6px 10px;
	cursor: default;
}

.slider_card_girl_photo {
	position: relative;
	margin-bottom: 5px;
}

.girl_cat_photo{
	width: 100%;
}

.card_girl_info{
	padding-bottom: 8px;
	border-bottom: 1px solid #E0E0E0;
	margin: 0 30px 15px;
}

.card_girl_name{
	position: relative;
	font-weight: 600;
	font-size: 26px;
	line-height: 35px;
}

.card_girl_service{
	color: #B5B5B9;
	font-size: 16px;
	line-height: 22px;
}

.card_girl_like{
	position: absolute;
	right: 30px;
	top: 24px;
	font-size: 16px;
	line-height: 22px;
	color: #E61560;
	text-align: center;
	z-index:20;
}

.card_girl_describe{
	padding: 0 30px;
}

.girl_place{
	display: flex;
	align-items: flex-start;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 8px;
}

.girl_place img{
	margin-right: 5px;
	margin-top: -4px;
}

.girl_parametrs{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.girl_param{
	width: 50%;
	margin-bottom: 4px;
	color: #B5B5B9;
	font-size: 18px;
	line-height: 25px;
}

.girl_param span{
	color: #F5F5F6;
}

.girl_price{
	border: 1px solid #E61560;
	border-radius: 10px;
	padding: 5px 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.service_price{
	width: 50%;
	font-size: 18px;
	line-height: 25px;
	color: #E61560;
}

.service_price span{
	color: #F5F5F6;
}
.sprice {
    color: #E61560 !important;
    padding-bottom: 5px;
}

.girl_contact{
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.phone_btn{
	background: #E61560;
	border: 1px solid #E61560;
	border-radius: 10px;
	padding: 11px 30px 10px;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	color: #fff;
}

.phone_btn:hover{
	color: #E61560;
	background: transparent;
}

.phone_btn.active{
	color: #E61560;
	background: transparent;
}

.catalog_title{
	color: #E61560;
	font-weight: 600;
	font-size: 26px;
	line-height: 35px;
	margin-bottom: 35px;
}

.filter_item{
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 13px;
	
	position: relative;
	width: 100%;
	cursor: pointer;
	transition: 0.3s ease;
}

.filter_item.accordion_btn::after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 10px;
	background-image: url(../images/accordeon_arrow.svg);
	transition: 0.3s ease;
}

.filter_item.accordion_btn.close::after{
	transform: rotate(180deg);
	top: 40%;
}

.toogle_delivery{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
	margin-top: 25px;
}

.accordion_list{
	margin-bottom: 20px;
}

.checkbox_acc_list{
	margin-bottom: 10px;
}
/**************************************/

.range_input {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.range_input .ui-slider {
    position: relative;
    background: #E0E0E0;
	width: 90%;
    margin: 15px auto 40px;
    height: 2px;
	border-radius: 50%;
	margin-bottom: 40px;
}
.range_input .ui-slider .ui-slider-handle {
    position: absolute;
    width: 30px;
    height: 30px;
	margin-left: -15px;
    cursor: pointer;
    border-radius: 50%;
    top: -15px;
    background: #E61560;
    z-index: 2;
	outline: none;
    transition: transform 0.2s, border 0.4s;
}

.range_input_left,
.range_input_right {
    height: 40px;
	width: 140px;
    border-radius: 10px;
    border: 1px solid #B5B5B9;
	color: #B5B5B9;
    font-size: 16px;
	line-height: 22px;
    padding: 9px 15px;
	background: transparent;
}

input.range_input_left::-webkit-outer-spin-button,
input.range_input_left::-webkit-inner-spin-button, 
input.range_input_right::-webkit-outer-spin-button,
input.range_input_right::-webkit-inner-spin-button 
{
    -webkit-appearance: none;
}


.range_input .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 2px;
    border: 0;
    background: #E61560;
    border-radius:10px;
}

/****************************************/

input[type="checkbox"]:checked, 
input[type="checkbox"]:not(:checked),
input[type="radio"]:checked, 
input[type="radio"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label, 
input[type="checkbox"]:not(:checked) + label,
input[type="radio"]:checked + label, 
input[type="radio"]:not(:checked) + label
{
    display: inline-block;
    position: relative;
    padding-left: 24px;
    line-height: 20px;
    cursor: pointer;
}

input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before,
input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 1px;
    width: 14px;
    height: 14px;
    border: 2px solid #E51560;
    background-color: transparent;
}

input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before {
	width: 12px;
    height: 12px;
	border-color: #dcdcdc;
}

input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 4px;
}

input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}

input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after,
input[type="radio"]:checked + label:after, 
input[type="radio"]:not(:checked) + label:after{
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
    left: 5px;
    top: 6px;
    width: 7px;
    height: 3px;
    border-radius: 0px;
    border-left: 2px solid #E51560;
    border-bottom: 2px solid #E51560;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type="radio"]:checked + label:after, 
input[type="radio"]:not(:checked) + label:after {
    left: 4px;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #E61560;
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="radio"]:not(:checked) + label:after{
    opacity: 0;
}

input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
    opacity: 1;
}

input[type="checkbox"]:checked + label:before
{
	border-color: #E61560;
}

.checkbox_list{
	max-height: 90px;
	overflow: hidden;
	transition: 0.3s ease;
	margin-bottom: 10px;
}

.checkbox_list.opn{
	max-height: 100%;
}

.show_more_choise_catalog{
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
	color: #E61560;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-right: 15px;
}

.show_more_choise_catalog::after{
	content: '';
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    width: 9px;
    height: 5px;
    background-image: url(../images/arrow_down_light.svg);
	background-repeat: no-repeat;
}

.show_more_choise_catalog.opn::after{
	transform: rotate(180deg) translateY(-50%);
	top: 28%;
}

.checkbox_acc_list.all_choise{
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 7px;
}

.filter_btn{
	width: 100%;
	text-align: center;
	padding: 16px 0 15px 0;
	background: #E61560;
	border-radius: 15px;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	border: 2px solid #E61560;
	margin-bottom: 20px;
	display: inline-block;
}

.filter_btn:hover{
	background-color: transparent;
	color: #fff;
}

.filter_btn.transparent{
	background-color: transparent;
	color: #fff;
}

.filter_btn.transparent:hover{
	background-color: #E61560;
	color: #fff;
}

.expand_find{
	display: block;
	text-align: center;
	font-size: 20px;
	color: #E61560;
	margin-top: 40px;
	font-weight: 600;
}

.sort_cards{
	display: none;
}

/*******************footer**********************************************/

#footer{
	margin-bottom: 18px;
}

.footer_content{
	background: #282828;
	box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	padding: 20px 30px 30px 30px;
	display: grid;
	column-gap:  10%;
	grid-template-columns: 0.5fr  0.7fr;
}


.copyright{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 20px;
	padding-left: 69px;
}

.footer_logo img{
	margin-bottom: 10px;
}

.footer_text{
	font-size: 16px;
	line-height: 123%;
	color: #B5B5B9;
}

.footer_menu{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10%;
	row-gap: 20px;
	align-items: start;
	align-self: center;
}

.footer_link{
	font-size: 20px;
	line-height: 27px;
	display: inline-flex;
	align-items: center;
}

.footer_link:hover{
	color: #E51560;
}

.footer_link img{
	margin-right: 9px;
}

.hide_to_desct{
	display: none;
}

.girls_of_mounth_mobile_title{
	display: none;
}

.avatar{
	background: #E0E0E0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 120%;
    font-weight: 700;
    color: #E61560;
    border-radius: 50%;
    margin-right: 10px;
}

.avatar_name{
	font-size: 20px;
    font-weight: 600;
}

.header_login{
	display: flex;
	align-items: center;
}

.lk:hover{
	text-decoration: none;
}


@media (max-width: 1400px){
	.banner_row{
		grid-template-columns: 100%;
	}

	.slider_girls_of_month .swiper-slide{
		width: auto;
	}

	.banner_text{
		line-height: 110%;
		margin-bottom: 20px;
	}

	.header_buttons{
		font-size: 18px;
	}

	.girls_registration{
		margin-right: 40px;
	}

	.change_theme{
		margin-right: 40px;
	}

	.header_menu{
		justify-content: space-between;
	}

	.hide_to_mob{
		display: none;
	}

	.hide_to_desct{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 67px;
		text-align: center;
		position: relative;
	}

	.mob_header_menu_btn{
		position: relative;
		width: 42px;
   		height: 28px;
		border-top: 3px solid #E61560;
		border-bottom: 3px solid #E61560;
		cursor: pointer;
		border-radius: 2px;
	}

	.mob_header_menu_btn:after{
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		width: 70%;
		height: 2px;
		background-color: #E61560;
		border-radius: 2px;
		transition: 0.3s ease;
	}

	.mob_header_menu_btn:hover:after{
		width: 100%;
	}

	.header_menu_links{
		width: 33%;
	}

	.mob_header_menu{
		display: none;
		position: absolute;
		width: 100%;
		background: #282828;
		box-shadow: 0px 5px 20px 9px rgba(0, 0, 0, 0.05);
		border-radius: 20px;
		padding: 35px 20px 25px 20px;
		z-index: 20;
		left: 50%;
		transform: translateX(-50%);
		top: 92px;
	}

	.header_menu_links:nth-last-child(-n+2):before{
		content: '';
	}

	.header_menu_links:last-child:before{
		content: none;
	}
	.catalog_girls{
		grid-template-columns: repeat(auto-fill, 400px);
	}
	
}

@media (max-width: 980px){
	.catalog{
		grid-template-columns: 100%;
	}

	

	.avatar_name{
		display: none;
	}

	.avatar{
		width: 80px;
		height: 80px;
		font-size: 42px;
	}

	.catalog_girls{
		justify-content: center;
	}
    .notshow {
    display: none;
    }
	.main_banner{
		background-position: right;
        height: 140px;
	}

	.container{
		padding: 0 20px;
	}

	/*.desctop_change_theme{*/
	/*	display: none;*/
	/*}*/

	.mobile_change_theme{
		display: block;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		background-image: url('../images/mob_change_theme_dark.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.girls_registration{
		display: none;
	}

	.personal_account{
		width: 80px;
		height: 80px;
		border-radius: 50%;
		background: #e0e0e0;	
		justify-content: center;
	}

	.personal_account span{
		display: none;
	}

	.personal_account img{
		margin-right: 0;
	}
	
	.change_theme{
		margin-right: 10px;
	}

	.footer_content{
		grid-template-columns: auto;
		gap: 40px;
	}

	.footer_link img{
		display: none;
	}

	.footer_menu{
		grid-auto-rows: 1fr;
	}
}

@media (max-width: 600px){
	#header_menu{
		border-radius: 20px;
		margin: 10px 20px 50px;
		z-index: 9999;
	}
  
    .notshowmob {
      display: block;
	  margin-top: -30px !important;
      margin-bottom: 24px !important;
    }
  
	.main_banner{
		background-image: url(../images/main_banner_mob.png);
		padding-left: 38px;
		margin-bottom: 10px;
	}
	

	.banner_text{
		font-size: 42px;
	}

	.banner_sm_text{
		font-size: 20px;
		line-height: 120%;
		max-width: 300px;
		display: inline-block;
	}

	.mob_header_menu_btn{
		width: 24px;
		height: 20px;
		border-width: 2px;
		border-radius: 0;
	}

	.submenu_link::after{
		width: 14px;
		margin-top: 1px;
		margin-left: 5px;
	}

	.mob_header_menu_btn:after{
		top: 7px;
		border-radius: 0;
	}

	.header_menu_links{
		height: 44px;
	}

	.title_slider_girls_of_month{
		display: none;
	}

	.banner_row{
		gap: 1px;
	}

	.girls_of_mounth_mobile_title{
		display: block;
		font-size: 26px;
		line-height: 35px;
		color: #E61560;
		font-weight: 600;
		margin-bottom: 20px;
	}

	.girls_of_month_photo{
	height: 220px;
    width: 220px;
    position: absolute;
    left: -33px;
	}

	.slide_girl_month_info{
		left: 15px;
		bottom: 18px;
	}

	.girl_month_name{
		font-size: 18px;
		line-height: 120%;
	}

	.girl_month_service{
		font-size: 12px;
		line-height: 16px;
	}

	.girl_month_location{
		font-size: 12px;
		line-height: 120%;
	}

	.gmn_nav_arrow{
		top: 50%;
	}

	.slider_girls_of_month .swiper-slide{
		margin-left: 8px;
		height: 220px;
		width: 120px;
		overflow: hidden;
		border-radius: 25px;
	}

	.slider_girls_of_month{
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.main_filter{
		display: none;
	}
	

	.catalog_filter{
		padding: 10px 40px 10px 40px;
		background: #E61560;
		border-radius: 20px;
		transition: 0.3s ease;
		color: #fff;
	}

	.catalog_title{
		color: #fff;
		margin-bottom: 0;
		transition: 0.3s ease;
		cursor: pointer;
		position: relative;
	}

	.catalog_title:after{
		content: '';
		position: absolute;
		width: 32px;
		height: 18px;
		right: 0;
		top: 10px;
		background-image: url(../images/arrow_down_white.svg);
		background-repeat: no-repeat;
		background-size: contain;
		transition: 0.3s ease;
	}

	.catalog_title.opn{
		margin-bottom: 34px;
		color: #E61560;
	}

	.catalog_title.opn:after{
		background-image: url(../images/arrow_top_pink.svg);
	}

	.catalog_filter.opn{
		padding: 60px 50px 53px 50px;
		background: #282828;
		border-radius: 20px;
		transition: 0.3s ease;
		color: #B5B5B9;
	}
	
	.sort_cards{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.submenu_link.header_menu_links{
		width: 40%;
	}

	.swap_card_size{
		position: relative;
	}

	.swap_card_size .layer{
		background: #5A5A5A;
	}

	.swap_card_size .toogle_swap{
		width: 88px;
		height: 40px;
		border-radius: 28px;
	}

	.swap_card_size .toogle_swap .knobs:before{
		width: 42px;
		height: 34px;
		border-radius: 34px;
		top: 3px;
		z-index: 1;
	}

	.swap_card_size .toogle_swap_input:checked + .toogle_swap .knobs:before {
		content: "";
		left: 42px;
	}

	.swap_card_size .toogle_swap_input:checked ~ .toogle_swap .layer {
		background-color: #5A5A5A;
	}

	.sort_icons{
		content: '';
		position: absolute;
		left: 14px;
		top: 9px;
		width: 100%;
		height: 100%;
		background-image: url(../images/one_card_sort.svg);
		z-index: 20;
		background-repeat: no-repeat;
		z-index: 2;
	}
	
	.collapse_mob {
	    display: none;
	}
	
		.catalog_girl.rad_two_columns{
        border-radius: 15px;
	}

	.catalog_girls.two_columns{
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: auto;
	}

	.catalog_girls.two_columns .girs_tags{
		display: none;
	}

	.catalog_girls.two_columns .verified_photo{
    width: 40px;
    right: 5px;
    top: -2px;
	}

	.catalog_girls.two_columns .card_girl_info{
		margin: 0 15px 10px;
	}

	.catalog_girls.two_columns .card_girl_name{
		font-size: 18px;
		line-height: 25px;
	}

	.catalog_girls.two_columns .card_girl_service{
		font-weight: 400;
		font-size: 12px;
		line-height: 16px;
	}

	.catalog_girls.two_columns .card_girl_like{
		color: transparent;
		top: 15px;
        right: 10px;
	}

	.catalog_girls.two_columns .card_girl_like img{
		width: 17px;
	}

	.catalog_girls.two_columns .slider_card_girl_photo{
		margin-bottom: 5px;
	}

	.catalog_girls.two_columns .girl_place{
		font-weight: 400;
		font-size: 11px;
		line-height: 19px;
	}

	.catalog_girls.two_columns .card_girl_describe{
		padding: 0 15px 15px;
	}

	.catalog_girls.two_columns .girl_place img{
		width: 12px;
		margin-top:-3px;
	}

	.catalog_girls.two_columns .girl_parametrs{
		display: none;
	}
	
		.catalog_girls.two_columns .swiper-button-prev{
		display: none;
	}
	
			.catalog_girls.two_columns .swiper-button-next{
		display: none;
	}

	.catalog_girls.two_columns .service_price{
		font-size: 12px;
	}

	.catalog_girls.two_columns .girl_price{
		padding: 4px 10px;
		margin-bottom: 17px;
	}

	.catalog_girls.two_columns .service_price span{
		display: block;
	}

	.catalog_girls.two_columns .girl_contact img{
		width: 34px;
	}

	.catalog_girls.two_columns .phone_btn{
		color: transparent;
		overflow: hidden;
		display: inline-block;
		width: 34px;
		height: 34px;
		border-radius: 50%;
		background-image: url(../images/phone_girl_mobile.svg);
		background-position: center;
		background-size: contain;
		padding: 0;
	}

	.sort_by_cost{
		font-size: 20px;
		line-height: 120%;
		color: #B5B5B9;
		position: relative;
		cursor: pointer;
		padding-right: 30px;
	}


	.header_menu_links.hide_to_desct{
		position: initial;
	}

	.close_mob_menu{
		display: inline-block;
		position: absolute;
		right: 40px;
		top: 30px;
	}

	.mob_header_menu{
		padding-top: 60px;
	}

	#header_menu .container{
		padding: 0;
	}
	
	.submenu{
		top: 66px;
	}

	.mob_header_menu{
		top: 85px;
	}
}

@media (max-width: 460px){
	#header_logo img{
		width: 170px;
	}

	.change_theme{
		margin-right: 5px;
	}

	.mobile_change_theme{
		margin-right: 10px;
	}

	.mobile_change_theme{
		width: 50px;
		height: 50px;
	}

	.avatar{
		height: 50px;
		width: 50px;
		font-size: 20px;
		margin-right: 0;
	}

	.personal_account{
		width: 50px;
		height: 50px;
	}

	.header_menu{
		font-size: 14px;
	}

	.mob_header_menu_btn:after{
		height: 2px;
		top: 8px;
	}

	.header_menu_links:before, .header_menu_links:nth-last-child(-n+2):before{
		content: none;
	}

	.submenu_link.header_menu_links, .header_menu_links{
		width: auto;
		position: initial;
	}

	.submenu_link::after{
		width: 9px;
	}

	.submenu {
		top: 88px;
	}

	.catalog_title{
		font-size: 20px;
	}

	.catalog_title:after{
		width: 17px;
		top: 13px;
	}

	.catalog_filter.opn{
		padding: 40px 20px 30px 20px;
	}

	.range_input_left, .range_input_right{
		width: 135px;
	}

	.banner_text{
		font-size: 28px;
		padding-top: 20px;
	}

	.banner_sm_text{
		font-size: 16px;
	}

	.sort_by_cost{
		font-size: 16px;
		padding-right: 18px;
	}

	.sort_by_cost::after{
		width: 10px;
		top: 5px;
	}

	.catalog_girls{
		grid-template-columns: auto;
		grid-auto-rows: auto;
	}

	.verified_photo{
    width: 50px;
    height: 50px;
    top: 8px;
	right: 8px;
	}

	.catalog{
		gap: 10px;
	}

	.girs_tags{
		right: 15px;
		bottom: 15px;
	}

	.girs_tags div{
		font-size: 12px;
		margin-left: 5px;
		padding: 5px 12px;
	}

	.girl_place{
		font-size: 16px;
	}

	.card_girl_info{
		margin: 0 20px 15px;
	}

	.card_girl_describe{
		padding: 0 15px 20px;
	}

	.girl_param{
		font-size: 15px;
	}


	.girl_price{
		padding: 15px;
	}

	.girl_contact img{
		width: 35px;
	}

	.phone_btn{
		font-size: 14px;
		padding: 5px 11px 5px;

	}

	.footer_menu{
		grid-template-columns: auto;
		row-gap: 10px;
	}

	.footer_link {
		font-size: 15px;
		line-height: 120%;
	}

	.footer_text{
		font-size: 14px;
	}

	.btn{
		font-size: 16px;
		padding: 14px 50px 15px;
		border-radius: 10px;
	}
}