@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');

@font-face {
	font-family: 'Circe Bold';
	src: url('/fonts/Circe/circe_bold.eot'); /* IE 9 Compatibility Mode */
	src: url('/fonts/Circe/circe_bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/fonts/Circe/circe_bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('/fonts/Circe/circe_bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/fonts/Circe/circe_bold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/fonts/Circe/circe_bold.svg#circe_bold') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Circe ExtraBold';
	src: url('/fonts/Circe/circe_extrabold.eot'); /* IE 9 Compatibility Mode */
	src: url('/fonts/Circe/circe_extrabold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/fonts/Circe/circe_extrabold.woff2') format('woff2'), /* Super Modern Browsers */
		url('/fonts/Circe/circe_extrabold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/fonts/Circe/circe_extrabold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/fonts/Circe/circe_extrabold.svg#circe_extrabold') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Circe ExtraLight';
	src: url('/fonts/Circe/circe_extralight.eot'); /* IE 9 Compatibility Mode */
	src: url('/fonts/Circe/circe_extralight.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/fonts/Circe/circe_extralight.woff2') format('woff2'), /* Super Modern Browsers */
		url('/fonts/Circe/circe_extralight.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/fonts/Circe/circe_extralight.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/fonts/Circe/circe_extralight.svg#circe_extralight') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Circe Light';
	src: url('/fonts/Circe/circe_light.eot'); /* IE 9 Compatibility Mode */
	src: url('/fonts/Circe/circe_light.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/fonts/Circe/circe_light.woff2') format('woff2'), /* Super Modern Browsers */
		url('/fonts/Circe/circe_light.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/fonts/Circe/circe_light.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/fonts/Circe/circe_light.svg#circe_light') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Circe';
	src: url('/fonts/Circe/circe.eot'); /* IE 9 Compatibility Mode */
	src: url('/fonts/Circe/circe.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/fonts/Circe/circe.woff2') format('woff2'), /* Super Modern Browsers */
		url('/fonts/Circe/circe.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/fonts/Circe/circe.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/fonts/Circe/circe.svg#circe') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Circe Thin';
	src: url('/fonts/Circe/circe_thin.eot'); /* IE 9 Compatibility Mode */
	src: url('/fonts/Circe/circe_thin.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/fonts/Circe/circe_thin.woff2') format('woff2'), /* Super Modern Browsers */
		url('/fonts/Circe/circe_thin.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/fonts/Circe/circe_thin.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/fonts/Circe/circe_thin.svg#circe_thin') format('svg'); /* Chrome < 4, Legacy iOS */
}
.btn-sm {
	height: 60px!important;
	padding: 0 20px!important;
	width: 100%!important;
	font-weight: 400!important;
}
.row-border > div:first-child {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.row-border > div:last-child {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.row-border > div {
  border: 1px solid #EDEDED;
  margin-top: -1px;
  margin-left: -1px;
  width: calc(25% + 1px);
}

body {
	font-size: 15px;
	font-family: 'Montserrat'!important;
	background-color: #F4F5F7;
}
img {
	max-width: 100%;
	max-height: 100%;
}
span, button, p, input, textarea, a {
	font-family: 'Montserrat'!important;
}
.container-recaptcha {
	opacity: 0!important;
}
.link-cabinet {
	color: #fff!important;
	font-weight: 300!important;
	font-size: 15px!important;
	margin-right: 12px;
}
.ajax-result.active {
	display: block;
}
.ajax-result {
	display: none;
	padding: 10px 20px;
	background-color: #eee;
	margin-top: 30px;
}
.dfop-icon-cabinet img {
	width: 15px!important;
	opacity: .5;
}
.link-lg {
	font-size: 16px;
}
.auth-form {
	box-shadow: 0 0 20px rgba(0 0 0 / 10%);
}
.btn-circle:hover {
	color: #000;
	text-decoration: none;
}
.btn-circle {
	border: 0;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	background-color: #fafafa;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #555;
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}
.alert-info {
	font-size: 16px;
	background-color: #fafafa;
}

.page-item .page-link {
    border: 0!important;
    border-radius: 50%!important;
    min-width: 35px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #000;
}
.page-item.active .page-link {
    background-color: #A1CD45!important;
}
.btn-xs {
	height: 40px!important;
	padding-left: 20px!important;
	padding-right: 20px!important;
	color: #fff!important;
	font-weight: 400!important;
}
.table-middle td {
	vertical-align: middle;
}
.card-login {
	padding: 40px 0;
}
.menu-img {
	height: 20px;
	margin-bottom: 5px;
}
.menu-partner a {
	line-height: 1.2;
}
.block-table td {
	font-size: 16px;
}
.partner-content {
	min-height: 500px;
}
.content__menu li a:hover {
	text-decoration: none;
	color: #A1CD45;
}
.content__menu li a i {
	font-size: 19px;
	margin-right: 15px;
}
.content__menu li a {
	color: #000;
	display: flex;
	align-items: center;
	font-size: 16px;
	display: block;
	border-radius: 50px;
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}
.content__menu li {
	padding: 12px 0;
}
.content__menu {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 80px;
	margin-bottom: 80px;
}
.form-control2 {
	background-color: #fafafa;
	display: block;
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	border: 2px solid #eee;
}
.pip__item-num-min {
	font-size: 13px;
	font-weight: 400;
	 margin-top: 7px;
}
.bs-1 {
	box-shadow: 0 5px 10px 0 rgba(0 0 0 / 35%);
}
.parse-site-item__bigtitle {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}
.parse-site-item__title {
	font-size: 11px;
	color: #000;
}
.parse-site-item__icon {
	height: 50px;
}
.parse-site-item__icon i {
	font-size: 40px;
	color: #555;
}
.content_all {
	background-color: #fff;
}
.parse-site-item {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.package__item.active {
	outline: 2px solid #A1CD45;
}
.package__item .btn-primary {
	height: 45px!important;
	border-radius: 50px;
	font-weight: 300;
}
.package__item:hover {
	box-shadow: 0 0 20px rgba(0 0 0 / 25%);
}
.package__item {
	position: relative;
	box-shadow: 0 0 20px rgba(0 0 0 / 15%);
	padding: 25px;
	border-radius: 15px;
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}
.capability__item {
	position: relative;
}
.capability__item-war span {
	color: #A1CD45;
	font-weight: 500;
	font-style: normal;
    font-size: 20px;
    text-decoration: underline;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: -3px;
}
.capability__item-war {
	background-color: transparent;
    padding: 5px 15px;
    border-radius: 0;
    color: #ccc;
    font-size: 14px;
    display: block;
    position: relative;
    border-top: 0px solid #EDEDED;
}
.link-btn {
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 50px;
	padding: 15px 30px;
	color: #000;
	display: inline-block;
}
.pip__item-num,
.pip__item-num-small,
.capability__item-img {
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pip__item-num-small {
	font-size: 60px;
	color: #A1CD45;
	font-weight: 100;
}
.pip__item-num-small span {
	font-size: 20px;
}
.pip__item-num {
	font-size: 30px;
	color: #A1CD45;
	font-weight: 500;
}
.pip__item-img {
	height: 170px;
}
.bg-silver {
	background-color:#F4F5F7!important;
}
.capability__item-title {
	padding: 20px 0;
	font-size: 15px;
	line-height: 1.3;
}
.pip__item-num span {
	font-size: 12px;
}
.row-border-white > div {
	background-color: #fff;
}
.capability__item {
	padding: 40px 0 10px 0;
	text-align: center;
}
.content-subtitle {
	font-size: 16px;
	color: #555;
}
.menu-product li:before {
	position: absolute;
	content: "";
	left: 0;
	width: 30px;
	height: 100%;
	background-image: url(/images/icon/check.png);
	background-size: 23px;
	background-position: top left;
	background-repeat: no-repeat;
}
.menu-product li.no:before {
	background-image: url(/images/icon/close.png);
}
.menu-product li {
	position: relative;
	font-size: 15px;
	padding: 10px 10px 5px 42px;
}
.menu-product {
	list-style: none;
	margin: 0;
	padding: 0;
}
.content-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.1;
}
.footer__bottom p {
	color: #888888;
}
.pagedot-logo:hover {
    text-decoration: none;
}
.slider {
	z-index: 999;
}
.slider-wrap header {
	z-index: 9999999;
	padding: 30px 0 0 0;
	border-bottom: 0;
}
.slider-wrap .dfop-icon:hover {
	background-color: rgba(255 255 255 /15%);
}
.slider-wrap .dfop-icon {
	border: 0;
    background-color: rgba(255 255 255 /8%);
    color: rgba(255 255 255 / .5);
}
.slider-wrap .dfop-icon img {
	filter: brightness(0) invert(1);
	width: 25px;
}
.slider-wrap .menu li a {
    color: #fff;
    font-size: 14px;
}
.logo__title {
	font-size: 13px;
}
.slider-wrap .logo__title {
	color: #ddd;
}
.slider-wrap .pagedot-logo span,
.slider-wrap .pagedot-logo {
	color: #BFCF45;
}
.pagedot-logo {
	line-height: 1;
    padding: 0 0;
    border-radius: 4px;
    color: #0D1522;
    font-weight: 500;
    font-size: 25px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif!important;
}
.pagedot-logo span {
    color: #0D1522;
    font-family: 'Montserrat', sans-serif!important;
}
.slider__item {
	color: #fff;
}
.slider__item-title {
	font-size: 70px;
    font-weight: bold;
	line-height: .9;
	margin-bottom: 10px;
	min-height: 200px;
}
.slider__item-subtitle {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: 100;
}


.slider-wrap:before {
	position: absolute;
	content: "";
	width: 900px;
	height: 900px;
	border-radius: 500%;
	background-color: rgba(255 255 255 / 2%);
	left: 0;
	z-index: 2;
}
.slider-wrap {
	background-color: #1E0015;
	position: relative;
	overflow: hidden;
}
.slider {
	position: relative;
	min-height: calc(100vh - 70px);
	
}
.menu ul li {
	display: inline-block;
	margin: 0 10px;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
    .property {
        position: absolute;
        top: 155px;
        bottom: 0;
        width: 100%;
        height: auto;
    }
    .property-list {
        width: 35%;
    }
    .mapper-static {
        position: relative;
        height: 400px;
        width: 100%;
	border-radius: 20px;
	overflow: hidden;
    }
    .mapper {
        position: absolute;
        right: 0;
        height: 100%;
        width: 62%;
    }
    #mapperon {
        width: 100%; height: 100%; padding: 0; margin: 0;
    }
.banks {
	margin-top: 50px;
}
.content__title {
	font-size: 27px;
	font-family: 'Circe Bold';
	color: #000;
}
.other__items {
	margin-top: 30px;
}
.other .row > div {
	padding-left: 25px;
	padding-right: 25px;
}
.other .row {
	margin-left: -25px;
	margin-right: -25px;
}
.content {
   	padding: 20px 0;
}
.my-single-map {
	padding: 40px 0;
}
/* Загрузчик иконка в стиле пульса*/
.loading-puls.dark:after {
  box-shadow: 0 0 0 0;

}
.loading-puls.dark:before {
  box-shadow: inset 0 0 0 3px #433B77;
}
.loading-puls.dark {
  background: transparent;
}
.loading-puls.light {
  background: #FFF;
}

.loading-puls.light:before,
.loading-puls.light:after {
  box-shadow: 0 0 0 3px #FFF;
}
.loading-puls {
  margin: 0 40px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  line-height: 20px;
  position: absolute;
  right: 0;
  left: 0;
    top: 45%;
    margin-top: 10px;
    margin: auto;
    z-index: 999;
}

.loading-puls:after {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  transition: transform 0.2s, opacity 0.2s;
}

.loading-puls:hover:after {
  transform: scale(1.45);
  opacity: 0.8;
}

.loading-puls:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  transition: transform 0.2s, opacity 0.2s;
  animation: pulsing 1s infinite;
}
@keyframes pulsing {
  0% {
    transform: scale(1);
    opacity: .7;
  }
  100% {
    transform: scale(10);
    opacity: 0;
  }
}

.scrollbar-inner > .scroll-element .scroll-element_track {
	background-color: transparent;
    top: 25px;
}
.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #c2c2c2;
    margin-top: 25px;
}
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 5px;
    right: -3px;
    margin-right: 0;
}
.capabilities {
	padding: 50px 0;
	background-color: #fff;
}
.card-login .pip__item-num-small {
	font-size: 30px;
	padding: 0;
	margin: 0;
	font-weight: 500;
	height: 70px!important;
}
.btn-primary:hover {
	background-color: #88AC3A!important;
}
.btn-primary {
	background-color: #A1CD45!important;
    border: 0;
    border-radius: 10px;
    padding: 0px 50px;
    height: 65px;
}
.alert {
	height: 55px!important;
}
.dfop-icon img {
	width: 20px;
}
.dfop-icon {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	border: 1px solid #EDEDED;
}
header .container {
	z-index: 4;
	position: relative;
}
header {
	border-bottom: 1px solid #EDEDED;
	padding: 10px 0;
	z-index: 2;
	position: relative;
}
.filter {
	margin-top: 20px;
	padding-bottom: 10px;
	background-color: #fff;
	z-index: 9999;
	position: relative;
}
.logo img {
	margin-top: -7px;
}
.property__image img {
	width: 100%;
	object-fit: cover;
	height: 180px;
}
.block-property__images {
	border-radius: 15px;
}
.property__image {
	border-radius: 15px;
	overflow: hidden;
	height: 180px;
}
.property-item-prev {
	left: -25px;
}
.property-item-next {
	right: -25px;
}
.property-item-prev i,
.property-item-next i {
	font-size: 20px!important;
}
.property-item-prev:focus,
.property-item-next:focus,
.property-item-prev:hover,
.property-item-next:hover {
	background-color: #eee;
}
.property-item-prev,
.property-item-next {
	color: #000;
	top: 50%;
	margin-top: -25px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	z-index: 99;
	padding: 0;
	display: inline-block;
}
.property__title a {
	color: #000;
	font-family: 'Circe Bold';
}
.property__title {
	color: #000;
	font-weight: 400;
	font-size: 18px;
	margin-top: 10px;
}
.property__subtitle {
	color: #7338D4;
	font-size: 18px;
}
.link-back {
	color: #000!important;
	font-weight: 300;
	text-decoration: underline;
}
.back i {
	font-size: 12px;
}
.back {
	padding-top: 20px;
}
.property-item:hover {
	/*box-shadow: 0 0 5px rgba(0,0,0, .1);*/
	border-radius: 15px;
}
.my-single .block-property__images,
.my-single .property__image {
	border-radius: 8px;
}
.my-single .property__image img,
.my-single .property__image {
	height: 250px;
}
.my-single {
	padding: 20px 0;
}
.not-un > div {
	background-color: #eee;
	padding: 15px 30px;
	border-radius: 50px;
}
.not-un {
	height: 200px;
	font-size: 20px;
	color: #555;
}
.btn-primary {
	background-color: #967BE3;
	font-size: 17px;
	color: #fff;
    font-weight: bold;
}
.my-single-content__form-title {
	font-style: normal;
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 10px;
	line-height: 1.3;
}
.my-single-content__form-inputs .form-control {
	border-radius: 7px;
	border: 1px solid rgba(0, 0, 0, 0.24)!important;
}
.my-single-content__form-inputs button,
.my-single-content__form-inputs input {
	height: 60px;
	border-radius: 7px;
}
.my-single-content__form-inputs {
	margin-bottom: 25px;
}
.my-single-content__form-subtitle {
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.3;
}
input[type="text"]::-webkit-input-placeholder { color: #ACACAC!important; font-size: 16px; }
   input[type="text"]:-ms-input-placeholder { color: #ACACAC!important; font-size: 16px; }
   input[type="text"]::-ms-input-placeholder { color: #ACACAC!important; font-size: 16px; }
   input[type="text"]::placeholder { color: #ACACAC!important; font-size: 16px; } 

.comment__title {
	font-size: 20px;
	font-family: 'Circe Bold';
	margin-bottom: 15px;
}
.my-single-content {
	margin-top: 10px;
}
.my-comment {
	margin-top: 30px;
}
.comment__text {
	color: #000;
	font-height: 2.1;
	font-size: 17px;
}
.comment__author {
	margin-right: 40px;
}
.comment__author-name {
	font-size: 16px;
	font-family: 'Circe Bold';
}
.comment__author-img {
	width: 110px;
	border-radius: 7px;
	background-color: #EDEDED;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 3px;
}
.my-single-content__data-t {
	font-size: 19px;
}
.my-single-content__data {
	font-size: 25px;
	font-family: 'Circe Bold';
	line-height: 1.2;
	padding-right: 25px;
}
.my-single-content__data span {
	font-size: 19px;
	color: #A3A3A3;
	margin-left: 2px;
}
.my-single-content__form-info {
	color: #858585;
	font-size: 14px;
}
.my-single-content__form {
	border: 2px solid #967BE3;
	padding: 23px 30px;
	border-radius: 10px;
}
.my-single-content > div > .row {
	margin-left: -7.5px!important;
	margin-right: -7.5px!important;
}
.my-single-content > div > .row > div {
	padding-left: 7.5px!important;
	padding-right: 7.5px!important;
}
#wpadminbar {
	display: none;
}
html {
    margin-top: 0!important;
}
.menu li a {
	color: #000;
	font-size: 14px;
}
.dfop-icon {
	width: 35px;
}
.telephone a {
	color: #000;
}
.telephone {
	font-size: 20px;
	font-family: 'Circe Bold';
}
.property-item {
	margin-bottom: 30px;
	padding: 10px;
	margin-top: -10px;
	margin-right: -10px;

	margin-left: -10px;
}
.property__info {
	font-size: 18px;
	line-height: 1.2;
}
.property__info-price {
	color: #000;
	font-weight: 600;
}
.property__info-price_m2 {
	color: #B2B2B2;
	font-size: 14px;
}
.br-1 {
	border-right: 1px solid #C4C4C4;
}

.btn-more img {
	width: 25px;
	margin-left: 16px;
}
.btn-more:hover {
    background-color: #ddd;
}
.btn-more {
	border: 0;
    height: 60px;
    border-radius: 50px;
    padding-left: 35px;
    padding-right: 35px;
    background-color: #EEEEEE;
    color: #3D3C3C!important;
    font-size: 17px;
    font-weight: 600;
}

.btn-more.active img {
    -webkit-animation-name: rotation;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    -ms-animation-name: rotation;
    -ms-animation-duration: 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
 
@-webkit-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@-moz-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@-o-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(720deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
.scrollbar-inner-property {
	position: relative;
	bottom: 0;
	height: calc(100vh - 150px);
	margin-top: -25px;
	margin-left: -25px;
	padding-left: 25px;
	padding-right: 25px;
}
.ww-1 {
	width: 80px;
}
.ww-2 {
	width: 130px;
}
.filter-btn:hover {
	background-color: #826AC4!important;
	border: 1px solid #826AC4!important;
}
.filter-btn {
	background-color: #967BE3!important;
	border: 1px solid #967BE3!important;
	color: #fff!important;
	padding-left: 40px!important;
	padding-right: 40px!important;
}
.ajax-load-property-single {
	display: none;
}
.ajax-load-property-single,
.ajax-load-property {
	padding: 25px;
}
.content {
	padding: 50px 0;
	background-color: #fff;
	min-height: 450px;
}
.form-control {
	height: 55px;
	border-radius: 10px;
	padding: 0 30px;
}
.property__address {
	color: #B2B2B2;
	margin-bottom: 15px;
}
.line {
	border-top: 1px solid #EDEDED;
	padding-top: 0px;
	margin-top: 0px;
}
.price__item {
	padding: 50px 0;
}
.br-1 {
	border-right: 1px solid #EDEDED;
}
footer {
	padding: 30px 0;
	border-top: 1px solid #EDEDED;
}
.big-link {
	font-size: 30px;
}
.footer__top {
	border-top: 1px solid #C4C4C4;
	padding-top: 40px;
	margin-top: 30px;
}
.footer__bottom {
	border-top: 1px solid #C4C4C4;
	padding: 30px 0;
}
.filter__btns button {
	margin: 0 3px;
}
.filter__title {
	margin-right: 10px;
}
button.filter-control:focus,
.filter-control.active {
	border: 1px solid #7FB273;
	background-color: #7FB273;
	color: #fff;
}
button.filter-control:hover {
	border: 1px solid #8FB287;
	background-color: #8FB287;
	color: #fff;
}
.filter-control {
	border: 1px solid #C7C1C1;
	background-color: #fff;
	color: #000;
	border-radius: 7px!important;
	font-size: 15px;
	padding: 0 18px;
	height: 45px;
	font-weight: 200;
    min-width: 50px;
}
.video {
	background-color: rgba(255 255 255 / 30%);
	border: 0;
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0 0 130px 0 rgba(255 255 255 / 30%);
}
.video2 {
	padding: 0 25px 30px 25px;
}
.js-menu-close {
	display: none;
}
@media(max-width: 800px) {

	.pagedot-logo {
	    font-size: 13px;
	}
	.slider__item-title {
	    font-size: 30px;
	    font-weight: bold;
	    line-height: 1.3;
	    margin-bottom: 10px;
	    min-height: 120px;
	}

	.js-menu.active {
		right: 0;
		box-shadow: 0 0 20px rgba(0 0 0 / 20%);
		z-index: 999999;
		background-color: #1E0015;
	}
	.js-menu-close {
		display: flex;
		justify-content: flex-end;
		position: relative;
		right: 0
		top: 0;
		margin-bottom: 20px;
		margin-left: auto;
		font-size: 30px;
	}
	.js-menu li a {
	    color: #000;
	    font-size: 25px!important;
	    padding: 10px 0;
	    display: block;
	}
	.js-menu li {
		display: block!important;
		text-align: center;
	}
	.menu {
		display: none;
	}
	.menu.js-menu a {
		color: #fff!important;
	}
	.menu.js-menu {
		display: block;
	}
	.js-menu {
		background-color: #fff;
		position: fixed;
		width: 90%;
		padding: 20px;
		top: 0;
		bottom: 0;
		right: -100%;
		transition: all .4s;
		-o-transition: all .4s;
		-ms-transition: all .4s;
		-moz-transition: all .4s;
		-webkit-transition: all .4s;
	}
	.video2 {
		padding: 0;
	}
	.video {
		border:0;
		border-radius: 0;
		padding: 0;
		background-color: transparent;
	}
	.capability__item-war span,
	.capability__item-war {
	    font-size: 10px;
	}
	.capability__item {
	    padding: 30px 0;
	    text-align: center;
	    margin-bottom: 30px!important;
	}
	.pip__item-img {
	    height: auto;
	}
	.logo__title {
		display: none;
	}
	.telephone a {
		display: none;
	}
	.slider__item-subtitle {
	    font-size: 13px;
	}
	.slider {
	    padding: 40px 0;
	}
	.slider__item-title,
	.slider__item-subtitle {
		text-align: center;
	}
	.slider__item-btn {
		text-align: center;
		padding: 0 0 30px 0;
		justify-content: center;
	}
	.content-title {
	    line-height: 1.1;
	}
	.content-subtitle {
	    color: #847d7d;
	}
	.row-border > div {
	    margin-top: 0;
	    margin-left: 0;
	    width: auto;
	}

	.row-border > div:last-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.capability__item-title b {
		font-weight: 400!important;
	}
	.capability__item-title {
	    padding: 10px 0 20px 0;
	    font-size: 30px;
	}
	.capabilities.vozy .capability__item-title {
	    padding: 10px 0 20px 0;
	    font-size: 14px;
	}
	.row-border > div:first-child {
	    border-top-left-radius: 0;
	    border-bottom-left-radius: 0;
	}
	.btn-primary {
	    padding: 15px 10px;
	}
	.capability__item-war {
		display: none!important;
	}
	.package__item {
		margin-bottom: 20px!important;
	}
	.pip__item-num {
		margin-bottom: 20px;
		font-size: 40px;
	}
	.auth-form {
	    padding: 30px 30px 10px 30px;
	}
}