@font-face {
	font-family: roboto light;
	font-display: swap;
	src: url(Roboto-Light.eot);
	src: url(Roboto-Light.eot?#iefix) format('embedded-opentype'), url(Roboto-Light.woff) format('woff'), url(Roboto-Light.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: roboto medium;
	font-display: swap;
	src: url(Roboto-Medium.eot);
	src: url(Roboto-Medium.eot?#iefix) format('embedded-opentype'), url(Roboto-Medium.woff) format('woff'), url(Roboto-Medium.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
}

html * {
	max-height: 999999px;
	-webkit-text-size-adjust: none
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
strong,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	background: 0 0;
	border: 0;
	padding: 0;
	margin: 0;
	outline: 0;
	list-style: none
}

input[type=text],
input[type=submit],
textarea {
	-webkit-appearance: none
}

html,
body {
	height: 100%;
	width: 100%
}

input[type=submit] {
	padding: 5px 22px;
	border-radius: 3px;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #f0f0f0
}

input[type=submit]:hover {
	position: relative;
	top: 1px;
	cursor: pointer;
	color: #ca194f
}

.br {
	font-size: 0;
	height: 1px;
	margin-bottom: -1px;
	clear: both;
	overflow: hidden
}

ul.menu li {
	margin: 0
}

table {
	width: 100%
}

html.js .loader {
	background: none repeat scroll 0 0 #fff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999
}

input:focus,
textarea:focus {
	border: 1px solid #b3325a;
	transition: all .2s ease-in-out 0s;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)!important
}

body {
	font-size: 13px;
	min-width: 1000px;
	color: #444;
	background-color: #f9f9f9;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif
}

.s3 {
	font-size: 20px;
	color: #ff4100;
    text-decoration: underline;
    outline: none;
}

.s3 p{
	font-size: 18px;
	color: #5e70b1;
    text-decoration: underline;
    outline: none;
}

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

a:hover {
	text-decoration: underline
}

input,
textarea {
	border: 1px solid #717171;
	border-radius: 3px;
	padding: 3px
}

label {
	font-weight: 700
}

h2 {
	font-weight: 400;
	line-height: 20px
}

#wrapper {
	overflow: hidden;
	width: 100%
}

#header .top-line .h {
	max-width: 1000px;
	margin: 0 auto;
	padding: 12px 0 15px
}

#header .top-line .h:after {
	content: '';
	display: block;
	clear: both
}

.header {
	height: 400px;
	background: url(img/head12.png) 50% 0 no-repeat;
	position: relative
}

.toggle_mnu {
	display: none;
	width: 48px;
	height: 42px;
	position: fixed;
	z-index: 5;
	border: none;
	border-radius: 5px;
	background-color: #de3065;
	right: 15px;
	top: 33px
}

.sandwich {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 4px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.sw-topper {
	position: relative;
	top: 0;
	width: 28px;
	height: 3px;
	background: #fff;
	border: none;
	border-radius: 4px 4px 4px 4px;
	-webkit-transition: -webkit-transform .5s, top .2s;
	transition: transform .5s, top .2s;
	display: block
}

.sw-bottom {
	display: block;
	position: relative;
	width: 28px;
	height: 3px;
	top: 6.6px;
	background: #fff;
	border: none;
	border-radius: 4px 4px 4px 4px;
	-webkit-transition: -webkit-transform .5s, top .2s;
	transition: transform .5s, top .2s;
	-webkit-transition-delay: .2s, 0s;
	transition-delay: .2s, 0s
}

.sw-footer {
	display: block;
	position: relative;
	width: 28px;
	height: 3px;
	top: 13.5px;
	background: #fff;
	border: none;
	border-radius: 4px 4px 4px 4px;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.sandwich.active .sw-topper {
	top: 9px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.sandwich.active .sw-bottom {
	top: 6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sandwich.active .sw-footer {
	opacity: 0;
	top: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.logo {
	float: left
}

.logo span {
	margin-left: 20px;
	border-left: 1px solid rgba(246, 246, 246, .6);
	margin-top: 12px;
	display: inline-block;
	padding: 20px 15px;
	font-size: 15px;
	color: #fff
}

.logo a img,
.logo a span {
	vertical-align: middle
}

#header .top-line .right {
	margin-top: 20px;
	float: right
}

#header .top-line .link {
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-left: 15px;
	position: relative;
	margin-right: 25px;
	cursor: pointer;
	border-bottom: 1px dotted #fff;
	vertical-align: middle;
	font-weight: 700
}

#header .top-line .link:after {
	content: '';
	position: absolute;
	left: -19px;
	top: 0;
	background: url(img/icon-login.svg) no-repeat center center;
	width: 15px;
	height: 15px
}

#header .top-line .link:hover {
	border: 0;
	position: relative;
	top: 1px
}

.link a {
	color: #fff
}

#header .top-line .add-btn {
	border-bottom: 4px solid #c02151;
	background: #e24575;
	background: -moz-linear-gradient(top, #e24575 0%, #e24575 49%, #0f8ec8 49%, #d52c5f 49%, #d52c5f 100%);
	background: -webkit-linear-gradient(top, #e24575 0%, #e24575 49%, #0f8ec8 49%, #d52c5f 49%, #d52c5f 100%);
	background: linear-gradient(to bottom, #e24575 0%, #e24575 49%, #0f8ec8 49%, #d52c5f 49%, #d52c5f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e24575', endColorstr='#d52c5f', GradientType=0);
	display: inline-block;
	padding: 13px 30px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 700;
	font-size: 15px
}

#header .top-line .add-btn:hover {
	opacity: .9;
	position: relative;
	top: 1px
}

#header .menu-top {
	border-top: 1px solid rgba(246, 246, 246, .3);
	border-bottom: 1px solid rgba(246, 246, 246, .3)
}

#header .menu-top .menu {
	margin: 0 auto;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	max-width: 1000px;
	border-right: 1px solid rgba(246, 246, 246, .3);
	display: table;
	text-align: center
}

#header .menu-top .menu li {
	display: table-cell;
	margin: 0 32px;
	border-left: 1px solid rgba(246, 246, 246, .3);
	width: 8%;
	background: #0000009c;
}

#header .menu-top .menu li a {
	font-family: trebuchet ms, sans-serif;
	font-size: 14px;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px 0
}

#header .menu-top .menu li a:hover {
	background-image: -moz-linear-gradient(0deg, rgb(223, 48, 101) 0%, rgb(176, 28, 74) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(223, 48, 101) 0%, rgb(176, 28, 74) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(223, 48, 101) 0%, rgb(176, 28, 74) 100%)
}

#header .menu-box {
	position: absolute;
	bottom: 0;
	width: 100%
}

#header .menu-box .menu {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: table;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 3px 21.4px -10.4px rgba(243, 94, 139, .4)
}

#header .menu-box .menu:hover {
	box-shadow: 0 15px 41.4px 3.6px rgba(243, 94, 139, .1)
}

#header .menu-box .menu li {
	width: 15%;
	display: table-cell;
	border-left: 1px solid #f1f1f1;
	position: relative;
	overflow: hidden
}

#header .menu-box .menu li a {
	color: #000;
	text-decoration: none;
	font-size: 15px;
	padding: 18px 0 16px;
	display: block
}

#header .menu-box .menu li a:hover {
	background: rgba(255, 255, 255, .08)
}

#header .menu-box .menu li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 100%;
	transform: translateX(-100%);
	background-color: #c12453;
	transition: all .3s linear
}

#header .menu-box .menu li a.active:after {
	transform: translateX(0);
	background: #c12453
}

#header .menu-box .menu li a:hover:after {
	transform: translateX(0)
}

#header .menu-box .menu .last {
	display: none
}

#header .menu-box .menu .last.bookmarks a:before {
	content: '';
	background: #ff2d6c url(img/icon-star.svg) no-repeat center center;
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 3px;
	right: 7px;
	border-radius: 50%;
	background-size: 10px
}

#header .menu-box .menu .last.jdu_zvonka a:before {
	content: '';
	background: url(img/icon-phone.svg) no-repeat center center;
	width: 15px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 2px;
	right: 5px
}

#main {
	min-height: 400px;
	margin-top: 30px
}

#main .h {
	max-width: 1000px;
	margin: 0 auto
}

#main .h:after {
	content: '';
	display: block;
	clear: both
}

.aside {
	float: right;
	width: 235px;
	margin-top: 18px
}

.page-comments .aside {
	margin-top: 38px;
	margin-left: 15px
}

.aside .menu_box {
	border-width: 1px;
	border-color: #f6f6f6;
	border-style: solid;
	background-color: #d3d3d370;
	padding: 10px
}

.content {
	width: calc(100% - 260px);
	float: left
}

.page-intim-map .content {
	width: 100%;
	padding: 0
}

.page-contact .content {
	width: 100%;
	padding: 0
}

.content h1 {
	color: #111;
	font: 500 23px/27px "Roboto Medium", MS Sans Serif4, Geneva, sans-serif;
	margin: 0 0 12px
}

.view-content.price-list:after {
	content: '';
	clear: both;
	display: block
}

.content .price-list .anketa:nth-child(2n) {
	margin-left: 20px
}

.content .price-list .anketa {
	float: left;
	margin-bottom: 25px;
	position: relative;
	width: 360px
}

