body {
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
	position: relative;
}
a:hover {
	text-decoration: none;
	color: #fff;
}

* {
	margin: 0;
	padding: 0;
  -webkit-locale: auto;
  white-space: normal;
}

ul {
	list-style: none;
}

li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
}

input::placeholder {
	color: #fff;
	font-weight: 300;
}

.flex-end {
	display: flex;
	justify-content: flex-end;
}

.full-screen {
	display: none;
}

.hd {
	display: block;
}

.youtube {
    background-color: #000;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    height: 400px;
    width: 100%;
}
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #FF591B;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    border-radius: 15px;
    transition: all .3s linear;
}

.youtube .play-button:hover {
	background-color: #D23123;
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.lazyYT-container {
  direction:ltr;
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  padding: 0 0 56.25% 0;
  overflow: hidden;
  background-color: #000000;
}

.lazyYT-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*
 * Video Title (YouTube style)
 */

.lazyYT-container .html5-info-bar {
	display: none;
  position: absolute;
  top: 0;
  z-index: 935;
  width: 100%;
  height: 30px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
     -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
          transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.lazyYT-container .html5-title {
  padding-right: 6px;
  padding-left: 12px;
}

.lazyYT-container .html5-title-text-wrapper {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
}

.lazyYT-container .html5-title-text {
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  color: #ccc;
  text-decoration: none;
}

.lazyYT-container .html5-title-text:hover {
  color: #fff;
  text-decoration: underline;
}

/*
 * Thumbnail
 */

.ytp-thumbnail {
  padding-bottom: inherit;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

/*
 * Play button (YouTube style)
 */

.ytp-large-play-button {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 86px !important;
  height: 60px !important;
  padding: 0 !important;
  margin: -29px 0 0 -42px !important;
  font-size: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
  opacity: .9;
}

.ytp-large-play-button-svg {
  opacity: .9;
  fill: #1f1f1f;
}

.lazyYT-image-loaded:hover .ytp-large-play-button-svg,
.ytp-large-play-button:focus .ytp-large-play-button-svg {
  opacity: 1;
  fill: #cc181e;
}

.fade-in {
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.hide {
  display: none;
}

.preloader-wrapper{
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	display: flex;
	z-index: 9999;
    pointer-events: none;
    transition: 0s all 5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #FF591B;*/
}

.preloader-icon {
	position: absolute;
	width: 150px;
	height: 150px;
	background: url(./img/custom-login-logo.svg) center center no-repeat;
	background-size: 150px;
	z-index: 9999;
}

.pl-l, .pl-r {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform 1s linear;
    will-change: transform;
}
.pl-l {
    left: -30%;
    transform: skew(-30deg);
    background: #FF591B;
}
.pl-r {
    right: -30%;
    transform: skew(-30deg);
    background: #FF591B;
}

.preloader_run .pl-l,
.preloader_run .pl-r {
	transform: translateX(0%) skew(-30deg);
}
.pl-l {
    transform: translateX(-100%) skew(-30deg);
}
.pl-r {
    transform: translateX(100%) skew(-30deg);
}
/*.pl-line > div {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    
    will-change: transform;
    
}
@keyframes pulse {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
.preloader_run .pl-line > div{
	animation: pulse 2s infinite;
	animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}*/



/*.preloader_wr::before {
	content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 120%;
    height: 100%;
    background: #423191;
    transform: skew(-20deg) translateX(-50%);
}

.preloader_wr_2 {
	    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    transform: translate(-120%);
    transition: all .9s cubic-bezier(.19,1,.22,1);
    animation: hide_preloader 1.4s cubic-bezier(.19,1,.22,1) both;
}

.preloader_wr_2:before {
	content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 120%;
    height: 100%;
    background: #f8992c;
    transform: skew(-20deg) translateX(-50%);
}

.preloader_run .preloader_wr_2{
   animation: 2s show_preloader .2s cubic-bezier(.19,1,.22,1) both;
}

.preloader_run .preloader_wr{
   animation: show_preloader 2s cubic-bezier(.19,1,.22,1) both;
}
@keyframes hide_preloader{
	0%{
		 transform: translate(0%);
	}
	100%{
		 transform: translate(120%);
	}
}
@keyframes show_preloader{
	0%{
		 transform: translate(-120%);
	}
	100%{
		 transform: translate(0%);
	}
}*/



/* Заголовки секций */
.title-wrapper {
	position: relative;
	display: inline-block;
}

.home .title-wrapper .title-bg-orange,
.home .title-wrapper .title-bg-black {
	width: 0;
	transition: width 1s ease .5s;
	overflow: hidden;
}


.title-wrapper .title-bg-orange {
	position: absolute;
	background: #FF591B;
	width: 91%;
	height: 66px;
	left: -17px;
	top: -7px;
}


.title-wrapper .title-bg-black {
	position: absolute;
	background: #000;
	width: 91%;
	height: 66px;
	left: -17px;
	top: -3px;
}

.title-wrapper .title-bg-orange:before,
.title-wrapper .title-bg-black:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 42px 31px 0;
	border-color: transparent #eee transparent transparent;
	right: 0;
	top: 0;
}

.title-black {
	position: relative;
	margin-bottom: 60px;
	font-weight: 900;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
/*	opacity: 0;
	transition: all 1s cubic-bezier(.86,0,.07,1);
    -webkit-transform: translate3d(0,100%,0);
    -moz-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);*/
}

.title-white {
	position: relative;
	margin-bottom: 60px;
	font-weight: 900;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

.choose-flat {
	color: #fff;
	text-align: center;
	padding: 20px 35px 20px 75px;
	display: inline-block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}



.choose-wrapper {
	position: absolute;
	height: 70px;
    left: 10%;
    bottom: 0;
    width: 355px;
    z-index: 10;
}

.choose-bg {
	position: absolute;
	height: 70px;
	width: 310px;
	font-size: 20px;
	transition: all .3s linear;
	-webkit-clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%);
	background: #FF591B;
}

.choose-bg:before {
	transition: all 1.2s cubic-bezier(.19,1,.22,1);
    content: '';
    position: absolute;
    top: 0;
    right: 106%;
    width: 112%;
    height: 100%;
    background: #fff;
    transform: skew(-45deg);
}

.choose-wrapper:hover .choose-bg:before {
	right: -12%;
}


.choose-wrapper:hover .choose-flat {
	color: #FF591B;
}

.choose-wrapper:hover .choose-icon {
	color: #fff;
}

.choose-icon {
	position: absolute;
    right: -15px;
    font-size: 80px;
    top: 16px;
    line-height: 0.5;
    color: #FF591B;
    font-weight: 500;
    z-index: 99999;
    animation: rotate-icon 2.5s infinite cubic-bezier(0.67, 0.43, 0.52, 0.7);
}

@keyframes rotate-icon {
   0% {
  	transform: rotate(0deg);
  }
   25% {
  	transform: rotate(0deg);
  }
   50% {
  	transform: rotate(90deg);
  }
   75% {
  	transform: rotate(90deg);
  }
  100% {
  transform: rotate(90deg);
  }
}

/* header */
.header {
    position: absolute;
    width: 100%;
    z-index: 9998;
    background: #fff;
    color: #FF591B;
}

.header a {
	color: #FF591B;
}

.hero {
	display: flex;
	height: 100vh;
	position: relative;
	background: #F7F7F7;
	overflow: hidden;
}

/*.hero:after {
	content: none;
    position: absolute;
    right: 0;
    top: 30%;
    width: 441px;
    height: 100%;
    background: url(./img/triangle-grey.svg) no-repeat;
    z-index: 1;
}*/

.logo-fix {
	display: none;
	width: 70px;
	padding: 5px;
}

.show-top {
	display: none;
}

.fixed-top .logo-fix {
	display: block;
}

.fixed-top .show-top {
	display: block;
}

.header .navbar-nav .nav-item {
	position: relative;
}

.header .navbar-nav .nav-item a {
	font-size: 15px;
	font-weight: 500;
	padding: 21px 22px;
	transition: all .4s ease-out;
}

.header .navbar-nav .nav-item .sub-menu {
	display: none;
	position: absolute;
	top: 42px;
	left: 0;
	right: 0;
	z-index: 100;
}

.header .navbar-nav .nav-item:hover .sub-menu {
	display: block;
	width: 110%;
}

.language-ru .header .navbar-nav .nav-item:hover .sub-menu {
  width: 125%;
}

.header .navbar-nav .nav-item .sub-menu a:hover{
	background: #fff;
}

.header .navbar-nav .nav-item ul a {
	padding: 10px 15px 10px 25px;
	display: block;
	font-size: 13px;
	background: #F7F7F7;
}

/*.header .navbar-nav .nav-item:hover:after {
	    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 70%;
    margin: 0 auto;
    height: 1px;
    background: #FF591B
}*/

.header .navbar-nav .nav-item:hover .sub-menu .menu-item{
	display: block;
}

.header .navbar-nav .sub-menu .menu-item {
	opacity: 0;
	animation: enter 0.2s ease forwards;
	background: #f7f7f7;
}

.header .navbar-nav .sub-menu .menu-item:first-child {
	padding-top: 10px;
}

.header .navbar-nav .sub-menu .menu-item:last-child {
	padding-bottom: 10px;
}

.header .navbar-nav .sub-menu .menu-item:nth-child(1) {
  animation-duration: 0.2s;
  animation-delay: 0s;
}
.header .navbar-nav .sub-menu .menu-item:nth-child(2) {
  animation-duration: 0.3s;
  animation-delay: 0.1s;
}
.header .navbar-nav .sub-menu .menu-item:nth-child(3) {
  animation-duration: 0.4s;
  animation-delay: 0.2s;
}
.header .navbar-nav .sub-menu .menu-item:nth-child(4) {
  animation-duration: 0.5s;
  animation-delay: 0.3s;
}
.header .navbar-nav .sub-menu .menu-item:nth-child(5) {
  animation-duration: 0.6s;
  animation-delay: 0.4s;
}

.header .navbar-nav .sub-menu .menu-item:nth-child(6) {
  animation-duration: 0.7s;
  animation-delay: 0.5s;
}

@keyframes enter {
  from {
    opacity: 0;
    transform: scaleY(0.98) translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}




.fixed-top {
	background: #FF5A1A;
	z-index: 9999;
	border-bottom: 1px solid #FF5A1A;
}

.fixed-logo {
	margin-left: 70px;
	margin-right: 0;
	position: relative;
	display: none;
}

.fixed-logo:hover {
	cursor: pointer;
}

.navbar-collapse {
	align-items: flex-end;
}


.fixed-top .nav-location,
.fixed-top .nav-date{
	display: none;
}

.fixed-top.navbar {
	padding: 0;
}

.fixed-top .navbar-collapse {
	align-items: center;
}

.fixed-top .fixed-logo  {
	display: block;
}

.fixed-top .nav-lang a {
	font-size: 12px;
}

.fixed-top .navbar-right {
	margin-right: 70px;
}

.fixed-top .navbar-nav {
	margin: auto;
}

.fixed-top.navbar-expand-lg .navbar-nav .nav-item a {
	font-size: 14px;
	padding: 16px 19px;
	color: #FF5A1A;
	overflow: hidden;
	position: relative;
	transition: all 1s cubic-bezier(.19,1,.22,1);
}

.fixed-top.navbar-expand-lg .navbar-nav .sub-menu a {
	font-size: 12px;
}

.fixed-top .navbar-nav .nav-item a:hover {
	background: #fff;
}

.fixed-top .navbar-nav .nav-item a:hover .sub-menu {
	display: block;
}

.fixed-top.navbar-expand-lg .navbar-nav .nav-item ul li a {
	padding: 7px 20px;
}

.fixed-top.navbar-expand-lg .navbar-nav .nav-item ul {
	top: 38px;
}


.navbar-expand-lg .navbar-nav .nav-item a.active {
	color: #000!important;
}


.fixed-top .nav-phone a,
.fixed-top .nav-lang a,
.fixed-top .nav-lang .active a{
	color: #FF5A1A;
}


.fixed-top.navbar-expand-lg {
	align-items: center;
	background: #fff;
}

.fixed-top.navbar-expand-lg .navbar-brand {
	display: none;
}

.nav-location {
	display: flex;
	flex-direction: column;
	color: #000;
}

.nav-location:hover {
	cursor: pointer;
	color: #000;
}


.navbar-expand-lg {
	align-items: flex-end;
}

.navbar-expand-lg .navbar-nav {
	margin:0 auto;
}

.navbar {
	transition: 0.3s all linear;
}

.hero-img {
	width: 52%;
	height: 100%;
	background: #FF591B;
	padding-right: 50px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
}


.hero-img img {
	margin-top: auto;
}

.hero-about {
	font-size: 25px;
	font-weight: 700;
}

.hero-title {
	font-size: 92px;
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 40px;
}

.hero-metro {
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}

.hero-metro-icon {
	margin-bottom: 10px;
}

.hero-metro-icon svg {
	width: 20px;
	height: 20px;
	fill: #020205;
}

.hero-address {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 30px;
}

.nav-location-city {
	font-size: 26px;
	font-weight: 700;
}

.nav-location-street {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}

.nav-lang {
	line-height: 1;
}

.hero-slogan {
	font-size: 25px;
}

.hero-text {
	font-size: 13px;
	font-weight: 500;
	margin: 5px 0 0 0;
}

.navbar-right {
	display: flex;
	align-items: center;
}

.navbar {
	align-items: center;
}

.navbar-brand {
	margin-right: 0;
	opacity: 1;
	position: relative;
	z-index: 1;
    width: 60px;
}


.show-logo {
	/*display: block;*/
	/*transform: translateX(0px);*/
	transition: all .3s linear;
	width: 150px;
	opacity: 1;
}



.pick-flat {
	font-size: 21px;
	font-weight: 300;
	height: 70px;
	line-height: 70px;
	background: #FF5A1A;
	width: 280px;
	position: absolute;
	bottom: 0;
	left: 18%;
	text-align: center;
	transform: translateY(70px);
	transition: all .25s ease-out;
}

.navbar.navbar-default {
	position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 11;
    border: 0;
    transition: all .25s ease-out;
}

.navbar {
	padding: 5px 20px 5px 20px;
}

.navbar-light .navbar-nav .nav-item a {
	color: #fff;
}



.nav-schedule {
	display: flex;
	flex-direction: column;
	margin-right: 35px;
}

.nav-phone {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
}

.nav-date {
	font-size: 12px;
}

.nav-lang a {
	font-weight: 400;
	font-size: 14px;
}

.nav-lang .current-lang a{
/*	color: #fff;*/
	font-weight: 700;
}

.home .nav-phone,
.home .nav-phone a,
.home .nav-lang .active a,
.home .nav-lang a,
.home .nav-date {
	color:#FF591B;
}

.home .navbar-nav .nav-item:nth-child(5) a,
.home .navbar-nav .nav-item:nth-child(6) a,
.home .navbar-nav .nav-item:nth-child(7) a {
	color: #FF591B;
}


.hero-logo {
    width: 180px;
    margin: 0 auto 25px;
}

.hero-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-right: 70px;
	padding-left: 70px;
	position: relative;
	z-index: 2;
}

.hero-right .choose-wrapper {
	left: auto;
}

.hero-down {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	position: absolute;
	right: -5px;
    bottom: 80px;
    transform: rotate(-90deg);
    z-index: 2;
    letter-spacing: 1px;
    transition: all .3s ease;
}

.hero-down:hover {
	color: #F7F7F7;
}

.hero-down:hover:after {
	left: -45px;
}

.hero-down:after {
	content: "";
	position: absolute;
	left: -40px;
    width: 27px;
    top: -3px;
    height: 28px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.9 15'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cg id='Шар_2' data-name='Шар 2'%3E%3Cg id='Шар_1-2' data-name='Шар 1'%3E%3Cg%3E%3Cg%3E%3Crect class='cls-1' x='3.2' y='4.7' width='3.3' height='10.59' transform='translate(-5.6 6.2) rotate(-44.2)'/%3E%3Crect class='cls-1' x='3.3' y='-0.4' width='3.3' height='10.54' transform='translate(4.9 11.8) rotate(-134.2)'/%3E%3C/g%3E%3Crect class='cls-1' x='3.9' y='6' width='18' height='3'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
	background-position: center;
	transition: all .3s ease;

}

.fixed-top .nav-location-city {
	font-size: 20px;
}

.fixed-top .nav-location-street {
	font-size: 15px;
}


/******* TITLE */
.title-orange::after{
	content: "";
	position: absolute;
	-webkit-clip-path: polygon(0% 0%, 85% 0, 100% 40%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 85% 0, 100% 40%, 100% 100%, 0% 100%);
	background:#FF5A1A;
	width: 88%;
	height: 65px;
	left: -17px;
	top: -7px;
	z-index: -1;
}

.title-black, .title-orange {
	position: relative;
	display: inline-block;
	line-height: 1.2;
}

/*.title-black::after {
	content: "";
	position: absolute;
	-webkit-clip-path: polygon(0% 0%, 85% 0, 100% 40%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 85% 0, 100% 40%, 100% 100%, 0% 100%);
	background:#000;
	width: 88%;
	height: 65px;
	left: -17px;
	top: -7px;
	z-index: -1;
}*/


/*******************
Swiper gallery
********************/
.about {
	position: relative;
	overflow: hidden;
}

.about-point {
	top: -50px;
    position: relative;
}

.about .title-wrapper {
	position: absolute;
	top: 115px;
	left: 150px;
	z-index: 98;
}

.about .title-wrapper .title-bg-black:before {
	border-color: transparent #FF5A1A transparent transparent;
}

.about .caption {
	color: #fff;
    position: absolute;
    left:132px;
    top: 60px;
	z-index: 99999999;
	max-width: 460px;
	font-size: 13px;
}

.about .bg-orange {
	position: absolute;
    left: -521px;
    top: -532px;
    width: 858px;
    height: 200%;
    transform: rotate(43deg);
    background: #FF591B;
    z-index: -1;
}
.about .swiper-button-prev:focus,
.about .swiper-button-next:focus {
	outline: 0
}

.about .swiper-container {
	height: 765px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	padding-top: 155px;
	transition: all .3s ease;
}

.about .swiper-button-next svg:hover,
.about .swiper-button-prev svg:hover {
	transform: scale(1.1);
}

.about .swiper-slide-active .caption{
	display: block;
}

.about .choose-bg {
	z-index: 8888;
}

.about  .caption {
	display: none;
}

.about .slider img {
	padding-left: 50%;
	width: 100%;
}

.about .slider {
	margin-left: auto;
}

.about-background {
	background-color: #D23123;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.bg-orange {
	position: absolute;
	left: -502px;
	top: -500px;
	width: 800px;
	height: 200%;
	transform: rotate(40deg);
	background: #FF591B;
	z-index: -1;
}

.about .swiper-slide img {
	height: 100%;
	border: 0;
	display: block;
	/* margin-left: auto; */
}

.about .swiper-container-fade .swiper-slide-active {
	/* background-color: #D23123; */
	border: none;
}

.about .swiper-pagination-current:before{
  content: "0"
}

.about .swiper-pagination-total:before{
  content: "0"
}


.about .swiper-pagination-current {
	font-size: 30px;
    padding-bottom: 40px;
    width: 40px;
    transform: rotate(-23deg);
    font-weight: 700;
}

.about .swiper-pagination-total {
	font-size: 22px;
	font-weight: 500;
	padding-top: 40px;
	width: 40px;
	transform: rotate(-23deg);
}


.about .swiper-pagination-fraction {
    color: #fff;
    width: 130px;
    position: absolute;
    top: 445px;
    left: 194px;
    height: 130px;
    font-size: 44px;
    font-weight: 300;
    display: flex;
    align-items: center;
    transform: rotate(23deg);
}

.about .swiper-pagination-current #text {
	width: 42px;
}

.about .swiper-button-prev svg,
.about .swiper-button-next svg {
	width: 30px;
	height: 30px;
	transition: all 0.3s ease;
	
}

/*.swiper-button-prev svg:hover,
.swiper-button-next svg:hover {
	transform: scale(0.8);
}*/


.about .swiper-button-prev {
	left: 130px;
    width: 30px;
    height: 30px;
    z-index: 12222;
    background: none;
    top: 500px;
}

.about .swiper-button-next {
	left: 315px;
    width: 30px;
    height: 30px;
    top: 500px;
	transform: rotate(-180deg);
	z-index: 12222;
	background: none;
}

.about .swiper-pagination-bg {
	height: 0;
	width: 120px;
	border-bottom: 120px solid rgba(68, 116, 168, .96);
	border-left: 60px solid transparent;
	border-right: 170px solid transparent;
	z-index: 1;
	bottom: 0;
	right: 0;
	position: absolute;
}

.about .swiper-pagination-bg:after {
	content: "";
	width: 0; 
	height: 0;
	position: absolute; 
	left: -75px; 
	top: -75px;
	border: 75px solid transparent;
	border-right: 185px solid rgba(68, 116, 168, .96);
	border-bottom: 120px solid rgba(68, 116, 168, .96);
}


.title-orange {
	font-weight: 900;
    color: #020205;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

/*.title-black {
	font-weight: 900;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}*/

.title-left {
	text-align: left;
}

/* Ход строительства */
.move {
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.move .title-wrapper {
	position: absolute;
	left: 87px;
	top: 105px;
}

.move .title-wrapper .title-bg-black:before {
	border-color: transparent #FF591B transparent transparent;
}


.move .bg-orange {
	position: absolute;
    left: -511px;
    top: -543px;
    width: 858px;
    height: 200%;
    transform: rotate(45.5deg);
    background: #FF591B;
    z-index: -1;
}

.move-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 275px;
	left: 70px;
	width: 440px;
}

.move-btns {
	font-size: 14px;
	font-weight: 700;
	padding: 17px 0;
	text-align: center;
	line-height: 1;
}

.move-wrapper {
  z-index: 9999;
}
.move-nav {
  position: absolute;
  top: 215px;
  display: flex;
  max-width: 270px;
  justify-content: space-between;
  left: 70px;
  z-index: 22;
}

.move-nav-year {
  position: relative;
  color: #fff;
  margin-right: 30px;
  font-weight: 900;
  font-size: 30px;
  cursor: pointer;
  letter-spacing: 0.5px;
}

.move-nav-year::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #000;
  transition: width .4s;
  overflow: hidden;
}

.move-nav-year.active:after {
    width: 100%;
}

/*.move-btns-white {
	background: #fff;
	color: #FF591B;
}*/

.move-btns-play {
	width: 200px;
	color: #fff;
	border: 2px solid #fff;
	position: relative;
	padding-left: 60px;
	z-index: 100;
	transition: all .3s ease;
	position: relative;
	overflow: hidden;
	padding: 0;
	display: flex;
    align-items: center;
}

.move-btns-play .play-icon {
	background: #fff;
	width: 50px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 20;
}

.move-btns-play svg {
	width: 22px;
}

.move-btns-play span {
	display: inline-block;
	margin: 0 auto;
}

.move-btns-play:hover span {
    position: relative;
    z-index: 10;
    color: #FF591B;
}

.move-btns-play:hover:before {
    left: -50px;
    width: 150%;
}

.move-btns-play:hover {
	cursor: pointer;
	background: #fff;
	color: #FF591B;
}

.move-btns-play:before {
	content: '';
    position: absolute;
    left: -160%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #FF591B;
    transform: skew(-45deg);
    transition: all 1s cubic-bezier(.19,1,.22,1);
}

.move .swiper-container{
	/*height: auto;*/
	padding-top: 220px;
	padding-bottom: 75px;
}

.move .numbers {
	position: relative;
	top: 0;
	z-index: 100;
}

.move .swiper-slide a {
	width: 680px;
    height: 450px;
    display: block;
    margin-left: auto;
    margin-right: 70px;
}

.move .swiper-slide img {
    padding: 12px;
	border: 2px solid #fff;
}

.title-move {
	text-align: left;
	color: #fff;
	margin-top: 120px;
}

/* advantages */
.advantages {
	padding: 80px 0 25px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	background: #EEEEEE;
	color: #050505;
}




.advantages:before {
	content: "";
    position: absolute;
    left: -485px;
    bottom: -626px;
    width: 902px;
    height: 204%;
    transform: rotate(-44.2deg);
    background: #F7F7F7;
    z-index: -1;
}


.advantages .title-orange {

	position: relative;
	display: inline;
}


.advantages .heading {
	text-align: left;
}
.advantages-text {
	max-width: 700px;
	margin-bottom: 50px;
}
.advantages-bottom {
	max-width: 750px;
}
.advantages-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 70px;
}


.advantages-item {
	width: 33.33%;
	max-width: 320px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 20px;
	margin-bottom: 60px;
	color: #050505;
	transition: transform .3s ease-in-out;
}
.advantages-item-icon {
	width: 70px;
	height: 70px;
	margin-bottom: 27px;
	transition: transform .3s ease-in-out;
}
.advantages-item-title {
	margin-bottom: 17px;
	font-weight: 700;
	font-size: 16px;
	position: relative;
}

.advantages-item-title:after {
	content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #050505;
    transition: width .4s;
}

.advantages-items a[href^="http"]:hover .advantages-item-title:after {
	width: 100%;
}

.advantages-items a[href^="http"] .advantages-item-title::before {
	content: "i";
    position: absolute;
    top: -16px;
    right: -30px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #FF591B;
    border: 2px solid #FF591B;
    text-align: center;
    font-size: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .advantages-items a[href^="http"] .advantages-item-title::before {
    right: 0;
  }
}
@media (max-width: 530px) {
  .advantages-items a[href^="http"] .advantages-item-title::before {
    right: -22px;
  }
}

.advantages-items a[href^="http"] .advantages-item-icon {
	animation: shake 3s infinite ease;
	transform-origin: 50% 50%;
}

@keyframes shake {
   0% { transform:translate(0,0) }
  5.78571% { transform:translate(5px,0) }
  10.57143% { transform:translate(0,0) }
  15.35714% { transform:translate(5px,0) }
  20.14286% { transform:translate(0,0) }
  25.92857% { transform:translate(5px,0) }
  30.71429% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}

.advantages-item-description {
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	max-width: 270px;
}

.advantages-items a:hover {
	color: #050505;
	cursor: initial;
}

.advantages-items a[href^="http"]:hover {
	cursor: pointer;
	transform: translateY(-10px);
}


.language-ru .advantages-item-description {
	max-width: 295px;
}

.advantages-text-p {
	margin-bottom: 30px;
	font-size: 15px;
}
.advantages .swiper-pagination-fraction {
	right: auto;
	margin-bottom: 0;
	margin-right: 0;
}
.advantages .swiper-pagination-bg {
	border-right: 60px solid transparent;
 		border-left: 170px solid transparent;
 		border-bottom: 120px solid #111;
}
.advantages .swiper-pagination-bg:after {
	left: -75px;
	border-left: 165px solid #111;
	border-right: 80px solid transparent;
	border-bottom: 120px solid #111;
}

/* Gallery */
.gallery {
	position: relative;
	overflow-x: hidden;
}

.gallery .title-black {
	position: absolute;
	top: 50px;
	left: 150px;
	z-index: 10;
	color: #fff;
}

.gallery .title-orange{
	position: absolute;
    display: inline-block;
	text-align: center;
	left: 150px;
	top: 100px;
	margin: 0 auto;
	z-index: 10;
}

.gallery .title-orange:before {
	content: "";
    position: absolute;
    -webkit-clip-path: polygon(0% 0%, 87% 0, 100% 43%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 87% 0, 100% 43%, 100% 100%, 0% 100%);
    background: #FF5A1A;
    width: 88%;
    height: 65px;
    left: -17px;
    top: -8px;
    z-index: -1;
}



.gallery .swiper-button-next svg,
.gallery .swiper-button-prev svg {
	fill: #FF591B;
}

.swiper-container {
	height: 770px;
}

.gallery .swiper-button-prev,
.gallery .swiper-button-next {
	background: none;
}

.developer .swiper-button-prev,
.developer .swiper-button-next {
	background: none;
}

.developer .swiper-button-next svg:hover .cls-1,
.developer .swiper-button-prev svg:hover .cls-1 {
	fill: #D23123;
}

.developer .swiper-button-prev:focus,
.developer .swiper-button-next:focus {
	outline: none;
}

.developer .swiper-button-prev svg:hover,
.developer .swiper-button-next svg:hover {
	transform: scale(1.2);
}

.gallery .swiper-button-prev svg:hover,
.gallery .swiper-button-next svg:hover {
	transform: scale(1.1);
}

.gallery .swiper-button-prev svg,
.gallery .swiper-button-next svg {
	width: 40px;
	height: auto;
	transition: all 0.3s ease;
}

.gallery .swiper-button-prev svg:hover,
.gallery .swiper-button-next svg:hover {
	transform: scale(1.1);
}

.gallery .swiper-button-prev svg:hover .arrow-orange,
.gallery .swiper-button-next svg:hover .arrow-orange {
	fill: #D23123;
}

.gallery img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.gallery .swiper-button-prev {
	left: 70px;
}

.gallery .swiper-button-next {
	right: 70px;
}

.gallery .swiper-pagination {
	background: #fff;
}

.gallery .swiper-pagination-bullet {
	border-radius: 0;
	opacity: 1;
	background: #FF591B;
	width: 15px;
	height: 15px;
	transform: rotate(10deg);
}

.gallery .swiper-pagination-gal{
	bottom: 40px!important;
    width: auto!important;
    padding: 0 10px;
    left: 50%!important;
    transform: translateX(-50%);
    display: flex;
    height: 25px;
    align-items: center;
    position: absolute;
    z-index: 9999;
    background: #fff;
}

.gallery .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.gallery .swiper-pagination-bullet-active {
	background-color: #020205;
}


/* ***** */
.nav-tabs .nav-link {
	border-radius: 0;
}


.heading {
	color: #000;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.5;
}

.heading span {
	position: relative;
	top: 10px;
	display: inline-block;
	width: 3px;
	height: 45px;
	background-color: #E3752B;
	margin-right: 15px;
}

/* features */
.features {
	padding: 70px 0 150px;
	background: #D23123;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.features .title-wrapper .title-bg-black:before {
	border-color: transparent #D23123 transparent transparent;
}

.features .row {
	margin-top: 70px;
}


.features .container {
	margin-right: 55px;
}

.features:before {
	content: "";
    position: absolute;
    left: -565px;
    top: -490px;
    width: 400px;
    height: 200%;
    transform: rotate(43.5deg);
    background: #FF591B;
    z-index: -1;
}

.features:after {
	content: "";
    position: absolute;
    right: -550px;
    bottom: -573px;
    width: 833px;
    height: 200%;
    transform: rotate(43.5deg);
    background: #FF591B;
    z-index: -1;
}

.features-list {
	margin-left: 30px;
}

.features-item {
	display: flex;
	align-items: center;
	color: #fff;
	margin-bottom: 23px;
	font-size: 14px;
}

.features-text-left {
	margin-right: 30px;
	width: 50%;
	font-weight: 700;
}

.features-text-right {
	font-weight: 400;
	width: 70%;
}

.plan {
	border: 2px solid #fff;
	padding: 12px;
	max-width: 470px;
	margin-left: auto;
	display: block;
}

.plan-heading {
	background: #fff;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
	padding: 7px 15px;
}

.plan-heading-title {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.plan-heading-subtitle {
	font-size: 22px;
	font-weight: 700;
	color: #FF591B;
}

.plan-btn-icon {
	background: #fff;
    height: 58px;
    display: flex;
    width: 58px;
    justify-content: center;
    align-items: center;
}

.plan-btn-icon svg {
	width: 26px;
}

.plan-btn {
	display: flex;
    align-items: center;
    width: 270px;
    border: 2px solid #fff;
}

.plan-title {
	font-size: 25px;
	font-weight: 500;
	padding-left: 20px;
	color: #fff;
}

.plan-download {
/*	display: flex;
    align-items: center;
    justify-content: space-between;*/
/*    width: 470px;
    margin-left: auto;*/
    margin-top: 15px;
    text-align: center;
    
}

.plan-link {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	width: 209px;
	height: 58px;
	line-height: 58px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.plan-link:before {
	content: '';
    position: absolute;
    left: -160%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #FF591B;
    transform: skew(-45deg);
    transition: all 1s cubic-bezier(.19,1,.22,1);
}

.plan-link:hover span {
    position: relative;
    z-index: 10;
    color: #FF591B;
}

.plan-link:hover:before {
    left: -50px;
    width: 150%;
}

.prices .containerr {
	margin-right: 70px;
	margin-left: 72px;
}

.prices .table-price-wrapper {
	width: 840px;
	z-index: 2;
}

.prices table td > a {
	color: #000;
    box-shadow: none;
    font-weight: 400;
    display: inline-block;
    border-bottom: 1px solid #FF591B;
}

.prices table td > a:hover {
	color: #FF591B;
}

.prices .title-black {
	margin-bottom: 70px;
}

.prices .nav-tabs {
	border-bottom: 0;
}

.prices .nav {
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.prices .nav-item {
	text-align: center;
	flex-basis: 32%;
}

.prices .nav-item:last-child {
	margin-right: 0;
}

.price-nav-item {
	overflow: hidden;
	position: relative;
	z-index: 2;
	transition: all .3s linear;
}

.price-nav-item:before {
	content: '';
    position: absolute;
    left: -320px;
    top: 0;
    width: 290px;
    height: 100%;
    background: #FF591B;
    color: #fff;
    transform: skew(-45deg);
    transition: all 1.2s cubic-bezier(.19,1,.22,1);
}

.price-nav-item:hover:before {
	left: -60px;
	width: 365px;
}

.price-nav-item:hover span {
    position: relative;
    z-index: 10;
    color: #fff;
}

.prices .nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #FF591B;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #000;
    padding: 0;
    height: 67px;
    line-height: 67px;
}
.prices .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #FF591B;
}

.prices .nav-link.active {
	border-color: #FF591B;
	background-color: #FF591B;
	color: #fff;
}

.prices .nav-link.active:hover:before {
	content: none;
}

.prices .nav-link.active span {
	z-index: 11;
}

.prices .table-nav tr {
	background-color: #fff;
	margin: 30px 0 20px;
	font-size: 16px;
	padding: 15px 0;
	font-weight: 700;
}

.table .price-cost {
	color: #E3752B;
}

.prices .table {
	text-align: center;
	margin-top: 40px;
}

.prices tbody:before {
    content: "-";
    display: block;
    line-height: 1em;
    color: transparent;
}

.prices .table tr {
	background-color: #fff;
	font-size: 14px;
	font-weight: 400;
}

.prices .table thead th {
	border-bottom: 0;
}

.table td, .table th {
	border-top: 12px solid #F7F7F7;
	padding: 0.85rem;
}

.table-nav th {
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	padding: 0;
}



/* */
.prices {
	padding: 60px 0 85px;
	background-color: #F7F7F7;
	position: relative;
	overflow: hidden;
}

.prices .tab-content {
	min-height: 408px;
}

.prices .row {
	margin-top: 80px;
}

.price-form-block {
    max-width: 350px;
    background: #FF591B;
    margin-right: auto;
    padding: 50px 20px 67px;
    color: #fff;
    position: relative;
}

.price-form-block:before {
	content: "";
    background-color: #f7f7f7;
    position: absolute;
    right: -50px;
    top: -50px;
    width: 120px;
    height: 90px;
    transform: rotate(45deg);
}

.price-form {
	position: relative;
}

.price-form input {
	width: 100%;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 20px;
}

.prices .title-wrapper .title-bg-orange:before {
	border-color: transparent #f7f7f7 transparent transparent;
}


.price-form-title {
	text-align: center;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 50px;
}

.form-submit {
    color: #FF591B;
    font-size: 14px;
    font-weight: 700;
    display: block;
    height: 50px;
    width: 100%;
    text-align: center;
    border: none;
    background-color: #fff;
    margin-top: 28px;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
    cursor: pointer;
}

.floor-plan {
	background: #eee;
	padding: 60px 0 65px;
}

.floor-plan .title-black {
	margin-bottom: 70px;
}

.floor-plan .woocommerce ul.products {
	padding-right: 0;
	grid-gap: 0 20px;
	margin-bottom: 0;
}

.hero-404 {
	height: 315px;
    background: #FF591B;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.hero-404::before {
	content: "";
    position: absolute;
    left: -229px;
    top: -351px;
    width: 800px;
    height: 233%;
    transform: rotate(40deg);
    background: #D23123;
    z-index: -1;
}

.error-404 {
	padding: 20px 0 120px;
}

.error-404 .title {
	font-size: 200px;
	font-weight: 900;
}

.error-404 .subtitle {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

.error-404 .text {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 30px;
}


.btn-404 {
	background-color: #FF591B;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transition: all .3s linear;
    width: 250px;
    margin: 0 auto;
}

.btn-404::before {
	content: '';
    position: absolute;
    left: -320px;
    top: 0;
    width: 290px;
    height: 100%;
    background: #D23123;
    color: #fff;
    transform: skew(-45deg);
    transition: all 1.2s cubic-bezier(.19,1,.22,1);
}

.error-page {
	background: #eee;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.error-page::before {
	content: "";
    position: absolute;
    left: -405px;
    bottom: -507px;
    width: 800px;
    height: 1000px;
    transform: rotate(-49deg);
    background: #F7F7F7;
    z-index: -1;
}

.error-page .choose-bg:before {
	background: #D23123;
}

.error-page .choose-wrapper:hover .choose-flat {
	color: #fff;
}

.error-page .choose-wrapper:hover .choose-icon {
	color: #D23123;
}

.btn-404:hover:before {
	left: -60px;
    width: 365px;
}

.btn-404:hover span {
	 position: relative;
    z-index: 10;
    color: #fff;
}

/* map */

.map {
	position: relative;
	overflow: hidden;
}
#map_infra {
	height: 750px;
}
.map_filt_wrap{
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: #FF591B;
    opacity: 1;
	transition: all 0.9s cubic-bezier(.19,1,.22,1);
	width: 360px;
	padding: 40px 40px 40px 70px;
}

.show_page_anim .map_filt_wrap{
	opacity: 1;
    transform: translateX(0rem);
	transition: 0.9s all 0.4s cubic-bezier(.19,1,.22,1);
}

.map_filt_btn{
	background: black;
	width:5.2rem;
	height: 5.2rem;
	position: absolute;
    z-index: 1;
	right: 0;
    transform: translateX(50%) ;
    display:none;
}
.map_filt_info{
    width: 300px;
}

.map_filt_img_wr {
	margin-right: 20px;
}

.map_filt_text {
	font-size: 14px;
	font-weight: 500;
}


.map_filt_btn:after{
	transition: all 0.9s cubic-bezier(.19,1,.22,1);
	content:'';
	position: absolute;
	width:100%;
	height:100%;
	background:url(../img/arrow_white.png) no-repeat;
	display: flex;
	justify-content: center;
	align-items:center;
	background-position: center;
	cursor: pointer;
    transform: scale(-1);
}
.map_filt_wr_open .map_filt_btn:after {
	transform: scale(1);
}
.map_filt_wr{
	/* padding: 0rem 40px 3rem 2rem; */
	transition: all 0.9s cubic-bezier(.19,1,.22,1);
}

.map_filt_img {
	width: 26px;
	height: 26px;
}

.check_wr {
    width: 14px;
    height: 9px;
    position: absolute;
    top: 45%;
    transform: translateY(-50%) rotate(-45deg);
    z-index: 1;
    right: 1.5rem;
    overflow: hidden;
}

.map_filt_li_check .check_1:after {
    transform: translateY(0%);
    transition: all 0.3s;
    transition: all 0.1s;
}

.check_1 {
    bottom: 2px;
    width: 3px;
    height: 7px;
    left: 0px;
    position: absolute;
}
.map_filt_li_check .check_2:after {
    transform: translateX(0%);
}
.check_1:after {
    background-color: #fff;
    transition: .3s all .4s;
    transition: .1s all .2s;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-110%);
}

.check_2 {
    width: 14px;
    height: 3px;
    position: absolute;
    bottom: 0;
    right: 0px;
}

.check_2:after {
    background-color: #fff;
    transition: .3s all 0.2s;
    transition: .1s all 0.1s;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-110%);
}

