body {
	min-width: 320px;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
}


.header {
	height: 76px;
	background: #333;
}
.header-content {}
.header-content > div {
	padding: 0;
}
.header-logo {}
.header-logo-link {
	display: inline-block;
	margin-top: 12px;
}

.header-logo-link {
	position: relative;
}
.logo-title {
	position: absolute;
	display: inline-block;
	top: 37px;
	right: -180px;
	color: #fff;
	text-decoration: none;
	transition: all .3s ease-in-out;
	opacity: 0;
}

.header-logo-link:hover .logo-title {
	opacity: 1;
}

.header-logo-img {
	height: 61px;
}
.header-right {text-align: right;}
.header-lang {
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
    margin: 31px 25px 0 0;
}
.header-lang-switch {
	float: left;
	display: block;
	padding-top: 3px;
	width: 25px;
	height: 26px;
	font-size: 12.8px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
.header-lang-switch:hover,
.header-lang-switch.active {
	color: #fff;
	background: #0033cc;
	text-decoration: none;
}
.header-phone-link {
	display: none;
	vertical-align: top;
	/*float: left;*/
	margin: 19px 75px 0 40px;
	font-size: 28.8px;
	font-weight: bold;
	color: #fff;
}
.header-phone-link:hover {
	color: #fff;
	text-decoration: none;
}
.header-menu-link {
	float: right;
	display: block;
	margin-top: 21px;
	width: 43px;
	height: 44px;
	background: url("../img/header-menu-bg.png") no-repeat center;
}

.headhesive {
	position: fixed;
  margin: 0;
  width: 100%;
	transform: translateY(-110%);
  transition: all .5s ease-in-out;
  z-index: 5;
}

.headhesive--stick {
  transform: translateY(0);
}

.s1 {
	margin-top: -76px;
	padding-top: 76px;
	padding-bottom: 30px;
	color: #fff;
	background: url("../img/s1-bg.jpg") no-repeat center top;
	background-size: cover;
	height: 100vh;
}
.s1-content {
	position: relative;
	overflow: hidden;
}
.s1-content > div {
	padding: 0;
}
.s1-title {
	display: none;
	position: relative;
	margin-top: 90px;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.s1-house-select {
	margin-top: 30px;
}
.s1-house-select-item {
	transition: all .3s ease-in-out;
}
/* .house-item-one.active,
.house-item-second.active,
.house-item-fourth.active,
.house-item-third.active */
.house-item.active, {
	margin-top: 0;
	transition:all .3s ease-in-out;
}
.s1-house-select-item:last-child {
	/* margin-right: 15px; */
}
/* .house-item-one.active .s1-house-select-item-img,
.house-item-second.active .s1-house-select-item-img,
.house-item-fourth.active .s1-house-select-item-img,
.house-item-third.active .s1-house-select-item-img  */
.house-item.active .s1-house-select-item-img   {
	display: inline;
	max-width: 100%;
	max-height: 100%;
	opacity:1;
	transition:all .3s ease-in-out;
}
/* .house-item-one.active .s1-house-select-item-bottom,
.house-item-one.active .s1-house-select-item-top,
.house-item-second.active .s1-house-select-item-bottom,
.house-item-fourth.active .s1-house-select-item-bottom,
.house-item-second.active .s1-house-select-item-top,
.house-item-fourth.active .s1-house-select-item-top,
.house-item-third.active .s1-house-select-item-bottom,
.house-item-third.active .s1-house-select-item-top */
.house-item.active .s1-house-select-item-bottom,
.house-item.active .s1-house-select-item-top {
	background: #0033cc;
}
.s1-house-select-item-top {
	/*line-height: 290px;*/
	text-align: center;
}
.s1-house-select-item-top.active {
	height: 290px;
}
.s1-house-select-item-img {
	display: inline;
	width: 100%;
	opacity:0;
	max-height:0;
	vertical-align: middle;
	transition:all .1s ease-in-out;
}
.s1-house-select-item-bottom {
	transition:all .3s ease-in-out;
	padding-top: 1px;
	height: 108px;
	border-bottom: 7px solid #0033cc;
}
/* .house-item-one.active .s1-house-select-item-bottom,
.house-item-second.active .s1-house-select-item-bottom,
.house-item-fourth.active .s1-house-select-item-bottom,
.house-item-third.active .s1-house-select-item-bottom */
.house-item.active .s1-house-select-item-bottom {
	padding-left: 19px;
	transition:all .3s ease-in-out;
}
.s1-house-select-item-name {
	margin: 3px 0 5px;
	font-size: 28.8px;
	font-weight: bold;
}
.s1-house-select-item-descr {
	display: block;
	padding-left: 3px;
	font-size: 11.2px;
	font-weight: bold;
    letter-spacing: 0.3px;
	text-transform: uppercase;
}
.s1-house-select-item-loc {
	display: block;
	padding: 11px 5px 5px 25px;
	font-size: 11px;
  letter-spacing: 0.02em;
	background: url("../img/s1-house-loc.png") no-repeat 0 9px;
}

.s1-rooms-select {}
.s1-rooms-select-item {
  padding: 8px 0 0 25px;
	width: 50%;
	height: 64px;
	border: 1px solid #fff;
}

.s1-rooms-select-item {
	position: relative;
}

.s1-rooms-select-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 51, 204, 0.5);
	transition: all .3s ease-in-out;
	transform: scale(0);
}

