.typenav {
	font-size: 10px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-top: 1em;
	padding-bottom: 1em
}

.typenav__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.typenav__menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.typenav__item:not(:last-child) {
	margin-right: 10em
}

.typenav__item a {
	font-size: 1.4em;
	font-weight: 600;
	color: #333
}

.typenav__item a:hover {
	color: #f75000
}

.typenav__link {
	font-size: 1.3em;
	background: #f75000;
	border-color: #f75000;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 18.23076923em;
	-ms-flex: 0 1 18.23076923em;
	flex: 0 1 18.23076923em
}

.s-search__btn {
	background: #f75000
}

.p-franchise {
	padding-bottom: 105px
}

.p-franchise__title {
	font-weight: 600;
	font-size: 30px;
	color: #333
}

.p-franchise__controls {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px
}

.p-franchise__controls .s-search {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 412px;
	-ms-flex: 0 1 412px;
	flex: 0 1 412px
}

.p-franchise__controls-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-right: 15px
}

.p-franchise__controls-right {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display:flex;
}

.p-franchise__controls .c-check2:not(:last-child) {
	margin-right: 20px
}

.p-franchise__create-new {
	padding: 10.1px 18px;
	height: auto;
	background-color: #f75000;
	border-color: #f75000
}

.p-franchise__create-new:hover {
	color: #f75000
}

.frantable {
	font-size: 10px;
	width: 100%;
	/*border-collapse: collapse;*/
	margin-top: 3em;
	margin-bottom: 4em;
	border-collapse: separate;
	border-spacing: 0;
}

.frantable__col-sort {
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600
}

.frantable__col-sort:after {
	margin-left: .5em;
	vertical-align: middle;
	display: inline-block;
	content: '';
	height: .5em;
	width: .5em;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg) translateX(.2em);
	-ms-transform: rotate(-45deg) translateX(.2em);
	transform: rotate(-45deg) translateX(.2em)
}

.frantable__col-sort--reverse:after {
	-webkit-transform: rotate(135deg) translateX(.2em);
	-ms-transform: rotate(135deg) translateX(.2em);
	transform: rotate(135deg) translateX(.2em)
}

.frantable__col-body {
	white-space: nowrap;
	/*padding: 10px 18px 9px;*/
	/*padding: .71428571em 1.28571429em .64285714em;*/
	padding: 0 10px;
	overflow: hidden
}

.frantable__head {
	color: #fff;
	background: #f75000;
	font-size: 1.4em;
	font-weight: 600
}

.frantable__head td {
	padding: 10px 18px 9px;
	padding: .71428571em 1.28571429em .64285714em;
	white-space: nowrap;
	background: #f75000;
}

.frantable__state--active {
	color: #00b54d
}

.frantable__state--disabled {
	color: #f75000
}

.frantable__state--time-run-out {
	color: #898989
}

.frantable__line {
	font-size: 1.4em
}

.frantable__line td {
	padding: 6.45px 0;
	/*padding: .46071429em*/
}

.frantable__line:nth-child(2n) td {
	background: #f7f7f7;
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8
}
.frantable__line:nth-child(2n+1) td {
	background: #ffffff;
}
.frantable__field--name {
	position: sticky;
	left: 0;
}

.frantable__field--name .frantable__col-body {
	max-width: 265px;
	max-width: 18.92857143em
}

.frantable__field--email .frantable__col-body {
	max-width: 195px;
	max-width: 13.92857143em
}

.frantable__field--edit a,.frantable__field--id a, .frantable__field--name a {
	color: #333;
	text-decoration: underline
}

.frantable__field--edit a:hover, .frantable__field--id a:hover, .frantable__field--name a:hover {
	text-decoration: none
}

.pag__item {
	color: #f75000
}

.pag__item.active,
.pag__item:hover {
	background: #f75000
}

.card-property {
	font-size: 10px;
	padding-top:50px;
}