.content .price-list .name a {
	font-size: 21px;
	line-height: 26px;
	color: #404040
}

.content .price-list .name a:hover {
	color: #ca194f;
	text-decoration: underline
}

.content .price-list .name {
	margin: 0 0 6px;
	overflow: hidden;
	height: 28px
}

#block-menu-menu-admin-menu .menu li {
	margin: 0 0 6px;
	width: 100%
}

.anketa .name span {
	background: #068832 none repeat scroll 0 0;
	border-radius: 1px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	margin-left: 6px;
	padding: 2px 8px;
	position: relative;
	top: -3px
}

.content .price-list .descr {
	background: #d3d3d3 none repeat scroll 0 0;
	font-size: 11px;
	font-style: italic;
	height: 37px;
	line-height: 13px;
	padding: 3px 8px 4px;
	overflow: hidden
}

.trans {
	color: #444;
	float: right;
	font-size: 12px;
	margin: -25px 9px 0 80px
}

.content .price-list .descr:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent transparent #e2e2e2;
	border-image: none;
	border-style: solid;
	border-width: 10px 20px;
	content: "";
	left: 8px;
	position: absolute;
	top: 14px
}

.content .price-list .frame {
	padding: 0 6px 0 0;
	background-color: #fff;
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .15), 0 10px 10px rgba(0, 0, 0, .05);
	overflow: hidden
}

.content .price-list .frame:hover {
	box-shadow: 1px 1px 10px 3.6px rgba(32, 137, 169, .15)
}

.content .price-list .frame .left {
	width: 175px;
	height: 225px;
	float: left;
	position: relative
}

.content .price-list .frame .img {
	overflow: hidden
}

.content .price-list .frame .img .lazyloader-icon {
	width: auto;
	height: auto
}

.content .price-list .frame .img img {
	width: 100%
}

.content .price-list .frame .img img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	filter: blur(0.6px)
}

.content .price-list .frame .video {
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 11px;
	color: rgba(255, 255, 255, .6)
}

.content .price-list .frame .video:before {
	content: '';
	background: url(img/icon-video.svg) no-repeat center center;
	display: block;
	width: 31px;
	height: 23px;
	background-size: 100%;
	opacity: .8
}

.content .price-list .frame .likes {
	position: absolute;
	top: 0;
	right: 4px;
	font-size: 12px;
	color: rgba(255, 255, 255, .5);
	text-align: center
}

.content .price-list .frame .likes div {
	margin: 4px 0 0
}

.content .price-list .frame .likes .item_foto:before {
	content: '';
	background: url(img/icon-photo.svg) no-repeat center center;
	display: block;
	width: 21px;
	height: 17px;
	background-size: 100%
}

.content .price-list .frame .likes .item_comment:before {
	content: '';
	background: url(img/icon-comment.svg) no-repeat center center;
	width: 21px;
	height: 15px;
	display: block;
	background-size: 100%
}

.content .price-list .frame .phone {
	font-size: 18px;
	font-weight: 700;
	color: #3947ffb5;
	margin: 8px 0 15px;
}

.content .price-list .frame .phone:before {
	content: '';
	background: url(img/icon-phone-fill.svg) no-repeat center center;
	width: 14px;
	height: 13px;
	display: inline-block;
	position: relative;
	top: 1px;
	left: -3px
}

.content .price-list .right {
	text-align: center;
	float: right
}

.content .price-list .frame .adr {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 18px
}

.content .price-list .frame .adr span {
	display: block
}

.content .price-list .frame .adr:before {
	background: url(img/icon-location.svg) no-repeat center center;
	content: "";
	height: 15px;
	left: -5px;
	position: relative;
	top: 1px;
	width: 10px;
	display: inline-block
}

.content .price-list .info {
	border-bottom: 2px solid #f3f4f6;
	line-height: 14px;
	padding-bottom: 5px
}

.content .price-list .info .col {
	overflow: hidden;
	margin-bottom: 6px
}

.content .price-list .info p {
	float: right;
	margin: 0
}

.content .price-list .info p:first-child {
	float: left
}

.content .price-list .price {
	padding-top: 13px;
	text-transform: uppercase;
	line-height: 14px;
	font-weight: 700
}

.content .right p.express-views {
	font-size: 12px;
	position: absolute;
	line-height: 23px;
	padding-left: 22px;
	text-transform: uppercase;
	font-weight: 700;
	bottom: 0
}

.content .right p.express-views:before {
	content: '';
	background: url(img/icon-time.svg) no-repeat center center;
	height: 17px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 16px
}

.content .price-list .price p {
	margin: 0 0 3px;
	overflow: hidden
}

.content .price-list .price p span {
	float: right;
	font-size: 13px
}

.content .price-list .price p span:first-child {
	float: left;
	font-size: 11px
}

.content .all-list-wrap {
	background: #f3f4f6;
	padding: 2px;
	border-radius: 6px;
	margin-bottom: 20px;
	margin-top: 20px
}

.page-node .all-list-wrap {
	width: 100%
}

.content .all-list-wrap:hover {
	position: relative;
	top: 1px
}

.content .text {
	line-height: 16px;
	color: #2f2f2f
}

.content .text p {
	text-indent: 20px
}

.content .all-list {
	border-radius: 5px;
	font-size: 20px;
	padding: 23px 0;
	font-weight: 500;
	color: #141414;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100%;
	cursor: pointer;
	border: 1px solid #cbcbcc;
	border-top: 1px solid #e4e5e6;
	border-bottom: 1px solid #a7a7a8;
	background-color: #fbfbfb;
	background-image: linear-gradient(#FFFFFF 0%, #F1F1F1 100%);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.all-list span {
	border-bottom: 1px dotted
}

.all-list:hover {
	color: #ca194f
}

.aside select {
	width: 100%;
	border: 1px solid #999;
	height: 31px;
	color: #666;
	font-family: Arial;
	font-size: 14px;
	line-height: 19px;
	margin-top: 2px
}

.aside select option {
	color: #404040
}

.aside .box {
	margin-bottom: 15px
}

.b-tit {
	color: #252525;
	font-size: 19px;
	font-family: roboto medium, sans-serif;
	margin: 10px 0 7px
}

.menu_box .b-tit:before {
	content: '';
	border-top: 1px solid #f1f1f1;
	display: block;
	margin: 0 0 15px -10px;
	width: 110%
}

.aside .menu {
	font-size: 14px;
	overflow: hidden
}

.aside .pol-li li:nth-child(2n) {
	margin-left: 7px
}

.aside .menu li {
	float: left;
	margin-bottom: 6px;
	width: 103px
}

.phone span.zvonok {
	background: #b15b75 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	margin: 0 10px;
	padding: 3px 6px;
	position: relative;
	top: -4px
}

.phone span.jdu-zvonok {
	background: #10884c none repeat scroll 0 0;
	padding: 3px 8px;
	font-weight: 700
}

.phone span.ne-rabotau {
	background: #363636 none repeat scroll 0 0
}

.menu.fool-li li {
	width: 100%
}

.dib.menu li:first-child {
	margin-left: 0
}

.dib.menu li {
	width: 30px;
	margin: 0 0 5px 6px;
	float: left
}

.aside .menu li:hover {
	position: relative;
	top: 1px
}

.aside .menu li:hover a {
	color: #157f9f;
	border: 1px solid #157f9f;
	border-radius: 4px
}

.aside .menu a {
	border: 1px solid #00000042;
	border-radius: 4px;
	color: #121111;
	display: block;
	padding: 5px;
	text-align: center;
	text-decoration: none
}

.aside .banners a {
	display: block
}

.aside .banners a img {
	display: block
}

.aside .banners .how {
	color: #999;
	font-style: italic;
	font-family: Arial;
	text-decoration: underline;
	margin-top: 0;
	font-size: 11px;
	line-height: 0
}

.aside .banners .how:hover {
	text-decoration: none
}

#footer {
	position: relative;
	background: #00000057;
	margin-top: 30px
}

#footer .h {
	max-width: 1000px;
	margin: 0 auto
}

.top-foot {
	padding: 60px 0 35px;
	color: #fff;
	border-bottom: 1px solid rgba(246, 246, 246, .5);
	overflow: hidden
}

.top-foot .warn_box {
	width: 62%;
	float: left;
	padding-left: 70px;
	position: relative
}

.top-foot .warn {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4
}

.top-foot .warn_box:before {
	content: '';
	background: url(img/icon-18-plus.svg) no-repeat 0 0;
	width: 54px;
	height: 54px;
	position: absolute;
	left: 0;
	top: 0
}

.top-foot .warn2 {
	font-size: 14px
}

.top-foot .btn-box {
	text-align: center;
	float: right;
	width: 27%
}