.s1-rooms-select-item:hover::before {
	transform: scale(1);
}

.s1-rooms-select-item-figure,
.s1-rooms-select-item-title,
.s1-rooms-select-item-price {
	position: relative;
}

@keyframes blink {
from{color: #fff;}
to{color: #a4a4a4;}
}

.s1-rooms-select-item-title,
.s1-rooms-select-item-price {
	animation-name: blink;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
.s1-rooms-select-item:hover .s1-rooms-select-item-title,
.s1-rooms-select-item:hover .s1-rooms-select-item-price {
	animation: 0s;
}

.s1-rooms-select-item:nth-child(2n+1) {
	float: left;
    padding-left: 32px;
}
.s1-rooms-select-item:nth-child(2n) {
	border-left: none;
	float: right;
	/*margin-left: -1px;*/
}
.s1-rooms-select-item:nth-child(3),
.s1-rooms-select-item:nth-child(4) {
	margin-top: -1px;
    padding-top: 12px;
    height: 72px;
}
.s1-rooms-select-item-figure {
	float: left;
	width: 44px;
	height: 48px;
	font-size: 16px;
}
.s1-rooms-select-item-figure > div {
	float: right;
	width: 22px;
	height: 24px;
	border: 1px solid #ccc;
}
.s1-rooms-select-item-figure > div:nth-child(2n+1) {
	margin-left: -1px;
}
.s1-rooms-select-item-figure > div:nth-child(3),
.s1-rooms-select-item-figure > div:nth-child(4) {
	margin-top: -1px;
}
.s1-rooms-select-item:nth-child(1) figure,
.s1-rooms-select-item:nth-child(3) figure {width: 22px;}
.s1-rooms-select-item:nth-child(1) figure > div:nth-child(1) {
	margin-top: 10px;
}
.s1-rooms-select-item:nth-child(3) figure > div:nth-child(2) {
	clear: right;
}
.s1-rooms-select-item:nth-child(2) figure > div:nth-child(3) {
	float: left;
    margin-left: 1px;
}
.s1-rooms-select-item-title {
	display: inline-block;
	width: 65%;
	margin: 0 3px 3px 13px;
	font-weight: 600;
}
.s1-rooms-select-item:nth-child(2n+1) .s1-rooms-select-item-title {
    margin: 3px 3px 2px 13px;
}
.s1-rooms-select-item-price {
	display: inline-block;
	margin-left: 13px;
	font-weight: bold;
}
.s1-rooms-select-item:nth-child(2n+1) .s1-rooms-select-item-price {
	margin-left: 13px;
}

.s2 {}
.s2-content {}
.s2-content > div {
	padding: 0;
}
.s2-img {
	margin-top: 36px;
	max-width: 100%;
	max-height: 100%;
	/*height: 621px;*/
}
.s2-description {
   /* margin-top: 70px;*/
}
.s2-description-item {
	margin: 0 0 10px 0 !important;
	border: 0;
}
.s2-description-item:last-child {
	margin-bottom: 0 !important;
}
.s2-description-item .panel-body {
	border: 0 !important;
}
.s2-description-item .panel-heading,
.s2-description-item .panel-body {
	padding: 0;
}
.s2-description-item-name {
	display: block;
	padding-left: 40px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
  font-weight: bold;
	text-transform: uppercase;
	color: #333;
	/*background: #fff url("../img/s2-descr-bg.jpg") no-repeat 11px center;
	background-size: 22px auto;*/
	background: #fff;
	position: relative;
	overflow: hidden;
	transition: all .3s ease-in-out;
}
.s2-description-item-name::before {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 13px;
	height: 22px;
	width: 22px;
	background: #fff url("../img/s2-descr-bg.jpg") no-repeat;
	background-size: 22px auto;
	transition: all .3s ease-in-out;
}
.s2-description-item-name::after {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 13px;
	height: 22px;
	width: 22px;
	background: #fff url("../img/s2-descr-bg-yellow.png") no-repeat;
	background-size: 22px auto;
	transition: all .3s ease-in-out;
	opacity: 0;
}

.s2-description-item-name:hover,
.s4-description-item-name:hover {
	font-size: 17px;
}

.s2-description-item-name:hover::before {
	opacity: 0;
}
.s2-description-item-name:hover::after {
	opacity: 1;
}


.s2-description-item-name:hover, .s2-description-item-name:focus {
	text-decoration: none;
	color: #333;
}
.s2-description-item-name.active {
	border: 2px solid #0033cc;
}
.s2-description-item-body ul {
	padding: 7px 25px 0px 60px;
	list-style: none;
}
.s2-description-item-body ul > li {
	margin-bottom: 15px;
	font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}



.s7 {}
.s7-content {}
.s7-content > div {
	padding: 0;
}
.s7-img {
	margin-top: 36px;
	max-width: 100%;
	max-height: 100%;
	/*height: 621px;*/
}
.s7-description {
   /* margin-top: 70px;*/
}
.s7-description-item {
	margin: 0 0 10px 0 !important;
	border: 0;
}
.s7-description-item:last-child {
	margin-bottom: 0 !important;
}
.s7-description-item .panel-body {
	border: 0 !important;
}
.s7-description-item .panel-heading,
.s7-description-item .panel-body {
	padding: 0;
}
.s7-description-item-name {
	display: block;
	padding-left: 40px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
  font-weight: bold;
	text-transform: uppercase;
	color: #333;
	/*background: #fff url("../img/s2-descr-bg.jpg") no-repeat 11px center;
	background-size: 22px auto;*/
	background: #fff;
	position: relative;
	overflow: hidden;
	transition: all .3s ease-in-out;
}
.s7-description-item-name::before {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 13px;
	height: 22px;
	width: 22px;
	background: #fff url("../img/s2-descr-bg.jpg") no-repeat;
	background-size: 22px auto;
	transition: all .3s ease-in-out;
}
.s7-description-item-name::after {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 13px;
	height: 22px;
	width: 22px;
	background: #fff url("../img/s2-descr-bg-yellow.png") no-repeat;
	background-size: 22px auto;
	transition: all .3s ease-in-out;
	opacity: 0;
}

.s7-description-item-name:hover {
	font-size: 17px;
}

.s7-description-item-name:hover::before {
	opacity: 0;
}
.s7-description-item-name:hover::after {
	opacity: 1;
}


.s7-description-item-name:hover, .s7-description-item-name:focus {
	text-decoration: none;
	color: #333;
}
.s7-description-item-name.active {
	border: 2px solid #0033cc;
}
.s7-description-item-body ul {
	padding: 7px 25px 0px 60px;
	list-style: none;
}
.s7-description-item-body ul > li {
	margin-bottom: 15px;
	font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}


.s3 {
	position: relative;
}
.s3-title {
	margin: 0;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}
.s3-bottom {
	position: relative;
	background: url("../img/s3-bg-img.jpg") no-repeat center bottom;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.s3-bottom::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
}
.s3-blocks {}
.s3-blocks > div {
	padding: 0;
}
.s3-blocks-left {
	border-right: 1px solid #fff;
}
.s3-content {
	position: relative;
	z-index: 0;
}
.hover-block-one,
.hover-block-second,
.hover-block-third,
.hover-block-fourth {
	display: inline-block;
	position: absolute;
	width: 50%;
	height: 50%;
	background-color: rgba(0, 51, 204, 0.5);
  transition: all .3s ease-in-out;
  transform: scale(0);
}

.hover-block-one {
	top: 0;
	left: 0;
}
.hover-block-second {
	bottom: 0;
	left: 0;
}
.hover-block-third {
	top: 0;
	right: 0;
}
.hover-block-fourth {
	bottom: 0;
	right: 0;
}


.s3-blocks .s3-blocks-left .s3-block {
	padding-left: 20px;
	position: relative;
}
.s3-blocks .s3-blocks-right .s3-block {
	position: relative;
}
/*.s3-blocks-left .s3-block::before,
.s3-blocks-right .s3-block::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 51, 204, 0.5);
  transition: all .3s ease-in-out;
  transform: scale(0);
}*/
/*.s3-blocks .s3-blocks-left .s3-block:hover::before,
.s3-blocks .s3-blocks-right .s3-block:hover::before {
	transform: scale(1);
}*/


.s3-block {
  padding: 20px 0 0 0;
	height: 90px;
	color: #fff;
}
.s3-blocks-right .s3-block {
    /*padding-left: 130px;*/
}
.s3-percent {
	float: left;
	position: relative;
	width: 49px;
	height: 49px;
	line-height: 45px;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.s3-percent:nth-child(1):after {
	content: "Prima rată";
	display: block;
	width: 76px;
	margin: 2px 0 0 -38px;
	position: relative;
	left: 50%;
	font-weight: normal;
	font-size: 10px;
	line-height: normal;
	text-align: center;
}
.s3-blocks-right .s3-block:nth-child(1) .s3-percent:last-child {
	margin-left: 5px;
}
.s3-block-text {
	float: left;
	text-align: center;
	position: relative;
}
.s3-blocks-left .s3-block:nth-child(1) .s3-block-text {
	margin: 2px 0 0 5px;
}
.s3-blocks-left .s3-block:nth-child(2) .s3-block-text:nth-child(2) {
	margin: 22px 3px 0 3px;
}
.s3-blocks-left .s3-block:nth-child(2) .s3-block-text:nth-child(4) {
	margin: 2px 0 0 5px;
}
.s3-blocks-right .s3-block-text {
	margin: 2px 0 0 5px;
}
.s3-block-text > span {
	font-size: 14px;
    letter-spacing: 0.02em;
}
.s3-rounds {
	margin-top: 3px;
}
.s3-rounds > i {
	float: left;
	margin-right: 2px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: #fff;
}
.s3-rounds > i:last-child {
	margin-right: 0;
}
.s4-content {
	overflow: hidden;
}
.s4-content > div {
	padding: 0;
}
.s4-percent {
	font-size: 210px;
    line-height: 210px;
	color: #0033cc;
}

.s4-percent img {
	width: 95%;
}
.s4-right {}
.s4-description {
    margin-top: 56px;
}
.s4-description-item {
	margin: 0 0 10px 0 !important;
	border: 0;
}
.s4-description-item:last-child {
	margin-bottom: 0 !important;
}
.s4-description-item .panel-body {
	border: 0 !important;
}
.s4-description-item .panel-heading,
.s4-description-item .panel-body {
	padding: 0;
}

.s4-description-item-name {
	display: block;
	padding-left: 40px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
  font-weight: bold;
	text-transform: uppercase;
	color: #333;
	/*background: #fff url("../img/s2-descr-bg.jpg") no-repeat 11px center;
	background-size: 22px auto;*/
	background: #fff;
	position: relative;
	overflow: hidden;
	transition: all .3s ease-in-out;
}
.s4-description-item-name::before {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 13px;
	height: 22px;
	width: 22px;
	background: #fff url("../img/s2-descr-bg.jpg") no-repeat;
	background-size: 22px auto;
	transition: all .3s ease-in-out;
}
.s4-description-item-name::after {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 13px;
	height: 22px;
	width: 22px;
	background: #fff url("../img/s2-descr-bg-yellow.png") no-repeat;
	background-size: 22px auto;
	transition: all .3s ease-in-out;
	opacity: 0;
}

.s4-description-item-name:hover::before {
	opacity: 0;
}
.s4-description-item-name:hover::after {
	opacity: 1;
}

.s4-description-item-name:hover, .s4-description-item-name:focus {
	text-decoration: none;
	color: #333;
}
.s4-description-item-name.active {
	border: 2px solid #0033cc;
}
.s4-description-item-body ul {
	padding: 7px 25px 0px 60px;
	list-style: none;
}
.s4-description-item-body ul > li {
	margin-bottom: 15px;
	font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer {
	background: #999;
}
.footer-content > div {
	padding: 0;
}
.footer-left {
	display: none;
	padding-top: 37px !important;
}
.footer-left-menu {
	color: #fff;
}
.footer-left-menu:hover {
	background: #828282;
}
.footer-menu-title {
	padding: 0 10px;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-transform: uppercase;
}
.footer-left-menu a {
	padding: 4px 5px 5px 10px !important;
	border-radius: 0 !important;
	font-size: 12.8px;
	color: #fff;
}
.footer-left-menu a:hover {
	background: #0033cc !important;
}
.footer-left-menu ul {
	padding-top: 22px;
}
.footer-center-block {
	padding: 20px 0;
	width: 395px;
	height: 306px;
	color: #fff;
	background: #2f2f2f;
}
.footer-address {
	font-size: 24px;
	line-height: 29px;
}
.footer-address b {
	letter-spacing: 0.6px;
}
.footer-schedule {
	margin-top: 25px;
	padding-bottom: 26px;
	border-bottom: 1px dotted #fff;
	font-size: 11px;
	line-height: 22px;
}
.footer-schedule span:nth-child(3) {
	letter-spacing: -0.5px;
}
.footer-schedule span:last-child {
	padding-left: 72px;
}
.footer-phone {
	display: block;
    margin: 9px 0 0 0;
	text-align: right;
}
.footer-phone b {
	margin-left: 16px;
	font-size: 37px;
	letter-spacing: 0.02em;
}
.footer-right {display: none;}
.footer-soc-links {
	margin: 40px 0 0 0;
	max-width: 230px;
}
.footer-soc-link {
	float: left;
	margin: 0 4px 5px 0;
	width: 42px;
	height: 42px;
	background-size: 50% !important;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #666;
	transition: all .3s ease-in-out;
}
.footer-soc-link:hover {
	background-color: #0033cc;
	transform: rotateZ(5deg);
	box-shadow: 0 0 1px 0 rgba(0,0,0,0.5);
}
.footer-soc-link.g {
	background-image: url("../img/soc-g+.png");
}
.footer-soc-link.tw {
	background-image: url("../img/soc-tw.png");
}
.footer-soc-link.m {
	background-image: url("../img/soc-m.png");
	background-size: 70% !important;
}
.footer-soc-link.fb {
	background-image: url("../img/soc-fb.png");
	background-size: 25% !important;
}
.footer-soc-link.rss {
	background-image: url("../img/soc-rss.png");
	background-size: 45% !important;
}
.footer-soc-link.vk {
	background-image: url("../img/soc-vk.png");
	background-size: 35% !important;
}
.footer-soc-link.mr {
	background-image: url("../img/soc-mr.png");
}
.footer-soc-link.ya {
	background-image: url("../img/soc-ya.png");
	background-size: 25% !important;
}
.footer-soc-link.lj {
	background-image: url("../img/soc-lj.png");
	background-size: 35% !important;
}
.footer-soc-link.ok {
	background-image: url("../img/soc-ok.png");
	background-size: 35% !important;
}

.slyder {position: relative;}
	.slyder_content {position: relative; overflow: hidden;}
		.slyder_move,
		.slyder_item {
			position: absolute;
			top: 0;
			left: 0;
		}
			.slyder_item {overflow: hidden;}
	.slyder_left,
	.slyder_right {
		background: url(../img/c_arrow1.png) no-repeat;
		width: 12px;
		height: 21px;
		margin-top: -10px;
		position: absolute;
		top: 86%;
		z-index: 100;
		cursor: pointer;
	}
	.slyder_left {
		background-position: 0 0;
		left: -15px;
		top: 50%;
	}
	.slyder_right {background-position: -12px 0;
		right: -15px;
	 	top: 50%;
	 }

/*txt*/
.txt {margin: 55px 0;}
	.txt h1 {
		margin: 0 0 0.7em 0;
		font-weight: bold;
		font-size: 38px;
		color: #2e2f34;
		text-transform: uppercase;
	}
	.txt p {margin-bottom: 1.8em;}
	.txt img {max-width: 100%; max-height: 100%;}

.fog,
.fog1 {
	background: rgba(255, 255, 255, 0.75);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	opacity: 0;
}
	.t_menu {
		background: #2f2f2f;
		width: 100%;
		max-width: 408px;
		padding: 100px 20px 0 20px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		text-align: left;
		overflow-y: auto;
	}
		.t_menu .close {
			background: url(../img/x1.png);
			width: 33px;
			height: 31px;
			position: absolute;
			top: 30px;
			right: 30px;
			cursor: pointer;
			opacity: 1;
		}
		.t_menu .item {border-bottom: 2px solid #434343;}
		.t_menu .item:last-child {border-bottom: none;}
			.t_menu a {
				display: block;
				margin: 0 -20px;
				padding: 10px 20px;
				font-weight: 600;
				font-size: 18px;
				color: #fff;
				text-transform: uppercase;
				text-decoration: none;
			}
			.t_menu a.active,
			.t_menu a:hover {
				background: #0c3fe4;
				margin-top: -2px;
				margin-bottom: -2px;
				padding-top: 12px;
				padding-bottom: 12px;
			}

.center_magic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.popup {
	position: relative;
	margin: 10% auto;
	background: #2f2f2f;
	width: 100%;
	max-width: 752px;
	color: #fff;
}
	.popup .close {
		background: url(../img/x1.png);
		width: 32px;
		height: 31px;
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 5;
		cursor: pointer;
		opacity: 1;
	}
	.popup .left,
	.popup .right {
		width: 50%;
		min-height: 346px;
		padding: 40px;
		float: left;
		position: relative;
		overflow: hidden;
	}
	.popup .left {background: #0c3fe4;}
	.popup .right {background: #2f2f2f;}
		.popup .title {
			margin: 0 0 0.8em 0;
			font-weight: 700;
			font-size: 24px;
			text-transform: uppercase;
		}
		.popup p {margin-bottom: 1.8em;}
		.popup .btn {
			background: #2f2f2f;
			padding: 8px 33px;
			font-weight: 600;
			font-size: 17px;
			color: #fff;
		}

		.hidden-item{
			opacity:0;
		}
		.visible-item{
			opacity:1;
		}

.footer-center-block {
	perspective: 1000px;
}

.footer-center-block:hover .flipper, .footer-center-block.hover .flipper {
	transform: rotateY(180deg);
}

.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.front {
	z-index: 2;
}

.back {
	transform: rotateY(180deg);
	display: inline-block;
  margin-left: 95px;
  margin-top: 90px;
}


.viber-button-block {
	overflow: hidden;
	position: fixed;
	top: 85px;
	right: 0;
}

.facebook-button-block {
	overflow: hidden;
	position: fixed;
	top: 220px;
	right: 0;
}

.viber-button {
	cursor: pointer;
	display: inline-block;
	transform: translate(50%);
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #7B519D;
	position: relative;
	transition: all .3s ease-in-out;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}
.facebook-button {
	cursor: pointer;
	display: inline-block;
	transform: translate(50%);
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #3B5998;
	position: relative;
	transition: all .3s ease-in-out;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}

.viber-button::before {
	content: '';
	position: absolute;
	top: 44%;
	left: 22%;
	height: 30px;
	width: 30px;
	background: url('../img/viber-icon-img.png') no-repeat;
	background-size: 30px auto;
}

.facebook-button::before {
	content: '';
	position: absolute;
	top: 43%;
	left: 32%;
	height: 30px;
	width: 10px;
	background: url('../img/facebook-icon-img.png') no-repeat;
	background-size: 10px auto;
}

/*.viber-button.close {
	transform: translate(600%);
}
.facebook-button.close {
	transform: translate(600%);
}*/

/*.viber-bubble-block {
	position: fixed;
	top: 85px;
	right: 5%;
	overflow: hidden;
	transition: all .3s ease-in-out;
	transform: translate(600%);
}*/

/*.facebook-bubble-block {
	position: fixed;
	top: 170px;
	right: 2%;
	overflow: hidden;
	transition: all .3s ease-in-out;
	transform: translate(600%);
}*/

/*.viber-bubble {
	display: inline-block;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background-color: #7B519D;
	position: relative;
	transition: all .3s ease-in-out;
	text-align: center;
	overflow: hidden;
}

.facebook-bubble {
	display: inline-block;
	width: 425px;
	height: 450px;
	border-radius: 47%;
	background-color: #3B5998;
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 90px 10px;
}*/

/*.viber-bubble::before {
	content: '';
	position: absolute;
	top: 0;
	left: -85%;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background-color: #54376D;
}

.facebook-bubble::before {
	content: '';
	position: absolute;
	top: 64px;
	left: -65%;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background-color: #2B4885;
}*/

/*.bubble-title {
	position: absolute;
	top: 40%;
	left: 21%;
	font-size: 24px;
	color: #fff;
}*/

/*.facebook-bubble-title {
	position: absolute;
	top: 35%;
	left: 21%;
	font-size: 18px;
	color: #fff;
}*/

/*.bubble-phone {
	position: absolute;
	top: 50%;
	left: 23%;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}

.bubble-txt {
	position: absolute;
	top: 65%;
	left: 17%;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
}*/

.viber-icon {
	display: inline-block;
	height: 60px;
	width: 60px;
	background: url('../img/viber-icon-img.png') no-repeat;
	background-size: 60px auto;
}

/*.facebook-icon {
	display: inline-block;
	position: absolute;
	top: 48%;
	left: 28%;
	height: 37px;
	width: 125px;
	background: url('../img/facebook-logo-img.png') no-repeat;
	background-size: 130px auto;
}*/

/*.bubble-close-icon {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 47%;
	left: 5%;
	height: 30px;
	width: 16px;
	background: url('../img/bubble-close-img.png') no-repeat;
	background-size: 15px auto;
}

.facebook-close-icon {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 47%;
	left: 3%;
	height: 30px;
	width: 16px;
	background: url('../img/bubble-close-img.png') no-repeat;
	background-size: 15px auto;
}*/

/*.viber-bubble-block.open {
	transform: translate(0);
	z-index: 5;
}
.facebook-bubble-block.open {
	transform: translate(0);
	z-index: 5;
}*/

.headhesive {
	background-color: rgba(0, 0, 0, 0.8);
}

.mobile-footer-block {
	display: none;
}

.s2-tab-slider {
	position: relative;
	height: 490px;
}

.s2-img {
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s ease-in-out;
	opacity: 0;
	transform: scale(0);
}

.s2-img.active-slide {
	transition: all .5s ease-in-out;
  opacity: 1;
  transform: scale(1);
}

.complex-heading-link {
	text-decoration: none;
	display: inline-block;
	transition: all .3s ease-in-out;
}

.complex-heading-link:hover {
	color: #373737;
}

.complex-price-link {
	display: inline-block;
	margin-right: 22px;
}

.apartments .complex-top-left-slider-box::before {
	height: 25px;
	bottom: -1px;
}
.apartments .complex-top-left-slider-box::after {
	height: 25px;
	bottom: -1px;
}
.apartments .slider-bottom {
	bottom: -3px;
}
.apartments .slider-bottom .progress-bottom span {
	font-size: 11.8px;
}
.apartments .slider-bottom .terms .data-title,
.apartments .slider-bottom .terms .data {
	font-size: 13.4px;
}

.complex-top-left-loc {
	display: inline-block;
}
.mobile-form {
	margin: 0;
	padding: 40px 15px;
	background-color: #ccc;
	display: none;
}
.mobile-form .contacts-form-box {
	position: relative;
	display: block;
	top: 0;
}

#map-canvas {
	height: 812px;
}

.fog1 {
	transition: all .3s ease-in-out;
	overflow-y: auto;
}

.fog1.popup-close {
	transform: scale(0);
}

.popup-image {
	position: relative;
	width: 100%;
	height: 220px;
	margin: 0 auto;
	overflow: hidden;
	display: none;
}
.popup-image img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.hidden {
	display: none;
}


#viber-dialog {
	background: #7B519D;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	max-height: 400px;
	margin: 40px auto;
	border-radius: 20px;
	position: relative;
	text-align: center;
	color: #fff;
}

#viber-dialog h3 {
	font-size: 24px;
}

#viber-dialog p {
	font-size: 13px;
	text-transform: uppercase;
}

#viber-dialog p:nth-child(3) {
	font-size: 30px;
	font-weight: 700;
}

#facebook-dialog {
	background: #3B5998;
	padding: 40px 20px 30px;
	text-align: left;
	max-width: 400px;
	max-height: 400px;
	margin: 40px auto;
	border-radius: 20px;
	position: relative;
	text-align: center;
}

#facebook-dialog img {
	width: 95%;
}

.facebook-link,
.viber-link {
	display: inline-block;
}

* {
	outline: none !important;
}

.m_calc {
	position: absolute;
	top: 350px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.m_calc a {
	background: rgba(119, 85, 153, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 300px;
	height: 90px;
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
.m_calc a::before {
	content: '';
	background-image: url(../img/calc_ico.png);
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 18px;
}
.m_calc a:hover {text-decoration: none;}

.m_calc_podv a {
	background: rgba(119, 85, 153, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 42px;
	width: 230px;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
.m_calc_podv a::before {
	content: '';
	background-image: url(../img/calc_ico.png);
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 18px;
}
.m_calc_podv a:hover {text-decoration: none;}


.m-calc-button-block {
	overflow: hidden;
	position: fixed;
	top: 355px;
	right: 0;
}
.m-calc-link {display: inline-block;}
.m-calc-button {
	cursor: pointer;
	display: inline-block;
	-webkit-transform: translate(50%);
	-ms-transform: translate(50%);
	transform: translate(50%);
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #7B519D;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}
.m-calc-button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 24%;
	height: 23px;
	width: 23px;
	background: url('../img/calc_ico.png') no-repeat;
	background-size: 23px auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#m-calc-dialog {
	background: #fff;
	max-width: 750px;
	margin: 0 auto;
}
.m-calc-head {
	background: #7b519d;
	padding: 22px 84px 22px 40px;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
}
#m-calc-dialog .mfp-close {
	background: url(../img/x3.png) center no-repeat;
	font-size: 0;
	line-height: 0;
	top: 17px;
	right: 30px;
	opacity: 1;
}
.m-calc-content {
	padding: 30px 40px;
	font-weight: 600;
	color: #363842;
}
.m-calc-form {padding-bottom: 10px;}
.m-calc-form .f_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}
.m-calc-form .f_row.v1 {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.m-calc-form .col {}
.m-calc-form .col:nth-child(1) {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 190px;
	padding-right: 20px;
	font-size: 15px;
	text-align: right;
}
.m-calc-form .f_row.v1 .col:nth-child(1) {padding-top: 8px;}
.m-calc-form .col:nth-child(2) {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.m-calc-form .opt {
	margin: 0;
	padding: 0;
	list-style: none;
}

.m-calc-form input[type="text"],
.m-calc-form select,
.m-calc-form textarea {
	background: #fff;
	width: 100%;
	padding: 14px 20px;
	border: 1px solid #cbcbcb;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.m-calc-form select {
	background-image: url(../img/select1.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.m-calc-form textarea {    height: 100px;
	padding: 10px;
	font-size: 13px;}

.m-calc-form .radio {}
.m-calc-form .radio label {
	font-weight: inherit;
	padding-left: 32px;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #5c5e66;
}
.m-calc-form .radio input[type="radio"] {display: none;}
.m-calc-form .radio input[type="radio"] + label::before {
	content: '';
	background: #fff;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.m-calc-form .radio input[type="radio"]:checked + label {color: #000;}
.m-calc-form .radio input[type="radio"]:checked + label::before {border-color: #7b519d;}
.m-calc-form .radio input[type="radio"]:checked + label::after {
	content: '';
	background: #7b519d;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 5px;
}

#amount {display: none;}
.m-calc-slider_wr {
	max-width: 366px;
	padding: 16px 8px;
}
#m-calc-slider.ui-slider-horizontal, #m-calc-slider_2.ui-slider-horizontal {
	padding-top: 10px;
	padding-bottom: 20px;
}
#m-calc-slider.ui-slider-horizontal .links, #m-calc-slider_2.ui-slider-horizontal .links{
	padding: 0 10px;
	border-top: 1px solid #eee8f3;
	border-bottom: 1px solid #eee8f3;
	line-height: 0.1em;
	position: relative;
}
#m-calc-slider.ui-slider .ui-slider-handle, #m-calc-slider_2.ui-slider .ui-slider-handle {
	background: #7b519d;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	top: 3px;
	cursor: pointer;
}
.m-calc-slider_wr .scale {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 4px;
}
.m-calc-slider_wr .scale span {
	padding-top: 16px;
	position: relative;
	font-size: 12px;
	line-height: 1;
	text-align: center;
}
.m-calc-slider_wr .scale span::before {
	content: '';
	background: #b3acb8;
	width: 1px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.f_row_cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.f_row_cols .f_row:nth-child(2) .col:nth-child(1) {width: auto;}
.f_row_cols .col:nth-child(2) {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	width: 150px;
}

.m-calc-total {
	background: #7b519d;
	margin: 0 -40px;
	padding: 10px 40px;
	color: #fff;
}
.m-calc-total .f_row {margin-bottom: 0;}
.m-calc-total .num {
	background: #9064b3;
	display: inline-block;
	vertical-align: middle;
	width: 195px;
	height: 64px;
	margin-right: 17px;
	font-weight: bold;
	font-size: 45px;
	line-height: 64px;
	color: #fff;
	text-align: center;
}
.m-calc-total .hint {
	display: inline-block;
	vertical-align: middle;
	max-width: 160px;
	color: #d3bde5;
}

a.slick-slide:hover,
a.slick-slide:focus {
	text-decoration: none;
}