﻿/*

Theme Name: Apartments
Author: ArturBoot
Author URI: www.mowu.ru

*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

sup { 
	position: relative; 
	top: -0.2em;
	vertical-align: text-top; 
}

ol,
ul {
    list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'PT Serif';
	color: #000;
    line-height: 1.2;
    margin: 20px 0;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

p {
    margin: 15px 0;
}

a {
    color: #03105d;
	text-decoration: none;
}

a:hover {
    color: #0061ea;
}

@font-face {
    font-family: robotolight;
    src: url('fonts/roboto/robotolight.eot');
    src: url('fonts/roboto/robotolight.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/robotolight.woff2') format('woff2'),
         url('fonts/roboto/robotolight.woff') format('woff'),
         url('fonts/roboto/robotolight.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: robotoregular;
    src: url('fonts/roboto/robotoregular.eot');
    src: url('fonts/roboto/robotoregular.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/robotoregular.woff2') format('woff2'),
         url('fonts/roboto/robotoregular.woff') format('woff'),
         url('fonts/roboto/robotoregular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: robotobold;
    src: url('fonts/roboto/robotobold.eot');
    src: url('fonts/roboto/robotobold.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/robotobold.woff2') format('woff2'),
         url('fonts/roboto/robotobold.woff') format('woff'),
         url('fonts/roboto/robotobold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PT Serif';
    src: url('fonts/ptserif/ptserif-regular.eot');
    src: url('fonts/ptserif/ptserif-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/ptserif/ptserif-regular.woff2') format('woff2'),
         url('fonts/ptserif/ptserif-regular.woff') format('woff'),
         url('fonts/ptserif/ptserif-regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PT Serif';
    src: url('fonts/ptserif/ptserif-bold.eot');
    src: url('fonts/ptserif/ptserif-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/ptserif/ptserif-bold.woff2') format('woff2'),
         url('fonts/ptserif/ptserif-bold.woff') format('woff'),
         url('fonts/ptserif/ptserif-bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
}


body {
	background: #fff;
	min-width: 320px;
	font-family: robotoregular;
	color: #000;
	font-size: 17px;
	line-height: 1.5;
	overflow-x: hidden;
	opacity: 1;
}

.row {
    font-size: 0;
}

.clear:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.bold {
    font-weight: bold;
}

.button {
	position: relative;
    background-color: #ea1f5b;
    display: table;
	font-family: robotobold;
    color: #fff;
	text-transform: uppercase;
	letter-spacing: .5px;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
	border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.button:hover {
    background-color: #e20028;
	color: #fff;
}

.button:active {
	-webkit-transform:scale(.85);
	-ms-transform:scale(.85);
	transform:scale(.85);
}

.button.disabled {
	cursor: default;
}

.button:disabled {
	background: #f7f7f7;
    color: #bdbdbd;
    text-shadow: none;
    border-color: #f1f1f1;
}

.button:disabled:hover {
	background: #f7f7f7;
    color: #bdbdbd;
    text-shadow: none;
    border-color: #f1f1f1;
}


/* АДАПТИВ */


@media (min-width: 981px) and (max-width: 1151px) {
	
	.header .navbar {
		padding-right: 60px;
	}
	
	.header .menu-toggle {
		z-index: 1001 !important;
		position: absolute;
		top: 0;
		right: 10px;
		background-color: transparent;
		width: 50px;
		height: 80px;
		display: block !important;
		cursor: pointer;
		border: none;
		outline: none;
		transition: background 0.35s;
		padding: 0;
	}

	.header .menu-toggle.close {
		background-color: rgba(0, 0, 0, 0.13);
	}

	.header .menu-toggle .menu-toggle-inner {
		position: absolute;
		top: 50%;
		left: 50%;
		background-color: #fff;
		width: 24px;
		height: 2px;
		display: block;
		font-size: 0;
		cursor: pointer;
		transition: 0.35s;
		margin: -1px 0 0 -12px;
	}

	.header .menu-toggle .menu-toggle-inner:before, 
	.header .menu-toggle .menu-toggle-inner:after {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		background-color: #fff;
		width: 100%;
		height: 2px;
		border: none;
		display: block;
		transition: transform 0.35s;
		transform-origin: 100% 0%;
	}

	.header .menu-toggle .menu-toggle-inner:before {
		transform: translate(-50%, -8px);
	}

	.header .menu-toggle .menu-toggle-inner:after {
		transform: translate(-50%, 8px);
	}

	.header .menu-toggle.close .menu-toggle-inner:before {
		transform: translate(-50%, 0) rotate(35deg) scaleX(0.6);
	}

	.header .menu-toggle.close .menu-toggle-inner:after {
		transform: translate(-56%, 1px) rotate(-35deg) scaleX(0.6);
	}

	.header .navigation {
		z-index: 1000 !important;
		position: fixed !important;
		top: 0;
		right: 0;
		bottom: 0;
		background-color: #03105d;
		width: 85%;
		min-width: 250px;
		max-width: 440px;
		display: block !important;
		float: none;
		transition: all .5s;
		-webkit-transform: translate(100%,0);
		-ms-transform: translate(100%,0);
		transform: translate(100%,0);
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		margin-left: 0 !important;
	}

	.header .navigation.show {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		-webkit-box-shadow: -10px 5px 18px 0 rgba(0, 0, 0, .05);
		-moz-box-shadow: -10px 5px 18px 0 rgba(0, 0, 0, .05);
		box-shadow: -10px 5px 18px 0 rgba(0, 0, 0, .05);
	}

	.header .navigation .navigation-inner {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: scroll;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 60px 30px 30px 50px;
	}

	.header .navigation .navigation-inner li {
		position: relative;
		height: auto !important;
		display: block !important;
		font-family: robotoregular;
		color: #fff;
		font-size: 18px !important;
		letter-spacing: -.48px;
		line-height: 1.5;
		transition: all .2s ease;
		margin-top: 15px;
		padding: 0 !important;
	}
	
	.header .navigation li:hover, 
	.header .navigation .active {
		background-color: transparent !important;
	}

	.header .navigation .navigation-inner li a {
		display: inline-block !important;
		color: #fff !important;
		font-size: 18px !important;
		border-bottom: 1px solid rgba(255,255,255,.5);
	}

	.header .navigation .navigation-inner li a:hover {
		border-color: rgba(255,255,255,.8);
	}
	
	.header .navigation .navigation-inner .sub-menu {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		background-color: transparent !important;
		min-width: 0 !important;
		display: block !important;
		transform: rotateX(0deg) !important;
		visibility: visible !important;
		opacity: 1 !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		margin-left: 30px;
	}
	
	.header .navigation li.dropdown:hover {
		background-color: transparent !important;
		color: #fff !important;
	}
	
	.header .navigation li.dropdown:after {
		content: none !important;
	}
	
}