.top-foot .call-back {
	border-bottom: 3px solid #217c98;
	background: #2f98cb;
	background: -moz-linear-gradient(top, #2f98cb 0%, #2d98cc 49%, #0f8ec8 49%, #0f8ec8 50%, #108cc1 100%);
	background: -webkit-linear-gradient(top, #2f98cb 0%, #2d98cc 49%, #0f8ec8 49%, #0f8ec8 50%, #108cc1 100%);
	background: linear-gradient(to bottom, #2f98cb 0%, #2d98cc 49%, #0f8ec8 49%, #0f8ec8 50%, #108cc1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f98cb', endColorstr='#108cc1', GradientType=0);
	padding: 12px 9px 10px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 700;
	font-size: 17px;
	display: block;
	text-align: center;
	margin-bottom: 40px
}

.top-foot .call-back:hover {
	opacity: .99;
	position: relative;
	top: 1px
}

.top-foot .archive {
	color: #ececec;
	text-decoration: none;
	font-size: 15px;
	border-bottom: 1px dotted #fff
}

.top-foot .archive:hover {
	border: none;
	position: relative;
	top: 1px
}

.copy {
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 30px 0 25px
}

.frame:hover {
	box-shadow: 0 0 5px 0 rgba(50, 50, 50, .4);
	transition-duration: .5s
}

.top-foot .link-wrap a.call-back {
	color: #ca194f;
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
	padding-left: 25px;
	padding-right: 0;
	text-decoration: underline
}

.top-foot .link-wrap a.call-back:hover {
	text-decoration: none
}

.b-sidebar__totop {
	display: none;
	position: fixed;
	left: 50%;
	bottom: 350px;
	width: 225px;
	margin-left: 270px;
	text-align: center
}

.b-sidebar__totop span {
	color: #676767;
	font-size: 12px;
	display: block;
	padding: 7px 0;
	cursor: pointer
}

.b-sidebar__totop span:before {
	content: '';
	background: url(img/icon-arrow-up.svg) no-repeat center center;
	width: 36px;
	height: 13px;
	display: block;
	margin: 0 auto;
	background-size: 100%
}

.b-sidebar__totop span:hover {
	color: #ca194f
}

.b-inp-btn {
	border: 1px solid #cbcbcc;
	border-top: 1px solid #e4e5e6;
	border-bottom: 1px solid #a7a7a8;
	background-color: #fbfbfb;
	background-image: linear-gradient(#FFFFFF 0%, #F1F1F1 100%);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px
}

.b-sidebar__totop img {
	display: block;
	margin: 0 auto
}

.pagination {
	margin: -4px 0 6px
}

.page-node .content {}

.content .anketa_wrap {
	background-color: #fff;
	box-shadow: 0 0 5px .6px rgba(0, 0, 0, .06);
	padding: 10px 15px;
	overflow: hidden
}

.content .anketa_wrap video {
	display: block;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
	width: 100%;
	max-width: 700px;
	margin: 15px auto 20px;
	max-height: 300px
}

.surcharge {
	background-color: #ca194f;
	color: #fff;
	font-size: 10px;
	display: inline-block;
	line-height: 11px;
	padding: 0 2px
}

.grippie {
	display: none!important
}

.pagination li {
	position: relative;
	margin-right: 4px;
	display: inline-block
}

.pagination a:hover {
	text-decoration: underline
}

.content .top-info {
	overflow: hidden;
	margin-bottom: 15px
}

.content .top-info .metro:before {
	content: '';
	background: url(img/sprite.png) no-repeat 0 -651px;
	display: inline-block;
	width: 25px;
	height: 15px;
	position: relative;
	top: 1px;
	left: 2px
}

.content .top-info .adr {
	float: left;
	font-size: 13px;
	color: #111
}

.content .top-info .adr:before {
	content: '';
	background: url(img/icon-location-node.svg) no-repeat center center;
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 2px;
	background-size: 100%
}

.content .top-info .info-row {
	float: right;
	font: 11px/14px Arial, Helvetica, sans-serif;
	margin-top: 4px
}

.time_to_call {
	font-size: 11px;
	margin: 5px 0 10px
}

.time_to_call span {
	color: #ca194f
}

.col span {
	font-weight: 700
}

.content .anketa_wrap .phone {
	color: #ca194f;
	font-size: 24px;
	font-weight: 700
}

.content .anketa_wrap .phone:before {
	content: '';
	background: url(img/icon-phone-fill.svg) no-repeat center center;
	width: 19px;
	height: 20px;
	display: inline-block;
	background-size: 100%;
	position: relative;
	top: 2px;
	margin-right: 3px
}

.content .no_phone {
	font: 700 24px Arial, Helvetica, sans-serif;
	color: #252525
}

.content .phone .privet {
	color: #363636;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	position: relative;
	top: -3px
}

.content .info-wrap {
	overflow: hidden;
	margin-top: 13px
}

.content .photos {
	float: left;
	margin-right: 18px;
	width: 230px;
	position: relative
}

.content .photos.transex:before {
	content: 'Транссексуал';
	position: absolute;
	background: rgba(0, 0, 0, .4);
	width: 100%;
	text-align: center;
	padding: 1px 0;
	color: #f1f1f1
}

.content .photos .big-photo {
	background: #f3f4f6;
	padding: 5px;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 10px
}

.content .photos .big-photo a {
	border: 1px solid #dddcd9;
	border-radius: 6px;
	display: block;
	overflow: hidden
}

.photos .photo {
	display: inline-block;
	margin: 0 10px 5px 0
}

.photos .photo:nth-child(2n) {
	margin-right: 0
}

.node-type-boy .photo:nth-child(n+3):nth-child(odd),
.node-type-salon .photo:nth-child(n+3):nth-child(odd) {
	margin-left: 10px;
	margin-right: 0
}

.deschead {
	position: relative
}

.descriptions .checked {
	background: transparent url(img/proverenno.png) no-repeat scroll 0 0;
	height: 45px;
	position: absolute;
	right: 8px;
	width: 74px;
	top: 3px
}

.descriptions {
	padding-bottom: 20px;
	border-bottom: 3px solid #f1f2f5;
	overflow: hidden
}

.stist {
	color: #000;
	font: 300 22px/26px "Roboto Light", MS Sans Serif4, Geneva, sans-serif;
	margin: 16px 0 5px
}

.descriptions .infa {
	position: relative;
	overflow: hidden
}

.descriptions .infa .box {
	float: left;
	margin-right: 0;
	width: 50%;
	margin-bottom: 5px
}

.descriptions .infa .box ul {
	font: bold 13px/15px Arial, Helvetica, sans-serif
}

.descriptions .infa .box ul li {
	margin-bottom: 6px
}

.descriptions .infa .box ul li.apart:before {
	content: '';
	background: url(img/icon-sofa.svg) no-repeat 0 0;
	display: inline-block;
	width: 30px;
	height: 16px;
	position: relative;
	top: 3px;
	margin-right: 10px
}

.descriptions .infa .box ul li.no_apart:before {
	content: '';
	background: url(img/icon-car.svg) no-repeat 0 0;
	display: inline-block;
	width: 21px;
	height: 16px;
	position: relative;
	top: 3px;
	margin-right: 10px
}

.descriptions .infa .box ul span {
	display: block;
	font-weight: 400;
	float: left;
	width: 80px
}

.descriptions .express:before {
	content: '';
	background: url(img/icon-time.svg) no-repeat center center;
	height: 17px;
	position: relative;
	top: 3px;
	width: 15px;
	display: inline-block;
	margin-right: 4px
}

.descriptions .express span {
	font-weight: 700
}

.descriptions .checked_data {
	text-align: center;
	margin: 15px auto 0
}

.descriptions .checked_data span {
	background-color: #94bda7;
	color: #fff;
	padding: 1px 6px;
	font-weight: 700
}

.descriptions .stist_tarif {
	margin-top: 0
}

.descriptions .about {
	color: #4e4d4d;
	font: italic 13px/17px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	white-space: pre-line;
	text-indent: 20px
}

.descriptions .like-box {
	overflow: hidden
}

.descriptions .like-box .box {
	width: 50%;
	float: left
}

.descriptions .names {
	color: #157f9f;
	margin: 0 0 5px;
	font-weight: 700
}

.descriptions .individual {
	clear: both
}

.comment_wrap .username {
	font-weight: 700
}

.comment_wrap .comment-reply.first a:before {
	position: relative;
	content: '';
	display: inline-block;
	background: url(img/icon-answer.svg) no-repeat 0 0;
	width: 12px;
	height: 10px;
	top: 2px;
	background-size: 100%;
	margin-right: 5px
}

.comment_wrap {
	background: #f3f4f6 none repeat scroll 0 0;
	margin: 10px 5px 12px 0;
	padding: 6px;
	border-left: 3px solid #157f9f
}

.comment_wrap.reply_wrap {
	border-left: 3px solid #df3065
}

.indented {
	margin-left: 30px;
	margin-top: -7px;
	position: relative
}

.indented:before {
	position: absolute;
	content: '';
	display: inline-block;
	background: url(img/icon-comment-arrow.svg) no-repeat 0 0;
	width: 28px;
	height: 30px;
	left: -32px;
	top: 1px;
	background-size: 100%
}

.comment-reply.first.last a {
	font-size: 12px
}

.descriptions .like-box ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #454545
}

.descriptions .like-box ul li,
.descriptions .like-box p {
	padding-left: 18px;
	margin-bottom: 5px;
	text-decoration: line-through;
	color: #4e4c4c
}

.descriptions .like-box .active {
	color: #ca194f;
	position: relative;
	text-decoration: none
}

.descriptions .like-box .active:before {
	content: "";
	height: 4px;
	width: 9px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(-45deg);
	color: #ca194f;
	position: absolute;
	left: 2px;
	top: 2px
}

.content .comments {
	padding-top: 40px;
	margin-bottom: 40px
}

.content .comments h3 {
	color: #000;
	text-align: center;
	margin: 0 0 20px;
	font: 20px/22px Arial, Helvetica, sans-serif
}

.content .comments .comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #404040;
	font: 14px/18px Arial, Helvetica, sans-serif
}

.content .comments .comment-list li {
	margin-bottom: 20px
}

.content .comments .comment-list .inf {
	margin-bottom: 3px
}

.comment-wrap ul.inline li {
	display: inline;
	list-style-type: none;
	padding: 0 .5em
}

.page-comment-reply- .comment-reply {
	display: none
}

.comment_add {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 8px;
	margin-top: 25px
}

.h-comment {
	margin-top: 25px;
	text-align: center;
	margin-bottom: 25px
}

.content .add-comment {
	margin-bottom: 40px;
	margin-top: 40px
}

.content .add-comment a:hover {
	text-decoration: underline
}

.content .comment-form label,
.menu_box label {
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
	overflow: hidden
}

.content .add-comment form .row {
	margin-bottom: 5px
}

.content .add-comment form .row p {
	display: inline-block;
	margin: 0 3px 0 0;
	vertical-align: middle
}

.content .add-comment form .label {
	margin: 0
}

.content .add-comment form .row input[type=text] {
	border-radius: 1px;
	border: 1px solid #9d9d9d;
	background: #fff;
	padding: 0 5px;
	color: #404040;
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	margin: 0;
	font: 14px/18px Arial, Helvetica, sans-serif
}

.content .add-comment form textarea {
	height: 90px;
	padding: 5px;
	color: #404040;
	font-size: 15px;
	line-height: 18px
}

.page-comment-reply #edit-submit {
	margin: 10px 0
}

.content .add-comment .form-item.form-type-textfield.form-item-name input {
	width: 130px;
	font-size: 14px
}

.content .states-list {
	margin: 0;
	padding: 15px 0 0;
	list-style: none
}

.content .states-list li {
	margin-bottom: 30px
}

.content .states-list .theme {
	margin: 0 0 20px;
	font: bold 16px/18px Arial, Helvetica, sans-serif
}

.content .states-list .theme a {
	color: #ca194f;
	text-decoration: underline
}

.content .states-list .theme a:hover {
	text-decoration: none
}

.content .states-list .wrap {
	overflow: hidden
}

.content .states-list .img {
	margin-right: 20px;
	float: left;
	background: #f3f4f6;
	padding: 5px;
	border-radius: 6px;
	overflow: hidden
}

.content .states-list .img a {
	border: 1px solid #dddcd9;
	border-radius: 6px;
	display: block;
	height: 91px;
	width: 91px;
	overflow: hidden
}

.content .states-list .img img {
	width: 100%;
	display: block
}

.content .states-list .t {
	overflow: hidden;
	color: #404040;
	padding-top: 5px;
	font: 12px/14px Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	border-bottom: 3px solid #f1f2f5
}

.content .states-list .t p {
	margin: 0 0 20px
}

.content .states-list .bot-inf {
	overflow: hidden;
	font-size: 11px;
	color: #777
}

.content .states-list .bot-inf .date {
	margin-right: 20px;
	float: left
}

.content .states-list .bot-inf .views {
	float: left;
	padding-left: 26px;
	position: relative
}

.content .states-list .bot-inf .more {
	color: #ca194f;
	text-decoration: underline;
	float: right
}

.content .states-list .bot-inf .more:hover {
	text-decoration: none
}

.menu_left .jdu-zvonka,
.menu_left .bookmarks {
	border-width: 1px;
	border-color: #ececec;
	border-style: solid;
	background-color: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .04);
	text-align: center;
	border-radius: 4px;
	margin-bottom: 8px
}