.card-property__title {
	font-size: 3em;
	font-weight: 600;
	color: #333;
	margin-bottom: .5em
}

.card-property__head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 4.3em
}

.card-property__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.card-property__left {
	-webkit-box-flex: 0;
	-webkit-flex: 0 3 84.5em;
	-ms-flex: 0 3 84.5em;
	flex: 0 3 84.5em;
	min-width: 0;
	margin-right: 1.5em
}

.card-property__right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 26.2em;
	-ms-flex: 0 1 26.2em;
	flex: 0 1 26.2em
}

.card-property__info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left: -.7em;
	margin-right: -.7em
}

.card-property__desc {
	font-size: 1.4em;
	line-height: 1.28571429em;
	margin-bottom: 1.07142857em
}

.card-property__desc p:not(:last-child) {
	margin-bottom: 1em
}

.param-build {
	width: 100%;
	max-width: -webkit-calc(25% - 1.4em);
	max-width: calc(25% - 1.4em);
	border: 1px solid #e8e8e8;
	text-align: center;
	padding-top: 1.5em;
	padding-bottom: 1.2em;
	margin: 0 .7em 1em
}

.param-build__title {
	font-size: 1.4em;
	margin-bottom: .5em
}

.param-build__value {
	font-weight: 700;
	font-size: 1.6em
}

.property-address__address {
	font-weight: 600;
	font-size: 1.6em
}

.property-address__map {
	text-decoration: underline;
	color: #333;
	font-size: 1.3em;
	margin-left: 1em
}

.property-address__desc {
	font-size: 1.4em;
	color: #333;
	opacity: .5
}

.build-control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.build-control__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 30px;
	width: 30px;
	border: 1px solid rgba(0, 0, 0, .1);
	position: relative
}

.build-control__item:hover {
	background: #f75000
}

.build-control__item:not(:last-child) {
	margin-right: 5px
}

.ico-fb,
.ico-fb-2,
.ico-heart,
.ico-heart-w,
.ico-pdf,
.ico-pdf-w,
.ico-printer,
.ico-printer-w,
.ico-tw,
.ico-tw-w,
.ico-vk,
.ico-vk-w {
	background: url(../img/1701/prop/sprite.png) no-repeat
}

.ico-fb-2:after,
.ico-fb:after,
.ico-heart-w:after,
.ico-heart:after,
.ico-pdf-w:after,
.ico-pdf:after,
.ico-printer-w:after,
.ico-printer:after,
.ico-tw-w:after,
.ico-tw:after,
.ico-vk-w:after,
.ico-vk:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0
}

.ico-vk {
	background-position: -23px 0;
	width: 23px;
	height: 14px
}

.ico-vk:hover {
	background-position: 0 0;
	width: 23px;
	height: 14px
}

.ico-tw {
	background-position: -65px 0;
	width: 19px;
	height: 15px
}

.ico-tw:hover {
	background-position: -46px 0;
	width: 19px;
	height: 15px
}

.ico-printer {
	background-position: -103px 0;
	width: 19px;
	height: 19px
}

.ico-printer:hover {
	background-position: -84px 0;
	width: 19px;
	height: 19px
}

.ico-pdf {
	background-position: -139px 0;
	width: 17px;
	height: 19px
}

.ico-pdf:hover {
	background-position: -122px 0;
	width: 17px;
	height: 19px
}

.ico-heart {
	background-position: -174px 0;
	width: 18px;
	height: 17px
}

.ico-heart:hover {
	background-position: -156px 0;
	width: 18px;
	height: 17px
}

.ico-fb {
	background-position: -203px 0;
	width: 11px;
	height: 17px
}

.ico-fb:hover {
	background-position: -192px 0;
	width: 11px;
	height: 17px
}

.fr-edit {
	max-width: 420px;
	margin: auto;
	background: #fff;
	padding: 35px 30px 40px
}

.fr-edit .fancybox-close-small {
	display: none
}