.map_filt_wr_open:before{
	opacity: 1;
}
.map_filter_title {
	font-size: 25px;
    color: #fff;
    margin-bottom: 40px;
    opacity: 1;
    font-weight: 500;
}

.map-marker {
	position: absolute;
    height: 21px;
    width: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    cursor: pointer;
    opacity: 0;
    transform: translate(-50%, calc(-100% - 3rem));
    transition: all 0.9s cubic-bezier(.19,1,.22,1);
    z-index: 1;
}
.map_filt_li{
    align-items: center;
    display: flex;
    padding: 0rem 1rem;
     padding-left: 0;
    margin: 0 0 17px;
    position: relative;
    cursor: pointer;
    color:#fff;
	opacity: 1;
	margin-right: 60px;
}

.marker_icon {
	position: absolute;
    background: #FF591B;
    top: -40px;
    left: -24px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    margin: auto;
}

.map-marker:hover {
	z-index: 100;
}

.marker_icon img {
	width: 60%;
}

.map-marker:hover .marker_tittle_wr {
	    transform: translateX(0rem);
    opacity: 1;
}

.metro_img:hover .marker_tittle_wr,
.metro_img_2:hover .marker_tittle_wr {
	    transform: translateX(0rem);
    opacity: 1;
}

.metro_img .marker_tittle_wr,
.metro_img_2 .marker_tittle_wr {
	left: 35%;
}