.menu_left .jdu-zvonka {
	background: #2f98cb;
	background: -moz-linear-gradient(top, #2f98cb 0%, #2d98cc 49%, #0f8ec8 49%, #0f8ec8 50%, #108cc1 100%);
	background: -webkit-linear-gradient(top, #2f98cb 0%, #2d98cc 49%, #0f8ec8 49%, #0f8ec8 50%, #108cc1 100%);
	background: linear-gradient(to bottom, #2f98cb 0%, #2d98cc 49%, #0f8ec8 49%, #0f8ec8 50%, #108cc1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f98cb', endColorstr='#108cc1', GradientType=0)
}

.menu_left .jdu-zvonka a {
	color: #fff
}

.menu_left .jdu-zvonka a,
.menu_left .bookmarks a {
	display: inline-block;
	padding: 7px 0 8px;
	font-size: 14px;
	font-weight: 700;
	width: 100%
}

.menu_left .bookmarks a:before {
	content: '';
	background: #ff2d6c url(img/icon-star.svg) no-repeat center center;
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 3px;
	right: 7px;
	border-radius: 50%;
	background-size: 10px
}

.menu_left .jdu-zvonka a:before {
	content: '';
	background: url(img/icon-phone.svg) no-repeat center center;
	width: 15px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 2px;
	right: 5px
}

.menu_left .bookmarks:hover,
.menu_left .jdu-zvonka:hover {
	position: relative;
	top: 1px
}

.menu_left .bookmarks a:hover,
.menu_left .jdu-zvonka a:hover {
	text-decoration: none
}

.state-content {
	padding-top: 20px;
	color: #252525;
	font: 13px/16px Arial, Helvetica, sans-serif;
	padding-bottom: 40px;
	overflow: hidden
}

.state-content p {
	margin: 0 0 20px
}

.state-content .right-box {
	float: right;
	width: 289px;
	margin-left: 60px;
	margin-bottom: 30px
}

.state-content .right-box .img {
	margin-right: 20px;
	float: left;
	background: #f3f4f6;
	padding: 8px;
	border-radius: 8px;
	overflow: hidden
}

.state-content .right-box .img .wr {
	border: 1px solid #dddcd9;
	display: block;
	height: 272px;
	width: 271px;
	overflow: hidden
}

.state-content .right-box .img img {
	width: 100%;
	display: block
}

.state-content .right-box .bot-inf {
	overflow: hidden;
	font-size: 11px;
	color: #777;
	padding-left: 30px;
	padding-top: 5px;
	margin-bottom: 10px
}

.state-content .right-box .bot-inf .date {
	margin-right: 20px;
	float: left
}

.state-content .right-box .bot-inf .views {
	float: left;
	padding-left: 26px;
	position: relative
}

.state-content .right-box h3 {
	color: #252525;
	margin: 0 0 10px;
	font: bold 23px/25px Arial, Helvetica, sans-serif
}

.state-content .right-box .more-states {
	margin: 0;
	padding: 0;
	list-style: none;
	font: 13px/15px Arial, Helvetica, sans-serif
}

.state-content .right-box .more-states li {
	margin-bottom: 5px
}

.state-content .right-box .more-states a {
	color: #ca194f;
	text-decoration: underline
}

.state-content .right-box .more-states a:hover {
	text-decoration: none
}

.marker,
.form-required {
	color: red
}

.pswp__bg {
	opacity: .7!important
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	height: 100%;
	width: 20%
}

label.option {
	border-bottom: 1px solid #999;
	cursor: pointer
}

.page-podbor .right-exposed .tarif input,
.page-podbor .right-exposed .parametri input {
	border: 1px solid #a1a2a7;
	color: #ca194f;
	font-size: 16px;
	text-align: center;
	width: 46px;
	box-shadow: 0 0 7px -1.4px rgba(0, 0, 0, .1);
	padding: 3px 4px
}

.page-podbor .right-exposed>div>div input:focus {
	color: #111;
	box-shadow: 0 0 7px -1.4px rgba(243, 94, 139, .9);
	border: 1px solid #217c98;
	outline: none
}

.page-podbor .right-exposed .div-tarif {
	width: 166px;
	float: left
}

.page-podbor .right-exposed>div,
.page-podbor .left-exposed>div {
	margin-bottom: 25px;
	line-height: 18px
}

.page-podbor .views-exposed-widgets.clearfix {
	clear: both;
	padding-top: 25px
}

.page-podbor .exposed-filter-wrap p {
	color: #333;
	font-size: 14px;
	font-weight: 700
}

.exposed-filter-wrap .podbor_express {
	margin: 25px 0 0
}

.exposed-filter-wrap .fotos select {
	height: 23px
}

.page-podbor .right-exposed,
.page-podbor .left-exposed {
	width: 50%;
	float: left
}

.page-podbor .right-exposed {
	min-width: 308px
}

.region-wrap input {
	line-height: 22px;
	width: 200px;
	font-size: 17px;
	text-indent: 8px
}

.region-wrap input:focus {
	color: #111;
	box-shadow: 0 0 7px -1.4px rgba(243, 94, 139, .9);
	border: 1px solid #217c98;
	outline: none
}

.page-podbor .right-exposed .form-type-textfield {
	float: left
}

.page-podbor .aside {
	display: none
}

.page-podbor .exposed-filter-wrap {
	background: #fff;
	box-shadow: 0 0 5px .6px rgba(0, 0, 0, .06);
	padding: 15px;
	margin: 0 0 6px
}

.page-podbor .region-wrap {
	margin-bottom: 20px
}

.page-podbor .podbor_info,
.view-empty .anketnet {
	font-size: 15px;
	margin: 25px 5px;
	background: #fff;
	text-align: center;
	color: #000;
	padding: 10px;
	box-shadow: 0 0 5px .6px rgba(0, 0, 0, .07)
}

.view-empty {
	text-align: left
}

.page-podbor .ajax-progress-throbber .throbber {
	background: url(img/24.gif) no-repeat scroll 0 0;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0 0 0 25px;
	position: relative;
	top: 10px
}

.page-podbor .views-exposed-form label {
	font-size: 14px;
	padding-bottom: 2px;
	line-height: 33px;
	font-weight: 400
}

.page-podbor .right-exposed .tarif>div,
.page-podbor .right-exposed .parametri>div {
	overflow: hidden
}

.right-exposed>div>div>label {
	width: 135px
}

.page-podbor .views-submit-button input {
	border: none;
	border-bottom: 3px solid #217c98;
	background: #2f98cb;
	background: -moz-linear-gradient(top, #2f98cb 0%, #2d98cc 49%, #0f8ec8 49%, #0f8ec8 50%, #108cc1 100%);
	background: -webkit-linear-gradient(top, #2f98cb 0%, #2d98cc 49%, #0f8ec8 49%, #0f8ec8 50%, #108cc1 100%);
	background: linear-gradient(to bottom, #2f98cb 0%, #2d98cc 49%, #0f8ec8 49%, #0f8ec8 50%, #108cc1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f98cb', endColorstr='#108cc1', GradientType=0);
	padding: 9px 20px 8px;
	color: #fff;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px
}

.page-podbor .views-reset-button input {
	border: none;
	background: #dfdede;
	background: -webkit-gradient(linear, left top, left bottom, from(#dfdede), color-stop(50%, #cecece), color-stop(51%, #cecece), to(#bcbcbc));
	background: linear-gradient(to bottom, #dfdede 0%, #cecece 50%, #cecece 51%, #bcbcbc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdede', endColorstr='#bcbcbc', GradientType=0);
	box-shadow: 0 3px 0 #b4b4b4, 0 7px 10px rgba(180, 180, 180, .25);
	padding: 9px 20px 8px;
	color: #fff;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px
}

.page-podbor .views-submit-button input:focus,
.page-podbor .views-submit-button input:focus {
	position: relative;
	top: 1px;
	outline: none
}

.title_com {
	font-size: 20px;
	clear: both;
	font-size: 20px;
	margin-left: 10px
}

.comment-page-img {
	float: left;
	margin: 7px 10px 5px 7px;
	width: 125px
}

.name_strong {
	display: inline-block;
	margin-bottom: 4px;
	margin-right: 30px;
	margin-top: 7px
}

.b-itemlist_line {
	background: #f3f4f6 none repeat scroll 0 0;
	height: 2px;
	margin: 56px auto 0;
	width: 158px
}

#fader {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	display: none;
	left: 0;
	opacity: .65;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 3
}

.b-popup {
	background: #fcfdfe;
	border-radius: 11px;
	display: none;
	left: 50%;
	margin-left: -216px;
	position: absolute;
	top: 140px;
	width: 433px;
	z-index: 4;
	overflow: hidden
}

.b-popup__head {
	background-image: -moz-linear-gradient(0deg, rgb(223, 48, 101) 0%, rgb(188, 33, 80) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(223, 48, 101) 0%, rgb(188, 33, 80) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(223, 48, 101) 0%, rgb(188, 33, 80) 100%);
	border-radius: 9px 9px 0 0;
	height: 60px;
	position: relative
}

.b-popup #messages {
	padding: 0 23px
}

.b-popup__tit {
	color: #fff;
	font-family: roboto medium, sans-serif;
	font-size: 28px;
	line-height: 62px;
	text-align: center
}

.b-popup__close {
	position: absolute;
	right: 21px;
	top: 16px;
	width: 30px;
	height: 30px;
	opacity: .9;
	cursor: pointer
}

.b-popup__close:hover {
	opacity: 1
}

.b-popup__close:before,
.b-popup__close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 30px;
	width: 2px;
	background-color: #fff
}

.b-popup__close:before {
	transform: rotate(45deg)
}

.b-popup__close:after {
	transform: rotate(-45deg)
}

.b-popup .log-box {
	padding: 23px
}

.b-popup .reg-box {
	padding: 30px 23px 23px;
	text-align: center;
	background-color: #efeeee
}

.b-popup label {
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
	overflow: hidden
}

.b-popup input[type=text],
.b-popup input[type=password] {
	border-width: 1px;
	border-color: #cacaca;
	border-style: solid;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 12px 44px 0 rgba(33, 124, 152, .05);
	height: 42px;
	width: 96%;
	padding: 0 0 0 15px;
	color: #000;
	font-size: 16px;
	margin-bottom: 10px
}

.b-popup input[type=text]:focus,
.b-popup input[type=password]:focus {
	border: 1px solid #b3325a
}

.b-popup .zab-pas {
	display: block;
	margin-top: 10px;
	text-align: center
}

.zab-pas:hover {
	text-decoration: underline
}

.b-popup form input[type=submit] {
	border: 0;
	border-bottom: 4px solid #217c98;
	background: #2f98cb;
	background: -moz-linear-gradient(top, #2f98cb 0%, #2d98cc 49%, #0f8ec8 49%, #0f8ec8 50%, #108cc1 100%);
	background: -webkit-linear-gradient(top, #2f98cb 0%, #2d98cc 49%, #0f8ec8 49%, #0f8ec8 50%, #108cc1 100%);
	background: linear-gradient(to bottom, #2f98cb 0%, #2d98cc 49%, #0f8ec8 49%, #0f8ec8 50%, #108cc1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f98cb', endColorstr='#108cc1', GradientType=0);
	padding: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 700;
	font-size: 17px;
	height: 50px;
	width: 100%
}

.b-popup__note {
	color: #565454;
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 12px
}

.b-popup__stit {
	font-family: roboto medium, sans-serif;
	margin-bottom: 10px;
	font-size: 23px;
	color: #c12353
}

.b-wrap {
	margin: 0 30px
}

.h-stit {
	font-weight: 400;
	margin-bottom: 10px
}

.form-item .description {
	font-size: .85em
}

.webform-submit {
	cursor: pointer;
	margin: 5px 0
}

.webform-submit:hover {
	color: #ca194f
}

#uptocall-mini {
	display: none
}

#uptocall-mini {
	position: fixed;
	bottom: 40px;
	right: 45px;
	cursor: pointer;
	z-index: 1
}

#uptocall-mini .uptocall-mini-phone {
	-moz-border-radius: 50%!important;
	-webkit-border-radius: 50%!important;
	border-radius: 50%!important;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: rgba(0, 149, 70, .8);
	width: 50px;
	height: 50px;
	-webkit-animation: uptocallmini 1.4s 0s ease-out infinite;
	-moz-animation: uptocallmini 1.4s 0s ease-out infinite;
	animation: uptocallmini 1.4s 0s ease-out infinite
}

#uptocall-mini .uptocall-mini-phone:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(img/icon-mini-phone.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 26px;
	-webkit-animation: uptocallphone 2s linear infinite;
	-moz-animation: uptocallphone 2s linear infinite;
	animation: uptocallphone 2s linear infinite
}

@-moz-keyframes uptocallmini {
	0% {
		box-shadow: 0 0 8px 6px rgba(0, 149, 70, .2), 0 0 0 0 transparent, 0 0 0 0 rgba(0, 149, 70, .2)
	}
	100% {
		box-shadow: 0 0 8px 6px rgba(0, 149, 70, .2), 0 0 0 15px transparent, 0 0 0 15px rgba(0, 149, 70, .2)
	}
}

@-moz-keyframes uptocallphone {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	25% {
		-ms-transform: rotate(20deg);
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg)
	}
	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	75% {
		-ms-transform: rotate(-20deg);
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg)
	}
	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes uptocallmini {
	0% {
		box-shadow: 0 0 8px 6px rgba(0, 149, 70, .2), 0 0 0 0 transparent, 0 0 0 0 rgba(0, 149, 70, .2)
	}
	100% {
		box-shadow: 0 0 8px 6px rgba(0, 149, 70, .2), 0 0 0 15px transparent, 0 0 0 15px rgba(0, 149, 70, .2)
	}
}

@keyframes uptocallphone {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	25% {
		-ms-transform: rotate(20deg);
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg)
	}
	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	75% {
		-ms-transform: rotate(-20deg);
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg)
	}
	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@-webkit-keyframes uptocallphone {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	25% {
		-ms-transform: rotate(20deg);
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg)
	}
	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	75% {
		-ms-transform: rotate(-20deg);
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg)
	}
	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@-webkit-keyframes uptocallmini {
	0% {
		box-shadow: 0 0 8px 6px rgba(0, 149, 70, .2), 0 0 0 0 transparent, 0 0 0 0 rgba(0, 149, 70, .2)
	}
	100% {
		box-shadow: 0 0 8px 6px rgba(0, 149, 70, .2), 0 0 0 15px transparent, 0 0 0 15px rgba(0, 149, 70, .2)
	}
}

.phone a {
	cursor: default;
	text-decoration: none
}

.back-node div {
	border: 1px solid #999;
	border-radius: 3px;
	color: #333;
	font-size: 15px;
	cursor: pointer;
	margin: 0 0 16px;
	padding: 3px 5px 8px;
	text-align: center;
	background: #fff
}

.back-node div:hover {
	text-decoration: none;
	color: #ca194f
}

.back-node div:active {
	color: #ca194f
}

.back-node strong {
	font-size: 17px
}

.back-node span {
	border-bottom: 1px dotted
}

.back-node {
	display: none
}

.anketnet {
	font-size: 14px;
	font-weight: 700;
	margin: 10px 0 0 3px;
	text-align: center
}

.n-text {
	margin: 60px 0 10px;
	font-size: 15px;
	font-weight: 700
}

.arhive_phone {
	letter-spacing: 2px
}

.pager--infinite-scroll li a {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #fbfbfb;
	background-image: -moz-linear-gradient(center bottom, #f1f1f1 0%, #ffffff 100%);
	border-color: #e4e5e6 #cbcbcc #a7a7a8;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	color: #ca194f;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-left: 3px;
	margin-right: 13px;
	outline: 4px solid #f3f4f6;
	padding: 14px 0 16px;
	text-align: center;
	text-decoration: underline
}

.pager--infinite-scroll li a:hover {
	text-decoration: none
}

.pager--infinite-scroll .ajax-progress {
	margin: 8px auto;
	width: 203px;
	display: block
}

.pager--infinite-scroll .ajax-progress .throbber {
	background: transparent url(img/loader.gif) no-repeat 0 center;
	height: 12px;
	width: 203px
}

.b-stit {
	color: #252525
}

.check-foto {
	background: #94bda7 none repeat scroll 0 0;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	margin-left: 8px;
	padding: 2px 6px 1px;
	position: relative;
	top: -2px
}

.check-foto {
	display: none
}

.autor_reply {
	color: #ca194f;
	font-weight: 700
}

.content .price-list .frame .adr.salon-margin {
	margin: 25px 0 50px
}

#header .menu-top .menu li a.active {
	text-decoration: underline
}

.aside .menu a.active-menu {
	color: #157f9f;
	border-color: #157f9f
}

.password-indicator {
	background-color: #c4c4c4;
	height: .3em;
	width: 100%
}

.password-strength-text {
	float: right;
	font-weight: 700
}

div.password-confirm {
	visibility: hidden
}

.password-indicator div {
	background-color: #ca194f;
	height: 100%;
	width: 0
}

.intim-foto {
	display: inline-block;
	margin: 0 9px 10px
}

.foto-title {
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
	text-align: center
}

.content .price-list .frame .phone span {
	letter-spacing: .8px
}

.page-podbor .views-exposed-widget.views-submit-button {
	display: inline-block;
	margin-right: 10%
}

.views-exposed-widget.views-reset-button {
	display: inline-block
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
	border: 2px solid red
}

.anketa .checked {
	background: rgba(246, 246, 246, .4) url(img/proverenno.png) no-repeat scroll center center;
	height: 45px;
	position: absolute;
	bottom: 0;
	width: 100%
}

.views_infinite_scroll-ajax-loader {
	margin: 0 auto;
	width: 203px
}

.otkl-comments {
	margin-top: 35px;
	font-size: 14px;
	margin: 50px 3px;
	text-align: center;
	font-weight: 700;
	box-shadow: 0 0 5px .6px rgba(0, 0, 0, .07);
	padding: 10px 4px;
	color: #2c2c2c
}

.viezd span {
	font-weight: 700
}

.vizov-link a {
	background: #f3f4f6 none repeat scroll 0 0;
	border-radius: 5px;
	color: #404040;
	display: inline-block;
	margin-right: 10px;
	margin-top: 8px;
	padding: 5px 12px
}

.vizov-link a.active-menu {
	color: #ca194f;
	text-decoration: underline
}

.vizov-link a:hover {
	color: #ca194f;
	position: relative;
	top: 1px
}

.viesd-text {
	font-size: 18px
}

.vizov-link {
	margin-bottom: 23px;
	padding: 7px;
	box-shadow: 0 0 5px .6px rgba(0, 0, 0, .07);
	background: #fff
}

.b-onenews__text li {
	line-height: 20px;
	list-style: disc;
	margin-left: 16px
}

.b-onenews__text .pop_enter.dregistr {
	color: #ca194f;
	text-decoration: underline;
	cursor: pointer
}

.b-onenews__text .pop_enter.dregistr:hover {
	text-decoration: none
}

.page-podbor .parametri span,
.page-podbor .tarif span {
	float: left;
	margin: 0 8px;
	line-height: 32px;
	font-size: 14px
}

.region-wrap .form-item.form-type-masked-input:before {
	content: '';
	background: url(img/icon-phone-input.svg) no-repeat 0 0;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 5px;
	background-size: 100%
}

.region-wrap .form-item.form-type-masked-input input {
	text-indent: 25px
}

.podbor-right {
	margin-left: 88px
}

#autocomplete {
	background: #fff;
	cursor: pointer
}

.strongg {
	font-weight: 700;
	width: 150px;
	display: inline-block
}

.page-podbor .region-wrap .form-item {
	display: inline-block;
	margin-bottom: 6px;
	position: relative
}

.podbor-desc {
	font-size: 11px!important;
	font-weight: 400!important
}

.podbor-right .form-text.form-autocomplete {
	width: 200px
}

.page-podbor .nacia .form-select {
	width: 120px;
	height: 23px;
	margin-top: 4px
}

.item-list .pager {
	clear: both;
	text-align: center
}

.item-list ul {
	margin: 0 0 .75em;
	padding: 0
}

.item-list .pager li {
	background-image: none;
	display: inline;
	list-style-type: none;
	padding: .5em
}

.pager-current {
	background: #f3f4f6 none repeat scroll 0 0;
	border-radius: 5px;
	font-weight: 700
}

.text ol,
.text ul {
	padding: 0 0 0 15px
}

.text ul li {
	list-style: disc
}

.red-prof {
	color: #c00;
	border: 1px solid;
	padding: 3px 10px;
	text-align: center
}

#edit-commentaccess-settings {
	display: none
}