.fr-edit__close {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.fr-edit__send {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 10px
}

.fr-edit__title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px
}

.fr-edit__block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px
}

.fr-edit__block-title {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	font-size: 14px;
	margin: 10px 0;
}

.fr-edit__block .c-select {
	width: 100%
}

.fr-edit__split {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.fr-edit__split .fr-edit__block {
	max-width: -webkit-calc(50% - 10px);
	max-width: calc(50% - 10px)
}

.fr-edit__date {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 96px;
	-ms-flex: 1 1 96px;
	flex: 1 1 96px;
	margin-right: 10px;
	background: #fff;
	margin-bottom: 10px;
	font-size: 12px
}

.fr-edit__time {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 64px;
	-ms-flex: 1 1 64px;
	flex: 1 1 64px;
	background: #fff;
	font-size: 12px
}

.fr-edit__control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.fr-edit__control .c-btn {
	background-color: #f75000;
	border-color: #f75000;
	color: #fff;
	height: 30px;
	width: auto;
	padding: 0 15px
}

.fr-edit__control .c-btn:hover {
	background-color: #fff;
	color: #f75000
}

.fr-edit__control .c-btn--invert {
	background-color: #fff;
	color: #f75000
}

.fr-edit__control .c-btn--invert:hover {
	background-color: #f75000;
	color: #fff
}

.build-slider {
	margin-bottom: 2em
}

.build-slider__top .item {
	position: relative;
	padding-top: 41.275%;
	overflow: hidden
}

.build-slider__top .item img {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	display: block;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: 100%
}

.build-slider__bottom {
	margin-left: -.3em;
	margin-right: -.3em;
	width: -webkit-calc(100% + .6em);
	width: calc(100% + .6em);
	margin-top: 1.5em
}

.build-slider__bottom .item {
	position: relative;
	padding-top: 55.63%;
	overflow: hidden;
	margin-left: .3em;
	margin-right: .3em
}

.build-slider__bottom .item img {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	display: block;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: 100%
}

.card-interest {
	text-align: center;
	padding: 2em 1.5em;
	background: #f1f1f1;
	margin-bottom: 2em
}

.card-interest__title {
	font-size: 1.6em;
	font-weight: 600;
	margin-bottom: .625em
}

.card-interest__link {
	background: #f75000;
	border-color: #f75000;
	font-size: 1.2em;
	width: auto;
	display: inline-block;
	padding: .9em 1.575em
}

.card-interest__link:hover {
	background: #fff;
	color: #f75000
}

.build-map__head {
	margin-bottom: 1.5em
}

.build-map__link {
	color: #333;
	text-decoration: underline;
	font-weight: 600;
	font-size: 1.3em
}

.build-map__link:not(:last-child) {
	margin-right: 2.07692308em
}

.build-map__link:hover {
	text-decoration: none
}

.build-map__map {
	margin-bottom: 1.3em
}

.build-map__sort {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -2.5em
}

.build-map__sort .c-check2 {
	margin-bottom: 1.5em;
	margin-left: 2.5em
}

#build-map__map {
	height: 40vh;
	max-height: 280px
}

.inf-build {
	padding-top: 3em;
	padding-bottom: 4.5em
}

.inf-build__title {
	font-size: 2em;
	font-weight: 600;
	margin-bottom: .9em
}

.inf-build__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.inf-build__list-block {
	width: 100%;
	max-width: 33.33%;
	padding: 0 4em;
	border-right: 1px solid #e8e8e8
}

.inf-build__list-block:first-child,
.inf-build__list-block:nth-child(4n) {
	padding-left: 0
}

.inf-build__list-block:last-child,
.inf-build__list-block:nth-child(3n) {
	padding-right: 0;
	border-right: 0 solid #e8e8e8
}

.inf-build__footer {
	margin-top: 3em
}

.el-inf-build {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.4em;
	color: #333;
	margin-bottom: .85714286em
}