.market_km {
	width: 75px;
}

.map_marker svg path{
	fill: #d43705;
}

.marker_tittle {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	margin-bottom: 3px;
}

/*.marker_hvost {
	margin-left: 25px;
}*/

.marker_adress {
	font-size: 14px;
	color: #000;
}

.marker_tittle_wr {
    position: absolute;
    background: #fff;
    margin-left: 15px;
    bottom: 100%;
    left: 91%;
    color: #38383a;
    white-space: nowrap;
    padding: 5px 20px;
    border: 2px solid #FF591B;
    pointer-events: none;
    transform: translateX(3rem);
    opacity: 0;
    transition: all 0.9s cubic-bezier(.19,1,.22,1);
}

.marker_jk {
	position: absolute;
	width: 100px;
/*    position: absolute;
    transform: translate(0rem, -89%);*/
}

.marker_jk_img {
	position: absolute;
	top: -117px;
	left: -50%;
    width: 100px;
   /* position: absolute;
    top: -122px;
    right: -3px;
    left: 17px;
    margin: auto;*/
}

.metro_img {
	width: 60px;
    height: 60px;
    left: -30px;
    top: -60px;
    position: absolute;
}

.metro_img_2 {
	width: 60px;
    height: 60px;
    left: -30px;
    top: -60px;
    position: absolute;
}

.marker_metro {
	position: relative;
	width: 80px;
	top: 100px;
}


.map_filt_li:hover:before, .map_filt_li_check:before {
	opacity: 1;
}

.map_filt_info>div:nth-child(2) {
    opacity: 1;
    transform: translateY(0rem);
    transition: 0.9s all 0.7s cubic-bezier(.19,1,.22,1), background 0.5s cubic-bezier(.19,1,.22,1), color 0.5s cubic-bezier(.19,1,.22,1);
}


.map .btn-white {
	background: #fff;
	color: #FF591B;
	border: 2px solid #fff;
}

.fil_hide_markers {
	display: inline-block;
	padding: 15px 15px;
	width: 260px;
	text-align: center;
	border: 2px solid #fff;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
    overflow: hidden;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s linear;
}

.fil_hide_markers:hover {
	cursor: pointer;
    background-color: #fff;
    color: #FF591B;
}

.show_marker {
	z-index: 10;
    opacity: 1;
    transform: translate(-50%, -100%);
    transition: opacity 0.9s cubic-bezier(.19,1,.22,1), transform 0.9s cubic-bezier(.19,1,.22,1);
}

.marker_km, .marker_km_2 {
	width: 60px;
    height: 60px;
    left: -30px;
    position: absolute;
}

/* plaining */

.plaining {
	padding-bottom: 50px;
}

.plaining .nav {
	justify-content: space-around;
}

.plaining .nav-pills {
	justify-content: space-between;
	max-width: 210px;
}

.plaining .nav-tabs .nav-item {
	width: 20%;
}

.plaining .nav-link {
	border: 1px solid #eae4e4;
	color: #000;
	padding: 1.1rem 2rem;
}

.plaining .nav-link.active {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
}

.plaining .nav-item {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

#myTabContent1 {
	margin-top: 90px;
}

.plaining .nav-pills .nav-link {
	background-color: #eae4e4;
	margin-bottom: 3px;
	border-radius: 0;
	border: none;
	padding: 8px 10px;
	text-align: center;
	width: 104px;
	font-weight: 300;
}

.plaining .nav-pills .nav-link.active {
	border: none;
	border-radius: 0;
	background-color: #2A5D9B;
}

.plaining .nav:first-child {
	margin-right: 3px;
}

.w50 {
	width: 50%;
}

.tab-title {
	text-transform: uppercase;
	font-size: 17px;
	color: #2A5D9B;
	font-weight: 300;
	margin-bottom: 20px;
}

.tab-title strong {
	font-weight: 700;
}

.tab-text {
	width: 300px;
	font-weight: 300;
}

.tab-text tr {
	border-bottom: 1px solid #ccc;
}

.tab-text td {
	padding: 1rem 0 0.4rem;
}

.tab-text td:last-child {
	text-align: right;
	
}

.plaining .button {
	margin-top: 70px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	padding: 1.1rem 4.4rem;
	max-width: 300px;
	background-color: #E3752B;
	border: none;
	line-height: 1;
	cursor: pointer;
	font-weight: 600;
}

.plaining .tab-block {
	display: flex;
	justify-content: space-between;
}

.plaining .tab-info {
	display: flex;
	flex-direction: column;
}

/* building */
.building {
	margin-bottom: 75px;
}

.building-slider {
	width: 50%;
}

.building-heading .heading {
	color: #fff;
	line-height: 1.2;
	position: relative;
	padding: 0;
	text-align: left;
}

.building-heading .heading span {
	position: absolute;
	top: 25px;
	height: 65px;
}

.building-heading .smaller {
	display: inline;
	font-size: 16px;
	padding-left: 15px
}

.building-heading .bigger {
	display: inline;
	padding-left: 15px;
}

.building-slider img {
	max-width: 100%;
}

.building-block {
	background: #000;
	padding: 20px 30px 40px 60px;
	width: 50%;
}

.building-tabs {
	color: #fff;
	margin-top: 30px;
}

.building-tabs .nav-tabs {
	border-bottom: 0;
	margin-bottom: 30px;
	justify-content: space-between;
}

.building-tabs .nav-link {
	border: 1px solid #fff;
	font-weight: 300;
	color: #fff;
	padding: 7px;
	width: 170px;
	text-align: center;
	
}

.building-tabs .nav-link.active {
	background: #2A5D9B;
	color: #fff;
	border: 1px solid #2A5D9B;
}

/*developer */
.developer {
	color: #fff;
	overflow: hidden;
	position: relative;
	background: #FF5A1A;
}

.developer-title {
	display: flex;
	justify-content: flex-end;
}

.developer-picture {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 16vw;
}

.developer .title-wrapper .title-bg-black:before {
	border-color: transparent #FF591B transparent transparent;
}

.developer-logo {
	position: absolute;
	width: 290px;
	height: 190px;
	top: 200px;
	left: 80px;
}

.developer .container {
	margin-right: 55px;
}

.developer-left {
	padding: 105px 0 50px;
	display: flex;
	flex-direction: column;
	max-width: 700px;
    margin-left: auto;
}

.developer .swiper-slide {
	transition: all .3s ease;
}

.developer .swiper-slide:hover {
	transform: scale(1.1);
}

.developer .bg-skew {
	-ms-transform: skew(-43.5deg);
    transform: skew(-43.5deg);
    right: -34vw;
}

.bg-skew {
	z-index: -1;
    width: 93vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: -35vw;
    -ms-transform: skew(-40deg);
    transform: skew(-40deg);
    background-color: #FF591B;
    -ms-transform-origin: center left;
    transform-origin: center left;
}

.developer .title-black {
	position: relative;
	z-index: 2;
	margin-bottom: 50px;
	display: inline-block;
	margin-left: auto;
}


.developer-wrapper {
    position: relative;
    z-index: 1;
}

.developer-slider {
	width: 100%;
	max-width: 620px;
	position: relative;
	margin: 30px auto 0 auto;
}

.developer-slider .swiper-slide {
	display: flex;
	justify-content: center;
}

.developer-slider img {
	width: 175px;
	height: 70px;
	padding-top: 10px;
	margin: 0 15px;
}


.developer .choose-bg:before,
.document .choose-bg:before,
.hero .choose-bg:before,
.news-wrapper .choose-bg:before {
    background: #D23123;
}