.divattention {
	text-align: center;
	margin: 8px auto 0
}

.del_ankt {
	text-align: center;
	font-weight: 700
}

.attention {
	background-color: #fffca9;
	padding: 5px 0 7px;
	color: #1b1a1a;
	width: 106%;
	margin-left: -3%;
	font-family: trebuchet ms, arial, sans-serif;
	text-align: center;
	margin-top: 10px
}

.attention:before {
	content: '';
	background: url(img/icon-attention.svg) no-repeat 0 0;
	width: 19px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 2px;
	left: -7px
}

.age_limit {
	font-weight: 700;
	margin-bottom: 5px
}

.age_limit span {
	font-weight: 400
}

.messenger_ank {
	margin: 5px 0 0;
	font-family: trebuchet ms, arial, sans-serif;
	font-weight: 700
}

.messenger_ank a {
	color: #157f9f;
	border-bottom: 1px dotted
}

.messenger_ank a:hover {
	border-bottom: none;
	position: relative;
	top: 1px;
	text-decoration: none
}

.whatsapp span:before {
	content: '';
	background: url(img/icon-whatsapp.svg) no-repeat center center;
	width: 20px;
	height: 19px;
	display: inline-block;
	position: relative;
	top: 5px;
	left: 2px;
	margin-right: 5px
}