.el-inf-build__title {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.21428571em;
	-ms-flex: 0 0 8.21428571em;
	flex: 0 0 8.21428571em
}

.ph6angle {
	height: 155px;
	width: 134px;
	margin: auto;
	margin-bottom: auto;
	position: relative;
	overflow: hidden;
	background: center/cover no-repeat;
	background-image: none;
	margin-bottom: 10px
}

.ph6angle__atop {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 50%
}

.ph6angle__atop:before {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background: #fff;
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 00%;
	top: -84%;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg)
}

.ph6angle__atop:after {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: -100%;
	top: -84%;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
	background: #fff
}

.ph6angle__abtm {
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 50%
}

.ph6angle__abtm:before {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background: #fff;
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 00%;
	bottom: -84%;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg)
}

.ph6angle__abtm:after {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: -100%;
	bottom: -84%;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	background: #fff
}

.peoplebnr {
	position: relative
}

.peoplebnr__bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../img/1701/bannermain2025_1.jpg) center 100%
}

.peoplebnr__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 522px
}

.peoplebnr__body {
	background: #f75000;
	padding: 43px 65px 50px 60px;
	max-width: 765px;
	position: relative;
	z-index: 1;
	-webkit-transform: translate(-6px, -1px);
	-ms-transform: translate(-6px, -1px);
	transform: translate(-6px, -1px)
}

.peoplebnr__title {
	color: #fff;
	font-size: 30px;
	line-height: 36px
}

.peoplebnr__link {
	margin-top: 18px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 12px;
	height: 44px;
	background: #fff;
	color: #000;
	padding: 0 33px;
	-webkit-box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, .1);
	box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, .1);
	-webkit-transition: .3s;
	transition: .3s
}

.peoplebnr__link:after {
	font-family: FontAwesome;
	color: #000;
	content: '\f0da';
	margin-left: 23px
}

.peoplebnr__link:hover {
	-webkit-box-shadow: 20px 20px 15px 1px rgba(0, 0, 0, .1);
	box-shadow: 20px 20px 15px 1px rgba(0, 0, 0, .1);
	color: #f75000
}

.seller {
	margin-bottom: 17px
}

.seller__title {
	font-size: 1.8em;
	font-weight: 600;
	margin-bottom: .77777778em
}

.seller__photo {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 9.2em;
	-ms-flex: 0 1 9.2em;
	flex: 0 1 9.2em
}

.seller__photo .ph6angle {
	height: 11em;
	width: 100%
}

.seller__body {
	padding: 1.4em 3em;
	border: 1px solid rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.seller__left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 36em;
	-ms-flex: 0 1 36em;
	flex: 0 1 36em
}

.seller__right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 42.5em;
	-ms-flex: 0 1 42.5em;
	flex: 0 1 42.5em;
	margin: 0 -1.3em
}

.seller__right .c-btn {
	background: #f75000;
	color: #fff;
	border-color: #f75000;
	font-size: 1.2em;
	margin: 0 1.08333333em;
	padding-left: .1em;
	padding-right: .1em
}

.seller__right .c-btn:hover {
	background: #fff;
	color: #f75000
}

.seller__right .c-btn--invert {
	background: #fff;
	color: #f75000
}

.seller__right .c-btn--invert:hover {
	color: #fff;
	background: #f75000
}

.seller__name {
	font-weight: 600;
	font-size: 1.6em
}
.seller__name a{
	color:#333;
}
.seller__name a:hover{
	color:#f75000;
}

.seller__desc {
	font-size: 1.4em
}

.seller__desc span:not(:last-child) {
	margin-right: 5px
}

.seller__info {
	margin-left: 2em
}

input[type=number] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: none
}

.similar-builds__title {
	font-size: 1.8em;
	font-weight: 600;
	margin-bottom: 1.11111111em
}

.similar-builds__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	opacity: 1;
	width: auto
}

