body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	position: relative;
	color: #484848;
	font-size: 14px;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	transition: 0.2s;
}
button:hover {
	transition: 0.2s;
	cursor: pointer;
}
img {
	max-width: 100%;
	height: auto;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.header_subway {
	width: 170px;
	background: transparent;
	color: #bda7cc;
	font-size: 12px;
	outline: none;
	display: inline-block;
}
.container {
	max-width: 1170px;
	margin: 0 auto;
}
.top_bg {
	background-image: url(../img/top_phone_bg.png);
	background-repeat: repeat-x;
	height: 40px;
}
.good_dosug_header {
	min-height: 50px;
}
.good_dosug_header_selects {
	margin-left: 80px;
	width: 370px;
	display: inline-block;
	vertical-align: middle;
}
.good_dosug_header_select {
	margin: 10px 0;
	z-index: 5;
	position: relative;
}
.good_dosug_header_select label {
	width: 122px;
	font-size: 12px;
	color: #85589e;
	display: inline-block;
}
.good_dosug_header_select select {
	width: 170px;
	background: transparent;
	padding: 2px 3px;
	color: #bda7cc;
	font-size: 12px;
	outline: none;
	display: inline-block;
	border: 1px solid #bda7cc;
}
.good_dosug_logo {
	display: inline-block;
	vertical-align: middle;
	width: 522px;
	/*z-index: 5;
	position: relative;*/
}
.good_dosug_nav {
	background-image: url(../img/menu_bg.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	min-height: 146px;
	margin-top: -55px;
	position: relative;
	display: flex;
	justify-content: center;
}
.good_dosug_nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding-top: 70px;
}
.good_dosug_nav ul li a {
	padding: 0 15px;
	color: #ffffff;
}
.good_dosug_nav ul li a:hover {
	text-decoration: underline;
}
.under_header_line {
	width: 100%;
	height: 2px;
	background-color: #dad0d4;
	margin-bottom: 20px;
}
.good_dosug {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.good_dosug_sidebar_left {
	width: 230px;
}
.good_dosug_content {
	margin-left: 10px;
	margin-right: 10px;
	width: 100%;
	overflow: hidden;
}
.good_dosug_sidebar_right {
	width: 230px;
}
.good_dosug_sidebar_item {
	margin-bottom: 20px;
}
.good_dosug_sidebar_item_title {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	padding: 14px 0;
	background: url('../img/sidebar_title.png') no-repeat;
	width: 230px;
}
.good_dosug_sidebar_item_content {
	background: #f5f4f5;
	border: 1px solid #fff;
	padding: 10px 22px;
}
.good_dosug_sidebar_item_content ul li a {
	color: #85589e;
	font-size: 14px;
	line-height: 20px;
}
.main_h1 {
	border: 2px solid #fff;
	background: url('../img/content_center_background.jpg') repeat;
}
.main_h1 h1 {
	color: #85589e;
	font-size: 18px;
	font-weight: normal;
	padding: 11px;
}
.good_dosug_text {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 25px;
}
.good_dosug_item_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-left: 10px;
	margin: 20px -3px 0;
	flex-wrap: wrap;
}
.good_dosug_item {
	width: calc(100% / 3 - 6px);
	margin: 0 3px;
	margin-bottom: 25px;
	padding: 5px;
	background-color: #eee;
	border-radius: 5px;
}
.good_dosug_item_name {
	margin: 4px 0px 2px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #85589e;
}
.good_dosug_item_name a {
	color: #85589e;
	font-size: 18px;
}
.good_dosug_item_name a:hover {
	text-decoration: underline;
}
.good_dosug_item_metro {
	text-align: right;
	font-size: 13px;
	color: #a94c86;
	line-height: 14px;
	height: 45px;
}
.good_dosug_item_metro a {
	text-decoration: underline;
	font-size: 14px;
}
.good_dosug_item_img {
	margin: 6px auto 4px;
	width: 100%;
	height: 270px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.good_dosug_item_img_abs {
	position: absolute;
	bottom: 3px;
	right: 3px;
	background-image: url(../img/photo_verified.png);
	width: 23px;
	height: 23px;
}
.good_dosug_item_info {
	padding: 0 5px;
}
.good_dosug_item_info_row {
	line-height: 16px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.good_dosug_item_info_row_right {
	color: #a94c86;
}
.good_dosug_item_info_row:nth-child(4), .good_dosug_item_info_row:last-child {
	border-bottom: 1px dashed #85589e;
	padding-bottom: 4px;
	margin-bottom: 8px;
}
.good_dosug_item_phone {
	min-height: 48px;
	background: url('../img/girl_phone.png') no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	line-height: 40px;
	text-align: center;
	text-indent: -15px;
	margin-top: 11px;
	margin-left: 5px;
}
.good_dosug_item_phone a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.good_dosug_item_text {
	color: #bf7aa5;
	padding-left: 5px;
	font-size: 12px;
	height: 70px;
	overflow: hidden;
}
.good_dosug_item_phone_more {
	text-align: right;
	padding-right: 10px;
}
.good_dosug_item_phone_more a {
	position: relative;
}
.good_dosug_item_phone_more a::after {
	content: "";
	background: url('../img/next_arrow.png') no-repeat;
	width: 5px;
	height: 8px;
	position: absolute;
	bottom: 3.5px;
	right: -10px;
}
.pagination {
	font-size: 16px;
	display: block;
	margin-bottom: 25px;
	margin-top: 25px;
	text-align: center;
}
.pagination ul {
	list-style-type: none;
	padding: 0;
}
.pagination ul li {
	display: inline-block;
}
.pagination ul li a{
	color: #bf7aa5;
	padding: 0px 7px;
}
.pagination .active {
	color: #7d96af;
}
.pagination .pag_previous {
	color: #c8c8c8;
	margin-right: 20px;
}
.pagination .pag_next {
	margin-left: 20px;
}
.plashka {
	color: #a94c86;
	padding: 5px 10px 5px;
	cursor: pointer;
	border-radius: 3px;
	position: relative;
	top: -1px;
	font-weight: bold;
	font-size: 15px;
}
.inner_phone {
	display: none;
}
.good_dosug_footer {
	margin-top: 42px;
	width: 100%;
	background: url('../img/footer_background.jpg') repeat-x;
	min-height: 60px;
	text-align: center;
}
.footer_menu {
	padding-top: 20px;
}
.footer_menu li {
	display: inline-block;
}
.footer_menu a {
	color: #ffffff;
	display: inline-block;
	margin: 0 15px;
}
.footer_menu a:hover {
	text-decoration: underline;
}
.footer_rights {
	padding-top: 15px;
	padding-bottom: 15px;
}
.main_menu_button_wrap, .fade, .good_dosug_mobile_menu {
	display: none;
}
.breadcrumbs {
	margin: 15px 0 25px 0;
	padding: 0;
	text-align: left;
}
.breadcrumbs li {
	display: inline-block;
	font-size: 14px;
}
.breadcrumbs li::before {
	content: "/";
	margin-right: 3px;
}
.breadcrumbs li:first-child::before {
	content: "";
	margin-left: 0;
}
.breadcrumbs li a {
	color: #85589e;
}
.good_dosug_girl_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.good_dosug_girl_imgs {
	width: 40%;
	margin-right: 2%;
	overflow: hidden;
}
.good_dosug_girl_descr {
	width: 58%;
}
.good_dosug_girl_title {
	padding: 4px 0px 0px 11px;
	background: url('../img/content_center_background.jpg') repeat;
	border: 2px solid #f5f3f1;
	margin-bottom: 10px;
}
.good_dosug_girl_title h1, .good_dosug_girl_title h2 {
	font-size: 18px;
	color: #85589e;
	letter-spacing: 1px;
	font-weight: normal;
}
.good_dosug_girl_info_wrap {
	border-bottom: 2px dashed #85589e;
	padding-bottom: 10px;
	margin-bottom: 8px;
	padding-left: 3px;
}
.good_dosug_girl_info_row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	line-height: 24px;
}
.good_dosug_girl_info_row_right, .good_dosug_girl_info_row_right a {
	color: #a94c86;
}
.good_dosug_girl_info_row_right .plashka {
	padding: 0;
}
.good_dosug_girl_info_row_right .inner_phone {
	font-weight: bold;
}
.good_dosug_girl_price {
	margin-bottom: 10px;
}
.good_dosug_girl_price_wrap_row {
	line-height: 24px;
	padding-left: 3px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-right: 10px;
}
.good_dosug_girl_price_wrap_left {
	width: 55%;
}
.good_dosug_girl_price_wrap_center, .good_dosug_girl_price_wrap_right {
	width: 20%;
	text-align: center;
	color: #a94c86;
}
.good_dosug_girl_price .good_dosug_girl_title {
	margin-bottom: 30px;
}
.good_dosug_girl_price_wrap_center_first, .good_dosug_girl_price_wrap_right_first {
	position: relative;
}
.good_dosug_girl_price_wrap_center_first::before {
	content: "Апартаменты";
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -40px;
	color: #484848;
	font-size: 13px;
}
.good_dosug_girl_price_wrap_right_first::before {
	content: "Выезд";
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -20px;
	color: #484848;
	font-size: 13px;
}
.good_dosug_girl_services_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-left: 3px;
}
.good_dosug_girl_services_left, .good_dosug_girl_services_right {
	width: 50%;
}
.good_dosug_girl_services_item {
	margin-bottom: 25px;
}
.good_dosug_girl_services_item_title {
	color: #69687b;
	font-weight: bold;
	margin-bottom: 3px;
}
.good_dosug_girl_services_list_item {
	line-height: 20px;
	color: #bdbdc4;
	background: url('../img/minus.png') left center no-repeat;
	padding-left: 20px;
}

.good_dosug_girl_services_list_item.active {
	color: #69687b;
	background: url('../img/plus.png') left center no-repeat;
}
.good_dosug_adv_search {
	margin-top: 30px;
	padding-left: 3px;
}
.adv_search_select {
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
	margin-bottom: 25px;
}
.adv_search_select label {
	font-size: 14px;
	color: #85589e;
}
.adv_search_select select {
	background: transparent;
	padding: 2px 3px;
	color: #bda7cc;
	font-size: 12px;
	outline: none;
	border: 1px solid #bda7cc;
}
.good_dosug_title {
    padding: 4px 0px 0px 11px;
    background: url('../img/content_center_background.jpg') repeat;
    border: 2px solid #f5f3f1;
    margin-bottom: 10px;
}
.good_dosug_title h1 {
	color: #85589e;
	font-size: 18px;
	font-weight: normal;
	padding: 11px;
}
.adv_search_services_title {
	color: #404040;
	font-size: 14px;
	margin-bottom: 15px;
}
.adv_search_services_title span {
	opacity: 0.7;
}
.service_tag {
	margin-bottom: 3px;
	width: 50%;
}
.service_tag label {
	font-size: 14px;
	position: relative;
	top: -2px;
	color: #85589e;
}
.adv_search_services_col {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.form_text_input_row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 30px;
	justify-content: center;
	margin: 0 auto 15px;
}
.form_text_input_row input {
	border: 1px solid #85589e;
	padding: 3px;
}
.form_text_input_row input:focus {
	border: 1px solid #000000;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .3);
}
.form_text_title {
	width: 120px;
}
.form_text_from {
	margin-right: 15px;
}
.adv_search_button {
	display: block;
	width: 150px;
	text-align: center;
	padding: 5px 10px;
	line-height: 35px;
	background-color: #85589e;
	color: #ffffff;
	border: 1px solid #85589e;
	outline: none;
	border-radius: 5px;
	margin: 0 auto;
	cursor: pointer;
}
.adv_search_button:hover {
	background-color: #ffffff;
	color: #85589e;
}
.good_dosug_girl_imgs_item {
	width: 270px;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.good_dosug_girl_imgs_item img {
	max-width: inherit;
	height: 100%;
	width: 100%;
}
.good_dosug_item_img {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.good_dosug_item_img img {
	max-width: inherit;
	height: 100%;
	width: auto;
}
#toTop {
	width: 40px;
	border: 4px solid #85589e;
	background: #ffffff;
	text-align: center;
	padding: 5px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
	font-family: verdana;
	font-size: 37px;
	height: 40px;
	z-index: 1;
	background-image: url(../img/top.png);
	-webkit-background-size: 80%;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center center;
}
.mod_rajoni_default {
	display: inline-block;
}
.current {
	background: #AC569C;
	padding-left: 6px;
}
.current a {
    color: #fff!important;
}
.col_photo {
	display: none;
}
.fast_call {
	display: none;
}
.media-wrapper video {
    max-width: 100%;
    background-image: url(../img/logo_video.png);
    background-repeat: no-repeat;
    background-size: 170px;
    background-position: center;
    background-color: #2f2f2f;
    cursor: pointer;
    transition: 0.4s;
}
.media-wrapper video:hover {
    background-image: url(../img/logo_video_h.png);
    transition: 0.4s;
}
.error {
	text-align: center;
	margin-top: 25px;
	padding: 
}
.error_btn {
	display: inline-block;
	background: url('../img/girl_phone.png') no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin-top: 20px;
}
.error_btn a {
	text-indent: -15px;
	display: inline-block;
	padding: 15px 0;
	color: #323232;
	font-weight: bold;
	width: 300px;
	font-size: 18px;
}
.error_btn a:hover {
	color: #fff;
}
.good_dosug_item_wrap_top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}
.gal_item {
	width: 25%;
	margin-bottom: 20px;
}
.slut_foto {
	height: 225px;
	overflow: hidden;
	margin-bottom: 5px;
}
.contentpagetitle {
	color: #85589e;
}
.item-page ul{
	list-style:initial;
	padding: 20px;
}

.tg{
	width: 22px!important;
	height: 22px;
	background: url(../img/telegram.png);
	background-position: center;
	display: inline-block;
	background-size: 100%;
	margin-right: 5px;

}
.wa{
	width: 22px!important;
	height: 22px;
	background: url(../img/whatsapp.png);
	background-position: center;
	display: inline-block;
	background-size: 100%;

}

.onlimobile{
	display:none;
}