.viber span:before {
	content: '';
	background: url(img/icon-viber.svg) no-repeat center center;
	width: 17px;
	height: 18px;
	display: inline-block;
	position: relative;
	top: 5px;
	left: 1px;
	margin-right: 5px;
	background-size: 100%
}

.region-wrap .views-exposed-form .form-item {
	position: relative
}

#edit-comment-body {
	margin-bottom: 10px;
	margin-top: 10px
}

#edit-comment-body input {
	padding: 5px 10px
}

.page-messages-view-2900 #privatemsg-new {
	display: none
}

.page-intim-map div.geofield-ymap {
	width: 100%;
	height: 600px
}

div.geofield-ymap {
	width: 100%;
	height: 300px;
	margin-top: 10px
}

.del_ankt {
	text-align: center;
	font-weight: 700
}

.page-intim-map #main .aside {
	display: none
}

.map_wrap {
	max-width: 240px
}

.map_left {
	float: left;
	position: relative
}

.map_left img {
	width: 120px;
	height: 150px
}

.map_title {
	margin-bottom: 5px
}

.ymaps-2-1-74-b-cluster-tabs__item-header {
	display: none!important
}

ymaps.ymaps-2-1-74-balloon__content {
	max-width: 372px!important
}

.map_right {
	float: right;
	margin: 0 0 0 10px;
	color: #222;
	line-height: 20px
}

.map_right span {
	font-weight: 700
}

p.map_rost {
	margin-bottom: 14px
}

.map_title a {
	font-size: 16px
}

.map_title span {
	background: #10884c none repeat scroll 0 0;
	color: #fff;
	font-size: 12px;
	margin-left: 6px;
	padding: 1px 5px;
	position: relative;
	top: -2px
}

.page-intim-map .checked {
	bottom: 0;
	right: -8px
}

.page-intim-map #main .h {
	max-width: 100%;
	padding: 0 5px
}

.page-intim-map h1 {
	text-align: center;
	padding: 7px;
	box-shadow: 0 0 5px .6px rgba(0, 0, 0, .07);
	background: #fff
}

.custom_flag_clear_all {
	background: #f3f4f6 none repeat scroll 0 0;
	border-radius: 5px;
	color: #404040;
	display: inline-block;
	margin-bottom: 15px;
	padding: 5px 12px
}