.similar-builds__list .owl-dot {
	display: block;
	margin: 2.5px;
	height: 10px;
	width: 10px;
	background: #0c0707;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #f75000!important;
	cursor: pointer
}

.similar-builds__list .owl-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
	margin-top: 20px
}

.similar-builds__list .owl-dot.active {
	background: #f75000!important
}

.similar-builds .build {
	font-size: 12px;
	width: 100%;
	margin: 0
}

.similar-builds__item {
	max-width: -webkit-calc(33.3% - 30px);
	max-width: calc(33.3% - 30px);
	margin: 0 15px 20px
}

.build__price {
	color: #f75000
}

.build__more.c-btn {
	background-color: #f75000;
	border-color: #f75000
}

.build__more.c-btn:hover {
	color: #f75000;
	background: #fff
}

.build__size {
	color: #f75000
}

.sellerside {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .5s;
	transition: .5s
}

.sellerside__left {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 5em;
	-ms-flex: 0 1 5em;
	flex: 0 1 5em
}

.sellerside__left a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #f3f3f3;
	-webkit-transition: .3s;
	transition: .3s;
	height: 5.2em;
	border-top: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2
}

.sellerside__left a:last-child {
	border-bottom: 1px solid #e2e2e2
}

.sellerside__left a:hover {
	background: #fff
}