.developer .choose-wrapper:hover .choose-flat,
.document .choose-wrapper:hover .choose-flat,
.hero .choose-wrapper:hover .choose-flat,
.news-wrapper .choose-wrapper:hover .choose-flat{
	color: #fff;
}

.developer .choose-wrapper:hover .choose-icon,
.document .choose-wrapper:hover .choose-icon,
.hero .choose-wrapper:hover .choose-icon,
.news-wrapper .choose-wrapper:hover .choose-icon {
	color: #D23123;
}

.developer .choose-bg {
	z-index: 100;
	background: #fff;
}

.developer .choose-flat {
	color: #FF591B;
	text-align: center;
    padding: 12px 42px 9px 77px;
    line-height: 1.2;
}

.developer .choose-icon {
	color: #fff;
}

.developer .swiper-button-prev {
	left: -45px;
}

.developer .swiper-button-next {
	transform: rotate(180deg);
	right: -45px;
}

.developer-other {
	text-align: left;
    font-size: 25px;
    font-weight: 500;
}

.developer-text {
	font-weight: 400;
	margin-bottom: 80px;
    font-size: 14px;
    color: #fff;
}


.developer-text::-webkit-scrollbar {
    width: 6px;
}

.developer-text::-webkit-scrollbar-track {
	background: #D23123;
	border-left: 1px solid #D23123;
	border-right: 1px solid #D23123;
}

.developer-text::-webkit-scrollbar-thumb {
	background-color: #F7F7F7;
	height: 50px;
}


.developer-text p {
	margin-bottom: 20px;
}

.developer-text p:last-child {
	margin-bottom: 0;
}

.developer-numbers {
	display: flex;
    justify-content: space-between;
    margin: 60px 0 40px;
}

.developer-items {
    display: flex;
    align-items: center;
}

.item-number {
	width: 85px;
	height: 85px;
	margin-right: 40px;
	display: block;
}

.item-text {
	font-size: 16px;
    line-height: 1.8;
    font-weight: 700;
    color: #fff;
}

.developer .swiper-container {
	height: 100px;
}

.developer .swiper-button-prev,
.developer .swiper-button-next {
	height: 30px;
}

.developer .swiper-button-prev svg,
.developer .swiper-button-next svg {
	width: 30px;
	height: 30px;
	transition: all 0.3s ease;
	
}



/*.developer-link {
	display: block;
	position: absolute;
	bottom: 100px;
	right: -40px;
	background: #E3752B;
	color: #fff;
	text-align: left;
	padding: 15px 20px;
}

.developer-link:hover {
	color: #fff;
	text-decoration: none;
}*/

/*.developer-link-pre {
	font-size: 12px;
	font-weight: 300;
}

.developer-link-main {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}*/



/* documents*/
.document {
	padding: 115px 0 120px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: #EEEEEE;
}

.document {
	padding-right: 70px;
	padding-left: 150px;
}

.document:before {
    content: "";
    position: absolute;
    left: -475px;
    bottom: -638px;
    width: 800px;
    height: 200%;
    transform: rotate(-49deg);
    background: #F7F7F7;
    z-index: -1;
}

.document-text {
	max-width: 390px;
}