.custom_flag_clear_all:hover {
	color: #a51010;
	position: relative;
	top: 1px;
	text-decoration: none
}

.custom_flag_wrapper a {
	border-bottom: 1px dotted #ca194f;
	font-size: 14px
}

.custom_flag_wrapper a:hover {
	border-bottom: none;
	text-decoration: none;
	position: relative;
	top: 1px
}

.custom_flag_wrapper.flagged a {
	border-bottom: none;
	color: #444;
	text-decoration: underline
}

.custom_flag_wrapper.flagged a:hover {
	text-decoration: none
}

.custom_flag_wrapper {
	float: right;
	margin-top: 1px
}

.custom_flag_wrapper:before {
	content: '';
	background: #ff2d6c url(img/icon-star.svg) no-repeat center center;
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 3px;
	left: -4px;
	border-radius: 50%;
	background-size: 10px
}

.custom_flag_wrapper.flagged:before {
	background: 0 0
}

.custom_flag_wrapper.flagged:after {
	content: '';
	background: url(img/icon-close.svg) no-repeat center center;
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 3px;
	right: -3px
}

.message_form_ok {
	background-color: #f8fff0;
	color: #234600;
	background-image: url(/misc/message-24-ok.png);
	border-color: #be7;
	background-position: 8px 8px;
	background-repeat: no-repeat;
	border: 1px solid;
	margin: 6px 0;
	padding: 10px 10px 10px 50px;
	text-align: center;
	line-height: 20px;
	font-size: 14px
}

.page-contact .aside {
	display: none
}

.page-contact #custom_form_contacts_wrapper .form-type-textfield label {
	display: inline-block;
	margin: 8px 0;
	width: 60px
}

.page-contact #custom_form_contacts_wrapper .form-type-textfield input {
	width: 200px;
	padding: 4px;
	font-size: 14px
}

.page-contact #custom_form_contacts_wrapper input#edit-captcha-response {
	width: 50px!important
}

.page-contact #custom_form_contacts_wrapper .form-item-captcha-response label {
	width: 132px!important
}

.page-contact #custom_form_contacts_wrapper .form-item.form-type-textfield.form-item-captcha-response {
	margin: 10px 0 20px
}

.page-contact #custom_form_contacts_wrapper {
	background-color: #fff;
	box-shadow: 0 0 5px .6px rgba(0, 0, 0, .06);
	padding: 30px 15px;
	overflow: hidden
}

.page-contact .form-type-textarea {
	margin-top: 20px;
	margin-bottom: 10px
}

.page-contact .form-textarea-wrapper textarea {
	margin-top: 4px;
	font-size: 14px;
	max-width: 70%
}

.page-contact .form-submit:hover {
	color: #ca194f
}

.wrap_cont {
	background: #fff;
	box-shadow: 0 0 5px .6px rgba(0, 0, 0, .06);
	padding: 10px;
	overflow: hidden
}

.page-comments .title_com {
	font-size: 20px;
	margin-left: 10px;
	margin-bottom: 6px
}

.page-comments .photo_com {
	float: left;
	margin-right: 10px;
	position: relative
}

.page-comments .photo_com a img {
	border-radius: 2px
}

.page-comments .checked {
	background: transparent url(img/proverenno.png) no-repeat scroll 0 0;
	bottom: -4px;
	right: -9px;
	width: 74px;
	height: 45px;
	position: absolute
}

.page-comments .comment_com p {
	margin-bottom: 6px;
	font-weight: 700
}

.page-comments .comment_com p span {
	font-weight: 400;
	color: #000
}

.page-comments .body_com {
	font-style: italic;
	line-height: 18px;
	overflow: hidden;
	color: #444;
	text-indent: 19px
}

.element-invisible {
	position: absolute!important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px
}

.page-comments .comment_div {
	margin-bottom: 20px;
	border-bottom: 2px solid #f3f4f6;
	padding-bottom: 15px
}

.content_com:after {
	clear: both;
	content: '';
	display: block
}

.page-user-password input {
	margin: 5px 0
}

.page-podbor input[type=checkbox] {
	opacity: 0
}

.page-podbor label.option::before {
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	border: 1px solid #a1a2a7
}

.page-podbor label.option::after {
	content: "";
	display: inline-block;
	height: 6px;
	width: 9px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(-45deg);
	color: #ff2869
}

.page-podbor label.option {
	position: relative
}

.page-podbor label.option::before,
.page-podbor label.option::after {
	position: absolute
}

.page-podbor label.option::before {
	top: -3px;
	left: -27px
}

.page-podbor label.option::after {
	left: -21px;
	top: 2px
}

.page-podbor input[type=checkbox]+label.option::after {
	content: none
}

.page-podbor input[type=checkbox]:checked+label.option::after {
	content: ""
}

.page-podbor input[type=checkbox]:focus+label.option::before {
	outline: #0080a2 auto 5px
}

.page-archive .content .price-list .frame .phone {
	font-size: 17px
}

div.messages {
	background-position: 8px 8px;
	background-repeat: no-repeat;
	border: 1px solid;
	margin: 6px 0;
	padding: 10px 10px 10px 50px
}

div.status {
	background-image: url(/misc/message-24-ok.png);
	border-color: #be7
}

div.status,
.ok {
	color: #234600
}

div.status,
table tr.ok {
	background-color: #f8fff0
}

div.warning {
	background-image: url(/misc/message-24-warning.png);
	border-color: #ed5
}

div.warning,
.warning {
	color: #840
}

div.warning,
table tr.warning {
	background-color: #fffce5
}

div.error {
	background-image: url(/misc/message-24-error.png);
	border-color: #ed541d
}

div.error,
.error {
	color: #8c2e0b
}

div.error,
table tr.error {
	background-color: #fef5f1
}

div.error p.error {
	color: #333
}

div.messages ul {
	margin: 0 0 0 1em;
	padding: 0
}

div.messages ul li {
	list-style-image: none
}

.page-messages-view-68214 #privatemsg-new {
	display: none
}

.page-messages-view-71121 #privatemsg-new {
	display: none
}

@media only screen and (max-width:1018px) {
	body {
		min-width: 320px;
		position: relative
	}
	#header .menu-top .menu li {
		width: 6%
	}
	#header .menu-box .menu {
		width: 100%
	}
	.content {
		width: auto;
		float: none;
		padding: 0 5px
	}
	.content .price-list {
		width: calc(100% - 250px);
		-moz-calc: calc(100% - 250px);
		-webkit-calc: calc(100% - 250px);
		-webkit-calc: calc(100% - 250px)
	}
	.content .price-list .frame {
		padding: 0 20px
	}
	.content .price-list .anketa {
		width: 49%
	}
	.content .price-list .anketa:nth-child(2n) {
		margin-left: 2%
	}
	.content .price-list .frame .left {
		margin: 0 auto;
		float: none
	}
	.content .price-list .right {
		float: none
	}
	.content .price-list .price {
		height: 70px
	}
	.content .right p.express-views {
		left: 25%
	}
	.bot-foot {
		display: none
	}
	.b-sidebar__totop {
		width: 65px;
		left: auto;
		right: 10px;
		bottom: 50px;
		margin-left: 0
	}
	.intim-foto {
		margin-left: auto;
		margin-right: auto
	}
	.podbor-right {
		margin-left: 0;
		margin-top: 11px
	}
	.page-node .menu_left {
		display: none
	}
	.page-intim-map #main .h {
		padding: 0
	}
	#footer .h {
		max-width: 750px
	}
	.top-foot .warn {
		font-size: 16px
	}
	.top-foot .warn2 {
		font-size: 13px
	}
}