.sellerside__right {
	border: 1px solid #e2e2e2;
	border-left: none;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.sellerside__block {
	padding: 1.5em 3em;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.sellerside__block:not(:last-child) {
	border-bottom: 1px solid #e2e2e2
}

.sellerside__price {
	color: #f75000;
	font-size: 2em;
	font-weight: 700
}

.sellerside__address {
	font-size: 1.6em
}

.sellerside__user {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 5px
}

.sellerside__user .ph6angle {
	height: 44px;
	width: 40px;
	margin: 0;
	margin-right: 1em
}

.sellerside__name {
	font-size: 1.4em
}
.sellerside__name a{
	color:#333;
}
.sellerside__name a:hover{
	color:#f75000;
}
.sellerside__link {
	font-size: 1.1em;
	background: #fff;
	color: #f75000;
	border-color: #f75000;
	height: 25px;
	padding: 5px;
	margin-top: 5px
}

.sellerside__link:hover {
	color: #fff;
	background: #f75000
}

.sellerside__title {
	font-weight: 600;
	font-size: 1.6em
}

.sellerside__date {
	font-size: 1.4em
}

.sellerside__view {
	font-size: 1.2em;
	color: rgba(0, 0, 0, .5);
	margin-top: .83333333em;
	margin-bottom: .83333333em
}

.sellerside__ID {
	font-size: 1.4em
}

.catalogfilter {
	font-size: 1em
}

.catalogfilter__top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.catalogfilter__send {
	width: auto;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 13.16666667em;
	-ms-flex: 0 1 13.16666667em;
	flex: 0 1 13.16666667em;
	font-size: 1.2em;
	background: #f75000;
	border-color: #f75000;
	margin: 0 0 0 auto;
	height: 2.25em;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.catalogfilter__send:hover {
	color: #f75000
}

.catalogfilter__build {
	font-size: 1.4em;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 16.07142857em;
	-ms-flex: 0 1 16.07142857em;
	flex: 0 1 16.07142857em;
	margin-right: 2.14285714em;
	padding: 0;
	text-indent: .71428571em
}

.catalogfilter__city {
	font-size: 1.4em;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 16.07142857em;
	-ms-flex: 0 1 16.07142857em;
	flex: 0 1 16.07142857em;
	margin-right: 2.14285714em;
	padding: 0;
	text-indent: .71428571em
}

.catalogfilter .cat-option__price {
	font-size: 1.4em;
	margin-right: 2.14285714em;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.catalogfilter .cat-option__price-tag {
	padding: 0;
	text-indent: .71428571em;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 6.42857143em;
	-ms-flex: 0 1 6.42857143em;
	flex: 0 1 6.42857143em
}

.catalogfilter__filters {
	display: none
}

.catalogfilter__filters-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.catalogfilter__open-filter {
	font-size: 1.3em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1.84615385em;
	margin-bottom: 1.15384615em;
	cursor: pointer
}

.catalogfilter__open-filter:after {
	margin-left: .46153846em;
	display: inline-block;
	content: '';
	height: .3em;
	width: .3em;
	border-bottom: 2px solid rgba(0, 0, 0, .3);
	border-left: 2px solid rgba(0, 0, 0, .3);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.catalogfilter__open-filter--hide.catalogfilter__open-filter:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.ico-cat {
	background: url(../img/1701/catalog/sprite.png) no-repeat
}

.ico-cat--grid {
	height: 23px;
	width: 23px;
	background-position: 0 0
}

.ico-cat--grid:hover {
	background-color: #f75000;
	background-position: -23px 0
}

.ico-cat--row {
	height: 17px;
	width: 21px;
	background-position: -47px 0
}

.ico-cat--row:hover {
	background-position: -70px 0;
	background-color: #f75000
}

.ico-cat--map {
	width: 17px;
	width: 18px;
	height: 23px;
	background-position: -95px 0
}

.ico-cat--map:hover {
	background-position: -117px 0;
	background-color: #f75000
}

.p-search {
	font-size: 10px
}

.p-search__list {
	padding-bottom: 8em
}

.p-search__list .pag {
	font-size: 1.4em
}

.p-search__list-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.p-search__list-title {
	font-size: 1.8em;
	font-weight: 600
}

.p-search__list-sort {
	font-size: 1.4em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 21.42857143em;
	-ms-flex: 0 0 21.42857143em;
	flex: 0 0 21.42857143em
}

.p-search__list-sort .c-select {
	font-size: 1em;
	max-width: 12.64285714em;
	width: 100%
}

.p-search__head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2.5em
}

.p-search__title {
	font-size: 3em;
	font-weight: 600
}

.p-search__view {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.p-search__view .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 3.3em;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 3.3em;
	-ms-flex: 0 0 3.3em;
	flex: 0 0 3.3em;
	min-width: 3.3em;
	border: 1px solid rgba(0, 0, 0, .1);
	position: relative;
	margin-left: 5px
}

.p-search__view .item.is-active,
.p-search__view .item:hover {
	background: #f75000
}

.p-search__view .item.is-active .ico-cat--grid,
.p-search__view .item:hover .ico-cat--grid {
	background-color: #f75000;
	background-position: -23px 0
}

.p-search__view .item.is-active .ico-cat--row,
.p-search__view .item:hover .ico-cat--row {
	background-position: -70px 0;
	background-color: #f75000
}

.p-search__view .item.is-active .ico-cat--map,
.p-search__view .item:hover .ico-cat--map {
	background-position: -117px 0;
	background-color: #f75000
}

.p-search__view .item .ico-cat:after {
	content: '';
	height: 100%;
	width: 100%
}

.catfilter {
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 2.2em 2.5em;
	min-width: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 2.3em;
	margin-bottom: 1.5em
}

.catfilter__title {
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 1.07142857em
}

.catfilter__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.catfilter__col {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 10em;
	-ms-flex: 0 1 10em;
	flex: 0 1 10em
}

.catfilter__col:not(:last-child) {
	margin-right: 4em
}

.catfilter__prop:not(:last-child) {
	margin-bottom: 1em
}

.catfilter__prop-title {
	font-size: 1.4em;
	margin-bottom: .71428571em
}

.catfilter__prop .c-input {
	display: block;
	min-width: 0;
	width: 100%
}

.catfilter--size .catfilter__col:nth-child(1) {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 10em;
	-ms-flex: 0 0 10em;
	flex: 0 0 10em;
	width: 10em
}

.catfilter--size .catfilter__col:nth-child(2) {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 10em;
	-ms-flex: 0 0 10em;
	flex: 0 0 10em;
	width: 10em
}

.catfilter--about .catfilter__col:nth-child(1) {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 7.7em;
	-ms-flex: 0 1 7.7em;
	flex: 0 1 7.7em;
	width: 7.7em
}

.catfilter--about .catfilter__col:nth-child(1) .c-select {
	padding: 0 2em 0 .5em
}

.catfilter--about .catfilter__col:nth-child(2) {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 17.5em;
	-ms-flex: 0 0 17.5em;
	flex: 0 0 17.5em;
	width: 17.5em
}

.catfilter--about .catfilter__col:nth-child(2) .c-select {
	width: 100%
}

.catfilter--about .catfilter__col:nth-child(3) {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 17.5em;
	-ms-flex: 0 0 17.5em;
	flex: 0 0 17.5em;
	width: 17.5em
}

.catfilter--about .catfilter__col:nth-child(3) .c-select {
	width: 100%
}

.c-select {
	background-position: -webkit-calc(100% - 10px);
	background-position: calc(100% - 10px)
}

.list-build-grid {
	font-size: 1.2em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1.25em;
	margin-right: -1.25em;
	margin-top: 2.08333333em
}

.list-build-grid .build {
	max-width: -webkit-calc(25% - 30/12*1em);
	max-width: calc(25% - 30/12*1em);
	margin: 0 1.25em 2.5em;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%
}

.build__slider .build-owl-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
	height: .8em;
	width: 100%;
	position: absolute;
	bottom: .83333333em
}

.build__slider .build-owl-dots .build-owl-dot {
	border: 1px solid #f75000;
	background: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: .66666667em;
	width: .66666667em;
	margin: 0 .16666667em;
	cursor: pointer
}

.build__slider .build-owl-dots .build-owl-dot.active {
	background: #f75000
}

.build__slider .build-owl-nav {
	display: none
}

.realprop-nav {
	font-size: 10px
}

.list-row-build {
	margin-top: 2.5em
}

.row-build {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid rgba(0, 0, 0, .1)
}

.row-build:not(:last-child) {
	margin-bottom: 2em
}

.row-build .build__slider,
.row-build .build__slider-item {
	height: 157px;
	max-height: 100%
}

.row-build .build__image {
	background-size: cover
}

.row-build .build__image:hover {
	background-size: cover
}

.row-build__photo {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 17.4em;
	-ms-flex: 0 0 17.4em;
	flex: 0 0 17.4em;
	min-width: 0;
	overflow: hidden
}

.row-build__right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 28.4em;
	-ms-flex: 0 0 28.4em;
	flex: 0 0 28.4em;
	background: #f9f9f9;
	border-left: 1px solid rgba(0, 0, 0, .1);
	padding: 1.7em 2.3em 2em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.row-build__right-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.row-build__center {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 3em 2em 2em
}

.row-build__center-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.8em
}

.row-build__links {
	margin-top: .5em;
	margin-bottom: 1em
}

.row-build__links a {
	color: #333;
	font-size: 1.3em;
	text-decoration: underline
}

.row-build__links a:hover {
	text-decoration: none
}

.row-build__links a:not(:last-child) {
	margin-right: 1.5em
}

.row-build__price {
	font-size: 2em;
	font-weight: 700;
	color: #f75000
}

.row-build__size {
	font-size: 1.4em;
	background: #f9f9f9;
	border: 1px solid rgba(0, 0, 0, .1);
	padding: .42857143em 1em
}

.row-build__address {
	font-size: 1.2em;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 17.08333333em;
	-ms-flex: 0 1 17.08333333em;
	flex: 0 1 17.08333333em
}

.row-build__desc {
	font-size: 1.4em;
	line-height: 1.28571429em
}

.row-build__user {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.row-build__user .ph6angle {
	margin: 0 1.3em 0 0;
	height: 5.2em;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 4.5em;
	-ms-flex: 0 0 4.5em;
	flex: 0 0 4.5em
}

.row-build__name {
	font-size: 1.4em
}

.row-build__more {
	border-color: #f75000;
	background: #f75000;
	font-size: 1.2em;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 16.25em;
	-ms-flex: 0 1 16.25em;
	flex: 0 1 16.25em
}

.row-build__more:hover {
	background: #fff;
	color: #f75000
}

.catalog-map {
	position: relative;
	margin-top: 2.5em
}

.catalog-map__el {
	background: #fff;
	position: absolute;
	z-index: 3;
	top: 50px;
	left: 50px;
	-webkit-transition: 1s;
	transition: 1s;
	opacity: 1
}

.catalog-map__el--disable {
	-webkit-transform: translateX(-50vw) scale(0);
	-ms-transform: translateX(-50vw) scale(0);
	transform: translateX(-50vw) scale(0);
	opacity: 0
}

.catalog-map__el .build {
	display: block;
	width: 100%;
	min-height: 300px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.catalog-map__el .build__wrap {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.catalog-map__el .build__name {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.catalog-map__map {
	height: 56.2em;
	max-height: 40vh
}

.realprop-types__right {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.el-realprop--commerce,
.el-realprop--new {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.realprop-types {
	padding-left: 15px;
	padding-right: 15px
}

.realprop-bnr__send span {
	display: none;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase
}

.successform--hbg .fancybox-close-small {
	color: #adadad
}

.successform.successform--hbg .successform__head {
	background: 0 0;
	border-bottom: 2px solid #f75000
}

.successform.successform--hbg .successform__title {
	color: #f75000;
	font-weight: 600
}

.successform--warning .successform__head {
	background: #727272
}

.successform--warning .successform__content {
	background-image: url(../img/1701/popup/warning.jpg)
}

.successform--warning.successform--hbg .successform__head {
	background: 0 0;
	border-bottom: 2px solid #727272
}

.successform--warning.successform--hbg .successform__title {
	color: #727272;
	font-weight: 600
}

.successform--error .successform__head {
	background: red
}

.successform--error .successform__content {
	background-image: url(../img/1701/popup/error.jpg)
}

.successform--error.successform--hbg .successform__head {
	background: 0 0;
	border-bottom: 2px solid red
}

.successform--error.successform--hbg .successform__title {
	color: red;
	font-weight: 600
}
.header {
	border-top: 0
}

.header__top {
	background: #f75000;
	padding: 8.1px 0;
}

.header__top-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: between;
	justify-content: space-between
}

.header__top-city {
	color: #fff;
	font-size: 12px
}

.header__top-city a {
	color: #fff;
	text-decoration: underline
}

.header__top-city a:hover {
	text-decoration: none
}

.yourcity {
	max-width: 460px;
	width: 100%;
	margin: auto;
	background: #fff;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 22px;
	padding-left: 0;
	padding-right: 0
}

.yourcity__title {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 14px
}

.select-link {
	color: #333;
	font-size: 15px;
	display: block;
	padding: 6px 0 6.8px;
	text-align: center
}

.select-link:hover {
	color: #fff;
	background: #f75000
}

.selectcity {
	padding-top: 23px;
	max-width: 460px;
	margin: auto;
	width: 100%;
	max-height: 330px;
	overflow-y: auto;
	padding-left: 0;
	padding-right: 0
}

.selectcity::-webkit-scrollbar {
	width: 10px;
	height: 14px;
	padding: 2px
}

.selectcity::-webkit-scrollbar-track {
	background: #e8e8e8
}

.selectcity::-webkit-scrollbar-thumb {
	background: #f75000;
	height: 10px
}

.selectcity::-webkit-scrollbar-thumb:hover {
	background: #f75000
}

.selectcity__title {
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px
}

.selectcity__search {
	margin-bottom: 10px
}

.selectcity__search .s-search {
	max-width: 325px;
	margin: auto
}