.document-items {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.document-item {
	width: 300px;
	transition: all .3s ease;
	display: flex;
	flex-direction: column;
}

.document-item:hover {
	box-shadow: 0px 3px 10px #d23123;
}

.document-item + .document-item {
	margin-left: 60px;
}

.document-img {
	padding: 12px;
	border: 2px solid #FF591B;
}

@media (min-width: 1025px) {
	.document-img {
		width: 300px;
		height: 412px;
	}
}

.document-description {
	font-size: 13px;
	font-weight: 600;
	margin-left: -17px;
	margin-top: 40px;
}

.document-description p {
	margin-bottom: 23px;
}

.document-icon {
    background: #FF591B;
    height: 58px;
    display: flex;
    width: 85px;
    justify-content: center;
    align-items: center;
}

.document-icon svg {
	width: 26px;
	fill: #fff;
}

.document-btn {
	border-left: 2px solid #FF591B;
	border-right: 2px solid #FF591B;
	border-bottom: 2px solid #FF591B;
	display: flex;
	align-items: center;
	justify-content: center;
}

.document-link {
	display: flex;
    align-items: center;
	text-align: left;
	padding-left: 15px;
	color: #020205;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	height: 58px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.document-link:before {
    content: '';
    position: absolute;
    left: -320px;
    top: 0;
    width: 290px;
    height: 100%;
    background: #FF591B;
    color: #fff;
    transform: skew(-45deg);
    transition: all 1.2s cubic-bezier(.19,1,.22,1);
}

.document-link:hover:before {
	left: -60px;
    width: 365px;
}

.document-link:hover span {
    position: relative;
    z-index: 10;
    color: #fff;
}

/* MAP */
.map {
	height: 650px;
	position: relative;
}

.map-contact-form {
	background: #000;
	position: absolute;
    top: 150px;
    left: 2%;
    padding: 40px 10px;
    max-width: 300px;
}

.map-form-title {
	color: #fff;
	text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 23px;
    line-height: 1.2;
}



/* footer */
.footer {
	background: #D23123;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.footer-wrapper {
	padding: 80px 70px 50px 70px;
}

.footer .title-wrapper .title-bg-black:before {
	border-color: transparent #D23123 transparent transparent;
}

.footer:before {
	content: "";
	position: absolute;
    left:-527px;
    top: -500px;
    width: 800px;
    height: 200%;
    transform: rotate(40deg);
    background: #FF591B;
    z-index: -1;
}

.footer-logos {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.footer-logo {
	margin-bottom: 60px;
	width: 200px;
	display: block;
}

.footer-logo:nth-child(2) {
	width: 150px;
	margin-bottom: 0;
}

.footer-subtitle {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 35px;
}

.footer-address .title-left {
	color: #fff;
	margin-bottom: 40px;
}

.footer-address .title-wrapper {
	margin-left: 17px;
	margin-bottom: 40px;
}

.footer-wrapper a,
.footer-sale-address div {
	display: inline-block;
	position: relative;
}

.footer-loc a::after,
.footer-sale-address div::after {
	content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .4s;
}

.footer-loc a:hover::after,
.footer-sale-address div:hover::after {
	width: 100%;
}

.footer-nav {
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 50px 0;
	background: #FF591B;
	border-top: 2px solid #fff;
	width: 100%;
	margin-bottom: 0;
	position: relative;
	z-index: 10;
}

.footer-nav a {
	padding: 0 10px;
	font-size: 12px;
	font-weight: 400;
}

.footer-nav-item {
	margin-bottom: 5px;
}

.footer-nav-item a {
	color: #fff;
	font-weight: 300;
}

.footer-sale-address div{
	margin-bottom: 10px;
	font-weight: 500;
	color: #fff;
}

.footer-sale-address div:hover {
	cursor: pointer;
}

.google-container {
	height: 100%;
}

.footer-text {
	margin-bottom: 5px;
}

.footer-loc {
	margin-bottom: 30px;
}

.footer-loc a {
	color: #fff;
	font-weight: 500;
}

.footer-loc, .footer-sale {
	font-weight: 300;
}

.footer-loc img, .footer-sale img {
	margin-right: 12px;
}

.footer .button {
	margin-left: 45px;
	background: #E3752B;
	border: none;
	color: #fff;
	padding: 10px 12px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

.footer-icon img {
	margin-right: 10px;
}

.sale-phone {
	font-size: 16px;
	margin: 30px 0 40px;
	font-weight: 400;
}

.sale-phone strong {
	font-size: 18px;
	font-weight: 700;
}


.footer-icon a {
	color: #fff;
	font-weight: 300;
}

.footer-menu {
	padding-top: 110px;
	padding-left: 60px;
}


.footer-address {
	padding-left: 100px;
	padding-top: 10px;
	padding-right: 0;
}

.footer-social {
	margin-top: 30px;
}

.footer-social-links {
  display: inline-flex!important;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #fff;
}

.footer-social-links:nth-of-type(1) {
  margin-right: 25px;
}

.footer-social-icon {
  border-right: 1px solid #fff;
  padding: 9px 9px;
}

.footer-social-text {
  position: relative;
  overflow: hidden;
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  padding:11px 15px;
  color: #fff;
}

.footer-social-text span {
  position: relative;
}



.footer-social-text::before {
    content: '';
    position: absolute;
    left: -120%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FF591B;
    color: #fff;
    transform: skew(-45deg);
    transition: all 1.2s cubic-bezier(.19,1,.22,1);
}

.footer-social-text:hover:before {
    width: 150%;
    left: -25%;
}

.modal-google {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 2000;
    background-color: #f1f1f1;
    transition: -webkit-transform 1.5s ease;
    transition: transform 1.5s ease;
    transition: transform 1.5s ease, -webkit-transform 1.5s ease;
}

.modal-google.active {
	-webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.close-modal-google {
	width: 60px;
    height: 60px;
    position: absolute;
    right: 50px;
    top: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px 5px #b3acac;
    transition: .3s all ease-out;
}

.close-modal-google:hover {
	cursor: pointer;
	transform: scale(1.1);
	background-color: #FF591B;
}

.close-modal-google:hover::before,
.close-modal-google:hover::after {
	background-color: #fff;
}

.close-modal-google:hover::before {
	transform: scale(1.1) rotate(45deg);
}

.close-modal-google:hover::after {
	transform: scale(1.1) rotate(-45deg);
}

.close-modal-google::before, .close-modal-google::after {
	position: absolute;
    left: 28px;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: #FF591B;
}

.close-modal-google::before {
    transform: rotate(45deg);
}

.close-modal-google::after {
    transform: rotate(-45deg);
}


@media (min-width: 1025px) {
	.mobile-menu {
		display: none;
	}
	.mobile-header {
		display: none;
	}
	.filter-menu {
		display: none;
	}
	.page-template-news_ru .nav-location-street {
		font-size: 19px;
	}
	.choose-mobile {
		display: none;
	}
}

ul.flex-direction-nav {
    position: absolute;
    top: calc(50% - 170px);
    z-index: 99999;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

li.flex-nav-prev {
	margin-left: 30px;
}
li.flex-nav-next {
	margin-right: 30px;
}


a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}

a.flex-next::after,
a.flex-prev::before {
	background: url(./img/arrow-theme.svg) no-repeat;
	visibility:visible;
	content: "";
	background-size: 30px;
	 width: 30px;
    height: 50px;
    display: block;
}

a.flex-next::after {
    transform: rotate(180deg);
    position: relative;
    top: -30px;
}


.woocommerce-product-gallery__image {
	text-align: center;
}

.product-gallery-title {
	font-size: 20px;
	font-weight: 700;
}

/* Woocomerse page */
.button.product_type_simple.add_to_cart_button,
.woocommerce-notices-wrapper,
.woocommerce-result-count,
.woocommerce-ordering,
.site-footer {
	display: none!important;
}

.woocommerce-page .section-block {
	z-index: 2;
}

.woocommerce-page .navbar {
	position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
}

.berocket_aapf_widget_loading:after {
	background: #eee!important;
	opacity: 0!important;
}

.berocket_aapf_widget_loading {
	background: rgba(238, 238, 238,0.7)!important;
}

.post-type-archive .nav-item a,
.post-type-archive a,
.post-type-archive .nav-date,
.post-type-archive .nav-lang a {
	color: #FF591B;
}

.post-type-archive .nav-location {
	color: #fff;
}

.home .woocommerce ul.products li.product, .home .woocommerce-page ul.products li.product {
	width: 220px;
	height: 276px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 240px;
	/*height: 276px;*/
	margin: 0;
	border: 2px solid #FF591B!important;
	background: #fff!important;
	margin-bottom: 50px;
	transition: all .3s ease;
	float: none;
}

.single-product.woocommerce div.product div.images img {
	width: 90%;
	margin: 0 auto;
}

.woocommerce .products li.product {
	transition: all .3s ease;
}

.woocommerce .products li.product:hover {
	box-shadow: 0px 3px 10px #d23123;
}
.woocommerce .products li.product img {
	transition: all .3s ease;
}

/*.woocommerce .products li.product:hover img {
	transform: scale(1.05);
}*/

.woocommerce ul.products li.product a img {
	padding: 15px 10px;
	margin-bottom: 0;
}

@media (min-width: 1025px) {
	.home .woocommerce ul.products li.product a img {
		height: 226px;
	}
}


.woocommerce ul.products {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 60px;
    display: grid; /* 1 */
	  grid-template-columns: repeat(auto-fill, 220px); /* 2 */
	  grid-gap: 15px;
	  justify-content: space-between; /* 4 */
}


.woocommerce-loop-product__title {
	color: #fff;
	background-color: #FF591B;
	padding: 13px 15px!important;
	display: inline-block;
	font-weight: 700;
}
.woocommerce ul.products::after, .woocommerce ul.products::before, .woocommerce-page ul.products::after, .woocommerce-page ul.products::before {
	content: none;
}

.woocommerce ul.products li.product:before, .woocommerce ul.products li.product:after, .woocommerce-page ul.products li.product:before, .woocommerce-page ul.products li.product:after {
	content: none!important;
}

.woocommerce ul.products li.product strong {
	display: inline;
	margin-left: 5px;
	font-size: 11px;
}

.woocommerce ul.products li.product .price{
	 font-size: 10px;
    text-align: center;
    width: 100%;
    color: #020205!important;
}

.flats-area {
	    height: 100%;
    overflow-y: scroll;
}

.archive .flats-area {
	padding-left: 9px;
	padding-right: 9px;
}

.flats-area::-webkit-scrollbar {
    width: 6px;
}

.flats-area::-webkit-scrollbar-track {
	background: #f7f7f7;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.flats-area::-webkit-scrollbar-thumb {
	background-color: #FF591B;
}

.single-product::-webkit-scrollbar {
    width: 5px;
}

.single-product::-webkit-scrollbar-track {
	background: #f7f7f7;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.single-product::-webkit-scrollbar-thumb {
	background-color: #FF591B;
}

.post-type-archive-product .d-flex {
	height: 100vh;
	overflow: hidden;
	display: block;
}

.post-type-archive-product {
	height: 100vh;
	overflow: hidden;
}

.berocket_aapf_product_count_desc {
	display: none;
}

.berocket_aapf_widget-wrapper .slider {
	display: flex;
    flex-direction: column-reverse;
    position: relative;
}

.widget.widget_berocket_aapf_single {
	margin-bottom: 70px!important;
}

.berocket_aapf_widget-wrapper .slider .left {
	position: absolute;
    left: -30px;
    top: 14px;
}

.berocket_aapf_widget-wrapper .slider .right {
	position: absolute;
    right: -28px;
    top: 14px;
}

.berocket_aapf_widget li.slider span.left input, .berocket_aapf_widget li.slider span.right input {
	background: transparent!important;
	color: #fff;
	font-weight: 400;
	font-size: 12px!important;
	border: none!important;
	outline: none!important;
	font-style: normal!important;
	text-align: center;
}

.ui-slider .ui-slider-handle {
	border-radius: 0!important;
}

.berocket_aapf_widget-title_div {
	margin-left: -9px;
}

.berocket_aapf_widget-title {
	font-weight: 700!important;
}

.sidebar .berocket_single_filter_widget {
	width: 205px!important;
}

.berocket_aapf_widget_update_button {
	background: transparent;
    border: 2px solid #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    width: 212px;
    margin-left: -8px;
    transition: all 0.3s linear; 
}

.berocket_aapf_widget_update_button:hover {
	cursor: pointer;
	background-color: #fff;
	color: #FF591B;
}

.berocket_aapf_widget_update_button:focus {
	outline: none;
}


.sidebar .berocket_aapf_widget .slide .berocket_filter_slider.ui-widget-content {
	border: none!important;
	border-radius: 0!important;
}

.sidebar {
	background: #FF591B;
	color: #fff;
    padding: 150px 50px 50px 150px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 34%;
}

.sidebar-title {
	font-size: 25px;
    margin-bottom: 55px;
    margin-left: -9px;
    font-weight: 500;
}

.header_fixed {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	z-index: 100;
}


.flats-wrapper {
	margin-left: 0;
	background: #EEEEEE;
	padding: 150px 20px 20px 36%;
	width: 100%;
	height: 100%;
}

.flats-content {
	height: 100vh;
}

.product-data-wrapper {
	display: flex;
	align-items: center;
	border-top: 2px solid #FF591B;
}

/* single product page */

.single-product .sidebar {
	display: none;
}

.single-product .filter-menu {
	display: none;
}

.single-product .d-flex {
	height: auto;
}

.single-product .flats-area {
	height: auto;
	overflow: auto;
}

.single-product .flats-wrapper {
	padding: 0;
}

.single-product .product-wrapper {
	display: flex;
	/*height: 100vh;*/
}

.single-product .nav-item a,
.single-product a,
.single-product .nav-date,
.single-product .nav-lang a,
.single-product .nav-location {
	color: #FF591B;
}

.single-product .cart {
	display: none;
}

.single-product .back-to-flat {
	margin-bottom: 50px;
	font-size: 14px;
	color: #000;
	transition: all 0.3s ease;
	background-position: 7px center;
}

.single-product .back-to-flat:hover {
	color: #FF591B;
	background-position: left center;
}

.single-product .product-flat{
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}

.single-product .product-flat-name {
	font-size: 22px;
	font-weight: 700;
	margin-right: 13px;
}

.single-product .woocommerce-product__title {
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 0;
}

.single-product .woocommerce-Price-currencySymbol {
	display: none;
}

.single-product .summary-data p{
	margin: 0;
}

.single-product .woocommerce-product-desc-text {
	color: #000;
	font-size: 14px;
	font-weight: 700;
}

.single-product .woocommerce-product-attributes-item__value {
	font-size: 14px;
	margin-left: 5px;
}

.single-product .woocommerce-product-attributes-item--attribute_pa_rooms {
	display: inline-flex!important;
	flex-direction: column-reverse;
}

.single-product .woocommerce-product-attributes-item--attribute_pa_rooms,
.single-product .woocommerce-product-area,
.single-product .woocommerce-product-attributes-item__price {
	display: inline-block;
	text-align: center;
	margin-right: 43px;
}

.single-product .woocommerce-product-attributes-item__price {
	margin-right: 0;
}

.single-product .woocommerce-product-attributes-item--attribute_pa_rooms p,
.single-product .woocommerce-product-area-number,
.single-product .woocommerce-Price-amount {
	line-height: 1.8;
	font-size: 30px;
	font-weight: 700;
	color: #FF591B;
}

.scroll-up {
	display: none!important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	display: none;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	background: #fff;
	margin-bottom: 0;
	width: 50%!important;
	padding: 20vh 0;
	display: flex;
	flex-direction: column;
}

.single-product .woocommerce-product-gallery__image {
	width: 80%;
	margin: 0 auto;
}

.single-product .flex-viewport .woocommerce-product-gallery__image a img {
	width: 55%!important;
}

.single-product .woocommerce-product-attributes-item--attribute_pa_floor {
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}

.single-product .woocommerce-product-attributes-item--attribute_pa_section  {
	display: flex;
	align-items: center;
	float: left;
	margin-right: 20px;
}

.single-product .summary.entry-summary {
	width: 50%!important;
}

.woocommerce div.product div.summary{
	padding: 120px 50px 50px 150px!important;
	background-color: #eee!important;
}

.single-product .header_fixed .nav-location {
	color: #FF591B;
}

.single-product .scroll-up {
	display: none!important;
}

.back-to-flat {
	display: block;
	padding-left: 50px;
	background: url(./img/arrow-long-orange.svg);
	background-position: left center;
	background-repeat: no-repeat;
}

.download_gallery {
	display: flex;
	align-items: center;
	border: 2px solid #FF591B;
	margin-top: 50px;
	width: 225px;
	margin-left: auto;
	margin-right: 70px;
	height: 50px;
	order: 1;
}

.download_title {
	color: #000;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    height: 46px;
    width: 171px;
    line-height: 46px;
    text-align: center;
    z-index: 2;
}

.download_title:before {
   	content: '';
    position: absolute;
    left: -160%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FF591B;
    color: #fff;
    transform: skew(-45deg);
    transition: all 1s cubic-bezier(.19,1,.22,1);
}

.download_title:hover span {
	position: relative;
	z-index: 10;
	color: #fff;
}

.download_title:hover:before {
	left: -50px;
	width: 150%;
}

.download_icon svg {
	width: 25px;
}

.download_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FF591B;
    width: 50px;
    height: 100%;
}


.shop_attributes {
	counter-reset: section;
}

.chars-wrapper {
	margin-top: 35px;
	column-count: 2;
	margin-bottom: 0;
	/*height: 250px;*/
	/*display: flex;
	flex-direction: column;
	flex-wrap: wrap;*/
}

.chars-title {
	margin: 30px auto;
}

.char-items {
	font-size: 14px;
	position: relative;
	margin-bottom: 20px!important;
	margin-right: 15px;
}

.char-items::before {
	counter-increment: section;
	content: counter(section) " ";
	display: inline-block;
	color: #fff;
	background: #FF591B;
	padding: 7px;
	line-height: 2;
	text-align: center;
	margin-right: 20px;
	width: 40px;
	height: 40px;
	font-size: 14px;
	-webkit-clip-path: polygon(18% 0%, 100% 18%, 82% 100%, 0 82%);
	clip-path: polygon(18% 0%, 100% 18%, 82% 100%, 0 82%);
	font-weight: 900;
}

.home .call-btn-link {
	margin-top: 0;
	height: 55px;
	line-height: 55px;
	padding: 0 40px;
	color: #fff;
}

.call-btn-link,
.call-btn-link-ru {
	display: inline-block;
	height: 50px;
	font-size: 14px;
	color: #fff!important;
	font-weight: bold;
	background: #FF591B;
	padding: 0 30px;
	line-height: 50px;
	margin-top: 50px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.call-btn-link:before,
.call-btn-link-ru:before {
   	content: '';
    position: absolute;
    left: -112%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #D23123;
    color: #fff;
    transform: skew(-45deg);
    transition: all 1s cubic-bezier(.19,1,.22,1);
}

.call-btn-link:hover span,
.call-btn-link-ru:hover span {
	position: relative;
	z-index: 10;
	color: #fff;
}

.call-btn-link:hover:before,
.call-btn-link-ru:hover:before {
	left: -50px;
	width: 150%;
}

/* news*/
 .news-wrapper {
    padding: 40px 70px 95px;
    background: #eee;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.news-wrapper:before {
    content: "";
    position: absolute;
       left: -394px;
    bottom: -500px;
    width: 800px;
    height: 1000px;
    transform: rotate(-49deg);
    background: #F7F7F7;
    z-index: -1;
}
.news-hero-wrapper {
    background: #FF591B;
    height: 350px;
    position: relative;
	overflow: hidden;
	z-index: 2;
	background: url(img/gallery-img-1.jpg) no-repeat;
	    background-position: -1% 37%;
    background-size: 68%;
}

.news-hero-wrapper:after {
	    content: "";
    position: absolute;
    right: -163px;
    bottom: -357px;
    width: 800px;
    height: 800px;
    transform: rotate(40deg);
    background: #FF591B;
    z-index: -1;
}

.single-news-hero {
	padding-top: 60px;
	background: #FF591B;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.single-news-hero:before {
	content: "";
    position: absolute;
    left: -186px;
    top: -413px;
    width: 800px;
    height: 300%;
    transform: rotate(40deg);
    background: #D23123;
    z-index: -1;
}

.single-news-hero .title-wrapper {
	margin: 50px 0;
	max-width: 90%;
	padding: 0 70px 0 150px;
}

.single-news-article {
	max-width: 910px;
	margin: 0 auto 130px;
}

.single-news-text p{
	font-size: 14px;
	font-weight: 500;
}

.single-news-text li {
	font-size: 14px;
	font-weight: 500;
}

.dvk-social-sharing {
	margin-top: 50px;
}

.single-news-img {
	margin-bottom: 40px;
	max-width: 860px;
}

/*.news-header.header_fixed .nav-item a, .news-header.header_fixed a, .news-header.header_fixed .nav-date, .news-header.header_fixed .nav-lang a {
    color: #fff;
}*/
.news-hero-wrapper .title-wrapper {
    margin-top: 190px;
    margin-right: 70px;
}
.news-hero-wrapper .title-wrapper .title-bg-black:before {
    border-color: transparent #FF591B transparent transparent;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 60px;
    margin-left: 70px;
    background: transparent;
}
.breadcrumb a.active {
    color: #FF591B;
}
 .breadcrumb a {
    margin: 0 5px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
}
.breadcrumb ul {
    display: flex;
    list-style-type: none;
	margin-bottom: 0;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.breadcrumb ul li:last-child {
    text-overflow: ellipsis;
    overflow: hidden;
}

.breadcrumb ul li:last-child a {
  color: #FF591B;
}

.news-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-item {
    width: 327px;
    margin-bottom: 60px;
    display: block;
    position: relative;
}

.news-item-img img {
    height: 187px;
}
.news-item-info {
    border: 2px solid #FF591B;
    border-top: none;
    padding: 20px 15px 60px 15px;
    transition: all 0.4s linear;
    min-height: 193px;
}

.news-item-info:hover {
	background: #FF591B;
}

.news-item-info:hover .news-date {
	color: #fff;
}

.news-item-info:hover .news-title {
	color: #fff;
}

.news-item-info:hover .news-more-btn {
	background: #eee;
}

.news-item-info:hover .news-more-btn svg .cls-1 {
	fill: #FF591B;
}

.hero-news-title {
	color: #fff;
	font-weight: 900;
    font-size: 40px;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.hero-news-date {
	font-size: 23px;
	font-weight: 500;
	color: #fff;
}

.news-date {
    padding: 0 20px 25px 15px;
    font-size: 14px;
    color: #000;
}
.news-title {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.news-more-btn {
	width: 58px;
	height: 56px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #FF591B;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news-more-btn svg {
	transform: rotate(180deg);
	width: 18px;
}

.wp-pagenavi {
    margin: 20px auto;
    text-align: center;
}

.wp-pagenavi span.current {
	color: #FF591B;
}

.wp-pagenavi span,
.wp-pagenavi a {
	font-size: 26px;
	font-weight: 700;
	border: none;
	position: relative;
	padding: 3px 20px;
}

.wp-pagenavi a.page {
	color: #000;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	color: #000;
}

.wp-pagenavi span:before {
	position: absolute;
	content: "/";
	color: #000;
	left: -7px;
	top: 0;
	font-size: 26px;
	font-weight: 700;
}
.wp-pagenavi span:first-child:before {
	content: none;
}

.dvk-social-sharing>span:first-of-type {
	font-size: 22px;
	font-weight: 700;
}

.dvk-social-sharing {
	display: flex;
}

.dvk-social-sharing .ss-text {
	display: none;
}

.dvk-social-sharing .ss-icon-facebook {
	background-image: url(./img/fb-icon.svg);
	margin-left: 20px;
}

.news-header .fixed-top .nav-phone a,
.news-header .fixed-top .nav-lang a {
	color: #FF591B;
}

.field-validation-error {
	background-color: #fff;
    color: #FF591B;
    padding: 3px 20px;
    text-align: center;
    font-stretch: condensed;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    position: relative;
    top: -10px;
}

.field-validation-error::before {
    display: inline-block;
    border: solid;
    border-top-color: currentcolor;
    border-top-width: medium;
    border-right-color: currentcolor;
    border-right-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-width: medium;
    border-left-color: currentcolor;
    border-left-width: medium;
    border-color: #fff transparent;
    border-width: 0px 7px 7px 7px;
    top: -7px;
    content: "";
    right: 85%;
    position: absolute;
}


@media (min-width: 1420px) {
	.hero-img {
	width: 49.5%;
	}
	
}

@media (max-width: 1366px) {
	.developer .bg-skew {
		width: 94vw
	}
}

@media (min-width: 1200px) {
	.container {
	    max-width: 1200px;
	}
}

@media (max-width: 650px) {
	.woocommerce ul.products {
		justify-content: center;
	}
}

@media (max-width: 768px) {
		.pl-l {
		left: -70%;
	}
	.pl-r {
		left: 70%;
	}

	.pl-l, .pl-r {
		    transition: transform 1s linear;
	}
}


@media (max-width: 1400px) {
	.hero-title {
		font-size: 70px;
	}
	.sidebar-title {
		margin-bottom: 40px;
	}
	.single-product .woocommerce-product-attributes-item--attribute_pa_rooms, .single-product .woocommerce-product-area, .single-product .woocommerce-product-attributes-item__price {
		margin-right: 20px;
	}
	.woocommerce div.product div.summary {
		padding: 120px 40px 50px 70px!important;
	}
	.footer-address {
		padding-left: 90px;
	}
	.sidebar {
		padding: 150px 50px 50px 130px;
	}

	.sidebar-title {
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 220px;
	}
	.single-product .woocommerce-product-attributes-item--attribute_pa_rooms, .single-product .woocommerce-product-area, .single-product .woocommerce-product-attributes-item__price {
		width: 28%;
	}
	ul.flex-direction-nav {
		top: calc(50% - 70px);
	}
}

@media (max-width: 530px) {
	.single-product .woocommerce-product-attributes-item--attribute_pa_rooms, .single-product .woocommerce-product-area, .single-product .woocommerce-product-attributes-item__price {
		margin-right: 10px;
	}
	.single-product .woocommerce-product-attributes-item--attribute_pa_rooms p, .single-product .woocommerce-product-area-number, .single-product .woocommerce-Price-amount {
		font-size: 26px;
	}
	.single-product .woocommerce-product-desc-text {
		font-size: 10px;
	}
	.chars-wrapper {
		column-count: 1;
	}

}

@media (max-width: 800px) {
			.developer .swiper-button-next {
		right: -10px;
	}
	.developer .swiper-button-prev {
		left: -10px;
	}
}


@media (max-width: 1024px) {
	.preloader_wrap {
		display: none;
	}


	.single-product .filter-menu{
		display: none;
	}

	.menu-overlay.active {
		display: block;
	}

	.hero-404 {
		display: none;
	}
	.error-404 {
		padding: 150px 0 150px;
	}

	.choose-desktop {
		display: none;
	}

	.menu-overlay {
	    display: none;
		width: 100%;
	    height: 100vh;
	    position: fixed;
	    top: 0;
	    background: rgba(0, 0, 0, 0.5);
	    z-index: 1;
	    transition: background 0.3s ease;
	}

	.single-product .summary.entry-summary {
		width: 100%!important;
		padding: 50px 30px
	}
	.single-product .product-wrapper {
		flex-direction: column;
	}
	.woocommerce div.product div.summary {
		padding: 100px 20px 50px 20px!important;
	}
	.woocommerce div.product div.images.woocommerce-product-gallery {
		width: 100%!important;
	}
	
	.woocommerce .mobile-nav-location {
		color: #fff;
	}

	.post-type-archive .nav-item a, .post-type-archive a, .post-type-archive .nav-date, .post-type-archive .nav-lang a {
		color: #fff;
	}

	.chars-wrapper {
		height: auto;
	}
	.woocommerce div.product div.images.woocommerce-product-gallery {
		padding-top: 20px
	}
	.single-product .woocommerce-product-gallery__image {
		width: 80%;
	}

	.navbar-expand-lg .navbar-collapse {
		display: none!important;
	}
	.hero-right {
		align-items: center;
	}

	.woocommerce ul.products {
		display: -webkit-flex;
		padding-right: 0;
		justify-content: center;
	}

	.download_gallery {
		margin-right: auto;
	}

	.hero {
		flex-direction: column-reverse;
		height: auto;
		padding-top: 60px;
		background: #eee;
	}
	.hero:after {
		content: none;
	}

	.hero-img {
		width: 100%;
		padding-right: 0;
		height: auto;
	}
	.prices .tab-content {
		min-height: auto;
	}

	.hero-right {
		padding-bottom: 120px;
		padding-top: 50px;
	}
	.hero-down {
		display: none;
	}
	.price-form-block:before {
		content: none;
	}

	.filter-menu {
		margin: 20px auto;
		max-width: 300px;
		padding: 8px 0;
		font-size: 14px;
		font-weight: 700;
		background: #FF5A1A;
		color: #fff;
		text-align: center;
		padding-left: 40px;
		position: relative;
	}

	.filter-menu::before {
		content: "";
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 40px;
	    height: 37px;
	    background: url(./img/filtr-ico.svg) no-repeat #D23123;
	    background-size: 18px;
	    background-position: center;
	}

	.close-filter {
		position: absolute!important;
	    top: 23px;
	    right: 20px;
	}

	.sidebar-title {
		font-size: 20px;
	}

	.sidebar {
		padding: 25px 30px 50px 30px;
		transform: translateX(-300px);
		width: 300px;
		transition: all 0.3s ease;
		z-index: 9999;
	}

	.sidebar.active {
		transform: translateX(0);
	}

	.header_fixed .mobile-header .nav-item a, .header_fixed .mobile-header .nav-date, .header_fixed .mobile-header .lang a {
		color: #fff;
	}

	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		margin: 0 15px 50px;
	}

	.flats-wrapper {
		padding: 70px 20px 20px 20px;
		margin: 0 auto;
	}

	#logo, .navbar-right {
		display: none;
	}
	.navbar {
		padding: 0;
	}

	.mobile-nav .navbar-nav .nav-item a {
		padding: 7px 0!important;
		font-size: 16px;
	}

	.mobile-nav .nav-item {
		margin-bottom: 15px;
	}

	.mobile-nav {
		background: #D23123;
		color: #fff;
		position: fixed;
		width: 100%;
		top: 0;
		right: -100%;
		transition: all .3s ease;
		z-index: 9999;
		height: 100vh;
		overflow-y: scroll;
		padding: 20px;
	}

	.mobile-nav:before {
		content: "";
		position: absolute;
		left: -486px;
		top: -492px;
		width: 800px;
		height: 800px;
		transform: rotate(43deg);
		z-index: -1;
		background: #FF5A1A;
	}

	.home .mobile-nav .navbar-nav .nav-item:nth-child(5) a,
	.home .mobile-nav .navbar-nav .nav-item:nth-child(6) a,
	.home .mobile-nav .navbar-nav .nav-item:nth-child(7) a {
		color: #fff;
	}

	.fixed-top.navbar-expand-lg .mobile-nav .navbar-nav .nav-item a {
		color: #fff;
		padding: 7px 0;
		font-size: 16px;
	}

	.show-menu {
		/*transform: translateX(0);*/
		right: 0;
		display: block;
		z-index: 3000000;
		transition: all .3s ease;
	}

	.mobile-nav-title {
		font-size: 20px;
		text-transform: uppercase;
		font-weight: bold;
	}

	.mobile-nav-close {
		width: 28px;
		height: 28px;
		position: relative;
	}

	.mobile-nav-location {
		margin-bottom: 20px;
		font-size: 14px;
		font-weight: 700;
		display: block;
	}

	.mobile-nav-close:before, .mobile-nav-close:after {
		position: absolute;
		left: 15px;
		content: ' ';
		height: 33px;
		width: 3px;
		background-color: #fff;
	}
	.mobile-nav-close:before {
		transform: rotate(45deg);
	}
	.mobile-nav-close:after {
		transform: rotate(-45deg);
	}

	.mobile-nav-lang {
		display: flex;
		margin: 30px auto;
		justify-content: center;
		align-items: center;
	}

	.mobile-nav-lang .lang-item {
		margin: 0 10px;
	}

	.mobile-nav-lang .lang-item a {
		text-transform: uppercase;
		color: #fff;
	}

	.mobile-nav-lang .current-lang a{
		font-weight: 800;
	}

	.mobile-nav-header {
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
	}

	.nav-phone a {
		color: #FF5A1A;
	}
	.logo-mobile {
		width: 60px;
	}
	.mobile-menu {
		border: none;
		display: flex;
		flex-direction: column;
		align-items: center;
		background: transparent;
	}
	.icon-menu {
		display: inline-block;
		font-size: 8px;
		color: #FF5A1A;
		line-height: 1;
		font-weight: 600;
		border-radius: 2px;
		margin-bottom: 3px;
		padding: 1px 3px;
		text-transform: uppercase;
	}
	.icon-bar {
		background: #FF5A1A;
	    display: block;
	    width: 22px;
	    height: 2px;
	    border-radius: 1px;
	}
	.icon-bar + .icon-bar {
    	margin-top: 4px;
	}
	.mobile-header {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #fff;
		padding: 10px;
	}

	.title-wrapper .title-bg-black,
	.title-wrapper .title-bg-orange {
		height: 54px;
	}
	.title-white, .title-black {
		font-size: 30px;
	}
	.about .title-wrapper {
		left: 40px;
	}

	.about .numbers {
		position: relative;
/*		top: -170px;*/
	}

	.about .swiper-container {
		height: 860px;
	}

	.about .swiper-slide {
		padding-top: 500px;
	}

	.choose-bg {
		left: 8%;
	    bottom: -7px;
	    width: 280px;
	}
	.choose-flat {
		padding: 20px 14px 20px 49px;
	}

	.about .caption {
		top: 85px;
		left: 27px;
		right: 15px;
	}
	.about .swiper-pagination-fraction {
		    left: calc(50% - 45px);
	}
	.about .swiper-button-prev {
		left: 27%;
	}
	.about .swiper-button-next {
		right: 27%;
		left: auto;
	}
	.about .slider img {
		padding-left: 0;
	}
	.about .swiper-container {
		padding-top: 60px;
	}

	.advantages {
		padding: 70px 0 25px;
	}

	.advantages-item {
		width: 50%;
	}
	.advantages-item-title {
		text-align: center;
	}
	.advantages-item-description {
		font-size: 12px;
	}

	.gallery .title-orange {
		left: 40px;
		font-size: 30px;
	}
	.gallery .title-orange:before, .title-orange::after {
		height: 54px;
	}

	.gallery .swiper-button-prev svg, .gallery .swiper-button-next svg {
		width: 25px;
	}

	.gallery .swiper-button-prev {
		left: 15px;
	}
	.gallery .swiper-button-next {
		right: 15px;
	}

	.gallery .swiper-pagination-gal {
		bottom: 15px!important;
	}

	.gallery .title-orange, .about .title-wrapper {
		top: 70px;
	}

	.swiper-container, .gallery img, .gallery iframe {
		height: 350px;
	}

	.move .swiper-slide a {
		margin: 0 15px 30px;
		width: auto;
		height: auto;
	}

	.move .numbers {
		top: -215px;
	}

	.move .swiper-slide {
		padding-top: 360px;
	}

	.move .swiper-slide img {
		padding: 12px;
		height: auto;
			width: 350px;
		height: 280px;
		margin: 0 auto;
		object-fit: cover;
	}

	.move-wrapper {
		top: 230px;
		width: auto;
		left: 27px;
		right: 27px;
	}

  .move-nav {
    top: 155px;
    left: 20px;
    right: 20px;
    margin: 0 auto;
    max-width: 200px;
  }
  .move-nav-year:last-of-type {
    margin-right: 0;
  }


	.move-btns-play {
		padding: 0!important;
		width: 197px;
	}
	

	.move-btns-play:before {
		width: 42px;
    	height: 44px;
	}

	#map_infra {
		height: 400px;
	}

	.map {
		height: auto;
		display: flex;
		flex-direction: column-reverse;
	}


	.prices .containerr {
		margin: 0 15px;
	}

	.prices .table-price-wrapper {
		width: 100%;
		margin-bottom: 30px;
	}

	.prices .nav-link {
		line-height: 50px;
		font-size: 14px;
		padding:0;
	}
	.table-nav th {
		font-size: 13px;
	}

	.table th, .table td {
		font-size: 10px;
		padding: 11px 6px;
	}

	.prices .d-flex {
		flex-direction: column-reverse;
	}

	.price-form-block {
		margin: 0 auto;
	}

	.features-list {
		margin-left: 0;
	}

	.features:before {
		left: 0;
	}

	.features:after {
		content: none;
	}

	.features-text-right {
		text-align: right;
		width: 50%;
	}

	.plan-title {
		padding-left: 0;
		margin-bottom: 0;
		font-size:22px;
	}

	.plan-btn {
		width: 210px;
	}

	.plan-download {
		margin-top: 20px;
		width: 100%;
		margin-left: 0;
	}

	.move-btns {
		padding: 0 15px 0;
	}

	.developer {
		padding-top: 200px;
	}

/*	.developer .title-wrapper {
		top: -448px;
		margin: 0 10px;
	}*/

	.developer .choose-bg:after {
		right: -60px!important;
	}

	.developer .col-lg-8 {
		margin: 0 auto;
	}

	.developer-title {
		justify-content: center;
		    top: -465px;
	    position: absolute;
	    left: 15px;
	}

	.developer-wrapper {
		margin-left: 0;
	}
	.developer .bg-skew {
		padding-top: 500px;
		transform: none;
		right: 0;
		width: 100%;
	}
	.developer-numbers {
		margin-left: 0;
		margin-top: 0;
	}

	.developer-other {
		font-size: 17px;
	}

	.developer-left {
		padding: 0 0 90px;
		width: 100%;
	}
/*	.developer-slider img {
		max-width: 70%;
	}*/
	.developer-slider {
		max-width: 100%;
		margin: 30px auto 0;
	}
	.developer-logo {
		width: 180px;
		top: 315px;
		left: calc(50% - 90px);
	}
/*	.developer .swiper-button-prev {
		left: 0;
	}
	.developer .swiper-button-next {
		right: 0;
	}*/


	.developer .container {
		padding-top: 337px;
		/*max-width: 90%;
		margin: 0 auto;*/
	}

	.document {
		padding: 50px 15px 100px;
	}
	.document .d-flex {
		padding: 0 15px;
		flex-direction: column;
	}
	.document:before {
		content: none;
	}
	.document-item {
		width: 75%;
	}
	.document-item + .document-item {
		margin-left: 0;
	}
	.document-items {
		flex-direction: column;
		align-items: center;
	}
	.document-item:nth-child(1) {
		margin-bottom: 20px;
	}
	.document-link {
		font-size: 10px;
	}
	.footer:before {
		left: -88px;
		width: 448px;
	}
	.footer .row {
		margin: 0;
	}

	.footer-address {
		padding: 0;
	}
	.footer-logos {
		padding: 30px 0 0 0;
		align-items: center;
	}
	.footer-menu {
		padding-top: 30px;
		padding-left: 0;
	}
	.footer-nav {
		flex-wrap: wrap;
	}

	.footer .justify-content-between {
		flex-direction: column-reverse;
	}

	.footer-logo:nth-child(1) {
		width: 50%;
		margin-bottom: 0;
		max-width: 200px;
	}

	.footer-logo:nth-child(2) {
		width: 40%;
		max-width: 200px;
	}
	.footer-logos {
		flex-direction: row;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}

	.footer .justify-content-between .col-4 {
		max-width: 100%;
	}
	.news-wrapper {
		padding: 30px 20px 95px;
	}

	.breadcrumb a {
		font-size: 12px;
	}
	.news-item-img img {
		height: auto;
	}
	.news-container {
		flex-direction: column;
		align-items: center;
	}
	.nav-phone-fixed {
		color: #FF591B;
	}
	.news-hero-wrapper:before {
		width: 360px;
	}
	.breadcrumb {
		margin-left: 0;
		flex-wrap: wrap;
	}
	.single-news-article {
		margin-bottom: 50px;
	}
	.hero-news-title {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.single-news-hero {
		background: #D23123;
	}
	.single-news-hero:before {
		content: none;
	}
	.single-news-hero .title-wrapper {
		margin: 30px 0;
		padding: 0 30px 0 30px;
		max-width: 100%;
	}
	.hero-news-date {
		font-size: 18px;
	}
}



@media (max-width: 767px) {

	.item-text {
		font-size: 14px;
	}
	.about .caption {
		font-size: 12px;
		line-height: 1.35;
	}
	.plan-heading {
		margin-top: 40px;
	}
	.prices .nav-link {
		padding: .5rem;
		font-size: 14px;
	}
	.prices .table {
		font-size: 12px;
	}
	.nav-location-street {
		font-size: 14px;
	}
	.nav-location-city {
		font-size: 20px;
	}
	.hero-right {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 0;
	}
	.hero-address {
		padding-bottom: 15px;
	}
		.hero-tour {
		bottom: 85%!important;
	}
	/*.banner:hover {
		 padding: 15px 55px 15px 15px;
	}*/
	.hero-title {
		font-size: 48px;
		margin-bottom: 20px;
	}
	.hero-about {
		font-size: 16px;
	}
	.hero-img {
		background: transparent;
	}
	.hero-slogan {
		font-size: 18px;
	}
	.hero-text {
		text-align: center;
		font-size: 12px;
		margin-bottom: 20px;
	}
	.flats-content {
		height: 100%;
	}

	.choose-bg {
		left: 0;
	}
	.choose-wrapper {
		left: 7%;
	}
	.choose-icon {
		right: 15px;
		top: 18px;
	}
	.flats-items-center {
		margin-bottom: 30px;
	}
	.error-404 .title {
		font-size: 130px;
	}
	.footer-wrapper {
		padding: 80px 15px 50px;
		position: relative;
		overflow-y: hidden;
	}
	.hero-logo {
		width: 120px;
		margin: 0 auto 10px;
	}
	.move-wrapper {
		justify-content: center;
		width: 100%;
		left: 0;
	}
	.move-btns-white {
		padding: 0;
	}

	.move-btns-play {
		padding: 0!important; 
		margin-left: 30px;
	}
	.move-btns-play {
		width: 150px;
	}
	.jq-selectbox__select {
		padding: 0 60px 0 10px!important; 
	}

	.jq-selectbox__select, .move-btns {
		font-size: 13px!important; 
	}


	.move .swiper-pagination-fraction {
		top: 295px!important;
	}
	.move .swiper-button-prev, .move .swiper-button-next {
		top: 360px!important;
	}

	.gallery .title-orange {
		display: none;
	}
	.developer-slider img {
		max-width: 100%;
	}
	.developer-numbers {
		flex-direction: column;
		width: 100%;
	}
	
	.item-number {
		width: 60px;
		height: 60px;
		margin-right: 30px;
	}

	.developer-picture {
		position: absolute;
		width: 100%;
		height: auto;
		min-width: 350px;
		left: 0;
		right: 0;
		margin: 0 auto;
		min-height: 300px;
		object-fit: cover;
	}

	.developer .title-wrapper .title-bg-black {
		height: 48px;
	}

	.developer-items {
		margin-bottom: 30px;
	}

	.news-hero-wrapper {
		height: 200px;
	}
	.news-hero-wrapper .text-right {
		text-align: center!important;
	}
	.news-hero-wrapper .title-wrapper {
		margin-top: 105px;
		margin-right: 0;
	}
	.close-modal-google {
		right: 20px;
	}
	.language-ru .move .title-white {
		font-size: 24px;
	}
	.language-ru .title-wrapper .title-bg-black {
		height: 44px;
	}
	.footer::before {
		content: none;
	}
	.footer .title-wrapper .title-bg-black::before {
		border-color: transparent #D23123 transparent transparent;
	}
	.news-wrapper::before {
		left: -632px;
	}
	.page-template-news-php .footer::before,
	.single-post .footer::before {
		left: -496px;
	}

}

@media (max-width: 320px) {
	.footer::before {
		left: -640px;
	}
	.document:before {
		left: -704px;
	}
	.page-template-news-php .footer::before,
	.single-post .footer::before {
		left: -615px;
	}
	.news-wrapper::before {
		left: -690px;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.navbar-expand-lg .navbar-nav .nav-item a {
		font-size: 14px;
	}
	.navbar-nav {
		margin-right: 50px;
	}
	.hero-news-title {
		font-size: 34px;
	}

	.woocommerce div.product div.summary {
		padding: 120px 20px 50px 20px!important;
	}
	.char-items {
		margin-right: 0;
	}
	.footer-address {
		padding-left: 90px;
	}
	.footer-menu {
		padding-left: 40px;
	}
}

@media (min-width: 768px) and (max-width: 849px) {
	.hero-right {
		padding: 30px 30px 0 30px;
	}
	.hero-title {
		margin-bottom: 15px;
	}
	.hero-logo {
		width: 200px;
	}
	.hero-img {
		background: transparent;
	}
	.hero-tour {
		bottom: 85%;
	}
}



@media (min-width: 850px) and (max-width: 1024px) {
	.hero {
		flex-direction: row;
	}
	.hero-logo {
		width: 180px;
	}
	.hero-right {
		padding: 50px 30px 70px;
	}
	.hero-img {
		background: transparent;
	}
	.hero-title {
		font-size: 68px;
	}
}

@media (min-width: 992px) and (max-width: 1024px) {
	.about .bg-orange {
		left: -367px;
		top: -1000px;
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: column;
	}
	.footer .justify-content-between {
		flex-direction: row;
	}
	.footer {
		height: auto;
	}
	.footer-logos {
		padding-top: 85px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
	}
	.footer-logo:nth-child(1) {
		margin-bottom: 50px;
	}
	.footer-menu {
		padding-top: 85px;
	}
	.developer .offset-lg-6 {
		margin-left: 0;
	}
	.about .swiper-slide {
		min-height: 700px;
	}
	.move .swiper-slide img {
		width: 75%;
		margin: 0 auto;
	}
	.footer:before {
		left: -6px;
		width: 485px;
		top: -400px;
	}
	.document:before {
		left: -374px;
		bottom: -451px;
	}
	.move .bg-orange {
		left: -118px;
		top: -1055px;
	}
	.prices::before {
		left: -632px;
		bottom: -785px;
	}
	.features:before {
		left: -425px;
	}
}

@media (max-width: 991px) {
		.map_filt_wrap {
		position: relative;
		width: 100%;
		padding: 40px 40px 40px 70px;
	}
	.header .navbar-nav .nav-item .sub-menu {
		position: relative;
		top: 0!important;
		margin-left: 20px;
	}
	.header .navbar-nav .nav-item a {
		display: inline-block;
		overflow: initial!important;
	}
	.header .navbar-nav .nav-item ul a,
	.header .navbar-nav .sub-menu .menu-item,
	.header .navbar-nav .nav-item a:hover {
		background: transparent!important;
	}
	.more, .more-two {
		position: absolute;
		top: -12px;
		left: 130px;
		font-size: 40px;
		font-weight: 500;
		color: #fff;
		z-index: 2;
		transition: all .3s ease;
	}
	.more-two {
		left: 115px;
	}
	.header .navbar-nav .nav-item .sub-menu {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer:before {
		left: 300px;
	}
	.footer .footer-menu {
		padding-top: 83px;
	}
		.footer .col-4 {
		min-width: 50%;
	}
	.footer .justify-content-between {
		flex-direction: row-reverse;
	}
	.footer .col-4:nth-child(3) {
		order: 1;
	}
	.footer .col-4:nth-child(1) {
		order: 2;
		margin: 0 auto;
	}

}

@media (min-width: 1000px) and (max-width: 1024px) {
		.hero {
		height: 90vh;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {

	.features .container {
		margin-right: auto;
	}

	.developer {
		padding-top: 170px;
	}
	.developer-title {
		top: -500px;
	}

	.news-hero-wrapper:after {
		right: -450px;
	}
	.news-hero-wrapper {
		background-position: 0% 99%;
    	background-size: 90%;
	}

	.about .swiper-container-fade .swiper-slide {
		display: flex;
		align-items: center;
	}
	.move .swiper-container {
		height: 900px!important;
		margin-bottom: 50px;
	}

	.mobile-nav {
		width: 370px;
	}
	.mobile-nav .choose-bg {
		left: 0;
	}
	.mobile-nav .choose-wrapper {
		left: 4%;
	}
	.mobile-nav .choose-icon {
		right: 15px;
	}

	.advantages-item {
		width: 33.33%;
	}
	.features-item {
		justify-content: center;
	}
	.about .swiper-container {
		height: 1200px;
	}

	.move-wrapper {
		justify-content: center;
	}
	.developer .container {
		margin-right: auto;
	}
	.table th, .table td {
		font-size: 14px;
	}
	.developer .container {
		padding-top: 400px;
	}
	.developer-picture {
		height: auto;
		width: 75%;
		min-width: 750px;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
/*	.developer .title-wrapper {
		top: -500px;
	}*/
	.document-items {
		flex-direction: row;
		align-items: baseline;
		justify-content: center;
	}
	.document-item + .document-item {
		margin-left: 40px;
	}
	.document-item {
		width: 300px;
	}
	.document-text {
		margin-bottom: 50px;
		margin-left: 20px;
	}
	.about .swiper-button-next {
		right: 38%;
	}
	.about .swiper-button-prev {
		left: 38%;
	}
	.document-link {
		font-size: 12px;
	}
	.plan {
		margin: 0 auto;
	}
	#map_infra { 
		height: 550px;
	}
	.map_filt_wr {
		margin: 0 auto;
	}
	.move .swiper-slide a {
		width: 80%;
		margin: 0 auto;
	}
	.gallery .swiper-container {
		height: 550px;
	}
	.gallery iframe {
		height: 550px!important;
	}
	.gallery .swiper-container img {
		height: 100%;
	}
	.footer .justify-content-between .col-4 {
		text-align: center;
	}
	.news-item-img img {
		height: 190px;
	}
	.news-container {
		flex-direction: row;
	}

	.footer {
		height: auto;
	}
	.modal-video {
		height: 380px;
	}
}

@media (min-width: 1261px) {
	.about .slider img {
		padding-left: 0;
		margin-left: auto;
		max-height: 610px;
		width: auto;
	}
	.move .slider img{
		padding: 12px;
	}
}


@media (min-width: 1025px) and (max-width: 1260px) {
	.fixed-logo {
		padding-right: 15px;
	}
	.nav-location-street {
		font-size: 12px;
	}
	.navbar {
		padding: 5px 20px 5px 20px;
	}
	.nav-location-city {
		font-size: 20px;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin: 0 20px 50px;
	}

	.nav-date{ 
		font-size: 8px;
	}
	.nav-phone {
		font-size: 21px!important;
	}
	.hero-img {
		width: 53%;
	}
	.hero-right {
		margin-left: auto;
		padding-right: 30px;
	}
	.prices .table-price-wrapper {
		margin-left: 40px;
		width: 600px;
	}
	.move .swiper-container {
		padding-top: 348px;
		padding-bottom: 116px;
	}
	.move .swiper-slide a {
		width: 450px;
		height: 280px;
	}
	.document {
		padding-left: 70px;
	}
	.document-item {
		width: 225px;
	}
	.footer-address {
		padding-left: 20px;
	}
  .footer-wrapper {
    padding: 80px 30px 50px;
  }
	.footer-menu {
		padding-left: 20px;
	}
	.features:after {
		right: -735px;
	}
	.developer-numbers {
		margin-left: 0;
	}
	.developer .bg-skew {
		width: 103vw;
	}
	.item-text {
		font-size: 14px;
	}
	.developer-left {
		padding: 105px 0 80px;
	}

/*	.developer-slider img {
		width: 130px;
	}*/
	.developer .bg-skew {
		transform: skew(-38.5deg);
	}
	.bg-skew {
		width: 100vw;
		right: -43vw;
	}
	.features-list {
		margin-left: 0;
	}
}

@media (min-width: 1025px) and (max-width: 1200px) {
	.navbar-expand-lg .navbar-nav .nav-item a {
		font-size: 13px;
		padding: 21px 13px;
	}
	.header .navbar-nav .nav-item ul a {
		padding: 3px 15px;
    	font-size: 12px;
	}

}

@media (min-width: 1300px) {
	.sidebar {
		width: 31.5%;
	}

	.hero-right {
		padding-left: 100px;
	}
}

@media (min-width: 1101px) and (max-width: 1300px) {
/*	.plan-download {
		margin-right: auto;
	}*/
	.prices .table-price-wrapper {
		width: 700px;
	}
	.move .swiper-slide a {
		width: 570px;
		height: 390px;
	}
	.move .swiper-container {
		padding-bottom: 134px;
	}
	.bg-skew {
		width: 86vw;
	}
	.document-item {
		width: 250px;
	}
	.sidebar {
		width: 32%;
	}
}

@media (min-width: 1025px) and (max-width: 1250px) {
	.nav-schedule {
		margin-right: 15px;
	}
	.fixed-logo {
		margin-left: 20px;
	}
	.woocommerce-page .navbar {
		padding: 5px 14px 5px 15px;
	}
	.sidebar {
		width: 360px;
		padding: 150px 30px 50px 80px;
	}
	.sidebar-title {
		font-size: 22px;
	}
	.woocommerce-page .nav-phone {
		font-size: 22px;
	}
	.woocommerce-page .nav-date {
		font-size: 10px;
	}
	.woocommerce-page .nav-location-city {
		font-size: 20px;
	}
	.woocommerce-page .nav-location-street {
		font-size: 16px;
	}

	.woocommerce-page .fixed-top.navbar-expand-lg .navbar-nav .nav-item a {
		padding: 0 12px;
		
	}
	.woocommerce-page .header_fixed .navbar-expand-lg .navbar-nav .nav-item a {
		font-size: 10px;
	}
	.single-product .woocommerce-product-desc-text {
		font-size: 10px;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.fixed-top.navbar-expand-lg .navbar-nav .nav-item a {
		font-size: 13px;
		width: 100%;
		padding: 16px 11px;
	}
	.fixed-top.navbar-expand-lg .navbar-nav .sub-menu a {
		font-size: 10px;
	}
	.fixed-logo {
		padding-left: 15px;
	}
	.fixed-top .navbar-right {
		margin-right: 15px;
	}
	.nav-phone {
		font-size: 22px;
	}
/*	.plan-download {
		width: 370px;
	}*/
	.plan-btn {
		width: 225px;
	}
	.plan-title {
		padding-left: 0;
	}
	.nav-schedule {
		margin-right: 20px;
	}
}

@media (min-width: 320px) and (max-width: 359px) {
	.move-btns-play {
		width: auto;
	}
	.move-btns-play span {
		display: none;
	}
}

@media (min-width: 320px) and (max-width: 360px) {
	.hero-title {
		font-size: 48px;
	}
	.hero-about {
		font-size: 18px;
	}
	.language-ru .move .title-white {
		font-size: 21px;
	}
	.language-ru .title-wrapper .title-bg-black {
		height: 40px;
	}
	.language-ru .prices .nav-link {
		font-size: 11px;
	}
	.advantages-item-title {
		font-size: 14px;
	}
	.nav-location-street {
		font-size: 11px;
	}
	.hero-right {
		padding: 20px 10px 0;
	}

	.hero-slogan {
		font-size: 21px;
	}

	.developer .title-left {
		font-size: 30px;
	}

	.developer .title-wrapper .title-bg-black {
		height: 50px;
	}

	.choose-icon {
	    right: 64px;
	    top: 22px;
	}
	.nav-phone {
		font-size: 21px;
	}
	.advantages-item {
		padding: 0 12px;
	}
	.title-wrapper .title-bg-black,
	.title-wrapper .title-bg-orange {
		height: 46px;
	}
	.title-white, .title-black {
		font-size: 25px;
	}
	.price-form-block:before {
		content: none;
	}
	.table th, .table td {
		padding: 7px 4px;
		font-size: 9px;
	}
	.item-number {
		font-size: 45px;
	}
	.item-text {
		font-size: 14px;
	}
	.developer-other {
		font-size: 15px;
	}
	.prices .nav-link {
		font-size: 12px;
	}
	.move-btns {
		font-size: 12px;
	}
	.plan-link {
		font-size: 12px;
	}
	.map_filt_wrap {
		padding: 40px 40px 40px 30px;
	}
	.about .swiper-button-prev {
		left: 20%;
	}
	.about .swiper-button-next {
		right: 20%;
	}
	.document-item {
		width: 85%;
	}
	.choose-flat {
		font-size: 14px;
	}
	.choose-bg {
		bottom: -16px;
		width: 235px;
	}
	.choose-bg:after {
		top: 8px;
		right: -54px;
	}
	.single-product .woocommerce-product-desc-text {
		font-size: 9px;
	}
}

@media (min-width: 992px) and (max-height: 720px) {
	.full-screen {
		display: block;
	}

	.hero-right {
		padding-bottom: 20px;
	}
	.hero-logo {
		width: 130px;
	}
	.flats-wrapper {
		padding: 130px 20px 20px 38%;
	}
	.sidebar {
		padding: 130px 50px 50px 150px;
	}
	.hero-title {
		margin-bottom: 15px;
	}
	.hero-address {
		margin-top: 20px;
	}
	.hero-about, .hero-slogan {
		font-size: 23px;
	}

}

@media (min-width: 1600px) {
	.news-hero-wrapper {
		background-size: 100%;
	}
		.advantages:before {
		left: -390px;
		transform: rotate(-45.6deg);
	}
	.about .bg-orange {
		left: -441px;
	}
	.about .numbers {
		position: relative;
		left: 70px;
		top: 10px;
	}
	.move .bg-orange {
		left: -433px;
	}

}

@media (min-height: 600px) and (max-height: 720px) and (min-width: 992px) {
	.gallery .swiper-container {
		height: 690px;
	}
}

@media (min-width: 1920px) {
	.choose-wrapper {
		left: 16%;
	}
	.navbar-expand-lg .navbar-nav .nav-item a {
		font-size: 20px;
    	padding: 19px 49px
	}
  .header .navbar-nav .nav-item:hover .sub-menu {
    width: 100%;
  }
  
  .language-ru .header .navbar-nav .nav-item:hover .sub-menu {
    width: 110%;
  }

	.header .navbar-nav .nav-item ul a {
		    padding: 7px 50px;
    font-size: 16px;
	}

	.developer-left {
		margin-left: 0;
		position: relative;
		left: -50px;
	}

	.about .slider img {
		max-height: 100%;
	}


	.home .fixed-top.navbar-expand-lg .navbar-nav{
		margin: 0 auto;
	}
	.flats-wrapper {
		padding: 150px 20px 20px 30%;
	}
	.sidebar {
		width: 26%;
	}

	.fixed-top.navbar-expand-lg .navbar-nav .nav-item a {
		padding: 14px 30px;
		font-size: 20px;
	}

	.fixed-top.navbar-expand-lg .navbar-nav .sub-menu a {
		font-size: 16px;
		padding: 7px 30px 7px 50px;
	}

	.hero-right {
		padding-left: 230px;
	}
	.about .bg-orange {
		left: -400px;
		top: -556px;
	}
	.about .title-wrapper {
		left: 382px;
	}
	.about .swiper-container {
		height: 920px;
	}
	.about .numbers {
		position: absolute;
		left: 233;
	}
	.about .caption {
		left: 365px;
	}
	.advantages:before {
		left: -405px;
	}
	.swiper-container {
		height: auto;
	}
	.features .container {
		margin-right: auto;
	}
	.prices .justify-content-between,
	.document .justify-content-between{
		justify-content: center!important;
	}
	.prices .table-price-wrapper {
		margin-left: 70px;
	}
	.prices::before {
		left: -166px;
    	bottom: -621px;
    	transform: rotate(-51deg);
	}
	.move-wrapper, .move-nav {
		left: 364px;
	}
	.move .swiper-container {
		height: 765px;
	}
	.move .numbers {
		left: 237px;
	}
	.move .bg-orange {
		left: -226px;
		top: -583px;
	}
	.move .swiper-slide a {
		margin-right: 190px;
		width: 800px;
    	height: 470px;
	}
	/*.developer .offset-lg-5{
		margin-left: 40%;
	}*/
	.developer-text {
		font-size: 14px;
		margin-bottom: 50px;
	}
	.developer-logo {
	    top: 30%;
	    left: 20%;
	}
	.document:before {
		left: -362px;
		bottom: -566px;
		transform: rotate(-48.5deg);
	}
	.document-items {
		margin-left: 70px;
	}
	.footer:before {
		left: -311px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin-right: 25px;
	}
	.news-wrapper:before {
		left: -478px;
	    bottom: -672px;
	    width: 1114px;
	    transform: rotate(-55deg);
	}

}

/* Modal window */


.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}


/*body.modal-open {
    overflow: visible !important;
      position: absolute !important;
}*/
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;

  border: none;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
/*  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }*/
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }

.home .call-btn-link {
	margin-top: 70px;
}
}



.modal .modal-content {
    border-radius: 0;
    position: relative;
    background: transparent;
}

/*.modal .modal-content:after {
    content: "";
    position: absolute;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	width: 200px;
	height: 100px;
	right: 0;
	top: 0;
}*/


.modal.modal-form.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: calc(50% - 180px);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.modal-form.fade.show .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition: all 0.3s;
}

#Modalvideo.show {
	z-index: 99999999;
}

#Modalform.show {
	z-index: 99999999;
}

#Modalvideo button.close-modal,
#Modalvideo2 button.close-modal {
	top: -90px;
	right: 60px;
}

.modal-image img {
    max-width: 400px;
    height: auto;
}

.modal-video {
	width: 700px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.modal .modal-body-form {
    padding: 0;
    display: flex;
    width: 100%;
}

.modal-text {
    text-align: center;
    flex-grow: 1;
    padding: 40px;
    color: #fff;
    background: #FF591B;
    -webkit-clip-path: polygon(76% 0, 100% 19%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(76% 0, 100% 19%, 100% 100%, 0 100%, 0 0);
}

.modal__title {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}

.modal-text p {
    font-size: 14px;
    margin: 0 auto 30px;
    font-weight: 400;
    max-width: 270px;
    line-height: 1.2;
}

.modal-text form {
    max-width: 290px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-text .btn {
    border-radius: 0;
}

.modal-dialog {
	max-width: 100%;
}

/*.modal-backdrop {
    background-color: rgba(47, 50, 65, .85);
}
*/

.modal-backdrop.in {
    opacity: 1;
}

.modal-text .btn {
    margin-top: 25px;
}

/*.modal-open .modal {
    z-index: 300000 !important;
}*/

.modal-open .fade {
	background: rgba(0,0,0,0.8);
}


.modal__field {
    padding-left: 30px;
    background-color: transparent;
    display: block;
    width: 100%;
    height: 45px;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 2px solid #fff;
    margin-bottom: 20px;
    color: #fff;
    font-size: 12px;
    border-radius: 0;
}


.form__submit {
	position: relative;
    display: block;
    width: 100%;
    height: 55px;
    margin-top: 20px;
    background-color: #fff!important;
    font-size: 14px;
    font-weight: 700;
    color: #FF591B;
    cursor: pointer;
    border-style: none;
    transition: all .3s linear;
    overflow: hidden;
    z-index: 2;
}

.form__submit:before {
   	content: '';
    position: absolute;
    left: -320px;
    top: 0;
    width: 290px;
    height: 55px;
    background: #D23123;
    color: #fff;
    transform: skew(-45deg);
    transition: all 1.2s cubic-bezier(.19,1,.22,1);
}

.form__submit:hover span {
	position: relative;
	z-index: 10;
	color: #fff;
}

.form__submit:hover:before {
	left: -28px;
	width: 365px;
}



button.close-modal {
    position: absolute;
    top: -40px;
    right: -6px;
    font-size: 70px;
    font-weight: 300;
    display: inline-block;
    border: none;
    background: 0;
    color: #fff;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 30;
}

button.close-modal:hover {
    color: #FF591B;
    opacity: 1;
    transition: all .3s ease;
}

@media (max-width: 767px) {
	.home .woocommerce ul.products li.product:nth-child(5),
	.home .woocommerce ul.products li.product:nth-child(6),
	.home .woocommerce ul.products li.product:nth-child(7),
	.home .woocommerce ul.products li.product:nth-child(8) {
		display: none;
	}

	.developer .title-wrapper {
		max-width: 220px;
	}
    #Modalvideo.show, #Modalvideo2.show {
        display: block!important;
    }

     #Modalvideo.show .modal-dialog, #Modalvideo2.show .modal-dialog{
      margin-top: calc(50vh - 130px)!important;
      top: auto;
    } 

    .modal-dialog {
        width: 350px;
        margin: auto!important;
       /* margin: 50px auto!important;*/
    }
    .modal-image img {
        max-width: 100%;
    }
    .modal.modal-form.fade .modal-dialog {
        /*margin: 0 auto;*/

    }
    .modal-image {
        display: none;
    }
    .modal-text {
        padding: 33px;
    }
    #Modalvideo button.close-modal,
    #Modalvideo2 button.close-modal {
    	right: -5px;
    }
    .modal-video {
    	height: 260px;
    }
    .youtube img {
    	top: 0;
    }
    .youtube {
    	height: auto;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 750px;
    }
}

@media (min-width: 1000px) {
    .modal-dialog {
        width: 880px;
    }
    .modal-image {
        width: 40%;
        flex-grow: 1;
    }
    .modal-image img {
        max-width: 100%;
        min-height: 100%;
    }
}

@media (max-width: 1000px) {
	.modal-text {
		padding: 26px;
	}
}

@media (min-width: 320px) and (max-width: 360px) {
    .modal-text p {
        max-width: 260px;
    }
    .modal-dialog {
        width: 320px;
    }
    .modal-form {
    	padding-left: 10px!important;
    	padding-right: 10px!important;
    }
    .modal__field {
    	width: 100%;
    }
}

@media (min-width: 360px) and (max-width: 767px) {
	.item-number {
	width: 75px;
    height: 75px;
	}
}

@media (max-height: 720px) {
	.news-hero-wrapper {
		height: 220px;
		background-position: -33% 37%;
	}
	.news-hero-wrapper .title-wrapper {
		margin-top: 117px;
	}
}

@media (min-width: 1920px) {
	.move .swiper-button-prev {
		left: 380px;
	}
	.move .swiper-button-next {
		left: 545px;
	}
	.move .swiper-pagination-fraction {
		left: 438px;
	}
}


@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}


		.banner {
			position: absolute;
			z-index: 2;
			left: 0;
			bottom: 25px;
			background: #020205;
			padding: 15px 50px 15px 25px;
			-webkit-clip-path: polygon(70% 0, 100% 50%, 70% 100%, 0 100%, 0 0);
			clip-path: polygon(70% 0, 100% 50%, 70% 100%, 0 100%, 0 0);
			 transform: translateX(-100%);
			 transition: .3s;
		}

		.banner-mobile {
			position: relative;
			bottom: auto;
			width: 50%;
			-webkit-clip-path: none;
			clip-path: none;
			margin: 20px auto 0 0;
			padding: 15px 15px 15px 15px;
		}

		.banner-mobile .banner-title {
			max-width: 100%;
		}

		.banner-title {
			color: #FF591A;
			font-size: 16px;
			font-weight: 700;
			margin-bottom: 20px;
			max-width: 160px;
		}
		.banner-date {
			color: #fff;
			font-size: 12px;
			margin-bottom: 15px;
		}
		.banner-link {
			color: #fff;
			border-bottom: 1px solid #fff;
			padding-bottom: 2px;
			transition: .3s;
			font-size: 13px;
		}

		.banner-link:hover {
			color: #FF591A;
			border-bottom: 1px solid transparent;
		}
		@media (max-width: 1024px) {
			.banner-desktop {
				display: none;
			}
			.move .swiper-pagination-fraction {
				top: 330px;
			}
			.move .swiper-button-prev,
			.move .swiper-button-next  {
				top: 400px;
			}

		}
		@media (min-width: 1025px) {
			.banner-mobile {
				display: none;
			}
		}






				@media (min-width: 1025px) {

			.gallery .swiper-container {
				height: 650px;
			}
		}
	
		
		@media (min-width: 1920px) {
			.advantages:before {
				left: -340px;
			    content: "";
			    position: absolute;
			    bottom: -626px;
			    width: 902px;
			    height: 204%;
			    transform: rotate(-48.6deg);
			    background: #F7F7F7;
			    z-index: -1;
			}
			.advantages {
				padding: 110px 0 50px;
			}

			.gallery .swiper-container {
				height: 770px;
			}

			.gallery iframe {
				height: 770px;
			}
		}



		.gallery {
			overflow: visible;
		}

		.tour-wrapper {
			background: url('./img/tour.gif') center center no-repeat;
			background-size: 60px;
		}



		.gallery .nav {
			overflow: hidden;
		}
		.gallery .nav-item {
			position: relative;
			width: 50%;
			text-align: center;

		}
		
		.gallery .nav-item:nth-of-type(1):after {
			content: "";
		    position: absolute;
		    right: -99px;
		    top: 0;
		    border: 50px solid transparent;
		    border-bottom: 50px solid #D23123;
		    border-left: 50px solid #D23123;
		    z-index: 2;
		}


		.gallery .nav-link {
			color: #fff;
			text-transform: uppercase;
			font-size: 40px;
			font-weight: 900;
			padding: 24px 0;
		}

		.gallery .nav-link span {
			display: inline-block;
			position: relative;
			line-height: 1.2;
		}

		.gallery .nav-link > span:after {
			content: '';
			display: block;
		    width: 0;
		    height: 4px;
		    background: #000;
		    transition: width .4s;
		}

		.gallery .nav-link.active span:after {
			width: 100%;
		}

		.gallery .nav-link:hover > span:after {
			width: 100%;
		}

		.gallery .nav-item:nth-of-type(1) {
			background: #D23123;
		}
		.gallery .nav-item:nth-of-type(2) {
			background: #FF591B;
		}

		@media (max-width: 767px) {
			.gallery .nav-link {
				font-size: 24px;
			}
			.gallery .nav-item:nth-of-type(1):after {
				content: none;
			}
		}

/* fancy style*/
.fancybox-infobar {
	background: #FF591B;
    color: #ffffff!important;
}

.fancybox-caption__body {
	font-size: 24px;
}

.fancybox-button svg {
	color: #fff;
}

.fancybox-navigation .fancybox-button div {
	background: #FF591B;
}


.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox:focus {
	outline: none;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* Стилизация выпадающего списка */
.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 52px;
	padding: 0 75px 0 20px;
	border-radius: 0;
	background: #fff;
	color: #FF591B;
	box-shadow: none;
	font-size: 14px;
	text-shadow: none;
	display: flex;
	align-items: center;
}
.jq-selectbox__select:hover {
	background: #fff;
}
.jq-selectbox__select:active {
	background: #fff;
	box-shadow: none;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: none;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	border-left: 1px solid #CCC;
	transition: 0.3s;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 23px;
	right: 20px;
	width: 0;
	height: 0;
	border-top: 5px solid #FF591B;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	transition: 0.3s;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
	transition: 0.3s;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow{
	transform: rotate(180deg);
	transition: 0.3s;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: #FFF;
	box-shadow: none;
	font-size: 14px;
	color: ;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 17px 10px;
	color: #FF591B;
}
.jq-selectbox li.selected {
	background-color: #f7f7f7;
	color: #FF591B;
}
.jq-selectbox li:hover {
	background-color: #f7f7f7;
	color: #FF591B;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #f7f7f7;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}



.hero-tour {
	position: absolute;
	right: 4.5vw;
	bottom: calc(45vw - 20%);
	text-decoration: none;
	transition: 0.5s;
}

.hero-tour-circle + svg.fadeIn {
	opacity: 1;
}

.hero-tour-circle.zoomIn {
	transform: scale(1);
} 

@media (min-width: 851px) and (max-width: 1024px) {
	.hero-tour {
		right: 0.5vw;
		bottom: calc(47vw - 20%);
	}
	.banner-desktop {
		display: block;
		bottom: 85px;
	}
	.banner-mobile {
		display: none;
	}
}

@media (min-width: 1025px) {
	.hero-tour {
		bottom: calc(44vw - 20%);
	}
}
@media (min-width: 1200px) {
	.hero-tour {
		bottom: calc(45vw - 20%);
	}
}
@media (min-width: 1280px) {
	.hero-tour {
		bottom: calc(42vw - 20%);
	}
}

@media (min-width: 1350px) {
	.hero-tour {
		bottom: calc(44vw - 20%);
	}
}

@media (min-width: 1500px) {
	.hero-tour {
		bottom: calc(40vw - 20%);
	}
}

@media (min-width: 1350px) and (max-height: 700px) {
	.hero-tour {
		bottom: calc(37vw - 20%);
		right: 5.5vw;
	}
	.hero-img img {
		max-width: 95%;
	}
	.hero-tour-circle + svg {
		margin-right: 15px;
		margin-top: 5px;
	}
}


@media (min-width: 1920px) {
	.hero-tour {
		bottom: calc(41vw - 20%);
	}
}

.hero-tour-circle {
	border-radius: 50%;
	background: #fff;
	border: 2px solid #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 85px;
	height: 85px;
	
	animation: zoom 1.5s 3s infinite;
	transform: scale(0);
	transition: .5s;

}

.hero-tour-circle:hover {
	animation: none;
	background: #000;
}

.hero-tour-circle:hover span {
	color: #fff;
}


.hero-tour-circle span {
	font-size: 15px;
	font-weight: 700;
	color: #000;
	transition: .3s;
}

.hero-tour-circle + svg {
	height: 100px;
	display: block;
	margin-left: auto;
	opacity: 0;
	transition: 0.5s;
}

@media (max-width: 849px) {
	.hero-tour-circle + svg.fadeIn {
		display: none;
	}
	.hero-tour-circle > svg {
		fill: #FF591B;
		margin-bottom: 10px;
	}
	.hero-tour-circle + svg {
		display: none;
	}
	.hero-tour-circle {
		animation: none;
		border-radius: 0;
		width: 130px;
		height: 93px;
		transform: none;
	}
	.banner-date {
		display: none;
	}
	.banner-title {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.hero-tour {
		right: 20px;
		bottom: 100%!important;
		z-index: 10;
		display: flex;
	}

	.hero-tour-active {
		position: relative;
		margin: 0 auto;
		right: 0;
		margin-bottom: 30px;
	}
	.banner-mobile {
		transform: none;
		max-width: 185px;
		padding: 10px 15px;
		margin: 30px auto 0 0;
	}
	.hero-img {
		padding-top: 10px;
	}
}

@-webkit-keyframes zoom {
   0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom {
   0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }

}

.gallery_desc {
	background: rgba(33,33,33,0.7);
	color: #fff;
	font-size: 11px;
	position: absolute;
	left: 50px;
	bottom: 20px;
	padding: 6px 10px;
	z-index: 99;
}
@media (max-width: 991px) {
	.gallery_desc {
		font-size: 9px;
		bottom: 5px;
		left: 50%;
	    transform: translateX(-50%);
	    margin-right: -50%;
	}
	.gallery .swiper-pagination-gal {
		bottom: 40px!important;
	}
}
@media (max-width: 360px) {
	.gallery_desc {
		font-size: 8px;
	}
}


    .system {
      padding: 62px 0 80px;
      font-size: 14px;
    }
    .system-container {
      max-width: 960px;
      margin: 0 auto;
      padding: 0 20px;
    }
    .system-header {
      background-color: #FF591B;
      color: #fff;
      text-align: center;
      padding: 50px 20px;
      font-size: 40px;
      font-weight: 900;
      margin: 0;
    }
    .system-content {
      padding-top: 45px;
      color: #020205;
    }
    .system-content p {
      margin-bottom: 30px;
    }
    .system-content a {
      color: #FF591B;
      font-weight: 500;
    }
    .system-content strong {
      font-weight: 700;
    }

    .system-list-disc {
      list-style-type: none;
      padding-left: 45px;
      margin-bottom: 35px;
    }
    .system-list-disc li {
      position: relative;
      margin-bottom: 10px;
    }
    .system-list-disc li:before {
      content: "";
      position: absolute;
      left: -17px;
      top: 7px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: #D23123;
    }

    .system-list-numbers {
      list-style-type: none;
      margin: 40px 0 30px;
      column-count: 2;
      counter-reset: list;
    }
    .system-list-numbers li {
      padding-left: 60px;
      display: block;
      position: relative;
      margin-bottom: 15px;
      padding-top: 25px;
    }
    .system-list-numbers li:before {
      counter-increment: list;
        content: counter(list) " ";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 16px;
        color: #fff;
        background: #FF591B;
        padding: 7px;
        line-height: 2;
        text-align: center;
        width: 40px;
        height: 40px;
        font-size: 14px;
        -webkit-clip-path: polygon(18% 0%, 100% 18%, 82% 100%, 0 82%);
        clip-path: polygon(18% 0%, 100% 18%, 82% 100%, 0 82%);
        font-weight: 900;
    }

    .system-items {
      display: flex;
      justify-content: space-between;
      margin-top: 50px;
    }

    .system-item {
      margin-bottom: 50px;
      max-width: 395px;
    }

    .system-item-icon {
      display: block;
      width: 60px;
      height: 50px;
      margin: 0 auto 25px;
    }

    .system-item-title {
      margin-bottom: 30px;
      font-weight: 700;
      line-height: 1.5;
      text-align: center;
    }

    .system-slogan {
      font-size: 20px;
      line-height: 1.5;
      max-width: 630px;
      margin: 0 auto;
    }
    @media (max-width: 800px) {
      .system-list-numbers {
        column-count: 1;
      }
    }

    @media (max-width: 767px) {
      .system {
        padding: 62px 0 45px;
      }
      .system-header {
        font-size: 24px;
        padding: 30px 20px;
      }
      .system-items {
        flex-direction: column;
        align-items: center;
      }
      .system-item {
        width: 100%;
      }
      .system-slogan {
        font-size: 18px;
      }
    }
    @media (min-width: 768px) and (max-width: 991px) {
      .advantages-items a[href^="http"] .advantages-item-title::before {
        right: 0;
      }
    }


.woocommerce ul.products li.product .button {
  display: none;
}

.out-of-stock {
  background: #E81D13;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  position: absolute;
  left: -1px;
  top: -1px;
}

.product.outofstock img{
 -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}