@media only screen and (max-width:768px) {
	.header {
		background: #515151;
		padding: 10px 15px 15px;
		height: auto
	}
	.logo {
		max-width: 90px;
		margin: 3px 0
	}
	.logo span {
		display: none
	}
	.logo img {
		height: 100%;
		width: 100%
	}
	#header .menu-top {
		border: 0
	}
	#header .menu-box {
		position: unset
	}
	#header .menu-box .menu {
		border-radius: 0 0 5px 5px;
		overflow: hidden
	}
	#header .menu-box .menu li a:after {
		display: none
	}
	#header .menu-top .menu li,
	#header .menu-box .menu li {
		display: block;
		width: auto;
		border-left: 0;
		margin: 0;
		border-bottom: 1px solid #f1f1f1
	}
	#header .menu-top .menu li a,
	#header .menu-box .menu li a {
		padding: 6px 0;
		font-family: Arial, sans-serif;
		font-size: 14px;
		color: #1f1e1e;
		font-weight: 400;
		text-transform: uppercase
	}
	#header .menu-top .menu li a:hover,
	#header .menu-box .menu li a:hover {
		background: 0 0;
		color: #ca194f
	}
	#header .top-line .h {
		padding: 0;
		margin: 13px 0 3px
	}
	#header .menu-top .menu,
	#header .menu-box .menu {
		border: 0;
		background-color: #fff;
		width: 100%;
		box-shadow: none
	}
	#header .menu-box .menu .last.jdu_zvonka,
	#header .menu-box .menu .last.bookmarks {
		display: block;
		border: 0
	}
	#header .menu-box .menu .last.jdu_zvonka {
		background: #2f98cb;
		background: -moz-linear-gradient(top, #2f98cb 0%, #2d98cc 49%, #0f8ec8 49%, #0f8ec8 50%, #108cc1 100%);
		background: -webkit-linear-gradient(top, #2f98cb 0%, #2d98cc 49%, #0f8ec8 49%, #0f8ec8 50%, #108cc1 100%);
		background: linear-gradient(to bottom, #2f98cb 0%, #2d98cc 49%, #0f8ec8 49%, #0f8ec8 50%, #108cc1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f98cb', endColorstr='#108cc1', GradientType=0)
	}
	#header .menu-box .menu .last.jdu_zvonka a {
		color: #fff
	}
	.content .anketa_wrap .phone {
		text-align: center
	}
	.aside .jdu-zvonka,
	.aside .bookmarks {
		display: none
	}
	.aside {
		float: none;
		margin-bottom: 30px;
		width: 100%;
		margin-left: 0
	}
	.aside .menu_box {
		border: none
	}
	.b-tit {
		text-align: center
	}
	.content .price-list {
		width: auto
	}
	#header .top-line .add-btn {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		text-align: center;
		font-size: 12px;
		padding: 3px 0;
		border-radius: 0;
		text-transform: uppercase;
		border-bottom: 0;
		background: #2e2e2e;
		color: #e2e0e0
	}
	#header .top-line .add-btn:hover {
		position: absolute
	}
	.archive {
		display: none
	}
	#header .top-line .right {
		margin-right: 26px;
		margin-top: 22px
	}
	.menu_left {
		display: block;
		position: fixed;
		overflow: hidden;
		margin: 0;
		padding: 5px;
		width: 247px;
		background: #fff;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 100;
		overflow: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-overflow-scrolling: touch
	}
	.dib.menu li {
		margin-left: 7px
	}
	.aside .pol-li li:nth-child(2n) {
		margin-left: 10px
	}
	.aside .box ul {
		margin-left: 0
	}
	.aside .box .dib li {
		margin-left: 9px
	}
	.menu_left {
		display: none
	}
	.toggle_mnu {
		display: block
	}
	.check-foto {
		display: inline-block
	}
	.overlay {
		position: fixed;
		background: rgba(0, 0, 0, .7);
		height: 100%;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 3;
		display: none
	}
	.comment-page-img {
		float: none;
		margin: 0 auto 2px;
		width: 97px
	}
	.title_com {
		margin: 20px 0 3px;
		text-align: center
	}
	.content .all-list {
		font-size: 17px;
		padding: 15px 0 16px
	}
	.content .all-list-wrap {
		width: auto
	}
	.content .text {
		width: 100%
	}
	.back-node {
		display: block
	}
	.page-intim-foto .content .view-intim-foto {
		text-align: center
	}
	#header .menu li a.active {
		color: #ca194f;
		text-decoration: underline
	}
	.content h1 {
		font-size: 21px
	}
	.content .price-list .frame .adr::after {
		left: 0
	}
	.page-podbor #main .info,
	.page-podbor #main .price {
		margin: 0 auto;
		width: 200px
	}
	.content .anketa_wrap {
		padding: 7px
	}
	.top-foot .link-wrap a.call-back {
		margin-right: 20px
	}
	.content .phone .privet {
		display: block;
		top: 0
	}
	.pswp__bg {
		opacity: 1!important
	}
	.messenger_ank {
		text-align: center;
		margin-bottom: 7px
	}
	.top-foot {
		padding: 20px 0;
		margin: 0 5%
	}
	.top-foot .warn_box {
		width: auto;
		float: none
	}
	.top-foot .btn-box {
		width: auto;
		float: none;
		margin: 20px auto 0;
		max-width: 60%
	}
	.top-foot .call-back {
		margin-bottom: 0;
		font-size: 15px;
		padding: 9px 0 8px;
		border-bottom: 2px solid #217c98
	}
	.copy {
		padding: 17px
	}
	.page-contact .form-textarea-wrapper textarea {
		max-width: 100%
	}
	.page-podbor .right-exposed {
		width: auto;
		float: right;
		margin-right: 7px
	}
	.page-podbor .left-exposed {
		width: 215px
	}
	.page-podbor .exposed-filter-wrap {
		padding: 10px
	}
	.page-comments .aside {
		margin: 0
	}
}

@media only screen and (max-width:600px) {
	.content .photos {
		float: none;
		margin: 0 auto 20px;
		position: relative
	}
	.state-content .right-box {
		float: none;
		margin: 0 auto 30px
	}
	.foto-title {
		margin-bottom: 8px;
		margin-top: 5px
	}
	.page-podbor .right-exposed {
		float: left
	}
}

@media only screen and (max-width:480px) {
	.content .price-list .anketa {
		width: 100%;
		margin-bottom: 25px
	}
	.content .price-list .anketa:nth-child(2n) {
		margin-left: 0
	}
	.content .price-list .descr {
		height: auto;
		font-size: 12px
	}
	.b-popup__stit {
		font-size: 19px;
		margin-bottom: 5px
	}
	.b-popup .log-box {
		padding: 18px
	}
	.b-popup .reg-box {
		padding: 30px 18px 18px
	}
	.b-popup form input[type=submit] {
		font-size: 16px;
		height: 45px
	}
	.b-popup input[type=text],
	.b-popup input[type=password] {
		height: 40px;
		padding: 0 0 0 9px
	}
	.b-popup__note {
		font-size: 12px;
		line-height: 15px;
		margin: 0 0 9px
	}
	.content .price-list .frame {
		padding: 0 6px 0 0
	}
	.content .price-list .frame .left {
		float: left;
		margin-right: 7px
	}
	.content .right p.express-views {
		left: 50%
	}
	.time_to_call {
		text-align: center
	}
	.content .price-list .right {
		margin: 0 auto;
		overflow: hidden
	}
	.phone span.zvonok {
		margin: 0 0 0 10px
	}
	.content .top-info .info-row {
		display: none
	}
	.b-popup {
		width: 300px;
		margin-left: -150px;
		top: 85px
	}
	.b-popup__head {
		height: 50px
	}
	.b-popup__tit {
		font-size: 27px;
		line-height: 52px
	}
	.descriptions .infa .box ul span {
		width: 53%
	}
	.content .phone .privet {
		display: none
	}
	.b-popup label {
		text-align: left;
		width: 63px
	}
	.intim-foto img {
		width: 153px
	}
	.b-popup__wrap input {
		width: 160px
	}
	.b-popup__close {
		top: 11px
	}
	.stist {
		font-size: 20px
	}
	.attention {
		padding: 0 0 3px;
		letter-spacing: .2px
	}
	.attention:before {
		top: 10px
	}
	.page-intim-map div.geofield-ymap {
		width: 100%;
		height: 500px
	}
	.strongg {
		width: 125px
	}
	.top-foot .warn {
		font-size: 12px
	}
	.page-podbor .region-wrap [type=text] {
		width: 100%
	}
	.page-podbor .region-wrap .form-item {
		width: 55%
	}
	.copy {
		font-size: 13px
	}
}

@media only screen and (max-width:360px) {
	.content .price-list .frame .phone {
		font-size: 16px
	}
	.content .price-list .frame .left {
		width: 148px;
		margin-right: 5px
	}
	.content .right p.express-views {
		left: auto;
		font-size: 11px
	}
	.content .anketa_wrap .phone {
		font-size: 20px
	}
	.phone span.zvonok {
		padding: 2px 3px
	}
}

@media only screen and (max-width:320px) {
	.content .price-list .frame .phone:before {
		display: none
	}
	.content .price-list .frame {
		padding: 0 5px 0 0
	}
	.content .anketa_wrap {
		padding: 5px
	}
	.attention:before {
		display: none
	}
	.content .phone {
		font-size: 20px
	}
	.copy {
		padding: 15px;
		font-size: 12px
	}
	.page-podbor .exposed-filter-wrap {
		padding: 7px
	}
	.page-podbor .right-exposed .tarif input,
	.page-podbor .right-exposed .parametri input {
		width: 40px
	}
}


       /* ********** скрытые блоки ********** */
      

        #overlay {
            position:fixed; 
            left:0; 
            top:0; 
            width:100%; 
            height:100%; 
            background: black; 
/* Internet Explorer */
filter:alpha(opacity=50);
/* CSS3 standard */
            opacity: 0.5; 
            z-index: 1;
        } 
        
        #selcity-box {
            position:fixed; 
            width: 600px;
            height: 500px;            
            left:50%; 
	    margin-left: -300px;
            top:50px;
            color: #000000;
            z-index: 11;
        }
		
	.selectcity {
	padding-top:20px;
	padding-left: 10px;
	padding-right: 10px;
	}

.enter {
    padding-left:30px;
    padding-right:30px;
    padding-bottom:15px;    
    background:#fff;
    color:#800000;
    text-align:justify;
}    
.entera {
    background:red;
    padding-top:10px;
    padding-bottom:10px;
    font-size:13px;
    color:#ffffff;
} 	


.addanketa {background:none;border:none;width:100%;}
.addanketa td {padding:5px;border:none;font-size:14px;}
.addanketa input[type=text],select,textarea {width:90%;margin-bottom:5px;}

.jscroll-loading {text-align:center;}

.mobilema {display:none;}
@media only screen and (max-width:768px){
.mobilema {display:block;}
}

.mobilemanone {display:block;}
@media only screen and (max-width:768px){
.mobilemanone {display:none;}
}