@charset "utf-8";
/* CSS Document */

body {
	background: #FFF;
	margin: 0;
	padding: 0;
	border: 0;
	/*font-family: 'RepoRegular';*/
	font-family: 'Arimo', sans-serif;
	color: #333;
	font-size: 17px;
}

body.button {
	padding-bottom: 80px;
}

input, button, textarea, select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	outline: none;
	font-family: 'RepoRegular';
	color: #303030;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

::-webkit-input-placeholder {
	color: #a9a79a;
	font-weight: normal;
	/*font-style: italic;*/
	font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
	color: #a9a79a;
	font-weight: normal;
	/*font-style: italic;*/
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #a9a79a;
	font-weight: normal;
	/*font-style: italic;*/
}

:-ms-input-placeholder {
	color: #a9a79a;
	font-weight: normal;
	/*font-style: italic;*/
}

a {
	color: #e1dfd2;
}

header{
	position: relative;
	z-index: 9999999;
	height: 45px;
	text-align: left;
	padding: 5px 10px 0;
	background: #fff;
	border-bottom: 1px solid #DDD;
}

header a.menuButton {
	position: absolute;
	top: 9px;
	left: 10px;
	background: url(../img/ico/menu.svg) 0 0 no-repeat;
	width: 32px;
	height: 32px;
	transition: all .4s;
}
header a.menuButtonOpen {
	background-position: 0 -42px;

}
header a.searchButton i {
	position: absolute;
	z-index: 111111;
	right: 3px;
	top: 3px;
	background: #fff;
	display: inline-block;
	text-align: center;
	color: #d00;
	font-size: 11px;
	line-height: 16px;
	padding: 0 4px;
	border-radius: 15px;
	font-style: normal;
	border: 1px solid #d00;
}

.left-header-wrapper {
	float: left;
}

.right-header-wrapper {
	float: right;
}

.central-header-wrapper {
	display: flex;
	justify-content: center;
}

header a.backButton,
header a.addButton,
header a.searchButton {
	width: 32px;
	height: 32px;
}

.headerTabs {
	background: #000;
	height: 42px;
}
.headerTabs a{
	display: block;
	line-height: 42px;
	width: 20%;
	float: left;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right: 1px solid #222;
	/*border-top: 1px solid #333;
	border-bottom: 1px solid #333;*/
}
.headerTabs a:hover{
	color: #FFF;
}
.headerTabs a.noborder{
	border-right: none;
}
.headerTabs a img{
	vertical-align: middle;
}

main.grl {
	max-width: 980px;
	margin: 10px auto 0;
	padding: 0 10px;
}