@media screen and (min-width: 980px)  {
	
	h1 {
		font-size: 40px;
	}
	
	.button {
		height: 60px;
		font-size: 12px;
		line-height: 60px;
		padding: 0 25px;
	}
	
	.outer {
		margin: 0 -.8%;
	}
	
	.wrapper {
		height: 100%;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}

	.main {
		flex: 1 0 auto;
		overflow: hidden;
	}
		
	.container {
		position: relative;
		max-width: 1140px;
		min-width: 980px;
		height: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0 10px;
	}
	
	.section {
		padding: 50px 0;
	}
	
	.section h2 {
		font-size: 36px;
	}
	
	.header .logo {
		left: 15px;
	}
	
	.header .navigation {
		z-index: 15;
		position: relative;
		display: block !important;
		margin-left: 250px;
	}
	
	.header .navigation li {
		position: relative;
		height: 80px;
		display: inline-block;
		vertical-align: middle;
		color: #fff;
		font-size: 15px;
		padding: 0 10px;
	}
	
	.header .navigation li.dropdown {
		padding: 0 25px 0 10px;
	}
	
	.header .navigation li.dropdown:after {
		content: "";
		position: absolute;
		top: 52%;
		right: 10px;
		background-image: url(images/icons/sprite.png);
		background-repeat: no-repeat;
		background-position: -80px 0;
		background-size: 500px;
		width: 10px;
		height: 10px;
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	
	.header .navigation li:hover,
	.header .navigation .active {
		background-color: rgba(0, 0, 0, 0.06);
	}
	
	.header .navigation li.dropdown:hover {
		background-color: #fff;
		color: #000;
	}
	
	.header .navigation li.dropdown:hover:after {
		background-position: -90px 0;
	}
	
	.header .navigation ul li a {
		color: #fff;
		font-size: 15px;
	}
	
	.header .navigation li.dropdown:hover a {
		color: #000;
	}
	
	.header .navigation li ul {
		z-index: 1001;
		position: absolute;
		top: 100%;
		left: 0;
		background-color: #fff;
		min-width: 150px;
		visibility: hidden;
		opacity: 0;
		transform-origin: 0% 0%;
		transform: rotateX(-90deg);
		transition: .3s linear;
		-webkit-box-shadow: 0 10px 20px -5px rgba(0,0,0,.4);
		-moz-box-shadow: 0 10px 20px -5px rgba(0,0,0,.4);
		box-shadow: 0 10px 20px -5px rgba(0,0,0,.4);
	}

	.header .navigation li:hover ul {
		display: block !important;
		transform: rotateX(0deg);
		visibility: visible;
		opacity: 1;
	}
	
	.header .navigation li ul li {
		height: auto;
		display: block;
		white-space: nowrap;
		color: #000;
		font-size: 15px;
		line-height: 20px;
		padding: 10px 12px;
	}

	.header .navigation li ul li a {
		display: block;
		color: #000;
	}
	
	.header .navbar {
		position: absolute;
		top: 0;
		right: 0;
		font-size: 17px;
	}
	
	.header .phone {
		z-index: 15;
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 18px;
		padding-left: 30px;
		margin-right: 8px;
	}

	.header .phone:after {
		top: 51%;
		left: 0;
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	
	.header .navbar .col {
		display: inline-block;
		vertical-align: middle;
	}
	
	.header .whatsapp,
	.header .mobile,
	.header .menu-toggle {
		display: none;
	}
	
	.hero {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		padding: 160px 0 100px;
	}
	
	.hero.article {
		padding: 180px 0 60px;
	}
	
	.hero p {
		font-size: 18px;
		line-height: 1.4;
	}
	
	.catalog p {
		max-width: 700px;
		font-size: 18px;
		line-height: 1.6;
	}
	
	.filter .filter-col {
		display: inline-block;
		vertical-align: middle;
	}
	
	.filter .filter-col {
		width: 22.5%;
	}
	
	.filter .filter-col.btn {
		width: 10%;
	}
	
	.filter .filter-col .filter-field {
		border: none;
		border-right: 1px solid #e9e9e9;
	}
	
	.listing .card {
		width: 31.733333333333333333%;
		display: inline-block;
		vertical-align: top;
	    margin: 0 .8% 1.6%;
	}
	
	.listing .card.two {
		min-height: 84px;
		padding: 0 0 0 165px;
		margin: 35px .8% 0;
	}
	
	.listing .card.three {
		width: 48.4%;
	    margin: .8%;
	}
	
	.listing .card.three .thumbnail img {
		height: 330px !important;
	}
	
	.listing .card.four {
		width: 98.4%;
		max-width: 100%;
		min-height: 210px;
	    margin: 0 .8% 35px;
		padding: 0 0 0 365px;
	}
	
	.listing .card.two .thumbnail {
		position: absolute;
		top: 0;
		left: 0;
		width: 150px;
		height: 84px;
	}
	
	.listing .card.four .thumbnail {
		width: 350px;
		height: 210px;
	}
	
	.listing .card.four .thumbnail img {
		min-height: 210px;
	}
	
	.listing .card.one a span {
		font-size: 17px;
	}
	
	.listing .card.two .card-two-content .card-two-name {
		font-size: 15px;
		line-height: 1.4;
		margin-top: -4px;
	}
	
	.listing .card.four .card-two-content .card-two-name {
		font-size: 20px;
		line-height: 1.4;
		margin-top: 5px;
	}
	
	.listing .card.three .card-content .card-name {
		font-size: 19px;
	}
	
	.content .annotation {
		font-size: 20px;
	}
	
	.content-wrap .row {
		position: relative;
	}
	
	.content-wrap .left,
	.content-wrap .right {
		display: inline-block;
		vertical-align: top;
	}
	
	.content-wrap .left {
		width: -moz-calc(100% - 300px);
		width: -webkit-calc(100% - 300px);
		width: calc(100% - 300px);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 50px
	}
	
	.content-wrap .right {
		width: 300px;
	}
	
	.content-wrap .fixed {
		z-index: 999;
		position: fixed !important;
		top: 10px;
	}
	
	.content-wrap .floating {
		width: 300px;	
	}
	
	.property .additional-images .additional-images-outer {
		margin: 0 -.5%;
	}
	
	.property .additional-images .image {
		width: 10.1111111111111111%;
		margin: 1% .5% 0;
	}
	
	.notfound {
		padding: 0 12px;
	}
	
	.content {
		font-size: 19px;
	}
	
	.content .picture .wrap-pic .pin {
		top: -50px;
	}

	.content .picture .wrap-pic:hover .pin {
		top: 10px;
	}
	
	.owl-carousel .owl-nav {
		opacity: 0;
	}
	.owl-carousel:hover .owl-nav {
		opacity: 1;
	}
	
	.owl-carousel .owl-nav .owl-prev {
		left: 30px;	
	}

	.owl-carousel .owl-nav .owl-next {
		right: 30px;
	}

	.owl-carousel:hover .owl-nav .owl-prev {
		left: 0;
	}

	.owl-carousel:hover .owl-nav .owl-next {
		right: 0;
	}
	
	.social .share {
		width: 23.4%;
		margin: .8%;
	}
	
	.form-wrap .fields.half {
		width: 48.5%;
		display: inline-block;
		vertical-align: top;
	}
	
	.form-wrap .fields.half:first-child {
		margin-right: 3%;
	}
	
}


@media screen and (max-width: 979px) {
	
	h1 {
		font-size: 34px;
		text-align: center;
	}
	
	.button {
		height: 50px;
		font-size: 12px;
		line-height: 50px;
		padding: 0 20px;
	}
	
	.outer {
		margin: -1%;
	}
	
	.wrapper {
		position: relative;
		background: #fff;
		width: 100%;
		max-width: 768px;
		overflow: hidden;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
		-ie-box-shadow: 0 0 5px rgba(0,0,0,.1);
		-o-box-shadow: 0 0 5px rgba(0,0,0,.1);
		box-shadow: 0 0 5px rgba(0,0,0,.1);
		margin: 0 auto;
	}
	
	.container {
		position: relative;
		padding: 0 15px;
	}
	
	.section {
		padding: 50px 0;
	}
	
	.section h2 {
		font-size: 30px;
	}
	
	.header .logo {
		left: 15px;
	}
	
	.header .container {
		height: 80px;
		line-height: 80px;
	}
	
	.header .default .menu-toggle {
		z-index: 1001;
		position: absolute;
		top: 0;
		right: 0;
		background-color: transparent;
		width: 50px;
		height: 80px;
		cursor: pointer;
		border: none;
		outline: none;
		transition: background 0.35s;
	}
	
	.header .fixed .menu-toggle {
		height: 50px;
	}

	.header .menu-toggle.close {
		background-color: rgba(0, 0, 0, 0.13);
	}

	.header .menu-toggle .menu-toggle-inner {
		position: absolute;
		top: 50%;
		left: 50%;
		background-color: #fff;
		width: 24px;
		height: 2px;
		display: block;
		font-size: 0;
		cursor: pointer;
		transition: 0.35s;
		margin: -1px 0 0 -12px;
	}

	.header .menu-toggle .menu-toggle-inner:before, 
	.header .menu-toggle .menu-toggle-inner:after {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		background-color: #fff;
		width: 100%;
		height: 2px;
		border: none;
		display: block;
		transition: transform 0.35s;
		transform-origin: 100% 0%;
	}

	.header .menu-toggle .menu-toggle-inner:before {
		transform: translate(-50%, -8px);
	}

	.header .menu-toggle .menu-toggle-inner:after {
		transform: translate(-50%, 8px);
	}

	.header .menu-toggle.close .menu-toggle-inner:before {
		transform: translate(-50%, 0) rotate(35deg) scaleX(0.6);
	}

	.header .menu-toggle.close .menu-toggle-inner:after {
		transform: translate(-56%, 1px) rotate(-35deg) scaleX(0.6);
	}

	.header .navigation {
		z-index: 1000;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		background-color: #03105d;
		width: 85%;
		min-width: 250px;
		max-width: 440px;
		transition: all .5s;
		-webkit-transform: translate(100%,0);
		-ms-transform: translate(100%,0);
		transform: translate(100%,0);
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}

	.header .navigation.show {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		-webkit-box-shadow: -10px 5px 18px 0 rgba(0, 0, 0, .05);
		-moz-box-shadow: -10px 5px 18px 0 rgba(0, 0, 0, .05);
		box-shadow: -10px 5px 18px 0 rgba(0, 0, 0, .05);
	}

	.header .navigation .navigation-inner {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: scroll;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 35px 30px 30px 50px;
	}

	.header .navigation .navigation-inner li {
		font-family: robotoregular;
		color: #fff;
		font-size: 18px;
		letter-spacing: -.48px;
		line-height: 1.5;
		transition: all .2s ease;
		margin-top: 15px;
	}

	.header .navigation .navigation-inner li a {
		color: #fff;
		border-bottom: 1px solid;
		border-color: rgba(255,255,255,.3);
	}

	.header .navigation .navigation-inner li a:hover {
		border-color: rgba(255,255,255,.8);
	}
	
	.header .navigation .navigation-inner .sub-menu {
		margin-left: 30px;
	}

	.header .default .phone {
		z-index: 15;
		position: absolute;
		top: 50%;
		right: 70px;
		font-size: 17px;
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		padding-left: 30px;
	}

	.header .phone:after {
		top: 51%;
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	
	.header .default .phone:after {
		left: 0;
	}
	
	.header .fixed .phone:after {
		left: 20px;
	}
	
	.header .navbar.fixed {
		z-index: 99998;
		position: fixed;
		left: 0;
		bottom: 0;
		background-color: #3c3c3c;
		width: 100%;
		height: 50px;
		line-height: 50px;
		box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.26);
	}
	
	.header .navbar.fixed .col {
		display: inline-block;
		vertical-align: middle;
		height: 50px;
		line-height: 50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.header .navbar.fixed .col.big {
		width: -moz-calc(100% - 100px);
		width: -webkit-calc(100% - 100px);
		width: calc(100% - 100px);
	}
	
	.header .navbar.fixed .col .phone {
		width: 100%;
		display: block;
		color: #fff;
		font-size: 15px !important;
		white-space: nowrap;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 42px;
	}
	
	.header .navbar.fixed .whatsapp,
	.header .navbar.fixed .menu-toggle {
		position: relative;
		background-color: transparent;
		width: 50px;
		height: 50px;
		display: inline-block;
		vertical-align: middle;
		border: none;
		outline: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
	}
	
	.header .navbar.fixed .whatsapp {
		background-color: #28a818;
	}
	
	.header .navbar.fixed .whatsapp:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		background-image: url(images/icons/sprite.png);
		background-repeat: no-repeat;
		background-position: -23px -16px;
		background-size: 500px;
		width: 24px;
		height: 24px;
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
	.hero {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		padding: 160px 0 90px;
	}
	
	.hero p {
		font-size: 17px;
		line-height: 1.4;
	}
	
	.catalog p {
		max-width: 550px;
		font-size: 17px;
		line-height: 1.5;
	}
	
	.filter .filter-col {
		display: inline-block;
		vertical-align: middle;
	}
	
	.filter .filter-col {
		width: 48%;
		margin: 1%;
	}
	
	.filter .filter-col.btn {
		width: 98%;
		margin: 1% auto 0;
	}
	
	.filter .filter-col .filter-field {
		border: none;
	}
	
	.filter .filter-col .filter-field.text {
		border-right: 1px solid #e9e9e9;
	}
	
	.listing,
	.breadcrumbs,
	.property .location,
	.article .meta {
		text-align: center;
	}
	
	.property .location {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	
	.listing .card.one,
	.listing .card.two {
		width: 48%;
		display: inline-block;
		vertical-align: top;
	    margin: 1%;
	}
	
	.listing .card.two {
		min-height: 84px;
		padding: 0 0 0 165px;
	}

	.listing .card.four {
		width: 98%;
		max-width: 100%;
		min-height: 210px;
	    margin: 0 1% 35px;
		padding: 0 0 0 365px;
	}
	
	.listing .card.two .thumbnail {
		position: absolute;
		top: 0;
		left: 0;
		width: 150px;
		height: 84px;
	}
	
	.listing .card.four .thumbnail {
		width: 350px;
		height: 210px;
	}
	
	.listing .card.four .thumbnail img {
		min-height: 210px;
	}
	
	.listing .card.one a span {
		font-size: 16px;
	}
	
	.listing .card.three .card-content .card-name {
		font-size: 16px;
	}
	
	.listing .card.two .card-two-content .card-two-name {
		font-size: 15px;
		line-height: 1.4;
		margin-top: -4px;
	}
	
	.listing .card.four .card-two-content .card-two-name {
		font-size: 19px;
		line-height: 1.4;
		margin-top: 0;
	}
	
	.property .additional-images .additional-images-outer {
		margin: 0 -.5%;
	}
	
	.property .additional-images .image {
		width: 10.1111111111111111%;
		margin: 1% .5% 0;
	}
	
	.content-wrap .floating {
		position: relative !important;
		bottom: auto !important;
	}
	
	.content {
		font-size: 18px;
	}
	
	.content .annotation {
		font-size: 20px;
	}

	.content .video {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
		padding-bottom: 56.25%;
		padding-top: 30px;
	}

	.content .video iframe, 
	.content .video object, 
	.content .video embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.content img {
		margin-left: auto;
		margin-right: auto;
	}
	
	.content .picture {
		margin: 0 -15px;
	}
	
	.content .picture .caption {
		margin: 0 15px;
	}
	
	.content .picture .wrap-pic {
		margin: 0 auto;
	}
	
	.content .picture .wrap-pic .pin {
		top: 10px;
	}
	
	.notfound {
		padding: 0 1%;
	}
	
	.content .wrap-pic {
		margin: 0 -15px;
	}
	
	.content .wrap-pic .caption {
		margin: 0 15px;
	}
	
	.owl-carousel .owl-nav .owl-prev {
		left: 0;	
	}

	.owl-carousel .owl-nav .owl-next {
		right: 0;
	}
	
	.social .share {
		width: 23%;
		margin: 1%;
	}
	
	.form-wrap .fields.half {
		width: 48.5%;
		display: inline-block;
		vertical-align: top;
	}
	
	.form-wrap .fields.half:first-child {
		margin-right: 3%;
	}
	
	.wrap_mW {
		bottom: 50px !important;
	}

}


@media screen and (max-width: 728px) {
	
	.outer {
		margin: 0;
	}
	
	.listing .card.one,
	.listing .card.two,
	.listing .card.three,
	.listing .card.four {
		width: 100%;
		display: block;
	    margin: 0 auto 20px;
	}
	
	.listing .card.four {
		margin: 0 auto 35px;
	}
	
	.listing .card.three .card-content .card-name {
		font-size: 18px;
	}
	
	.notfound {
		padding: 0;
	}
	
}


@media screen and (max-width: 640px) {
	
	.listing .card.four {
		max-width: 350px;
		min-height: 100%;
		padding: 0;
	}
	
	.listing .card.four .thumbnail {
		position: relative;
		top: auto;
		left: auto;
		margin: 0 0 15px;
	}
	
	.listing .card.four .thumbnail {
		width: 100%;
		height: auto;
		min-height: 0;
	}
	
	.property .additional-images .additional-images-outer {
		margin: 0 -1%;
	}
	
	.property .additional-images .image {
		width: 18%;
		margin: 2% 1% 0;
	}
	
}


@media screen and (max-width: 540px) {
	
	h1 {
		font-size: 30px;
	}
	
	.header .default .phone {
		right: 60px;
		font-size: 15px;
	}
	
	.filter .filter-col {
		width: 100%;
		margin: 1% 0;
	}
	
	.filter .filter-col.btn {
		width: 100%;
		margin: 1% 0 0;
	}

}


@media screen and (max-width: 480px) {
	
	.header .default .menu-toggle {
		top: 50%;
		right: 15px;
		background-color: rgba(255, 255, 255, 0.12);
		height: 50px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		-o-border-radius: 50px;
		-ms-border-radius: 50px;
		border-radius: 50px;
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	
	.header .menu-toggle .menu-toggle-inner {
		width: 16px;
		margin: -1px 0 0 -8px;
	}

	.header .menu-toggle .menu-toggle-inner:before {
		transform: translate(-50%, -5px);
	}

	.header .menu-toggle .menu-toggle-inner:after {
		transform: translate(-50%, 5px);
	}
	
	.header .navigation .navigation-inner {
		padding: 30px 20px 30px 30px;
	}
	
	.header .default .phone {
		position: absolute;
		right: 70px;
		background-color: rgba(255, 255, 255, 0.12);
		width: 50px;
		height: 50px;
		cursor: pointer;
		font-size: 0 !important;
		transition: background 0.35s;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		-o-border-radius: 50px;
		-ms-border-radius: 50px;
		border-radius: 50px;
		padding-left: 0 !important;
	}
	
	.header .default .phone:after {
		top: 51%;
		left: 50%;
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
	.header .fixed .phone:after {
		top: 51%;
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	
	.catalog p {
		max-width: 550px;
		font-size: 17px;
		line-height: 1.5;
	}
	
	.listing .card.three .card-content .card-name {
		font-size: 16px;
	}
	
	.social .share {
		width: 48%;
		margin: 1%;
	}
	
	.form .fields.half {
		width: 100%;
		display: block;
	}
	
	.form .fields.half:first-child {
		margin-right: 0;
	}

}


@media screen and (max-width: 360px) {
	
	h1 {
		font-size: 28px;
	}
	
	.container {
		padding: 0 10px;
	}
	
	.section {
		padding: 30px 0;
	}
	
	.section h2 {
		font-size: 30px;
	}
	
	.header .logo {
		left: 10px;
	}
	
	.header .default .menu-toggle {
		right: 10px;
	}
	
	.header .default .phone {
		right: 65px;
	}
	
	.header .navbar.fixed .col .phone {
		padding-left: 15px;
	}
	
	.header .navbar.fixed .phone:after {
		content: none;
	}
	
	.hero {
		padding: 140px 15px 90px;
	}
	
	.content .picture {
		margin: 0 -10px;
	}
	
	.content .picture .caption {
		margin: 0 10px;
	}

}


@media screen and (max-width: 320px) {
	
	.container {
		padding: 0 5px;
	}
	
	.header .logo {
		left: 5px;
	}
	
	.header .default .menu-toggle {
		right: 5px;
	}
	
	.header .default .phone {
		right: 60px;
	}
	
	.content .annotation {
		font-size: 18px;
	}
	
	.content .picture {
		margin: 0 -5px;
	}
	
	.content .picture .caption {
		margin: 0 5px;
	}

}


@media 	only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-resolution: 1.5dppx),
only screen and (min-resolution: 144dpi)  {
	
	.logo {
		background-image: url(images/logo@2x.png) !important;
	}
	
	.header .navigation li.dropdown:after {
		background-image: url(images/icons/sprite@2x.png) !important;
	}
	
	.header .phone:after {
		background-image: url(images/icons/sprite@2x.png) !important;
	}
	
	.header .navbar.fixed .whatsapp:after {
		background-image: url(images/icons/sprite@2x.png) !important;
	}
	
	.property .location:after {
		background-image: url(images/icons/sprite@2x.png) !important;
	}
		
	.listing .card.one .thumbnail .comments-number:before {
		background-image: url(images/icons/sprite@2x.png) !important;
	}
	
	.listing .card.two .card-two-content .card-two-data .card-two-data-item:before {
		background-image: url(images/icons/sprite@2x.png) !important;
	}
	
	.listing .card .nophoto {
		background-image: url(images/icons/nophoto@2x.png) !important;
	}
	
	.content .picture .pin {
		background-image: url(images/icons/sprite@2x.png) !important;
	}
	
	.estimate .vote-block .rating:hover li { 
		background-image: url(images/icons/rating@2x.png) !important;
	}

	.estimate .vote-block ol.show-current li.current {
		background-image: url(images/icons/rating@2x.png) !important;
	}
	
	.owl-carousel .owl-nav .owl-prev:after, 
	.owl-carousel .owl-nav .owl-next:after {
		background-image: url(images/icons/sprite@2x.png) !important;
	}
	
	.qa .item .question:after {
		background-image: url(images/icons/sprite@2x.png) !important;
	}
	
	.readmore-toggle:before {
		background-image: url(images/icons/sprite@2x.png) !important;
	}
	
	.footer .copyright a .heart {
		background-image: url(images/icons/sprite@2x.png) !important;
	}
	
	.social-groups a:after {
		background-image: url(images/icons/sprite@2x.png) !important;
	}
	
	.scrolltop:before {
		background-image: url(images/icons/sprite@2x.png) !important;
	}

}


.main {
	padding: 0 0 60px;
}

.section h2 {
	text-align: center;
	letter-spacing: 1px;
	margin: 0 0 25px;
}


/* ЛОГОТИП */

.logo {
	background-image: url(images/logo.png);
    background-repeat: no-repeat;
	background-position: center;
	background-size: 162px 14px;
	width: 162px;
	height: 14px;
	font-size: 0;
    display: block;
    text-decoration: none;
}


/* ШАПКА */

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	line-height: 80px;
}

.header:before {
	z-index: 5;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
    background-color: #03105d;
	width: 100%;
	height: 80px;
}

.header .logo {
	z-index: 15;
	position: absolute;
	top: 50%;
	-moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.header .phone {
	font-family: RobotoBold;
	color: #fff;
}

.header .phone:after {
	content: "";
	position: absolute;
	background-image: url(images/icons/sprite.png);
    background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 500px;
	width: 16px;
	height: 16px;
}


/* ИНТРО */

.hero {
	z-index: 10;
	position: relative;
	background-color: #134990;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	overflow: hidden;
	text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hero.home {
	background-image: url(images/bg/hero.jpg);
	background-position: center top;
}

.hero:before {
	z-index: 2;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #03105d;
	width: 100%;
	height: 100%;
	display: block;
	opacity: .6;
}

.hero:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -200px;
    height: 200px;
    box-shadow: 0 0 200px 50px rgba(0, 0, 0, 0.75);
}

.hero .post {
	z-index: 3;
	position: relative;
	margin: 0 auto;
}

.hero h1 {
    max-width: 650px;
	color: #fff;
	line-height: 1.3;
	margin: 0 auto 15px;
}

.hero p {
	max-width: 480px;
    color: rgba(255, 255, 255, 0.88);
	letter-spacing: 0.45px;
	margin: 0 auto;
}


/* НОВОСТИ */

.news {
	background-color: #fff;
}

.news .content-wrap {
    margin-top: 50px;
}

.news .listing {
    margin-top: 0;
}


/* ВЫГОДНЫЕ ПРЕДЛОЖЕНИЯ */

.catalog p {
    font-family: robotoregular;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.catalog .link {
	position: relative;
    background-color: #f3f3f5;
	height: 50px;
    display: table;
	font-family: robotobold;
    color: #000;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 50px;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
	border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
	padding: 0 16px 0 26px;
	margin: 40px auto 0;
}

.catalog .link:hover {
    background-color: #eee;
	color: #000;
}


/* ФОРМА ЗАЯВКИ */

.form-wrap {
	margin-top: 15px;
}

.form-wrap .fields {
	font-family: robotoregular;
	text-align: left;
	margin-bottom: 15px;
}

.form .fields .form-name {
	display: block;
	font-family: robotobold;
	color: #444;
    font-size: 14px;
	margin: 0 0 8px;
}

.form-wrap .fields .text,
.form-wrap .fields .select {
	position: relative;
    background-color: #fff;
    width: 100%;
    color: #757575;
    font-size: 14px;
	line-height: 18px;
	border: none;
    outline: none;
	-webkit-box-shadow: 0 0 0 1px #d2d2d2;
    box-shadow: 0 0 0 1px #d2d2d2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
    padding: 14px 12px;
}

.form-wrap .fields .text:focus,
.form-wrap .fields .select:focus {
	-webkit-box-shadow: 0 0 0 1px #49aec4;
    box-shadow: 0 0 0 1px #49aec4;
}

.form-wrap .fields .text.error,
.form-wrap .fields .select.error {
	-webkit-box-shadow: 0 0 0 1px #ffa27b;
    box-shadow: 0 0 0 1px #ffa27b;
}

.form-wrap .button {
	margin-top: 20px;
}

.form-note {
	color: #555;
    font-size: 13px;
	text-align: center;
	margin-top: 10px;
}


/* УСПЕШНАЯ ОТПРАВКА */

.successful-sending {
	text-align: center;
}

.successful-circle {
	position: relative;
	width: 98px;
	height: 98px;
	display: block;
	border: 3px solid rgba(0, 0, 0, 0.2);
	border-left-color: #5cb85c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	animation: loader-spin 1.2s infinite linear;
	margin: 0 auto 30px;
}

.successful-circle.animated {
	border-color: #5cb85c;
	transition: border 500ms ease-out;
	-webkit-animation: none;
	animation: none;
}

.successful-circle .checkmark {
    display: none;
}

.successful-circle.animated .checkmark {
    display: block;
}

.successful-circle.animated .checkmark:after {
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
}

.successful-circle .checkmark:after {
	content: "";
    position: absolute;
    top: 51px;
    left: 27px;
    width: 19px;
    height: 35px;
    opacity: 1;
    border-right: 5px solid #5cb85c;
    border-top: 5px solid #5cb85c;
    transform-origin: left top;
}

@keyframes loader-spin {
	0% {
		transform: rotate(0deg);
	} 100% {
		transform: rotate(360deg);
	}
}

@keyframes checkmark {
	0% {
		width: 0;
		height: 0;
		opacity: 1;
	} 20% {
		width: 20px;
		height: 0;
		opacity: 1;
	} 40% {
		width: 20px;
		height: 40px;
		opacity: 1;
	} 100% {
		width: 20px;
		height: 40px;
		opacity: 1;
	}
}

.successful-sending .successful-sending-title {
	font-family: RobotoBold;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.successful-sending p {
	max-width: 320px;
	margin: 20px auto 0;
}


/* ХЛЕБНЫЕ КРОШКИ */

.breadcrumbs {
    color: rgba(0, 0, 0, 0.9);
    font-size: 13px;
	margin: 120px 0 10px;
}

.hero .breadcrumbs {
	font-size: 15px;
    margin: 60px 0 30px;
}

.hero .breadcrumbs {
    color: rgba(255, 255, 255, 0.95);
	margin: 0 0 30px;
}

.breadcrumbs .separator {
    position: relative;
    margin: 0 10px;
}

.breadcrumbs a {
    color: rgba(0, 0, 0, 0.9);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.hero .breadcrumbs a {
    color: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


/* ФИЛЬТР */

.filter {
    z-index: 3;
    position: relative;
    width: 100%;
	margin-top: 40px;
}

.filter .filter-col .filter-field {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.filter .filter-col .filter-field.select,
.filter .filter-col .filter-field.text {
    background-color: #fff;
    width: 100%;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
    color: #757575;
    font-size: 16px;
    line-height: 18px;
	line-height: 50px;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 12px;
}

.filter .filter-col .filter-field.text {
    width: 50%;
    padding: 0 0 0 12px;
}

.filter .filter-col .filter-button {
    background-color: #ea1f5b;
    width: 100%;
	height: 50px;
    display: table;
    font-family: robotobold;
    color: #fff;
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    cursor: pointer;
    white-space: nowrap;
	line-height: 50px;
    outline: none;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}


/* ЛИСТИНГ */

.listing {
    position: relative;
    width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-top: 40px;
}

.listing .name {
	display: block;
	font-family: robotobold;
	color: #000;
    font-size: 20px;
	font-weight: bold;
    line-height: 0;
    margin-bottom: 25px;
}

.listing .card {
	position: relative;
	max-width: 361px;
	text-align: left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.listing .card.one {
    overflow: hidden;
}

.listing .card.three {
	max-width: 550px;
}

.listing .card.one .thumbnail {
	position: relative;
	width: 100%;
    overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

.listing .card.two .thumbnail {
	display: block;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

.listing .card.one .thumbnail:before {
    z-index: 1;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(images/bg/gradient.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
    opacity: .95;
}

.listing .card.one.no .thumbnail:before {
    content: none !important;
}

.listing .card.one .thumbnail img {
	width: 100%;
	height: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -webkit-transition: -webkit-transform .8s;
    -ms-transition: -ms-transform .8s;
    -moz-transition: -moz-transform .8s;
    -o-transition: -o-transform .8s;
    transition: transform .8s;
}

.listing .card.two .thumbnail img {
	width: 100%;
    min-height: 84px;
}

.listing .card.one:hover .thumbnail img {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
}

.listing .card.one .thumbnail .date,
.listing .card.four .thumbnail .date {
    z-index: 4;
	position: absolute;
	top: 15px;
	right: 15px;
	background-color: #ea1f5b;
	height: 32px;
	display: table;
	font-family: robotobold;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 32px;
	padding: 0 10px;
}

.listing .card.four .thumbnail .date {
	left: 15px;
}

.listing .card.one .thumbnail .comments-number {
    z-index: 4;
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: 16px;
	font-family: robotobold;
	color: #fff;
	font-size: 15px;
	line-height: 16px;
	padding-left: 20px;
}

.listing .card.one.no .thumbnail .comments-number {
	color: #787878;
}

.listing .card.one .thumbnail .comments-number:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-image: url(images/icons/sprite.png);
    background-repeat: no-repeat;
    background-position: -199px 0;
    background-size: 500px;
    width: 16px;
    height: 16px;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.listing .card.one.no .thumbnail .comments-number:before {
    background-position: -199px -16px;
	opacity: .5;
}

.listing .card.one a {
	z-index: 3;
    position: absolute;
	left: 0;
	top: 0;
    width: 100%;
    height: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: none;
}

.listing .card.one a span {
	z-index: 30;
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: robotobold;
	color: #fff;
	padding: 0 60px 15px 15px;
}

.listing .card.one.no a span {
	color: #000;
}

.listing .card.two .card-two-content {
	display: table-cell;
    vertical-align: top;
	margin-top: -7px;
}

.listing .card.two .card-two-content .card-two-name {
	display: block;
	font-family: robotobold;
    color: #000;
}

.listing .card.two .card-two-content .card-excerpt {
	display: block;
	color: rgba(0,0,0,.95);
	font-size: 15px;
}

.listing .card.two .card-two-content .card-two-data {
	display: block;
	color: rgba(0,0,0,.5);
	font-size: 12px;
	margin-top: 6px;
}

.listing .card.two .card-two-content .card-two-data .card-two-data-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	padding-left: 18px;
}

.listing .card.two .card-two-content .card-two-data .card-two-data-item:last-child {
	margin-right: 0;
}

.listing .card.two .card-two-content .card-two-data .card-two-data-item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-image: url(images/icons/sprite.png);
    background-repeat: no-repeat;
    background-size: 500px;
    width: 12px;
    height: 12px;
	opacity: .5;
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.listing .card.two .card-two-content .card-two-data .card-two-data-item.comm:before {
    background-position: -199px -32px;
}

.listing .card.two .card-two-content .card-two-data .card-two-data-item.views:before {
    background-position: -199px -44px;
}

.listing .card.three .card-label {
	z-index: 2;
	position: absolute;
	top: 20px;
	right: 20px;
}

.listing .card.three .card-label .adtype,
.listing .card.three .card-label .price {
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 13px;
	line-height: 36px;
	padding: 0 10px;
}

.listing .card.three .card-label .adtype {
    background-color: rgba(0, 0, 0, 0.48);
}

.listing .card.three .card-label .price {
    background-color: #ea1f5b;
}

.listing .card.three .card-label .price span {
	font-size: 16px;
}

.listing .card.three .card-content {
	z-index: 3;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
}

.listing .card.three .card-content .card-name {
    font-family: robotobold;
    color: #fff;
}

.listing .card.three .card-content ul {
	z-index: 3;
	position: relative;
	display: block;
}

.listing .card.three .card-content li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: rgba(255, 255, 255, 0.95);
	font-size: 13px;
	margin: 8px 0 0 18px;
}

.listing .card.three .card-content li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -10px;
    background: rgba(255, 255, 255,.8);
    width: 3px;
    height: 3px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.listing .card.three .card-content li:first-child {
    margin: 8px 0 0;
}

.listing .card.three .card-content li:first-child:before {
    content: none;
}


/* НЕТ ФОТО */

.nophoto {
	background-color: #efefef;
	width: 100%;
}

.nophoto:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url(images/icons/nophoto.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
	width: 24px;
	height: 24px;
	-moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* НЕДВИЖИМОСТЬ */

.property .left,
.property .right {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.property .location {
	position: relative;
	color: #000;
	font-size: 16px;
	margin-bottom: 15px;
	padding-left: 20px;
}

.property .location:after {
    content: "";
    position: absolute;
	top: 50%;
    left: 0;
    background-image: url(images/icons/sprite.png);
    background-repeat: no-repeat;
    background-position: -101px 0;
    background-size: 500px;
    width: 16px;
    height: 16px;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.property .property-thumbnail {
    width: 100%;
	margin-bottom: 35px;
}

.property .property-thumbnail .property-gallery .item {
    position: relative;
}

.property .property-thumbnail .property-gallery .item .caption {
    position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.32);
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 15px 15px 18px;
}

.property .property-thumbnail .additional-images {
    width: 100%;
}

.property .property-thumbnail .additional-images a {
	line-height: 0;
	border: none;
	outline: none;
}

.property .property-thumbnail .additional-images .image {
	display: inline-block;
    vertical-align: top;
}

.property .options {
    overflow: hidden;
	font-family: 'PT Serif';
    line-height: 18px;
	text-align: left;
	margin: 25px 0;
}

.property .options .label {
    width: 60%;
    float: left;
    clear: both;
    color: rgba(0, 0, 0, 0.8);
    margin: 0 10px 15px 0;
}

.property .options .label:after {
    content: '';
    width: 100%;
    display: block;
    border-bottom: 1px dotted #a3a3a3;
    margin-top: -9px;
}

.property .options .label .option-name {
    background: #fff;
    display: inline;
    font-size: 15px;
    padding-right: 10px;
}

.property .options .value {
    width: 35%;
    float: left;
    font-size: 15px;
    margin: 0 0 15px;
}

.property .property-info {
	position: relative;
	background-color: #fcfcfb;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;		
}

.property .property-info .price {
    font-family: RobotoBold;
	font-size: 18px;
	line-height: .8;
}

.property .property-info .price .value {
	display: inline-block;
	vertical-align: bottom;
	font-size: 30px;
}

.property .property-info p {
	font-size: 14px;
}

.property .property-info .fields-note {
	display: block;
	color: rgba(0, 0, 0, 0.6);
	font-size: 12px;
	font-style: italic;
	margin: 5px 0 0;
}

.property .property-info .button {
	width: 100%;
	height: 48px;
	text-align: center;
	line-height: 48px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	margin-top: 5px;
}


/* СТАТЬЯ */

.post {
	max-width: 760px;
	margin: 50px auto 0;
}


/* НЕТ КОНТЕНТА */

.notfound {
	font-family: 'PT Serif';
	font-size: 17px;
}


/* ИНФОРМАЦИЯ О СТАТЬЕ */

.meta {
	font-size: 14px;
	margin: 16px 0;
}

.meta .item {
	position: relative;
    display: inline-block;
	vertical-align: middle;
	color: rgba(0, 0, 0,.85);
	margin: 10px 0 10px 28px;
}

.meta .item:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -16px;
    background: rgba(0, 0, 0,.8);
    width: 3px;
    height: 3px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.meta .item:first-child {
	margin: 10px 0;
}

.meta .item:first-child:before {
	content: none;
}


/* КОНТЕНТ */

.content {
	font-family: 'PT Serif';
	line-height: 1.6666666667;
	margin-bottom: 50px;
}

.content .annotation {
	line-height: 1.3;
	font-weight: bold;
    margin: 10px 0 0 !important;
}

.content .annotation:first-letter {
	float: left;
	color: #ee204d;
	font-size: 53px;
	line-height: 53px;
	margin: 0 10px -9px 0;
}

.content .toc .name {
	display: block;
	font-family: robotobold;
    color: #000;
    color: rgba(0,0,0,.74);
}

.content .toc .contents {
	margin-top: 16px !important;
}

.content .toc .sub {
	margin-left: 30px;
}

.content a {
    border-bottom: 1px solid rgba(3, 16, 93, 0.1);
}

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

.content ul {
    display: table;
    margin-top: 25px;
}

.content ul li {
    position: relative;
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.content ul li:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    background-color: #000;
    width: 3px;
    height: 3px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.content ol {
    counter-reset: list;
    margin-top: 25px;
}

.content ol li {
    position: relative;
	margin-bottom: 10px;
}

.content ol li:before {
    content: counter(list) ". ";
	counter-increment: list;
	margin-right: 5px;
}

.content table {
    max-width: 100%;
	display: inline-block;
	vertical-align: top;
	overflow-x: auto;
	text-align: left;
	border: 2px solid #ff9f26;
	border-collapse: collapse;
	border-spacing: 0;
    margin: 10px 0 20px;
}

.content th {
    color: #000;
	font-family: "RobotoBold";
	text-align: left;
    vertical-align: bottom;
}

.content th,
.content td {
    vertical-align: top;
	font-size: 14px;
	border: 1px solid #f5f5f5;
}

.content tr:nth-child(even) > td {
    background-color: #fdfdfd;
}

.content td:first-child {
    font-family: "RobotoBold";
}

.content td:last-child {
    font-family: "RobotoBold";
    color: #149003;
    white-space: nowrap;
}

.content tr:hover td {
    background-color: #fbf5d0;
	border: 1px solid #fbf5d0;
}

.content .video iframe {
    display: block;
	margin: 0 auto;
}

.content .picture {
    display: block;
}

.content .picture.main-pic {
    margin-bottom: 20px;
}

.content .picture .wrap-pic {
	position: relative;
    display: table;
	overflow: hidden;
}

.content .picture .wrap-pic img {
    width: 100%;
    height: auto;
	display: block;
}

.content .picture .wrap-pic .pin {
	position: absolute;
	right: 10px;
	background-image: url(images/icons/sprite.png);
	background-size: 500px;
	background-position: -127px 0;
	width: 71px;
	height: 36px;
	display: block;
	text-indent: -9999px;
	border-bottom: none;
}

.content .picture .wrap-pic .pin:hover {
	opacity: .9;
}

.content .picture .wrap-pic .caption {
    display: block;
	font-family: robotoregular;
    font-size: 80%;
    color: #6c757d;
	font-style: italic;
	padding: 5px 0 0;
}


/* ГАЛЕРЕЯ */

.owl-carousel .owl-nav .owl-prev, 
.owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 41%;
	background-color: rgba(255,255,255,0.85);
	width: 42px;
	height: 56px;
	font-size: 0;
	cursor: pointer;
	border: 1px solid rgba(255,255,255,0.85);
	box-shadow: 0px 1px 3px 3px rgba(0,0,0,0.05);
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
	margin: -28px 0 0;
}

.owl-carousel .owl-nav .owl-prev:after, 
.owl-carousel .owl-nav .owl-next:after {
    content: "";
	position: absolute;
	top: 50%;
	left: 50%;
    background-image: url(images/icons/sprite.png);
    background-repeat: no-repeat;
    background-size: 500px;
    width: 16px;
    height: 16px;
    display: block;
	-moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav .owl-prev:after {
    background-position: -16px 0;
}

.owl-carousel .owl-nav .owl-next:after {
    background-position: -32px 0;
}

.owl-carousel .owl-nav .owl-prev:hover, 
.owl-carousel .owl-nav .owl-next:hover {
	background-color: #fff;
	border: 1px solid #cecece;
}

.owl-carousel .owl-nav .owl-prev.disabled, 
.owl-carousel .owl-nav .owl-next.disabled {
	opacity: 0.4;
	cursor: default;
}

.owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
	margin-top: 20px;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.owl-carousel .owl-dots .owl-dot span {
    background: #D6D6D6;
    width: 10px;
    height: 10px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 5px 7px;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #ea1f5b;
}


/* ВОПРОСЫ НА ОТВЕТЫ */

.qa {
	margin-bottom: 15px;
}

.qa .title {
	margin-top: 0 !important;
    margin-bottom: 20px !important;
}

.qa .item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 10px 0;
}

.qa .item.disabled .answer {
	display: none;
}

.qa .item .question {
    position: relative;
	cursor: pointer;
    color: #000;
	font-size: 16px;
    line-height: 20px;
	padding-right: 30px;
}

.qa .item .question span {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.qa .item .question:after {
    content: "";
    position: absolute;
    right: 0;
    top: -1px;
	background-image: url(images/icons/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -16px;
	background-size: 500px;
    width: 23px;
    height: 23px;
    display: block;
}

.qa .item.active .question:after {
    background-position: 0 -39px;
}

.qa .item .answer {
    font-size: 17px;
    padding: 16px 0 0;
}


/*  ТЕГИ  */

.tags {
    margin-top: 15px;
}

.tags a {
    background-color: #fcfcfb;
	height: 36px;
    display: inline-block;
    vertical-align: top;
	font-family: robotobold;
    color: #000;
    font-size: 13px;
    line-height: 36px;
    white-space: nowrap;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    padding: 0 9px;
    margin: 0 10px 10px 0;
}

.tags a:hover {
    background-color: #ea1f5b;
	color: #fff;
}


/* КНОПКИ СОЦИАЛЬНЫХ СЕТЕЙ */

.social {
	text-align: center;
    padding: 13px 0 15px;
}

.social .share {
	height: 40px;
    display: inline-block;
	vertical-align: top;
	white-space: nowrap;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    line-height: 40px;
	border: none;
	outline: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	padding: 0;
}

.social .vk.share {
	background-color: #507299;
}

.social .fb.share {
    background-color: #3b5998;
}

.social .tw.share {
    background-color: #2ca8d2;
}

.social .ok.share {
    background-color: #ed812b;
}


/* РЕКЛАМНЫЙ БАННЕР */

.banner {
	width: 300px;
	margin: 0 auto;
}

.banner img {
	width: 300px;	
}


/*  РЕЙТИНГ  */

.estimate {
	line-height: 0;
	margin: 30px 0;
}

.estimate .estimate-text {
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	font-family: robotobold;
    color: #333;
    font-size: 15px;
	line-height: 25px;
    margin-right: 5px;
}

.estimate .vote-block {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.estimate .vote-block .rating {
	width: 125px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	padding: 0;
}

.estimate .vote-block .rating li {
	display: block;
	width: 25px;
	height: 25px;
	float: right;
	text-indent: -9999px;
	cursor: pointer;
	padding: 0;
}

.estimate .vote-block .rating:hover li {
	background-image: url(images/icons/rating.png);
	background-size: 25px 75px;
}

.estimate .vote-block .rating li:hover,
.estimate .vote-block .rating li:hover ~ li {
	background-position: 0 -25px;
}

.estimate .vote-block.disabled .rating li.current {
	display: block;
	z-index: 10;
}

.estimate .vote-block .rating li.active,
.estimate .vote-block .rating li.active ~ li {
	background-position: 0 -50px;
}

.estimate .vote-block li.current {
	display: none;
}

.estimate .vote-block ol.show-current {
	position: relative;
}

.estimate .vote-block ol.show-current li {
	z-index: 2;
	position: relative;
	cursor: default;
}

.estimate .vote-block ol.show-current li.current {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	background-position: 0 0;
	background-repeat: repeat-x;
	background-image: url(images/icons/rating.png);
	background-size: 25px 75px;
	width: 100%;
	display: block;
}

.estimate .vote-block ol.show-current li.current span {
	background: inherit;
	background-position: 0 -50px;
	width: 0;
	height: 25px;
	display: block;
}

.estimate .vote-block span.rating-text {
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	font-family: robotoregular;
	color: #a2a2a2;
	font-size: 13px;
	line-height: 29px;
}


/* ПАГИНАЦИЯ */

.pagination {
    text-align: center;
    padding: 30px 0;
}

.pagination a,
.pagination span {
	background-color: #f5f5f5;
	width: 48px;
	height: 48px;
	display: inline-block;
    color: #000;
    font-size: 14px;
	font-weight: bold;
	border: none;
	outline: none;
	line-height: 48px;
    text-decoration: none;
}

.pagination a:first-child,
.pagination span:first-child {
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
}

.pagination a:last-child,
.pagination span:last-child {
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
}

.pagination .current {
	background-color: #ea1f5b;
	color: #fff;
}

.pagination a:hover {
	background-color: #fcfcfb;
}


/* ЗАГОЛОВОК */

.title {
	display: block;
	font-family: robotobold;
    color: #313131;
	font-size: 20px;
    line-height: 1.2;
    margin: 30px 0 20px;
}

.title span {
    color: #c8c8c8;
}


/* КОММЕНТАРИИ */

.comments {
	text-align: left;
	margin-top: 50px;
}

.comments .comments-list {
	margin-top: 50px;
}

.comments .comments-list .comment {
	display: block;
    margin-top: 35px;
}

.comments .comments-list .comment .children {
    margin-left: 35px;
}

.comments .comments-list .comment .comment-body {
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.comments .comments-list .comment .comment-body p:last-child {
	margin-bottom: 0;
}

.comments .comments-list .comment .comment-author {
    display: block;
    margin: 0 0 5px;
}

.comments .comments-list .comment .comment-author .comment-name {
	font-family: robotobold;
	color: #333;
    font-size: 16px;
	margin-right: 5px;
}

.comments .comments-list .comment .comment-author .comment-date {
	position: relative;
	font-family: robotoregular;
	color: rgba(0,0,0,.44);
    font-size: 13px;
	margin-left: 22px;
}

.comments .comments-list .comment .comment-author .comment-date:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -15px;
    background: rgba(0,0,0,.24);
    width: 3px;
    height: 3px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.comments .comments-list .comment .comment-reply-link {
	display: block;
	cursor: pointer;
	color: #4e4e4e;
    font-size: 12px;
}

.comments .comments-list .comment .comment-reply-link:hover {
    color: #000;
}

.comments .button {
	display: inline-block;
	vertical-align: top;
}

.comments .button.cancelreply {
    background-color: #fff;
	color: #000;
    border: 1px solid #dcdcdc;
	margin-left: 10px;
}

.comments .comments-list .cancelreply:hover {
	background-color: #fff;
    border-color: #b9b8b8;
}


/* ПОДВАЛ */

.footer {
    background-color: #222327;
	width: 100%;
	color: #a4a4a4;
	font-size: 13px;
	text-align: center;
	padding: 50px 0 0;
}

.footer a {
    color: #a4a4a4;
	border-color: rgba(255, 255, 255, 0.52);
}

.footer a:hover {
    color: #fff;
}

.footer .logo {
	margin: 0 auto 20px;
}

.footer .contact {
	max-width: 250px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	text-align: center;
	margin: 0 auto 25px;
}

.footer .contact a {
	color: rgba(255, 255, 255, 0.82);
	text-transform: uppercase;
	border: none;
}

.footer ul li {
	display: inline-block;
    margin: 0 6px;
}

.footer .copyright {
	width: 100%;
    font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	margin-top: 30px;
	padding: 13px 0;
}

.footer .copyright a {
	border: none;
}

.footer .social-groups {
	margin: 15px auto 30px;
}


/* СОЦ. СЕТИ */

.social-groups a {
	position: relative;
	background-color: rgba(255, 255, 255, 0.98);
    width: 40px;
    height: 40px;
    display: inline-block;
	font-size: 0;
    cursor: pointer;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    margin: 0 4px 8px;
}

.social-groups a:hover {
	background-color: #fff;
}

.social-groups a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(images/icons/sprite.png);
    background-repeat: no-repeat;
    background-size: 500px;
    width: 16px;
    height: 16px;
	opacity: .8;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.social-groups .vk:after {
    background-position: -47px -16px;
}

.social-groups .fb:after {
    background-position: -63px -16px;
}

.social-groups .twitter:after {
    background-position: -79px -16px;
}

.social-groups .ok:after {
    background-position: -95px -16px;
}

.social-groups .instagram:after {
    background-position: -111px -16px;
}


/* СКРЫТЫЙ ТЕКСТ */

.readmore-section, 
.collapsed {
	position: relative;
    overflow: hidden;
	padding: 0 0 10px;
}

.readmore-section.collapsed:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease,-o-transform .5s ease;
    background-image: -webkit-linear-gradient(top,rgba(255, 255, 255,0),#fff);
    background-image: -o-linear-gradient(top,rgba(255, 255, 255,0),#fff);
    background-image: linear-gradient(to bottom,rgba(255, 255, 255,0),#fff);
    width: 100%;
    height: 100px;
}

.readmore-toggle {
    position: relative;
	background-color: transparent;
	display: table;
	cursor: pointer;
	color: #868686;
    font-size: 15px;
	border: none;
	outline: none;
	padding: 0 0 0 33px;
    margin: 20px auto 0;
}

.readmore-toggle:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
	background-image: url(images/icons/sprite.png);
    background-repeat: no-repeat;
    background-position: center;
	background-size: 500px;
    width: 23px;
    height: 23px;
    display: block;
}

.readmore-toggle.open:before {
    background-position: 0 -16px;
}

.readmore-toggle.close:before {
    background-position: 0 -39px;
}

.readmore-toggle span {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.38);
    padding-bottom: 1px;
}


/* ЭФФЕКТЫ */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	} to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	} to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	} to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	} to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}


/* КНОПКА "ВВЕРХ" */

.scrolltop {
	z-index: 9999;
	position: fixed;
	bottom: 100px;
	right: 20px;
	background-color: #ea1f5b;
	width: 40px;
	height: 60px;
	cursor: pointer;
	border: none;
	outline: none;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	-ms-border-radius: 40px;
	border-radius: 40px;
	box-shadow: 0 9px 10px rgba(0,0,0,.2);
}

.scrolltop:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url(images/icons/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -62px;
	background-size: 500px;
	width: 18px;
	height: 18px;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.scrolltop:active {
	-webkit-transform: scale(.85);
	-ms-transform: scale(.85);
	transform: scale(.85);
}

.scrolltop:hover {
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}


/* КАРТА */

.map-wrap {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	cursor: pointer;
}

.map-wrap .ymap {
	z-index: 7;
	position: relative;
	background-color: #f8f8f8;
	width: 100%;
	height: 300px;
}

.map-wrap .loader {
	z-index: 15;
	position: absolute;
	top: -100%;
	left: 0;
	background-color:rgba(0,0,0,0.55);
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #000;
	overflow: hidden;
	transition: opacity .7s ease;
}

.map-wrap .loader.active {
	top: 0;
	opacity: 1;
}

.map-wrap .loader:after {
	content: '';
	position: absolute;
	top: calc(50% - 24px);
	left: calc(50% - 24px);
	width: 48px;
	height: 48px;
	border: 8px solid #fff;
	border-left-color: transparent;
	border-radius: 50%;
	-webkit-animation: rotation 1s linear infinite;
	        animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform:rotate(0);
		        transform:rotate(0);
	}
	to {
		-webkit-transform:rotate(359deg);
		        transform:rotate(359deg);
	}
}

@keyframes rotation {
	from {
		-webkit-transform:rotate(0);
		        transform:rotate(0);
	}
	to {
		-webkit-transform:rotate(359deg);
		        transform:rotate(359deg);
	}
}

@-webkit-keyframes blink {
	from {
		opacity:.5;
	}
	to {
		opacity:1;
	}
}

@keyframes blink {
	from {
		opacity:.5;
	}
	to {
		opacity:1;
	}
}