.pTitle {
	background: #8f2a90;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}
.pTitle a{
	float: right;
	width: 29px;
	height: 29px;
	margin-top: -6px;
	margin-left: 10px;
	background: url(../img/ico/resizes.svg) 0 -30px no-repeat;
}
.pTitle a.lang{
	float: right;
	width: 29px;
	line-height: 29px;
	margin-top: -6px;
	background: right center no-repeat;
	background-image: url(../img/lang/flag_en.svg);
	padding-right: 16px;
	text-decoration: none;
	font-weight: normal;
	color: rgba(255,255,255,.70);
}
.menuShadow{
	display: none;
	position: fixed;
	z-index: 9999998;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}
.menu {
	display: none;
	position: fixed;
	z-index: 9999999;
	top: 60px;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 280px;
	background: #1e1e1e;
}
.menu .tabs{
	display: inline-block;
	width: 100%;
	padding: 15px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.menu .tabs a{
	display: block;
	width: 33.33%;
	float: left;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
}
.menu .tabs a img{
	width: 40px;
}
.menu .mTitle {
	background: #111;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #EE0000; /* f8006a */
}
.menu .menuItems a{
	display: block;
	position: relative;
	text-decoration: none;
	padding: 12px 20px;
	font-size: 15px;
	border-bottom: 1px solid #111;
}
.menu .menuItems a:hover{
	color: #FFF;
}
.menu .menuItems a img{
	vertical-align: middle;
	margin-right: 5px;
	width: 16px;
	height: auto;
}
.advSearch{
	position:relative;
	/*background:#dde6ec;*/
	padding:10px;
	/*border-top:1px solid #b9c5d3;
	border-bottom:1px solid #b9c5d3;*/
}
.advSearch input[type="text"]{
	-webkit-appearance:none;
	width:100%;
	border:1px solid #777;
	border-radius:3px;
	background:rgba(255,255,255,0.15); /* #363636 */
	height:34px;
	margin:0;
	padding:0 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-weight:bold;
	font-size:14px;
	color: #777; /* e1dfd2 */
	transition: border-color .4s;
}
/*.advSearch input[type="text"]:hover,
.advSearch input[type="text"]:active,
.advSearch input[type="text"]:focus{
	border-color: #907a98;
}*/
.advSearch label{
	display:inline-block;
	margin:9px 0 0;
	padding:0;
	width:100%;
}
.advSearch label span{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-bottom:3px;
}
.advSearch select{
	width:100%;
	margin:0;
	padding:0 5px;
	height:33px;
	color: #777; /* e1dfd2 */
	border:1px solid #777;
	border-radius:3px;
	background:rgba(255,255,255,0.15); /* #363636 */
	font-size:14px;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	transition: border-color .4s;
}
/*.advSearch select:hover,
.advSearch select:active,
.advSearch select:focus{
	border-color: #e1dfd2;
}*/
.advSearch label.cb{
	font-size:13px;
}
.advSearch label.cb input{
	margin-right:5px;
	vertical-align:middle;
}
.advSearch .dowble{
	display:table;
	width:100%;
}
.advSearch .dowble select.left:not(.hidden),
.advSearch .dowble select.right:not(.hidden) {
	margin-top: 8px;
}
.advSearch .dowble select.left{
	float:left;
	width:49%;
}
.advSearch .dowble select.right{
	float:right;
	width:49%;
}
.advSearch .cbOptions{
	display:inline-block;
	margin:10px 0 0;
}
.advSearch .cbOptions label{
	display:inline-block;
	float:left;
	width:185px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	font-size:14px;
}
.advSearch button {
	display:block;
	width:100%;
	height:56px;
	margin:18px auto 0px;
	background:#fff; /* ed116d */
	border:none;
	border-radius: 3px;
	color:#d00; /* e5c869 000 */
	border: 1px solid #d00;
	cursor:pointer;
	font-size:24px;
	transition: all .4s;
}
.advSearch button img{
	margin-right:7px;
	vertical-align:-5px;
}
.advSearch button:hover{
	border-color: #adadad;
}

@media (max-width: 767px) {
	.advSearch .submit-wrapper {
		position: fixed;
		bottom: 0px;
		left: 0px;
		padding: 0px 10px 10px 10px !important;
		width: calc(100vw - 20px);
		background-color: #FFFFFF;
	}
}

.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.control {
  display: inline-block;
  position: relative;
  padding-left: 26px !important;
  cursor: pointer;
  font-size: 13px;
  line-height: 19px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: none;
}
.control__indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 19px;
  width: 19px;
  background: rgba(255,255,255,0.15); /* fff e6e6e6 */
  border: 1px solid #777; /* #c5d1dd #464646 */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 2px;
  transition: border-color .4s;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
	border-color: #d00;	 /* ed116d */
	border-width: 2px;
}
.control input:checked ~ .control__indicator {

	background: #d00; /* #fff */
	border:3px solid #d00;
	/*border-radius: 4px;
	box-sizing: border-box;*/
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #d00; /* fff f5eae1 */
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 4px;
  top: 1px;
  width: 3px;
  height: 7px;
  border: solid #fff; /* ed116d ed116d */
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  visibility: hidden;
  left: -1px;
  top: -1px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #f70;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.list .item{
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;

	/*background: #fff; /* 732b8f 292929 1d1d1d */
	/*background: #1e1e1e;
	background: -moz-linear-gradient(-45deg, #1e1e1e 0%, #555 100%) !important;
	background: -webkit-linear-gradient(-45deg, #1e1e1e 0%,#555 100%) !important;
	background: linear-gradient(135deg, #1e1e1e 0%,#555 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#555',GradientType=1 ) !important;*/
}
.list .item a{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.list .item .photo{
	position: relative;
	height: 200px;
	/*background-image: url(../img/girls/1.jpg);*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 10px;
}
.list .girl{
	margin-bottom: 0px;
}
.list .girl .text{
	margin: 10px 10px 5px;
	padding: 8px 14px 10px!important;
	/*box-shadow: 0 2px 11px #999;
	border-radius: 5px;*/
	position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    background: #FFF;
    padding: 5px;
    border: 1px solid #DDD;
    border-radius: 5px;
    margin: 0 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.list .girl .photo{
	margin-bottom: 5px;
	height: auto !important;
}
.list .girl a{
	position: relative !important;
}
.list .girl .photo img{
	width: 100%;
	height: auto;
	cursor: pointer;
}

.list .girl .photo .STATUS{
	position:absolute;
	z-index:9999999;
	top:10px !important;
	left:10px !important;
	bottom: auto !important;
	height: 46px;
	width: auto;
}

/*
.list .item .photo i{
	position: absolute;
	display: block;
	bottom: 10px;
	left: 10px;
	padding: 5px 10px 5px 34px;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	color: #FFF;
	background: url(../img/ico/photo-small.svg) 10px center no-repeat rgba(0,0,0,.4);
	font-size: 14px;
	border-radius: 20px;
}
*/
.list .item .photo div.starGold{
	position: absolute;
	display: block;
	top: 5px;
	left: 5px;
	width: 64px;
	height: 64px;
	background: url(../img/ico/star-gold.png) center center no-repeat;
	background-size: contain;
}
.list .item .photo div.starSilver{
	position: absolute;
	display: block;
	top: 5px;
	left: 5px;
	width: 48px;
	height: 48px;
	background: url(../img/ico/star-silver.png) center center no-repeat;
	background-size: contain;
}
.list .girl .photo a i.big{
	position: absolute;
	display: inline-block !important;
	bottom: auto;
	top: 10px;
	right: auto;
	left: 0px;
	padding: 6px 12px 6px 36px;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	color: #FFF;
	background: url(../img/ico/photo.svg) 12px center no-repeat rgba(0,0,0,.4);
	font-size: 18px;
}

.photo {
	position: relative;
	/*background: #F00;*/
	line-height: 0;
	margin: 0 0 10px;
}
.photo .photoDots {
	position: absolute;
	z-index: 99999999;
	width: 100%;
	bottom: 10px;
	text-align: center;
	line-height: 0;
}
.photo .photoDots i{
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 2px;
	border-radius: 20px;
	background: rgba(180,180,180,.4);
	border: 1px solid #DDD;
}
.photo .photoDots i.current{
	background: #D00;
}

.grl .time .no-italics {
	color: #BBB;
}

.grl .time a {
	color: #D00;
}

.grl .name {
	font-weight: 700;
}


.list .item .text {
	position: relative;
	padding: 0 10px 10px;
	/*border-bottom: 3px solid #9f4aab;
	border-radius: 0 0 16px 16px;*/
}
.list .item .text .title{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
	/*padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
	*/
}
.list .item .text .subtitle{
	font-weight: bold;
	font-size: 17px;
	margin-top: 4px;
	margin-bottom: 8px;
	color: #333;
}
.list .item .text .price{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: right;
}
.list .item .text .price span{
	font-size: 24px;
	display: inline-block;
	padding-left: 2px;
}
.list .item .text .param{
	font-size: 16px;
	line-height: 21px;
	color: #333;
	margin-bottom: 3px;
}

.list .item .text .param a {
	color: #D00;
}

.list .item .text .location{
	font-size: 16px;
	line-height: 21px;
	color: #333;
	margin-bottom: 3px;
}
.list .item .text .info{
	position: relative;
	/*border-bottom: 4px solid #e5c869;*/
	/*padding: 0 10px 15px;*/
	margin-top: 6px;
	/*border-radius: 15px;*/
	font-size: 14px;
	line-height: 17px;
	color: #908e81 ; /* a9a79a */
	margin-bottom: 3px;
	/*font-style: italic;*/
}
.list .item .text .info i{
	position: absolute;
	top: -19px;
	left: 25px;
	width: 31px;
	height: 19px;
	background: url(../img/ico/chat.svg) 0 0 no-repeat;
}
.list .item .text .time{
	font-size: 16px;
	color: #a9a79a;
}
.list .item .text .time i{
	display: inline-block;
	float: right;
	font-size: 12px;
}
.list .item .text .param i{
	display: inline-block;
	float: right;
	font-size: 12px;
}
.list .item .text .param span{
	display: inline-block;
	width: 175px;
}
.list .item .text .price i{
	display: inline-block;
	float: left;
	font-size: 13px;
	font-weight: normal;
	color: #777;
	margin-top: 16px;
}

.call{
	display: none;
	position: fixed;
	z-index: 9999999999;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px 24px;
	background: rgba(255,255,255,1);
	box-shadow: 0 2px 11px #999;
}
.call button{
	display:block;
	width:100%;
	height:56px;
	margin:0 auto 0px;
	background:#772a90; /* ed116d */
	border:none;
	border-radius: 3px;
	color:#fff; /* e5c869 000 */
	cursor:pointer;
	font-size:24px;
	transition: all .4s;
}
.call button img{
	margin-right:7px;
	vertical-align:middle;
}
.call button:hover{
	background:#601d76;
	color: #FFF;
}

.call2{
	position: fixed;
	bottom: 0;
	margin-left: -15px;
	max-width: 1000px;
	width: 100%;
	padding: 15px 5px 0 15px;
	background: rgba(255,255,255,1);

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.call2 button{
	display:block;
	width: 100%;
	line-height:56px;
	margin:0 auto 15px;
	border-radius: 3px;
	color:#D00;
	cursor:pointer;
	font-size:26px;
	transition: all .4s;
	background: #fff;
	border: 1px solid #D00;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.call2 button img{
	margin-right:10px;
	vertical-align:-5px;
}
.call2 button:hover{
	background:#fff;
	border-color: #adadad;
}


.call3{
	padding: 10px;
}
.call3 button{
	display:block;
	width:100%;
	line-height:56px;
	margin:0 auto 15px;
	border-radius: 3px;
	color:#D00;
	cursor:pointer;
	font-size:26px;
	transition: all .4s;
	background: #fff;
	border: 1px solid #D00;
}
.call3 button img{
	margin-right:7px;
	vertical-align:-5px;
}
.call3 button:hover{
	background:#fff;
	border-color: #adadad;
}



.flyHeader{
	padding-top: 51px;
}
.flyHeader header{
	position: fixed;
	z-index: 99999999999;
	top: 0;
	left: 0;
	right: 0;
}


.list .GOLD .text {
	border-color: #e5c869;
}
.list .GOLD .text .price{
	color: #FFF;
	background: #e5c869;
	border: none;
}
.list .GOLD .text .title{
	color: #e5c869;
}

.list .SILVER .text {
	border-color: #892c90;
}
.list .SILVER .text .price{
	color: #FFF;
	background: #892c90;
	border: none;
}
.list .SILVER .text .title{
	color: #892c90;
}

.listRectangleView{
	clear:both;

	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;

    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;

	padding:10px;
}

.listRectangleView .item{
	position:relative;
	display:inline-block;
	width:100%;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	background: #FFF;
	/*box-shadow:0 1px 2px #999;*/
	margin: 0 0 15px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	opacity: 1;
}

main.grl .listRectangleView {
	padding: 0px;
}

@media (min-width: 560px) and (max-width: 999px) {
	.listRectangleView {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media (min-width: 1000px) and (max-width: 1259px) {
	.listRectangleView {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}

	.grl .listRectangleView .item {
		float: left;
	}

	.grl .listRectangleView .item:nth-child(4n+1) {
			clear: left;
	}
}

@media (min-width: 1260px) and (max-width: 1479px) {
	.listRectangleView {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}

	.grl .listRectangleView {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}

	.grl .listRectangleView .item {
		float: left;
	}

	.grl .listRectangleView .item:nth-child(4n+1) {
			clear: left;
	}
}

@media (min-width: 1480px) {
	.listRectangleView {
		-webkit-column-count: 5;
		-moz-column-count: 5;
		column-count: 5;
	}

	.grl .listRectangleView {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}

	.grl .listRectangleView .item {
		float: left;
	}

	.grl .listRectangleView .item:nth-child(4n+1) {
			clear: left;
	}
}

.listRectangleView .item .photo{
	position:relative;
	margin-bottom:5px;
}
.listRectangleView .item .photo img {
	width:100%;
	height:auto;
}
.listRectangleView .item .photo .price{
	position:absolute;
	bottom:10px;
	left:0;
	padding:3px 7px;
	background-color: rgba(0,0,0,.5);
	color:#FFF;
	font-weight:bold;
	font-size:15px;
}
.listRectangleView .item .STATUS{
	position:absolute;
	z-index:9;
	top:-3px;
	left:-6px;
}
.listRectangleView .item .inf{
	padding:0 10px 5px;
}
.listRectangleView .item .speshno{
	margin-bottom:5px;
	color:#F00;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	background: #FFF;
}
.listRectangleView .item .name{
	font-size:13px;
	line-height: 15px;
}
.listRectangleView .item .info{
	font-size:12px;
	line-height: 14px;
	color:#AAA;
	margin-top:2px;
	margin-bottom:3px;
}

.listRectangleView .item a{
	position:absolute;
	z-index:10;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.listRectangleView .item a.bookmark{
	position:absolute;
	z-index:11;
	top:5px;
	right:5px;
	bottom:auto;
	left:auto;
	width:32px;
	height:32px;
	background:url(../img/ico/book-gallery.svg) 0 0 no-repeat;
}

.listRectangleView2 .item{
	position:relative;
	display:inline-block;
	width:100%;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	background: #FFF;
	padding: 5px;
	border: 1px solid #DDD;
	border-radius: 5px;
	margin: 0 0 15px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	opacity: 1;
}
.listRectangleView2 .item .photo img{
	width:100%;
	height:auto;
}
.listRectangleView2 .item .photo .price{
	position:absolute;
	bottom:10px;
	left:0;
	padding:3px 7px;
	background-color: rgba(0,0,0,.5);
	color:#FFF;
	font-weight:bold;
	font-size:15px;
}
.listRectangleView2 .item .STATUS{
	position:absolute;
	z-index:9;
	top:2px;
	left:2px;
	width: 24px;
}
.listRectangleView2 .item .STATUS2{
	position:absolute;
	z-index:9;
	top:2px;
	left:2px;
	width: 24px;
}
.listRectangleView2 .item .inf{
	position: relative;
	padding:0 0 5px;
}
.listRectangleView2 .item .name{
	padding-right: 80px;
	color: #333;
	font-size:17px;
	line-height: 19px;
	font-weight: bold;
	margin-bottom: 4px;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}
.listRectangleView2 .item .years{
	position: absolute;
	top: -1px;
	right: 0;
	display: inline-block;
	width: 30px;
	padding: 7px 0 6px;
	border-radius: 5px;
	border: 1px solid #CCC;
	text-align: center;
	font-style: normal;
	/*font-weight: bold;*/
	font-size:17px;
	line-height: 14px;
	color: #666;
}
.listRectangleView2 .item .years i{
	display: block;
	font-size: 11px;
	line-height: 10px;
	font-weight: normal;
	font-style: normal;
	color: #666;
}

.listRectangleView2 .item .pr{
	position: absolute;
	top: -1px;
	right: 35px;
	display: inline-block;
	width: 40px;
	padding: 7px 0 6px;
	border-radius: 5px;
	border: 1px solid #CCC;
	text-align: center;
	font-style: normal;
	/*font-weight: bold;*/
	font-size:17px;
	line-height: 14px;
	color: #666;
}
.listRectangleView2 .item .pr i{
	display: block;
	font-size: 11px;
	line-height: 10px;
	font-weight: normal;
	font-style: normal;
	color: #666;
}
.listRectangleView2 .item .info{
	font-size:12px;
	line-height: 14px;
	color:#AAA;
	margin-top:2px;
	margin-bottom:3px;
}
.listRectangleView2 .item .time{
	padding-right: 68px;
	text-align: left;
	font-size:12px;
	line-height: 14px;
	color:#666;
	margin-top:2px;
	/*margin-bottom:3px;*/
}
.listRectangleView2 .item .time i{
	display: inline-block;
	color:#BBB;
}
.listRectangleView2 .item .rub {
	margin-top: 3px;
	display: inline-block;
	color:#BBB;
	/*font-style: italic;*/
	font-size:12px;
}
.listRectangleView2 .item a{
	position:absolute;
	z-index:10;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.listRectangleView2 .item a.bookmark{
	position:absolute;
	z-index:11;
	top:5px;
	right:5px;
	bottom:auto;
	left:auto;
	width:32px;
	height:32px;
	background:url(../img/ico/book-gallery.svg) 0 0 no-repeat;
}

@media only screen and (max-width: 667px) {

	main.grl .item .photo img {
		max-width: 100% !important;
	}

	.phone-inner-wrapper {
		max-width: calc(100vw - 20px);
	}
}


@media only screen and (min-width: 668px) { /* 768px */

	.list .girl .photo{
		margin: 10px;
	}
	.leftColumn{
		width: 50%;
		float: left;
	}
	.rightColumn{
		width: 50%;
		float: right;
	}
	.rightColumn .girl{
		float:none;
	}
	.thin {
		max-width: 980px !important;
		margin: 0 auto !important;
	}
	.listRectangleView2 .item .name {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 6px;
		padding-right: 110px;
		word-wrap: break-word;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.listRectangleView2 .item .time {
		font-size: 16px;
		line-height: 18px;
	}
	.listRectangleView2 .item .rub {
		font-size: 16px;
	}
	.listRectangleView2 .item .pr {
		position: absolute;
		top: -1px;
		right: 47px;
		display: inline-block;
		width: 50px;
		padding: 8px 0 8px;
		border-radius: 5px;
		border: 1px solid #CCC;
		text-align: center;
		font-style: normal;
		/* font-weight: bold; */
		font-size: 22px;
		line-height: 20px;
		color: #666;
	}
	.listRectangleView2 .item .pr i {
		display: block;
		font-size: 15px;
		line-height: 12px;
		font-weight: normal;
		font-style: normal;
		color: #666;
	}

	.listRectangleView2 .item .years {
		position: absolute;
		top: -1px;
		right: 0;
		display: inline-block;
		width: 40px;
		padding: 8px 0 8px;
		border-radius: 5px;
		border: 1px solid #CCC;
		text-align: center;
		font-style: normal;
		font-size: 22px;
		line-height: 20px;
		color: #666;
	}
	.listRectangleView2 .item .years i {
		display: block;
		font-size: 15px;
		line-height: 12px;
		font-weight: normal;
		font-style: normal;
		color: #666;
	}
}


.item .name {
	padding-right: 55px;
}
.item .pr {
	right: 0;
}
.item .years {
	display: none;
}

.pages {
	text-align: center;
	margin: 0 0 20px;
}
.pages div{
	display: inline-block;
	border: 1px solid #CCC;
	border-radius: 5px;
	overflow: hidden;
	min-width: 255px;
}
.pages a{
	float: left;
	display: inline-block;
	border-left: 1px solid #CCC;
	line-height: 34px;
	height: 34px;
	min-width: 36px;
	padding: 0 10px;
	color: #333;
	font-size: 15px;
	text-decoration: none;
	vertical-align: bottom;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.pages a.disabled{
	color: #999;
}
.pages a.pp{
	border: none;
	background: url(../img/ico/prev.svg) center 0 no-repeat;
}
.pages a.ppS{
	border: none;
	background: url(../img/ico/prev.svg) center -34px no-repeat;
}
.pages a.nn{
	background: url(../img/ico/next.svg) center 0 no-repeat;
}
.pages a.nnS{
	background: url(../img/ico/next.svg) center -34px no-repeat;
}
.pages a.n{
	border-color: #adadad;
}
.pages a.current{
	background-color: #e6e6e6;
	border-color: #adadad;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.messageShadow{
	display: none5;
	position: fixed;
	z-index: 1900;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}
.message18 {
	position: fixed;
	z-index: 2000;
	width: 100%;
	max-width: 400px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.message18 .inner{
	background: #D00;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 15px;
	padding: 15px 15px;
	text-align: center;
	border-radius: 5px;
	border: 3px solid #FFF;
}
.message18 img{
	width: 150px;
}
.message18 span{
	display: inline-block;
	margin: 10px 0 18px;
	color: #FFF;
}
.message18 .inner div {
	display: inline-block;
	width: 100%;
}
.message18 .inner div a.btnNo{
	display: inline-block;
	color: #FFF;
	/*float: right;*/
	width: 70%;
	border: 2px solid #FFF;
	border-radius: 4px;
	background: #F00;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.message18 .inner div a.btnYes{
	display: inline-block;
	/*float: left;*/
	width: 70%;
	padding: 15px 10px;
	border-radius: 4px;
	color: #D00;
	background: #FFF;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	margin-bottom: 10px;
	font-size: 22px;
}

main.grl .item .photo {
	background-color: #ffffff;
}

main.grl .item .photo .big {
	background-color: rgb(0, 0, 0, 0.5);
	position: absolute;
	height: 20px;
	width: 45px;
	bottom: 0px;
	padding: 5px;
}

main.grl .item .photo .big div {
	float: left;
	margin-top: 10px;
	color: #FFFFFF;
}

main.grl .item .photo .big img {
	display: block;
	float: right;
}

main.grl .item .photo.actual img {
	max-height: 490px;
	max-width: initial;
}

main.grl .item .photo img {
	max-height: 220px;
	max-width: 290px;
	width: auto;
	cursor: pointer;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


main.grl .inf {
	margin-bottom: 10px;
}

main.grl .phone-wrapper {
	position: fixed;
	bottom: 0;
	z-index: 11;
	background-color: white;
	width: 980px;
	height: 90px;
}

main.grl .phone-inner-wrapper {
	margin: 15px 0;
	line-height: 60px;
	border: 1px solid #D00;
	border-radius: 3px;
	color: #D00;
	text-align: center;
	font-size: 26px;
}

main.grl .phone-inner-wrapper a {
	text-decoration: none;
	color: #D00 !important;
}

main.grl .phone-inner-wrapper img {
	position: relative;
	top: 5px;
}

main.grl .phone-inner-wrapper .number {
	display: inline-block;
	padding-left: 5px;
}

.pswp {
	z-index: 9999999999 !important;
}

.noUi-connect {
	background: #d00;
}

footer {
	text-align: center;
	font-size: 12px;
	color: #333;
	margin: 0px 0px 90px;
}

.external-link,
footer a {
	color: #D00;
}

.terms-text {
	text-align: center;
	padding-top: 25px;
	padding-bottom:20px;
	color: #333;
	font-size: 13px;
	line-height: 20px;
	max-width: 980px !important;
	margin: 0 auto !important;
}

main.search.initial {
	max-width: 980px !important;
	margin: 0 auto !important;
}

.publishPage {
	margin-top: 50px !important;
}

.publishPage div {
	color: #D00 !important;
}

.advSearch.notFoundPage {
	text-align: center;
	margin-top: 50px !important;
	color: #D00 !important;
}

.advSearch.notFoundPage a {
	color: #D00 !important;
}

.advSearch.adsExisting {
	display: none;
}

.advSearch h2 {
	text-align: center;
	line-height: 64px;
}

.upper-info-wrapper {
	min-height: 58px;
}

@media only screen and (max-width: 667px) {
	.upper-info-wrapper {
		min-height: 44px;
	}
}

.upper-left-info-wrapper,
.upper-right-info-wrapper {
	position: absolute;
}

.upper-left-info-wrapper .city-name,
.upper-left-info-wrapper .category-name {
	font-size: 16px;
}

.upper-left-info-wrapper .city-name {
	margin-top: 9px;
}

.upper-left-info-wrapper .city-name i {
	color: #BBB;
}

.upper-left-info-wrapper .category-name {
	color: #BBB;
	margin-top: 3px;
}

@media only screen and (max-width: 667px) {
	.upper-left-info-wrapper .city-name,
	.upper-left-info-wrapper .category-name {
		font-size: 15px;
	}
}

.upper-right-info-wrapper {
	right: 0;
}

.upper-right-info-wrapper .box {
	width: 50px;
	padding: 8px 0 8px;
	border-radius: 5px;
	border: 1px solid #CCC;
	text-align: center;
	font-size: 22px;
	line-height: 20px;
	color: #666;
	float: left;
	background-color: #FFFFFF;
	margin-right: 5px;
}

@media only screen and (max-width: 667px) {
	.upper-right-info-wrapper .box {
		width: 30px;
		padding: 7px;
		font-size: 17px;
		line-height: 14px;
	}
}

.upper-right-info-wrapper .box i {
	font-size: 15px;
	line-height: 12px;
	font-style: normal;
}

.lower-info-wrapper {
	font-size: 18px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 6px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}

@media only screen and (max-width: 667px) {
	.lower-info-wrapper {
		font-size: 19px;
		line-height: 19px;
	}
}


.upper-right-info-wrapper .smaller-text {
	font-size: 70% !important;
}

.no-italics {
	font-style: normal !important;
}

.hidden {
	display: none !important;
}

.generic-label:not(.hidden) {
	margin-top: 15px !important;
}

.pswp__img {
	object-fit: contain !important;
}

.breadcrumb-wrapper {
	overflow: auto;
	padding: 10px 15px 0px 15px;
	white-space: nowrap;
	display: flex;
}

.breadcrumb-wrapper .breadcrumb .arrow-wrapper {
	margin-right: 3px;
}

.breadcrumb-wrapper .breadcrumb .link-wrapper {
	text-decoration: none;
}

.breadcrumb-wrapper .breadcrumb span {
	color: #D00;
	margin-right: 5px;
}

.breadcrumb-wrapper .breadcrumb img {
	width: 14px;
	height: 14px;
}

.sitemap-wrapper li a,
.siteMap a {
	color: #D00;
	text-decoration: none;
}

.notFoundPage img {
	max-width: 100%;
}

.not-found-popular-categories-list {
	list-style-type: none;
	padding-left: 0;
}

.not-found-popular-categories-title-wrapper {
	margin-top: 40px;
}

.sitemap-wrapper .advSearch .filter-type {
	max-width: 320px;
}

.header-text {
	color: #333;
	font-size: 17px;
	margin: 10px 0 0 10px;
}

.seo-bottom-navigation-internal-links-header {
	color: #333;
    font-size: 17px;
    margin-left: 10px;
	font-weight: bold;
}

.seo-bottom-navigation-internal-links-wrapper {
	clear:both;

	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;

	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;

	padding:10px;
}

@media (min-width: 768px) {
	.seo-bottom-navigation-internal-links-wrapper {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

.seo-bottom-navigation-internal-links-wrapper .seo-bottom-navigation-internal-link {
	position:relative;
	display:inline-block;
	width:100%;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	background: #FFF;
	margin: 0 0 15px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
}

.seo-bottom-navigation-internal-links-wrapper .seo-bottom-navigation-internal-link a {
	line-height: 55px;
	text-decoration: none;
	text-align: center;
	display:block;
	width:100%;
	height:60px;
	border-radius: 3px;
	color:#333; 
	border: 1px solid #adadad;
	font-size:20px;
	transition: all .4s;
}

.seo-bottom-navigation-internal-links-wrapper .seo-bottom-navigation-internal-link a:hover {
	color:#d00;
	border-color: #d00;
}
