

@charset "utf-8";

@font-face {
	font-family: blackfriday;
	src: url(../fonts/blackfriday.eot);
	src: url(../fonts/blackfriday.eot#iefix) format('embedded-opentype'), url(../fonts/blackfriday.ttf) format('truetype'), url(../fonts/blackfriday.woff) format('woff'), url(../fonts/blackfriday.svg#blackfriday) format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: block
}

:root {
	--swiper-theme-color: #da3145
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

body {
	margin: 0;
	background-color: #fff;
	overflow-x: hidden
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	height: 1px;
	border: none;
	display: block;
	color: #eee;
	background-color: #eee;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: .8em
}

sub,
sup {
	line-height: 0;
	font-size: .75em;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

html {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	font-family: 'Open Sans', sans-serif
}

hr {
	margin: 2.5em 0 4em
}

b,
strong {
	font-weight: 700
}

h1 {
	font-size: 2rem;
	font-weight: 400
}

q {
	display: inline;
	margin: 0
}

q:not(.double):not(.open) {
	quotes: "\00ab""\00bb"
}

q.double {
	quotes: "\0022""\0022"
}

q.open {
	quotes: "\201c""\201d"
}

mark {
	color: inherit;
	background-color: rgba(218, 49, 69, .15);
	padding: 4px;
	margin: 0
}

ul.list {
	list-style: none;
	text-align: left;
	margin: 1em 0
}

ul.list>li {
	position: relative
}

ul.list--disk>li::before,
ul.list--line>li::before,
ul.list--small_disk>li::before {
	content: "";
	left: 0;
	top: .75em;
	border-radius: 50%;
	background-color: #111;
	position: absolute;
	margin-left: -20px
}

ul.list--disk>li::before {
	width: 6px;
	height: 6px;
	margin-top: -3px
}

ul.list--small_disk>li::before {
	width: 4px;
	height: 4px;
	margin-top: -2px
}

ul.list--line>li::before {
	width: 6px;
	height: 1px;
	margin-top: -1px
}

ul.list--closely {
	padding: 0 0 0 1.2em;
	margin: 0
}

ul.list--closely>li::before {
	margin-left: -.7em
}

@media (min-width:981px) {
	ul.list--no_desktop {
		text-align: inherit
	}

	ul.list--no_desktop>li::before {
		content: none
	}
}

a {
	color: inherit;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

a:active,
a:hover,
a:visited {
	color: inherit
}

.links--accent a {
	color: #ed1c24
}

.links--accent a:active,
.links--accent a:visited {
	color: #ed1c24
}

.links--gray a {
	color: #9a9a9a;
	text-decoration: underline
}

.links--gray a:active,
.links--gray a:visited {
	color: #9a9a9a
}

.links--gray a:hover {
	color: #7f7f7f
}

.links--silver a {
	color: #9a9a9a
}

.links--silver a:active,
.links--silver a:visited {
	color: #9a9a9a
}

.links--silver a:hover {
	color: #b8b8b8
}

.links--small-accent a {
	text-decoration: underline
}

.container {
	max-width: 1200px;
	padding: 0 1.25em;
	margin: 0 auto
}

.container--on_all_height {
	height: 100%
}

.container--for_reading {
	max-width: 800px
}

.container--small {
	max-width: 600px
}

.full_screen {
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.centered_on_screen {
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.section--accent {
	background-color: #f6f6f6;
	padding: 3.7em 0 3em;
	margin: 3em 0 3.5em
}
@media screen  and (max-width: 981px){

    .section--accent {
        margin: 2em 0;
    }

}

.section--small-accent {
	background-color: #f6f6f6;
	padding: .25em 0;
	margin: 2em 0
}

.section--more-margin {
	margin: 4em 0
}
@media screen and (max-width: 981px){
    .section-sm-small-margin{
        margin: 2em 0;
    }
}

@media screen and (max-width: 340px){
    .section-sm-small-margin{
        margin-left: -10px;
    }
}

section-sm-small-margin

.section--small-margin {
	margin: 1em 0
}

.actions {
	margin: 2.5em 0 3em
}

.actions--small-margin {
	margin-bottom: 1.25em
}

.actions--more-objects {
	margin-top: -.75em
}

.actions--micro-margin {
	margin: 1em 0 1.5em
}

.section--no-margin-bottom {
	margin-bottom: 0
}

.actions--no-margin {
	margin: 0
}

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

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

.objects-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 26px 1fr 26px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 26px;
	margin-bottom: 50px
}

@media (max-width:420px) {
	.container.container--wide {
		padding: 0
	}
}

@media (max-width:679px) {
	.container.container--wide {
		max-width: 400px
	}

	.objects-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		margin-bottom: 40px
	}
}

@media (min-width:680px) and (max-width:720px) {
	.objects-grid {
		-ms-grid-columns: 1fr 26px 1fr;
		grid-template-columns: 1fr 1fr
	}
}

@media (min-width:721px) and (max-width:960px) {
	.container.container--wide {
		max-width: 800px
	}

	.objects-grid {
		-ms-grid-columns: 1fr 26px 1fr;
		grid-template-columns: 1fr 1fr
	}
}

@media (min-width:850px) {
	.actions--collapse {
		margin-top: -2em
	}
}

@media (max-width:420px) {

	.actions--collapse,
	.actions--collapse>.btn,
	.actions--collapse>.select {
		display: block
	}

	.actions--collapse>.btn {
		width: 100%;
		margin-bottom: 1em
	}
}

.logo {
	display: block
}

.logo::before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto
}

.logo--main::before {
	width: 150px;
	height: 136px;
	/*background-image: url(../img/logos2021.svg#logo-view)*/
	background-image: url(../img/logo2022/logo.png);
	-webkit-background-size: contain;
	background-size: contain;
}

.logo--repa::before {
	width: 56px;
	height: 20px;
	background-image: url(../img/logos2021.svg#repa-view)
}

.logo--award::before {
	display: block;
	width: 80px;
	height: 80px;
	background-image: url(../img/years2023.svg);
	background-size: contain;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .65em 1em;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .3em;
	-webkit-appearance: none;
	-webkit-transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;
	transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;
	transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out;
	transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out, -webkit-box-shadow .1s ease-in-out
}

.btn.focus,
.btn:focus {
	outline: 0
}

.btn.disabled,
.btn:disabled {
	opacity: .6;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

.btn:not(:disabled):not(.disabled):not(.btn--static):active {
	-webkit-transform: translateY(1.5px);
	transform: translateY(1.5px)
}

a.btn,
a.btn:hover {
	text-decoration: none
}

a.btn.disabled,
a.btn:disabled,
fieldset.disabled a.btn,
fieldset:disabled a.btn {
	pointer-events: none
}

.btn>i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle
}

.btn:not(.btn--icon):not(.btn--wide_icon):not(.btn--nav)>i:not(.late) {
	padding-right: .35rem
}

.btn:not(.btn--icon):not(.btn--wide_icon):not(.btn--nav)>i.late {
	padding-left: .35rem
}

.btn--primary {
	color: #fff;
	background-color: #da3145;
	border-color: #da3145;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn--primary:hover,
a.btn--primary:visited {
	color: #fff;
	background-color: #dd4052;
	border-color: #dd4052
}

.btn--primary.focus,
.btn--primary:focus {
	color: #fff;
	background-color: #dd4052;
	border-color: #dd4052;
	-webkit-box-shadow: 0 0 0 2px rgba(255, 0, 0, .5);
	box-shadow: 0 0 0 2px rgba(255, 0, 0, .5)
}

.btn--primary.disabled,
.btn--primary:disabled {
	color: #303030;
	background-color: #ccc;
	border-color: #ccc
}

.btn--primary:not(:disabled):not(.disabled).active,
.btn--primary:not(:disabled):not(.disabled):active,
.show>.btn--primary.dropdown-toggle {
	color: #fff;
	background-color: #d02438;
	border-color: #d02438
}

.btn--primary:not(:disabled):not(.disabled).active:focus,
.btn--primary:not(:disabled):not(.disabled):active:focus,
.show>.btn--primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(255, 0, 0, .5);
	box-shadow: 0 0 0 2px rgba(255, 0, 0, .5)
}

.btn--secondary {
	color: #fff;
	background-color: #00b9c7;
	border-color: #00b9c7;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn--secondary:hover,
a.btn--secondary:visited {
	color: #fff;
	background-color: #00c3d1;
	border-color: #00c3d1
}

.btn--secondary.focus,
.btn--secondary:focus {
	color: #fff;
	background-color: #00c3d1;
	border-color: #00c3d1;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 162, 173, .5);
	box-shadow: 0 0 0 1px rgba(0, 162, 173, .5)
}

.btn--secondary.disabled,
.btn--secondary:disabled {
	color: #303030;
	background-color: #ccc;
	border-color: #ccc
}

.btn--secondary:not(:disabled):not(.disabled).active,
.btn--secondary:not(:disabled):not(.disabled):active,
.show>.btn--secondary.dropdown-toggle {
	color: #fff;
	background-color: #00abb7;
	border-color: #00abb7
}

.btn--secondary:not(:disabled):not(.disabled).active:focus,
.btn--secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn--secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 1px rgba(0, 162, 173, .5);
	box-shadow: 0 0 0 1px rgba(0, 162, 173, .5)
}

.btn--black {
	color: #111;
	background-color: transparent;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 3.25em;
	padding: .85em 2.25em;
	font: inherit
}

.btn--black:focus,
.btn--black:hover {
	background-color: #f6f6f6;
	border-color: #f6f6f6
}

.btn--black.disabled,
.btn--black:disabled {
	color: #303030;
	background-color: #ccc;
	border-color: #ccc
}

.btn--black.disabled,
.btn--black:disabled {
	opacity: 1
}

.btn--black.active {
	color: #fff;
	background-color: #303030;
	border-color: #303030
}

.btn--white {
	border-radius: 3px;
	color: #000;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15), 0 2px 5px -3px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15), 0 2px 5px -3px rgba(0, 0, 0, .15);
	-webkit-transition: background-color .15s ease-out, border-color .15s ease-out, opacity .15s ease-out;
	transition: background-color .15s ease-out, border-color .15s ease-out, opacity .15s ease-out;
	padding: .15em .65em
}

.btn--black:focus,
.btn--black:hover {
	background-color: #f6f6f6;
	border-color: #f6f6f6
}

.btn--black.disabled,
.btn--black:disabled {
	color: #303030;
	background-color: #ccc;
	border-color: #ccc
}

.btn--black.disabled,
.btn--black:disabled {
	opacity: 1
}

.btn--black.active {
	color: #fff;
	background-color: #303030;
	border-color: #303030
}

.btn--outline-primary {
	color: #e43343;
	background-color: transparent;
	border-color: transparent;
	border-radius: .1em
}

.btn--outline-primary:hover,
a.btn--outline-primary:visited {
	color: #e43343;
	border-color: #e43343
}

.btn--outline-primary.focus,
.btn--outline-primary:focus {
	-webkit-box-shadow: 0 0 0 1px rgba(237, 28, 36, .5);
	box-shadow: 0 0 0 1px rgba(237, 28, 36, .5)
}

.btn--outline-primary:not(:disabled):not(.disabled).active,
.btn--outline-primary:not(:disabled):not(.disabled):active,
.show>.btn--outline-primary.dropdown-toggle {
	color: #e43343;
	border-color: #e43343
}

.btn--outline-primary:not(:disabled):not(.disabled).active:focus,
.btn--outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn--outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 1px rgba(237, 28, 36, .5);
	box-shadow: 0 0 0 1px rgba(237, 28, 36, .5)
}

.btn--outline-secondary {
	color: #00b9c7;
	background-color: transparent;
	border-color: transparent;
	border-radius: .1em
}

.btn--outline-secondary:hover,
a.btn--outline-secondary:visited {
	color: #00b9c7;
	border-color: #00b9c7
}

.btn--outline-secondary.focus,
.btn--outline-secondary:focus {
	-webkit-box-shadow: 0 0 0 1px rgba(0, 185, 199, .5);
	box-shadow: 0 0 0 1px rgba(0, 185, 199, .5)
}

.btn--outline-secondary:not(:disabled):not(.disabled).active,
.btn--outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn--outline-secondary.dropdown-toggle {
	color: #00b9c7;
	border-color: #00b9c7
}

.btn--outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn--outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn--outline-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 1px rgba(0, 185, 199, .5);
	box-shadow: 0 0 0 1px rgba(0, 185, 199, .5)
}

.btn--outline-primary.disabled,
.btn--outline-primary:disabled,
.btn--outline-secondary.disabled,
.btn--outline-secondary:disabled {
	color: #303030
}

.btn--outline {
	color: #3d3d3d;
	background-color: transparent;
	border-color: transparent
}

.btn--outline.focus,
.btn--outline:focus,
.btn--outline:hover,
.btn--outline:not(:disabled):not(.disabled).active,
.btn--outline:not(:disabled):not(.disabled):active,
.show>.btn--outline.dropdown-toggle {
	color: #000
}

.btn--outline-light {
	color: #9a9a9a;
	background-color: transparent;
	border-color: transparent
}

.btn--outline-light.focus,
.btn--outline-light:focus,
.btn--outline-light:hover,
.btn--outline-light:not(:disabled):not(.disabled).active,
.btn--outline-light:not(:disabled):not(.disabled):active,
.show>.btn--outline-light.dropdown-toggle {
	color: #b8b8b8
}

.btn--outline-white {
	min-width: 2.65em;
	color: #fff;
	background-color: transparent;
	border-width: 2px;
	border-color: #9a9a9a;
	border-radius: 0;
	padding: .435em .5em
}

.btn--outline-white.focus,
.btn--outline-white:focus,
.btn--outline-white:hover,
.btn--outline-white:not(:disabled):not(.disabled).active,
.btn--outline-white:not(:disabled):not(.disabled):active,
.show>.btn--outline-white.dropdown-toggle {
	border-color: #fff
}

.btn--outline-white.active {
	background-color: #fff;
	border-color: #fff;
	color: #303030
}

.btn--tab {
	color: #b8b8b8;
	background-color: transparent;
	border-color: transparent;
	padding: .45em 1em
}

.btn--tab.focus,
.btn--tab:focus,
.btn--tab:hover,
.btn--tab:not(:disabled):not(.disabled).active,
.btn--tab:not(:disabled):not(.disabled):active,
.show>.btn--tab.dropdown-toggle {
	color: #fff
}

.btn--tab.focus,
.btn--tab:focus,
.btn--tab:hover,
.btn--tab:not(:disabled):not(.disabled).active,
.btn--tab:not(:disabled):not(.disabled):active,
.show>.btn--tab.dropdown-toggle {
	color: #fff
}

.btn--tab.active {
	color: #fff;
	background-color: #da3145;
	border-color: transparent
}

.btn--tab.active:hover,
.btn--tab.active:visited {
	color: #e43343;
	border-color: #e43343
}

.btn--link {
	color: #9a9a9a;
	text-decoration: underline;
	padding: 0;
	margin: 1em 0
}

.btn--link:active,
.btn--link:hover {
	color: #7f7f7f
}

.btn--link:focus {
	color: #303030
}

.btn--icon,
.btn--wide_icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: transparent;
	border-radius: 0;
	padding: 0
}

.btn--icon {
	height: calc(1.2em + 1rem + 2px);
	width: calc(1.2em + 1rem + 2px);
	font-size: 1.2rem;
	line-height: 1rem;
	overflow: hidden
}

.btn--wide_icon {
	text-align: left;
	line-height: 1.4rem
}

.btn--wide_icon>i {
	font-size: 3em;
	margin-right: .25em
}

.btn--nav {
	width: 2em;
	height: 2em;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #e43343;
	background-color: transparent;
	border-radius: .1em;
	border-color: #e43343;
	line-height: 1;
	font-size: inherit;
	overflow: hidden;
	padding: 0
}

.btn--nav:hover {
	color: #da3145;
	border-color: #da3145
}

.btn--nav.focus,
.btn--nav:focus {
	-webkit-box-shadow: 0 0 0 1px rgba(237, 28, 36, .5);
	box-shadow: 0 0 0 1px rgba(237, 28, 36, .5)
}

.btn--nav.active {
	color: #fff;
	border-color: #da3145;
	background-color: #da3145;
	-webkit-transform: none;
	transform: none;
	cursor: default
}

.btn--nav.disabled,
.btn--nav:disabled {
	opacity: 1
}

.btn--nav:not(.active).disabled,
.btn--nav:not(.active):disabled {
	color: #b8b8b8;
	border-color: #ccc
}

.btn--nav:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0 1px rgba(237, 28, 36, .5);
	box-shadow: 0 0 0 1px rgba(237, 28, 36, .5)
}

.btn--next>i,
.btn--prev>i {
	font-size: .6em;
	margin-top: 2px
}

.pagination {
	font-size: 14px;
	list-style: none;
	padding: 0;
	margin: 1em 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pagination>li {
	color: #da3145;
	display: inline-block;
	padding: 0;
	margin: 0 .3em
}

.pagination>li:first-child {
	margin-left: 0
}

.pagination>li:last-child {
	margin-right: 0
}

.btn--sm:not(.btn--icon),
.btn-group--sm>.btn:not(.btn--icon) {
	font-size: .8rem
}

.btn--lg:not(.btn--icon):not(.btn--wide_icon),
.btn-group--lg>.btn:not(.btn--icon):not(.btn--wide_icon) {
	font-size: 1.2rem
}

.btn--icon.btn--sm,
.btn-group-sm>.btn--icon {
	font-size: .8rem;
	height: calc(1em + 1rem + 2px);
	width: calc(1em + 1rem + 2px)
}

.btn--icon.btn--lg,
.btn-group-lg>.btn--icon {
	font-size: 1.2rem;
	height: calc(1.5em + 1rem + 2px);
	width: calc(1.5em + 1rem + 2px)
}

.btn--round:not(.btn--icon):not(.btn--wide_icon),
.btn-group--round>.btn--round:not(.btn--icon):not(.btn--wide_icon) {
	padding: .65em 1.5em;
	border-radius: 2em
}

.btn--icon.btn--round {
	border-radius: 50%
}

.btn-group>button {
	margin: 0 .35em .5em 0
}

.btn-group>button:last-child {
	margin-right: 0
}

.btn--more_width {
	padding-left: 1em;
	padding-right: 1em
}

.btn--mega {
	color: #fff;
	background: #da3145;
	background: linear-gradient(350deg, #da3145 0, #d02438 100%);
	border-color: #da3145;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 4em;
	padding: 1.25em 2em
}

.btn--mega:hover,
a.btn--mega:visited {
	color: #fff;
	background-color: #dd4052;
	border-color: #dd4052
}

.btn--mega.focus,
.btn--mega:focus {
	color: #fff;
	background-color: #dd4052;
	border-color: #dd4052;
	-webkit-box-shadow: 0 0 0 2px rgba(255, 0, 0, .5);
	box-shadow: 0 0 0 2px rgba(255, 0, 0, .5)
}

.btn--mega.disabled,
.btn--mega:disabled {
	color: #303030;
	background-color: #ccc;
	border-color: #ccc
}

.btn--mega:not(:disabled):not(.disabled).active,
.btn--mega:not(:disabled):not(.disabled):active,
.show>.btn--mega.dropdown-toggle {
	color: #fff;
	background-color: #d02438;
	border-color: #d02438
}

.btn--mega:not(:disabled):not(.disabled).active:focus,
.btn--mega:not(:disabled):not(.disabled):active:focus,
.show>.btn--mega.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(255, 0, 0, .5);
	box-shadow: 0 0 0 2px rgba(255, 0, 0, .5)
}

.checkbox {
	position: relative;
	padding-left: 2em;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.checkbox:hover>input:not([disabled])~span,
.checkbox>input:focus~span {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.checkbox.checkbox-disabled {
	cursor: not-allowed;
	opacity: .6
}

.checkbox>input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.checkbox>span {
	top: .1em;
	left: 0;
	width: 1.4em;
	height: 1.4em;
	position: absolute;
	border: .125em solid #00b9c7;
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.checkbox>span:after {
	content: '';
	width: .45em;
	height: .55em;
	border-color: transparent;
	border-style: solid;
	border-width: 0 .125em .125em 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -.125em
}

.checkbox>input:checked~span {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background-color: transparent
}

.checkbox>input:checked~span:after {
	border-color: #00b9c7
}

.checkbox--silver>span {
	border-color: #b8b8b8
}

.checkbox--silver>input:checked~span:after {
	border-color: #b8b8b8
}

.input,
.textarea {
	border: 2px solid #eee;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .65em 2.75em
}

.input:active,
.input:focus,
.input:hover,
.textarea:active,
.textarea:focus,
.textarea:hover {
	border-color: #ccc
}

.input:focus,
.textarea:focus {
	outline: 0
}

.textarea {
	max-height: 220px;
	resize: vertical
}

.input--validation.is-invalid,
.input--validation.is-valid,
.input--validation:invalid,
.input--validation:valid {
	background-repeat: no-repeat;
	background-position: left .75em center;
	background-position: left .85em center;
	background-size: 1.4em 1.4em
}

.input--validation.is-invalid,
.input--validation:invalid {
	border-color: #da3145;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23da3145' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23da3145' stroke='none'/%3e%3c/svg%3e")
}

.input--validation.is-valid,
.input--validation:valid {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300b9c7' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
}

.input--black {
	color: #fff;
	background-color: #303030;
	border-color: #9a9a9a;
	padding-left: 2.7em;
	padding-right: .65em
}

.input--black:focus {
	color: #da3145
}

.input--validation:invalid~button:active {
	-webkit-animation: tremble .15s linear;
	animation: tremble .15s linear
}

.select {
	position: relative;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.select>select {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: .65em 2em .65em .8em;
	margin: 0;
	outline: 0
}

.select:not(.select--white)>select {
	border: solid 2px #9a9a9a;
	background: #303030;
	color: #f6f6f6
}

.select>select::-ms-expand {
	display: none
}

.select>select:disabled {
	pointer-events: none
}

.select:not(.select--white)>select:disabled {
	border-color: #4b4b4b;
	color: #4b4b4b
}

.select:not(.select--white)>select:disabled~.select__arrow {
	border-top-color: #4b4b4b
}

.select__arrow {
	top: 50%;
	right: 13px;
	width: 0;
	height: 0;
	pointer-events: none;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	position: absolute;
	margin-top: -4px
}

.select:not(.select--white)>select~.select__arrow {
	border-color: #9a9a9a transparent transparent transparent
}

.select:not(.select--white)>select:focus~.select__arrow,
.select:not(.select--white)>select:hover~.select__arrow {
	border-top-color: #b8b8b8
}

.select:not(.select--white)>select:active,
.select:not(.select--white)>select:hover {
	border-color: #da3145
}

.select--left>select {
	padding: .65em .8em .65em 2em
}

.select--left>.select__arrow {
	right: auto;
	left: 13px
}

.select>option:hover {
	-webkit-box-shadow: 0 0 10px 100px #fed20f inset;
	box-shadow: 0 0 10px 100px #fed20f inset;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.select--white>select {
	border: solid 1px #9a9a9a;
	background: #fff;
	color: #111
}

.select--white>select:focus,
.select--white>select:hover {
	background: #fff;
	-webkit-box-shadow: 0 0 0 2px rgba(154, 154, 154, .25);
	box-shadow: 0 0 0 2px rgba(154, 154, 154, .25)
}

.select--white>select:disabled {
	border-color: #b8b8b8;
	color: #b8b8b8
}

.select--white>select:disabled~.select__arrow {
	border-top-color: #ccc
}

.select--white>select~.select__arrow {
	border-color: #9a9a9a transparent transparent transparent
}

.select--white>select:focus~.select__arrow,
.select--white>select:hover~.select__arrow {
	border-top-color: #b8b8b8
}

.select__disabled {
	display: none
}

.form-control {
	width: 100%;
	display: block;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	font-size: .875em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 12px;
	margin-bottom: 24px
}

.choices {
	position: relative;
	margin-bottom: 24px
}

.choices:focus {
	outline: 0
}

.choices:last-child {
	margin-bottom: 0
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
	background-color: #4b4b4b;
	cursor: not-allowed;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.choices.is-disabled .choices__item {
	cursor: not-allowed
}

.choices [hidden] {
	display: none !important
}

.choices [data-type*=select-one] {
	cursor: pointer
}

.choices [data-type*=select-one] .choices__inner {
	padding-bottom: 7.5px
}

.choices[data-type*=select-one] .choices__input {
	display: block;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	margin: 0
}

.choices[data-type*=select-one] .choices__button {
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
	background-size: 8px;
	position: absolute;
	padding: 0;
	margin-top: -10px;
	margin-right: 25px;
	opacity: .5
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
	opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
	-webkit-box-shadow: 0 0 0 2px #00bcd4;
	box-shadow: 0 0 0 2px #00bcd4
}

.choices[data-type*=select-one] .choices__item[data-value=''] .choices__button {
	display: none
}

.choices[data-type*=select-one]:after {
	content: '';
	height: 0;
	width: 0;
	border-style: solid;
	border-color: #333 transparent transparent;
	border-width: 5px;
	position: absolute;
	right: 11.5px;
	top: 50%;
	margin-top: -2.5px;
	pointer-events: none
}

.choices[data-type*=select-one].is-open:after {
	border-color: transparent transparent #333;
	margin-top: -7.5px
}

.choices[data-type*=select-one][dir=rtl]:after {
	left: 11.5px;
	right: auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
	right: auto;
	left: 0;
	margin-left: 25px;
	margin-right: 0
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
	cursor: text
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
	width: .5em;
	display: inline-block;
	margin: 0 -.25em 0 .35em;
	padding-left: .8em;
	border-left: 1px solid #3e3a3a;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
	background-size: .5em;
	position: relative;
	line-height: 1;
	opacity: .75
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
	opacity: 1
}

.choices__inner {
	width: 100%;
	min-width: 200px;
	display: inline-block;
	vertical-align: top;
	background-color: #303030;
	border: 2px solid #9a9a9a;
	font-size: .875em;
	min-height: 44px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .4em .4em .2em .6em;
	overflow: hidden
}

.choices__inner:hover {
	border-color: #ccc
}

.is-focused .choices__inner,
.is-open .choices__inner {
	border-color: #da3145;
	background-color: #282424
}

.choices__list {
	margin: 0;
	padding-left: 0;
	list-style: none
}

.choices__list--single {
	display: inline-block;
	padding: 4px 16px 4px 4px;
	width: 100%
}

[dir=rtl] .choices__list--single {
	padding-right: 4px;
	padding-left: 16px
}

.choices__list--single .choices__item {
	width: 100%
}

.choices__list--multiple {
	display: inline
}

.choices__list--multiple .choices__item {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	word-break: break-all;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 .5em
}

.choices__list--multiple .choices__item [data-deletable] {
	padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
	margin-right: 0;
	margin-left: .5em
}

.choices__list--multiple .choices__item.is-highlighted {
	text-decoration: underline
}

.is-disabled .choices__list--multiple .choices__item {
	background-color: #4b4b4b;
	border: 1px solid #7f7f7f
}

.choices__list--dropdown {
	top: 100%;
	width: 100%;
	visibility: hidden;
	position: absolute;
	background-color: #282424;
	border: 2px solid #9a9a9a;
	word-break: break-all;
	will-change: visibility;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -2px;
	overflow: hidden;
	z-index: 10
}

.choices__list--dropdown.is-active {
	visibility: visible
}

.is-open .choices__list--dropdown {
	border-color: #da3145
}

.is-flipped .choices__list--dropdown {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: -2px;
	border-bottom: 2px dashed #3e3a3a
}

.is-open:not(.is-flipped) .choices__list--dropdown {
	border-top: 2px dashed #3e3a3a
}

.choices__list--dropdown .choices__list {
	position: relative;
	max-height: 300px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	will-change: scroll-position
}

.choices__list--dropdown .choices__item {
	position: relative;
	padding: 10px;
	font-size: .875em
}

[dir=rtl] .choices__list--dropdown .choices__item {
	text-align: right
}

@media (min-width:640px) {
	.choices__list--dropdown .choices__item--selectable {
		padding-right: 100px
	}

	.choices__list--dropdown .choices__item--selectable:after {
		content: attr(data-select-text);
		font-size: .75em;
		opacity: 0;
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	[dir=rtl] .choices__list--dropdown .choices__item--selectable {
		text-align: right;
		padding-left: 100px;
		padding-right: 10px
	}

	[dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
		right: auto;
		left: 10px
	}
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: #252121
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
	opacity: .5
}

.choices__item {
	cursor: default
}

.choices__item--selectable {
	cursor: pointer
}

.choices__item--disabled {
	cursor: not-allowed;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: .5
}

.choices__heading {
	font-weight: 600;
	font-size: .75em;
	padding: 10px;
	border-bottom: 1px solid #f7f7f7;
	color: gray
}

.choices__button {
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer
}

.choices__button:focus,
.choices__input:focus {
	outline: 0
}

.choices__input {
	color: #f6f6f6;
	display: inline-block;
	vertical-align: baseline;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	max-width: 100%;
	padding: 4px 0 4px 2px;
	margin-bottom: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

[dir=rtl] .choices__input {
	padding-right: 2px;
	padding-left: 0
}

.choices__placeholder {
	opacity: .5
}

.has-no-choices {
	color: #595959
}

.range {
	padding-bottom: 1.2em
}

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-target {
	position: relative
}

.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

.noUi-connects {
	overflow: hidden;
	z-index: 0
}

.noUi-connect,
.noUi-origin {
	top: 0;
	right: 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	-webkit-transform-style: flat;
	transform-style: flat;
	will-change: transform;
	position: absolute;
	z-index: 1
}

.noUi-connect {
	height: 100%;
	width: 100%
}

.noUi-origin {
	height: 10%;
	width: 10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
	left: 0;
	right: auto
}

.noUi-horizontal .noUi-origin {
	height: 0
}

.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute
}

.noUi-touch-area {
	height: 100%;
	width: 100%;
	cursor: pointer
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: transform .3s;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
	cursor: inherit !important
}

.noUi-horizontal {
	height: 4px
}

.noUi-horizontal .noUi-handle {
	top: -6px;
	width: 18px;
	height: 18px;
	right: -9px;
	border-radius: 10px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -17px;
	right: auto
}

.noUi-target {
	background: #9a9a9a
}

.noUi-connect {
	background: #da3145
}

.noUi-draggable {
	cursor: ew-resize
}

.noUi-handle {
	background: #fff;
	cursor: default
}

.noUi-handle:focus {
	outline-width: 0
}

[disabled] .noUi-connect {
	background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
	cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-pips {
	position: absolute;
	color: #999
}

.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px
}

.noUi-marker {
	position: absolute;
	background: #ccc
}

.noUi-marker-sub {
	background: #aaa
}

.noUi-marker-large {
	background: #aaa
}

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%
}

.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px
}

.noUi-tooltip {
	color: #f6f6f6;
	display: block;
	font-size: .875em;
	position: absolute;
	text-align: center;
	white-space: nowrap;
	padding: 4px 5px
}

.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
	left: auto;
	bottom: 10px
}

.form>.input {
	padding: .8em 1.2em;
	margin-bottom: 1em
}

.form__main_button {
	margin: 1.5em 0 1em
}

.form__btn {
	border-radius: 2em;
	padding: .65em 3em
}

.form__error {
	font-size: .875em;
	color: #da3145;
	margin: 0 0 .5em
}

.form__buttons,
.form__error,
.form__wrapper {
	margin: 1em 0
}

.form__wrapper>input {
	margin-bottom: 1em
}

.form__wrapper>input:last-child {
	margin-bottom: 0
}

.form__buttons>button:first-child {
	margin-top: 0
}

.form__buttons>button:last-child {
	margin-bottom: 0
}

.form--round input,
.form--round textarea {
	border-radius: 1.5em
}

.form--round input {
	height: 3em
}

.form__2col>input {
	width: calc(50% - 12px);
	margin: 0 0 1em 16px
}

.form__2col>input:first-child {
	margin-left: 0
}

@media (max-width:600px) {
	.form__2col>input {
		width: 100%;
		margin: 0 0 1em
	}
}

.icon {
	font-family: blackfriday !important;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon--facebook::before {
	content: "\e900"
}

.icon--tg{
	height: 28.8px;
	width: 28.8px;
	background: url('../img/telegram_logo.svg') no-repeat center transparent;
}
.icon--email{
	height: 28.8px;
	width: 28.8px;
	background: url('../img/email-share.svg') no-repeat center transparent;
}

.icon--vk::before {
	content: "\e901"
}

.icon--twitter::before {
	content: "\e902"
}

.icon--ok::before {
	content: "\e905"
}

.icon--youtube::before {
	content: "\e906"
}

.icon--star::before {
	content: "\e907"
}

.icon--favorites::before {
	content: "\e908"
}

.icon--arrow_long::before {
	content: "\e909"
}

.icon--arrow_short::before {
	content: "\e90a"
}

.icon--close::before {
	content: "\e90b"
}

.icon--close_bold::before {
	content: "\e90c"
}

.icon--left::before {
	content: "\e90d"
}

.icon--right::before {
	content: "\e90e"
}

.icon--down::before {
	content: "\e90f"
}

.icon--up::before {
	content: "\e910"
}

.icon--down_bold::before {
	content: "\e911"
}

.icon--up_bold::before {
	content: "\e912"
}

.icon--prev::before {
	content: "\e921"
}

.icon--next::before {
	content: "\e928"
}

.icon--plus::before {
	content: "\e913"
}

.icon--minus::before {
	content: "\e914"
}

.icon--link::before {
	content: "\e915"
}

.icon--code::before {
	content: "\e917"
}

.icon--cross::before {
	content: "\e918"
}

.icon--reveal::before {
	content: "\e919"
}

.icon--exit::before {
	content: "\e91a"
}

.icon--menu::before {
	content: "\e91b"
}

.icon--menu_bold::before {
	content: "\e91c"
}

.icon--filter::before {
	content: "\e91d"
}

.icon--search::before {
	content: "\e91e"
}

.icon--zoom::before {
	content: "\e91f"
}

.icon--eye::before {
	content: "\e920"
}

.icon--apartments::before {
	content: "\e922"
}

.icon--flats::before {
	content: "\e923"
}

.icon--commercial::before {
	content: "\e924"
}

.icon--car::before {
	content: "\e925"
}

.icon--house::before {
	content: "\e926"
}

.icon--house2::before {
	content: "\e927"
}

.icon--time::before {
	content: "\e92a"
}

.icon--sale::before {
	content: "\e92b"
}

.icon--send::before {
	content: "\e92c"
}

.icon--mail::before {
	content: "\e92d"
}

.icon--photo::before {
	content: "\e92e"
}

.icon--documents::before {
	content: "\e929"
}

.icon--point::before {
	content: "\e931"
}

.icon--point_sale::before {
	content: "\e932"
}

.icon--metro::before {
	content: "\e933"
}

.icon--ru_thin::before {
	content: "\e934"
}

.icon--ru::before {
	content: "\e935"
}

.icon--ru_strong::before {
	content: "\e936"
}

.icon--trash::before {
	content: "\e938"
}

.icon--trash2::before {
	content: "\e939"
}

.icon--zip::before {
	content: "\e93a"
}

.icon--pdf::before {
	content: "\e93b"
}

.icon--doc::before {
	content: "\e93c"
}

.icon--jpg::before {
	content: "\e93d"
}

.icon--docx::before {
	content: "\e93e"
}

.icon--png::before {
	content: "\e93f"
}

.icon--picture::before {
	content: "\e940"
}

.icon--chart::before {
	content: "\e941"
}

.icon--file::before {
	content: "\e942"
}

.icon--in_plus {
	position: relative
}

.icon--in_plus::after {
	top: 50%;
	left: 50%;
	content: "\e913";
	color: #fff;
	font-size: .4em;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.icon--in_minus {
	position: relative
}

.icon--in_minus::after {
	top: 35%;
	right: 0;
	content: "\e914";
	color: #303030;
	background-color: #fff;
	font-size: .4em;
	border-radius: 1em;
	position: absolute;
	padding: 2px
}

.icon.icon---tn {
	font-size: .7em
}

.icon.icon---sm {
	font-size: .8em
}

.icon.icon---lg {
	font-size: 1.2em
}

.icon.icon---xl {
	font-size: 2.2rem
}

.icon.icon---xxl {
	font-size: 3.6rem
}

.icon---up {
	margin-top: -2px
}

.icon---down {
	margin-down: -2px
}

.icon---right {
	margin-right: -2px
}

.icon---left {
	margin-left: -2px
}

.label {
	display: inline-block;
	font-size: 1em;
	line-height: 1;
	border-radius: .3em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .48em .75em .45em;
	margin: 0
}

.label--num {
	width: 20px;
	height: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	font-size: .8rem;
	padding: 0
}

.label--tn {
	font-size: .7em
}

.label--sm {
	font-size: .8em
}

.label--lg {
	font-size: 1.2em
}

.label--xl {
	font-size: 1.4em
}

.label--primary {
	color: #fff;
	background-color: #da3145
}

.label--secondary {
	color: #fff;
	background-color: #00b9c7
}

.label--white {
	color: #303030;
	font-weight: 600;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85)
}

.label--black {
	color: #fff;
	background-color: #303030
}

.label--dark {
	color: #fff;
	background-color: #111
}

.label--clean {
	padding: .45em 0
}

.label--wide {
	padding: .7em 2em
}

.label--round {
	border-radius: 2em
}

.label--strong {
	border-radius: 0
}

.label--with-pointer {
	max-width: 100%;
	white-space: nowrap;
	border-radius: 2em;
	position: relative;
	padding: 1em 2em 1em 3em;
	margin-left: -.5em
}

.label--with-pointer>i {
	top: -.1em;
	left: -.7em;
	position: absolute
}

.label--with-pointer>i:before {
	color: #da3145;
	font-size: 3.2em
}

.label--uniqueness {
	line-height: 1.8;
	border-radius: 0;
	background-color: #e5f8f9;
	position: relative;
	padding: .48em 4em .45em 2em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.label--uniqueness>.icon--star {
	top: 0;
	right: 0;
	width: 3em;
	height: 100%;
	line-height: 1;
	background-color: #00bac9;
	position: absolute
}

.label--uniqueness>.icon--star::before {
	top: 50%;
	left: 50%;
	color: #fff;
	position: absolute;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}


.dye--facebook,
.dye--instagram,
.dye--ok,
.dye--telegram,
.dye--twitter,
.dye--vk,
.dye--whatsapp,
.dye--youtube {
	color: #fff
}

.dye--vk {
	background-color: #0074ac
}

.dye--facebook {
	background-color: #005ca1
}

.dye--twitter {
	background-color: #00ace5
}

.dye--ok {
	background-color: #ff821a
}

.dye--whatsapp {
	background-color: #00a357
}

.dye--telegram {
	background-color: #2ca5e0
}

.dye--instagram {
	background-color: #c13584
}

.dye--youtube {
	background-color: #e40b0b
}

.dye--facebook:hover,
.dye--instagram:hover,
.dye--ok:hover,
.dye--telegram:hover,
.dye--twitter:hover,
.dye--vk:hover,
.dye--whatsapp:hover,
.dye--youtube:hover {
	color: #fff
}

.dye--vk:hover {
	background-color: rgba(0, 116, 172, .9)
}

.dye--facebook:hover {
	background-color: rgba(0, 92, 161, .9)
}

.dye--twitter:hover {
	background-color: rgba(0, 172, 230, .9)
}

.dye--ok:hover {
	background-color: rgba(255, 130, 25, .9)
}

.dye--whatsapp:hover {
	background-color: rgba(0, 163, 87, .9)
}

.dye--telegram:hover {
	background-color: rgba(0, 116, 172, .9)
}

.dye--instagram:hover {
	background-color: rgba(193, 53, 132, .9)
}

.dye--youtube:hover {
	background-color: rgba(228, 11, 11, .9)
}

.dye--primary {
	color: #fff;
	background-color: #da3145
}

a.dye--primary:active,
a.dye--primary:visited {
	color: #fff
}

.dye--secondary {
	color: #fff;
	background-color: #00b9c7
}

a.dye--secondary:active,
a.dye--secondary:visited {
	color: #fff
}

.dye--white {
	color: #303030;
	background-color: #fff
}

a.dye--white:active,
a.dye--white:visited {
	color: #111
}

.dye--lightGray {
	color: #303030;
	background-color: #ccc
}

a.dye--lightGray:visited,
a.dye--white:active {
	color: #303030
}

.dye--black {
	color: #fff;
	background-color: #303030
}

a.dye--black:active,
a.dye--black:visited {
	color: #fff
}

.dye--outline {
	color: #7f7f7f;
	border-color: #b8b8b8
}

a.dye--outline:active,
a.dye--outline:visited {
	color: #303030
}

.dye--font-primary {
	color: #da3145
}

a.dye--font-primary:active,
a.dye--font-primary:visited {
	color: #da3145
}

.dye--font-secondary {
	color: #00b9c7
}

a.dye--font-secondary:active,
a.dye--font-secondary:visited {
	color: #00b9c7
}

.dye--font-silver {
	color: #b8b8b8
}

a.dye--font-silver:active,
a.dye--font-silver:visited {
	color: #b8b8b8
}

.dye--font-gray {
	color: #9a9a9a
}

a.dye--font-gray:active,
a.dye--font-gray:visited {
	color: #9a9a9a
}

.dye--font-gray_dark {
	color: #7f7f7f
}

a.dye--font-gray_dark:active,
a.dye--font-gray_dark:visited {
	color: #7f7f7f
}

.dye--font-black {
	color: #303030
}

a.dye--font-black:active,
a.dye--font-black:visited {
	color: #303030
}

.dye--font-light {
	color: #f6f6f6
}

a.dye--font-light:active,
a.dye--font-light:visited {
	color: #f6f6f6
}

.btn.dye--font-white {
	color: #fff
}

a.dye--font-white:active,
a.dye--font-white:visited {
	color: #fff
}

.bracket {
	width: 100%;
	height: 15px;
	border-style: solid;
	border-color: #b7b7b7;
	background-color: #fff;
	border-width: 0 2px 2px 2px;
	position: relative;
	font-size: 0;
	margin-bottom: 4px
}

.bracket::after,
.bracket::before {
	content: " ";
	width: 0;
	height: 0;
	left: 50%;
	top: 100%;
	border: solid transparent;
	position: absolute;
	pointer-events: none
}

.bracket::after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #fff;
	border-width: 7px;
	margin-left: -7px
}

.bracket::before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #a3a3a3;
	border-width: 9px;
	margin-left: -9px
}

.text-bracket {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1em
}

.text-bracket::after,
.text-bracket::before {
	content: '';
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 10px;
	display: block;
	background-color: #fff;
	border-style: solid;
	border-color: gray
}

.text-bracket::before {
	border-width: 0 0 2px 2px;
	margin-right: .5em
}

.text-bracket::after {
	border-width: 0 2px 2px 0;
	margin-left: .5em
}

.header {
	margin: 2.5em 0 2em;
	text-align: center
}

.header--margin-sm {
	margin: 1.7em 0 1.5em
}

.header--margin-lg {
	margin: 3em 0 2.5em
}

.header--margin-xl {
	margin: 5em 0 3em
}

.header--no-margin-top {
	margin-top: 0
}

.header--no-margin-top>.title {
	margin-top: 0
}

.title {
	line-height: 1.2;
	font-size: 1.875rem;
	margin: 1em 0 .85em
}

.title.title--small {
	font-size: .875em
}

.title.title--strong {
	font-weight: 800
}

.title>strong {
	font-weight: 800
}

.title--margin-tn {
	margin: .45em 0
}

.title--margin-sm>.title {
	margin: .5em 0
}

.title--margin-lg>.title {
	margin: 1.2em 0
}

.title--margin-bottom-tn {
	margin-bottom: .1em
}

.title--margin-bottom-sm {
	margin-bottom: .4em
}

.title--mega {
	margin-top: 1.5em;
	font-weight: 800;
	text-transform: uppercase;
	font-size:2.6em;
	color: #303030
}

.title .star--right::after {
	top: 0;
	font-size: .875em
}

.subtitle {
	font-size: 1em;
	line-height: 1.35
}

.subtitle--big {
	font-size: 1.25em
}

@media screen and (max-width:720px) {
	.title {
		font-size: 1.75em
	}
}

.table__header,
.table__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.table-wrapper {
	width: 100%;
	display: block;
	margin: 0 auto
}

.table-wrapper--max420 {
	max-width: 420px
}

.table__cell {
	width: calc(100% / 2)
}

.table__cell_40 {
	width: 35%
}

.table__cell_60 {
	width: 65%
}

.table__cell--c0,
.table__cell--c1,
.table__cell--c10,
.table__cell--c2,
.table__cell--c3,
.table__cell--c4,
.table__cell--c5,
.table__cell--c6,
.table__cell--c7,
.table__cell--c8,
.table__cell--c9 {
	min-height: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.table__header>.table__cell,
.table__row>.table__cell {
	padding: 0 .4em
}

.table__header>.table__cell:first-child,
.table__row>.table__cell:first-child {
	padding-left: 0
}

.table__header>.table__cell:last-child,
.table__row>.table__cell:last-child {
	padding-right: 0
}

.table--high .table__cell {
	padding: .4em
}

.table--high>.table__row:first-child>.table__cell {
	padding-top: 0
}

.table--high>.table__row:last-child>.table__cell {
	padding-bottom: 0
}

.table__cell--small,
.table__header {
	font-size: .813em
}

.table__row-wrapper {
	padding: 1em 0
}

.table__header-wrapper {
	padding: .25em 0
}

.table__report-btn,
.table__reserve-btn,
.table__status,
.table__wish-btn {
	text-transform: uppercase;
	font-size: .875em;
	line-height: 1.15
}

.table__status {
	font-weight: 700
}

.table__status--inactive {
	color: #9a9a9a
}

.table__open,
.table__point-btn,
.table__remove-btn {
	width: auto;
	height: auto
}

.table__open {
	color: #ccc
}

.table__open:visited {
	color: #b8b8b8
}

.table__open:active,
.table__open:focus,
.table__open:hover {
	color: #da3145
}

.table__point-btn,
.table__remove-btn {
	font-size: 1em
}

.table__remove-btn {
	font-size: .85em;
	color: #9a9a9a
}

.table__remove-btn:active,
.table__remove-btn:focus,
.table__remove-btn:hover {
	color: #7f7f7f
}

.table__remove-btn.active {
	color: #da3145
}

.table__point-btn {
	color: #303030;
	margin-top: 2px
}

.table__point-btn:active,
.table__point-btn:hover {
	color: #d02438
}

.table__point-btn:focus {
	color: #dd4052
}

.table__report-btn,
.table__wish-btn {
	margin: .5em 0 0 0
}

.table__reserve-btn {
	border-radius: 4em;
	padding: 1em
}

.table__wish-btn {
	color: #da3145
}

.table__report-btn,
.table__reserve-btn,
.table__wish-btn {
	font-weight: 600
}

.table__area,
.table__label,
.table__status {
	display: block
}

.table__area,
.table__old-price,
.table__price {
	white-space: nowrap
}

.table__old-price,
.table__price {
	font-weight: 700
}

.table__old-price {
	text-decoration: line-through
}

.table__area {
	color: #9a9a9a
}

.table__old-price,
.table__price {
	font-size: 1.235em
}

.table__price {
	color: #da3145
}

.table__count {
	color: #9a9a9a
}

.table__price_wrapper {
	margin: .25em 0
}

.table__price_wrapper>.table__price {
	margin-left: .5em
}

.table__description {
	display: block;
	color: #9a9a9a;
	font-size: .8rem;
	margin-top: .35em;
	word-wrap: break-word
}

.table .label {
	font-size: .55rem;
	text-transform: uppercase
}

@media (min-width:931px) {
	.table__header-wrapper {
		background-color: #f5f5f5
	}

	.table__row-wrapper:nth-child(2n+1) {
		background-color: #f5f5f5
	}

	.table__row-wrapper:hover {
		background-color: #eee
	}

	.table__remove-btn {
		font-size: .9em
	}

	.table__description {
		display: none
	}
}

@media (max-width:930px) {
	.table__header-wrapper {
		display: none
	}

	.table__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.table__title {
		font-size: 1.25em
	}

	.table__title>strong {
		font-weight: 700
	}

	.table__open {
		color: #303030
	}

	.table__count {
		display: block;
		font-size: .875em;
		margin-top: .25em
	}

	.table__old-price,
	.table__price {
		display: inline-block
	}

	.table__old-price,
	.table__price {
		font-size: 1.5em;
		font-weight: 600
	}

	.table__row-wrapper {
		padding: 0 1.25em;
		margin-bottom: 1em
	}
}

.banner {
	max-width: 940px;
	max-height: 120px;
	border: 1px solid #eee;
	position: relative;
	overflow: hidden;
	margin: 3.5em auto 4em
}

.banner--header {
	margin: 0 auto 2em
}

.banner--header>.banner__sample {
	border-top-width: 0
}

.banner img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover
}

@media (max-width:980px) {
	.banner--header {
		margin-bottom: .5em
	}
}

.bg_sale {
	position: relative
}

.bg_sale::after,
.bg_sale::before {
	top: 150px;
	content: '';
	width: 190px;
	height: 800px;
	max-height: 100%;
	position: absolute;
	opacity: .5;
	z-index: -1
}

.bg_sale::before {
	left: 0;
	background-image: url(../img/bg.png);
	background-position: 0 0;
	-webkit-animation: move_right 2s infinite alternate linear;
	animation: move_right 2s infinite alternate linear
}

.bg_sale::after {
	right: 0;
	background-image: url(../img/bg.png);
	background-position: 190px 0;
	-webkit-animation: move_left 2s infinite alternate linear;
	animation: move_left 2s infinite alternate linear
}

.bg_sale--skipMore::after,
.bg_sale--skipMore::before {
	top: 280px
}

@media screen and (min-width:1170px) {
	.bg_your-way {
		position: relative
	}

	.bg_your-way::after,
	.bg_your-way::before {
		top: 1em;
		content: '';
		height: calc(100% - 2em);
		position: absolute;
		opacity: .15;
		z-index: 1;
		background-repeat: no-repeat
	}

	.bg_your-way::before {
		left: 1em;
		width: 60%;
		max-width: 986px;
		background-image: url(../img/your-way_left.png)
	}

	.bg_your-way::after {
		right: 1em;
		width: 30%;
		max-width: 565px;
		background-image: url(../img/your-way_right.png)
	}
}

@media screen and (min-width:1630px) {
	.bg_sale::before {
		left: calc(50% - 800px)
	}

	.bg_sale::after {
		right: calc(50% - 800px)
	}
}

@media screen and (max-width:1500px) {

	.bg_sale::after,
	.bg_sale::before {
		opacity: .24
	}
}

.tooltip {
	position: relative;
	text-decoration: underline;
	cursor: help
}

.tooltip::after,
.tooltip::before {
	text-transform: none;
	font-size: .9em;
	line-height: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	position: absolute;
	display: none;
	opacity: 0
}

.tooltip::before {
	content: '';
	border: 5px solid transparent;
	z-index: 1001
}

.tooltip::after {
	content: attr(tooltip);
	font-family: monospace;
	text-align: center;
	min-width: 3em;
	max-width: 20em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 1.5ch;
	border-radius: .7ch;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	background: #303030;
	color: #fff;
	z-index: 1000
}

.tooltip.tooltip::before {
	bottom: 100%;
	border-bottom-width: 0;
	border-top-color: #333
}

.tooltip.tooltip::after {
	bottom: calc(100% + 5px)
}

.tooltip.tooltip::after,
.tooltip.tooltip::before {
	left: 50%;
	-webkit-transform: translate(-50%, -.5em);
	transform: translate(-50%, -.5em)
}

.tooltip:hover::after,
.tooltip:hover::before {
	display: block;
	-webkit-animation: show_tooltips .3s ease-out forwards;
	animation: show_tooltips .3s ease-out forwards
}

.sorting__wrapper {
	width: 100%;
	padding: 0 1.25em 1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.sorting__wrapper .select {
	width: 100%
}

.sorting__title {
	color: #9a9a9a;
	display: block;
	font-size: .875em;
	margin-bottom: .25em
}

.sorting__title--inline {
	display: inline-block;
	margin: 0 .25em 0 0
}

@media (min-width:931px) {
	.sorting__wrapper:not(.sorting__wrapper--show) {
		display: none
	}

	.sorting__wrapper {
		text-align: right
	}

	.sorting__wrapper .select {
		width: auto
	}

	.sorting__title {
		display: inline-block;
		margin-right: 1em
	}
}

.scroll_up {
	left: 1em;
	bottom: 2em;
	position: fixed;
	z-index: 100
}

.scroll_up__button {
	opacity: .9
}

.scroll_up__button:hover>.scroll_up__button {
	opacity: 1
}

.scroll_button {
	color: #ed1c24;
	cursor: pointer
}

.scroll_button:hover {
	text-decoration: underline
}

.scroll_up__title {
	top: -2em;
	left: 50%;
	font-size: .7em;
	position: absolute;
	background: rgba(255, 255, 255, .3);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 2px;
	padding: 0 .35em 0 .4em
}

.scroll_up__title:after {
	top: 100%;
	left: 50%;
	border: 4px solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: rgba(255, 255, 255, .3);
	margin-left: -4px
}

.img-wrapper,
.text-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.text-wrapper {
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.img-wrapper img,
.img-wrapper svg {
	width: 80%;
	height: auto
}

.img-wrapper--wide img,
.img-wrapper--wide svg {
	width: 95%
}

.img-wrapper--stretch_in_height {
	height: 100%
}

.not_selected {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.censor {
	color: #303030;
	background-color: #303030;
	padding: 0 .25em
}

.jumping_arrow {
	display: inline-block;
	position: relative;
	margin-right: 1.35em
}

.jumping_arrow::after,
.jumping_arrow::before {
	content: '';
	right: -.8em;
	width: .35em;
	height: .35em;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #ed1c24;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute
}

.jumping_arrow::before {
	top: .3em
}

.jumping_arrow::after {
	top: .6em
}

@media screen and (min-width:851px) {

	.jumping_arrow::after,
	.jumping_arrow::before {
		opacity: .35
	}

	.jumping_arrow:hover::after,
	.jumping_arrow:hover::before {
		opacity: .65
	}

	.jumping_arrow:hover:before {
		-webkit-animation: jumping_arrow-up .5s alternate ease-in-out infinite;
		animation: jumping_arrow-up .5s alternate ease-in-out infinite
	}

	.jumping_arrow:hover:after {
		-webkit-animation: jumping_arrow-down .5s alternate ease-in-out infinite;
		animation: jumping_arrow-down .5s alternate ease-in-out infinite
	}
}

@media screen and (max-width:850px) {

	.jumping_arrow::after,
	.jumping_arrow::before {
		opacity: .65
	}

	.jumping_arrow:before {
		-webkit-animation: jumping_arrow-up .5s alternate ease-in-out infinite;
		animation: jumping_arrow-up .5s alternate ease-in-out infinite
	}

	.jumping_arrow:after {
		-webkit-animation: jumping_arrow-down .5s alternate ease-in-out infinite;
		animation: jumping_arrow-down .5s alternate ease-in-out infinite
	}
}

.page_header {
	background: #fff;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .075);
	box-shadow: 0 10px 10px rgba(0, 0, 0, .075);
	margin-bottom: 2.5em;
	position: relative;
	z-index: 250
}

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

.page_header .navigation {
	padding: .625em .5em 1.25em;
	margin: 40px auto 0 auto;
	flex:1;
}

.page_header .page_header__logo {
	margin: 5px 0 -21px 0
}

.page_header .page_header__reward {
	margin: auto 0 -4px auto
}

.page_header .page_header__button {
	position: relative;
	bottom: -6px;
	display: none
}

.page_header__button>button {
	width: 56px;
	height: 56px;
	padding: 14px
}

.page_header h1 {
	top: 13px;
	left: -7%;
	width: 60%;
	display: none;
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	line-height: 1.1;
	text-transform: uppercase;
	position: relative;
	margin: 0 0 10px 0
}

.page_header--black {
	background-color: #262626;
	margin-bottom: 0
}

.page_header--black,
.page_header--black .navigation__item>a:focus,
.page_header--black .navigation__item>a:hover,
.page_header--black .navigation__list {
	color: #fff
}
@media screen and (max-width:1652px) {
    .page_header--black .logo--main::before{
        width: 110px;
        height: 100px;
    }
    .page_header--black .page_header__reward{
        margin-top: 10px;
    }
    .page_header--black  .logo--award::before {
        width: 60px;
        height: 60px;
    }
    .page_header--black .navigation{
        margin-top: 25px;
    }
    .page_header--black .navigation__item{
        font-size: 13px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media screen and (max-width:1239px) {
	.page_header .navigation {
		padding: .625em 0.75em .65em
	}
}

@media screen and (max-width:1200px) {
    .page_header .navigation {
        padding: .625em 0.75em .65em
    }
}

@media screen and (max-width:980px) {
	.page_header .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 10px;
		padding-bottom: 11px
	}

	.page_header .page_header__logo {
		margin: 0
	}

	.logo--main::before {
		width: 108px;
		height: 76px
	}

	.page_header .navigation,
	.page_header .page_header__reward {
		display: none
	}

	.page_header .page_header__button,
	.page_header h1 {
		display: block
	}

	.page_header--black .navigation__item>a:focus,
	.page_header--black .navigation__item>a:hover,
	.page_header--black .navigation__list {
		color: #303030
	}
}




@media screen and (max-width:980px) {
	.page_header .navigation {
		padding: 0;
		margin: 0
	}
}

.tgLink a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.tgLink a span{
    opacity: .7;

}
.tgLink a:hover{
    text-decoration: none;
}
.tgLink a:hover span{
    opacity: 1;
}
.tgLink .icon{
    display: inline-block;
    margin-right: 10px;
    opacity: 1;
}

.footer {
	color: #fff;
	background-position: top;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../img/bg-footer.jpg);
	overflow: hidden
}

.footer__wrapper {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 3em 0;
    align-items: center;
}

.footer__list {
	list-style: none;
	padding: 0;
	margin: 0
}

.footer__list>li {
	display: inline-block;
	margin: 0 .6em
}

.footer__list>li:first-child {
	margin-left: 0
}

.footer__list>li:last-child {
	margin-right: 0
}

.footer__list>li>a {
	opacity: .7
}

.footer__list>li:hover>a {
	opacity: .9
}

.footer__list>li>.logo {
	display: inline-block;
	margin-bottom: -.265em;
	margin-right: .5em
}

.footer hr {
	color: #9a9a9a;
	background-color: #9a9a9a;
	width: 74%;
	margin: 3em auto 0
}

.footer__button-wrapper {
	text-align: center;
	margin: 3em 0
}

@media screen and (max-width:930px) {
	.footer__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
    .tgLink {
        margin-bottom: 10px;
    }

	.footer__list:first-child {
		margin-bottom: 1.25em
	}

	.footer__list--right>li {
		display: block;
		margin: 0 0 .35em 0
	}

	.footer__list--right>li:last-child {
		margin-bottom: 0
	}
}

.offer {
	text-align: center
}

.offer .offer__message {
	margin: 2rem -20px 4rem
}

.offer .offer__link {
	margin-bottom: 2rem
}

.offer__header {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 52px;
	color: #303030
}

.offer__text {
	font-size: 18px
}

.offer__message {
	font-weight: 700;
	color: #000;
	background-color: #ffe9ec;
	padding: 1.6em 20px
}

@media screen and (max-width:980px) {
	.offer__header {
		display: none
	}
}

.subscribe {
	margin: 50px 0
}

.subscribe>.header {
	padding-left: 1em;
	padding-right: 1em
}

.subscribe:not(.subscribe--mini) .subscribe__btn,
.subscribe:not(.subscribe--mini) .subscribe__input {
	height: 3.75em
}

.subscribe__btn {
	border-radius: 2em;
	padding: .65em 3em
}

.subscribe__field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	max-width: 780px;
	margin: 0 auto
}

.subscribe__field>.subscribe__input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	border-radius: 2em 0 0 2em;
	padding-right: 3em;
	margin-right: -2em
}

.subscribe__field>.subscribe__btn {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.subscribe__footer {
	font-size: .875em;
	font-weight: 600;
	text-align: center
}

.subscribe__checkbox{
	margin: 32px 0 0;
}
.subscribe__info {
    margin: 16px 0 0;
}

.subscribe__checkbox {
	color: #9a9a9a
}

.subscribe__info>span {
	display: block
}

.subscribe__checkbox--compact .subscribe__info--compact {
	font-size: .875em
}

.subscribe__checkbox--compact {
	margin-top: 1em
}

.subscribe__btn-wrapper {
	margin: 2em 0 2.5em
}

.subscribe--margin-lg {
	margin: 3em 0 4em
}

.subscribe--mini {
	margin: 3em 0 2em
}

.subscribe__text {
	line-height: 1.5;
	border-radius: 2em 0 0 2em;
	padding: .65em 3.65em .65em 1.5em;
	margin-right: -2em
}

.subscribe--mini .subscribe__field {
	max-width: 940px
}

@media screen and (max-width:560px) {
    .subscribe{
        margin-top: 23px;
    }
    .subscribe .title{
        font-size: 20px;
        line-height: 22px;
    }
    .subscribe > .header{
        margin-top: 0;
    }
	.subscribe__field {
		display: block
	}

	.subscribe__field>.subscribe__btn,
	.subscribe__field>.subscribe__input {
		width: 100%;
		display: block;
		margin: 1em 0
	}

	.subscribe__field>.subscribe__input {
		border-radius: 2em
	}
}

@media screen and (max-width:980px) {
	.subscribe--mini .subscribe__field {
		display: block
	}

	.subscribe--mini .subscribe__btn,
	.subscribe--mini .subscribe__input,
	.subscribe--mini .subscribe__text {
		width: 100%;
		max-width: 500px;
		display: block;
		margin: 1em auto
	}

	.subscribe--mini .subscribe__input,
	.subscribe--mini .subscribe__text {
		border-radius: 2em
	}

	.subscribe--mini .subscribe__text {
		text-align: center;
		padding: .65em 1.5em
	}
}

.social {
	margin: 3.5em 0
}

.social>.social__title {
	margin-bottom: 2em
}

.social__container>.social__item {
	margin-right: 40px
}

.social__container>.social__item:last-child {
	margin-right: 0
}

.social__item>.icon {
	margin-bottom: 1em
}

.social__title {
	font-size: 14px;
	text-align: center
}

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

.social__item {
	min-width: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.social__item>a,
.social__item>a:hover {
	text-decoration: none
}

.social__item .icon {
	display: block;
	border-radius: 50%;
	padding: 1em
}

.social__item .icon::before {
	font-size: 1.8em
}

.social__count {
	text-align: center;
	font-weight: 700;
	margin: .7em 0 0
}

@media screen and (max-width:980px) {
	.social .social__item {
		margin-right: 30px
	}
}

@media screen and (max-width:500px) {
	.social .social__item {
		margin-right: 20px
	}
}

.files {
	width: 100%;
	text-align: center;
	margin: 3em 0 2.2em
}

.files__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.files__item {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 160px;
	margin: 0 .25em 1.2em
}

.files__icon {
	height: 100px;
	border: 1px solid #eee;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: margin .25s ease-in-out;
	transition: margin .25s ease-in-out;
	padding: 1.45em 1em 1em;
	margin: 0 .65em .8em
}

.files__icon>.icon {
	display: block;
	font-size: 2em
}

.files__icon>.icon--pdf {
	color: #da3145
}

.files__icon>.icon--doc,
.files__icon>.icon--docx {
	color: #007aff
}

.files__size {
	color: #7f7f7f
}

.files__name {
	text-transform: uppercase
}

.files__name,
.files__size {
	font-size: .75em
}

.files__item>a:hover {
	text-decoration: none
}

.files__item>a:hover>.files__name {
	text-decoration: underline
}

.files__item>a:hover>.files__icon {
	margin: 0 0 .8em
}

.field__wrapper {
	max-height: .1px;
	-webkit-transition: max-height .5s, padding .25s;
	transition: max-height .5s, padding .25s;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.field__content>.slider {
	margin-top: 0
}

.field__btn {
	min-width: 180px;
	border-radius: 2em;
	padding: .65em 1.5em
}

.field__btn>i {
	margin: -2px 0 0 -3px
}

.field__open>.field__wrapper {
	max-height: 2000px;
	padding: 2.5em 0 1em;
	overflow: visible
}

.field__wrapper--small-padding {
	padding: .5em 0 0
}

.photos {
	width: 100%;
	text-align: center;
	margin: 3em 0
}

.photos__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.photos__item {
	width: 140px;
	margin: 0 .75em 1.2em;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.photos__wrapper {
	width: 100%;
	height: 100px;
	position: relative;
	background-color: #f6f6f6;
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
	margin-bottom: .8em;
	overflow: hidden
}

.photos__wrapper>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform 1s ease-out;
	transition: -webkit-transform 1s ease-out;
	transition: transform 1s ease-out;
	transition: transform 1s ease-out, -webkit-transform 1s ease-out
}

.photos__name {
	font-size: .75em;
	text-transform: uppercase
}

.photos__overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, .5)
}

.photos__item>a:hover>.photos__wrapper {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-box-shadow: 0 2px 17px 0 hsla(0, 0%, 70%, .5);
	box-shadow: 0 2px 17px 0 hsla(0, 0%, 70%, .5)
}

.photos__wrapper--video {
	position: relative
}

.photos__wrapper--video::after,
.photos__wrapper--video::before {
	top: 50%;
	left: 50%;
	font-size: 3em;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.photos__wrapper--video::after {
	content: '';
	width: .5em;
	height: .5em;
	background-color: rgba(0, 0, 0, .5);
	z-index: 10
}

.photos__wrapper--video::before {
	content: "\e906";
	font-family: blackfriday !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #da3145;
	z-index: 15
}

.viewed__item {
	height: 100%;
	border: 1px solid #eee;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em
}

.viewed__price,
.viewed__title {
	font-weight: 700
}

.viewed__subtitle,
.viewed__title {
	text-transform: uppercase
}

.viewed__subtitle {
	font-size: .875em
}

.viewed__price {
	font-size: 1.5em;
	margin-top: .8em
}

.viewed__price>i {
	font-size: .9em
}

.viewed a:hover {
	text-decoration: none
}

@media (max-width:1030px) {
	.viewed {
		font-size: .875em
	}
}

.map {
	min-height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
	padding: 2em 0 3.65em;
	margin: 3em 0 5em
}

.map .title,
.map>.header {
	margin: 0
}

.map>.header {
	z-index: 10
}

.map .title {
	background-color: rgba(255, 255, 255, .75);
	padding: .3em 1em
}

.map>button {
	bottom: -1.432em;
	position: absolute;
	z-index: 15
}

.map__wrapper {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute
}

.map__wrapper>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.map--points::after,
.map--points::before {
	content: "\e932";
	color: #da3145;
	font-family: blackfriday !important;
	font-size: 2.65em;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	position: absolute;
	opacity: .9
}

.map--points::after {
	top: 20%;
	left: 25%
}

.map--points::before {
	top: 40%;
	right: 20%
}

.map--no-margin-top {
	margin-top: 0
}

@media screen and (min-width:601px) {

	.map__button:hover~.map--points::after,
	.map__button:hover~.map--points::before {
		-webkit-animation-name: bounce;
		animation-name: bounce;
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both
	}

	.map__button:hover~.map--points::before {
		-webkit-animation-delay: .2s;
		animation-delay: .2s
	}
}

@media screen and (max-width:1030px) {
	.map--with-title>.map--points::after {
		left: 10%
	}

	.map--with-title>.map--points::before {
		right: 10%
	}
}

@media screen and (max-width:600px) {

	.map--points::after,
	.map--points::before {
		font-size: 2.6em
	}

	.map--points::after {
		left: 12%
	}

	.map--points::before {
		right: 9%
	}

	.map--with-title>.map--points::after {
		left: 4%
	}

	.map--with-title>.map--points::before {
		right: 4%
	}

	.map .title {
		margin-left: 15%;
		margin-right: 15%
	}
}

@media screen and (max-width:400px) {
	.map .title {
		padding: .3em .35em
	}

	.map--with-title>.map--points::after {
		left: .35em
	}

	.map--with-title>.map--points::before {
		right: .35em
	}
}

.filter {
	color: #fff;
	background-color: #303030;
	padding: 3em 0
}

.filter .header {
	margin: 0 0 3em
}

.filter .select,
.filter__input {
	width: 100%
}

.filter__slider {
	padding: 0 1em
}

.filter__line {
	margin: .5em 0
}

.filter__price {
	margin-top: 1.5em
}

.filter__tabs {
	margin: 2em 0
}

.filter__item {
	margin: 0 1.5em 1em 0
}

.filter__group {
	margin: 0 .75em 0 0
}

.filter__footer {
	margin: 1.5em 0 0 0
}

.filter__footer,
.filter__group,
.filter__line,
.filter__price,
.filter__space,
.filter__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.filter__footer,
.filter__tabs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.filter__footer>button,
.filter__tabs>button {
	white-space: nowrap
}

.filter__tabs>button {
	margin-bottom: .35em
}

.filter__line,
.filter__tabs {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.filter__group,
.filter__item,
.filter__price,
.filter__space {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.filter__group>.filter__item:last-child,
.filter__price>.filter__item:last-child,
.filter__space>.filter__item:last-child {
	margin-right: 0
}

.filter__label {
	display: block;
	line-height: 1.2;
	margin-bottom: .5em
}

.filter__input {
	position: relative
}

.filter__input::before {
	content: attr(input_data);
	top: 50%;
	left: .875em;
	color: #9a9a9a;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.filter__item--align {
	margin-top: auto
}

.filter__tabs>button {
	font-size: .9em
}

.filter__tabs>button:last-child {
	margin-right: 0
}

.filter__price input {
	width: 160px
}

.filter__space input {
	width: 120px;
    -webkit-appearance: none;
}
.filter input[type="number"]::-webkit-outer-spin-button,
.filter input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.filter input[type='number'],
.filter input[type="number"]:hover,
.filter input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}

.filter__footer>button {
	margin-right: 1em
}

.filter__footer>button:last-child {
	margin-right: 0
}

.filter__search-btn {
	min-width: 160px
}

.filter--fix {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.filter--fourth,
.filter--half {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.filter--half {
	-webkit-box-flex: .5;
	-ms-flex-positive: .5;
	flex-grow: .5
}

.filter--fourth {
	-webkit-box-flex: .25;
	-ms-flex-positive: .25;
	flex-grow: .25
}

.filter>.container {
	position: relative;
	z-index: 5
}

.filter .btn--outline-white:not(.active) {
	background-color: #303030
}

.filter .field {
	position: relative
}

.field__title {
	font-size: 1.5em;
	text-align: left;
	font-weight: 100;
	border-bottom: 2px dashed #5f5f5f;
	padding: 0 7.5em .3em 0
}

.filter__field_btn {
	top: .5em;
	right: 1em;
	color: #9a9a9a;
	position: absolute
}

.filter__field_btn {
	padding: 0
}

@media screen and (max-width:950px) {
	.filter__line {
		display: block
	}
}

@media screen and (max-width:850px) {
	.filter .field__title {
		text-align: center;
		border-width: 0;
		padding: 0
	}

	.filter .filter__field_btn {
		display: none
	}

	.filter .field__wrapper {
		max-height: 2000px;
		padding: 0;
		overflow: visible
	}
}

@media screen and (max-width:580px) {
	.filter__group {
		display: block
	}

	.filter__slider {
		display: none
	}

	.filter--fix {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.filter__group>.filter__item {
		margin-right: 0
	}

	.filter__price input,
	.filter__space input {
		width: 100%
	}
}

.list {
	margin: 3em 0
}

.list__navigation {
	font-size: .875em;
	font-weight: 600;
	text-align: center;
	margin: 1em 0
}

.list__incomplex .header .table__title {
	display: none
}

.list__tabs {
	border: 1px solid #eee;
	border-radius: 3.25em;
	list-style: none;
	padding: 0;
	margin: 0 auto
}

.list__tab,
.list__tabs {
	display: inline-block;
	position: relative
}

.list__tab>.btn--black {
	text-transform: uppercase;
	-webkit-transition: background-color .35s linear;
	transition: background-color .35s linear
}

.list__tabs>.list__tab>.btn--black {
	margin: 0 -1em
}

.list__tabs>.list__tab:first-child>.btn--black {
	margin-left: 0
}

.list__tabs>.list__tab:last-child>.btn--black {
	margin-right: 0
}

.list__tabs>.list__tab>.active {
	position: relative;
	margin: 0;
	z-index: 5
}

.list__table .table__header,
.list__table .table__row {
	max-width: 1100px;
	text-align: center;
	line-height: 1.2;
	margin: 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.list__table .table__cell--c0 {
	width: 2.85%
}

.list__table .table__cell--c1 {
	width: 9.5%
}

.list__table .table__cell--c2 {
	width: 11.5%
}

.list__table .table__cell--c3 {
	width: 13.5%
}

.list__table .table__cell--c4 {
	width: 10.5%
}

.list__table .table__cell--c5 {
	width: 23.5%
}

.list__table .table__cell--c6 {
	width: 25.8%
}

.list__table .table__cell--c7 {
	width: 2.85%
}

.list__table--parking .table__cell--c0,
.list__table--plots .table__cell--c0 {
	width: 2.85%
}

.list__table--parking .table__cell--c1,
.list__table--plots .table__cell--c1 {
	width: 12.2%
}

.list__table--parking .table__cell--c2,
.list__table--plots .table__cell--c2 {
	width: 14.2%
}

.list__table--parking .table__cell--c3,
.list__table--plots .table__cell--c3 {
	width: 15.4%
}

.list__table--parking .table__cell--c4,
.list__table--plots .table__cell--c4 {
	width: 25%
}

.list__table--parking .table__cell--c5,
.list__table--plots .table__cell--c5 {
	width: 27.5%
}

.list__table--parking .table__cell--c6,
.list__table--plots .table__cell--c6 {
	width: 2.85%
}

@media (min-width:931px) and (max-width:1150px) {

	.list__table .table__header,
	.list__table .table__row {
		padding: 0 1em
	}
}

@media (max-width:930px) {
	.list__table .table__cell {
		padding: 0 .4em 1em
	}

	.list__table .table__row {
		padding-bottom: 1em;
		border-bottom: 1px solid #9a9a9a
	}

	.list__navigation {
		margin-top: 1.5em
	}

	.list__tabs {
		border: none
	}

	.list__table .table__cell--c1 {
		width: 100%;
		color: #9a9a9a;
		font-size: .875em;
		display: block;
		text-align: left;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.list__table .table__cell--c1::before {
		content: 'ID '
	}

	.list__table .table__cell--c2,
	.list__table .table__cell--c3,
	.list__table .table__cell--c4 {
		margin-bottom: auto
	}

	.list__table .table__cell--c0 {
		width: 20%;
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.list__table .table__cell--c2 {
		width: 21%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.list__table .table__cell--c3 {
		width: 50%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.list__table .table__cell--c4 {
		width: 29%;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.list__table .table__cell--c5 {
		width: 100%;
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.list__table .table__cell--c6 {
		width: 60%;
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.list__table .table__cell--c7 {
		width: 20%;
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.list__table--parking .table__cell--c0,
	.list__table--plots .table__cell--c0 {
		width: 20%;
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.list__table--parking .table__cell--c2,
	.list__table--plots .table__cell--c2 {
		width: 21%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.list__table--parking .table__cell--c3,
	.list__table--plots .table__cell--c3 {
		width: 79%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.list__table--parking .table__cell--c4,
	.list__table--plots .table__cell--c4 {
		width: 100%;
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.list__table--parking .table__cell--c5,
	.list__table--plots .table__cell--c5 {
		width: 60%;
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.list__table--parking .table__cell--c6,
	.list__table--plots .table__cell--c6 {
		width: 20%;
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
}

.search__map-wrapper {
	position: relative;
	z-index: 10
}

.search__map {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	z-index: 1
}

.search__zoom {
	top: 10px;
	right: 10px;
	display: none;
	position: absolute;
	z-index: 10
}

.search__zoom>.btn--white {
	color: #fff;
	background-color: #da3145
}

.search__table .table__header,
.search__table .table__row {
	max-width: 1100px;
	text-align: center;
	line-height: 1.2;
	margin: 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.search__table .table__row-wrapper {
	padding: 1em 1.25em
}

.search__table .table__header-wrapper {
	padding: .25em 1.25em
}

.search__table .table__cell--c1 {
	display: none
}

.search__table .table__cell--c0 {
	width: 2.85%
}

.search__table .table__cell--c2 {
	width: 8.5%
}

.search__table .table__cell--c3 {
	width: 11%
}

.search__table .table__cell--c4 {
	width: 9.5%
}

.search__table .table__cell--c5 {
	width: 11.5%
}

.search__table .table__cell--c6 {
	width: 12%
}

.search__table .table__cell--c7 {
	width: 22%
}

.search__table .table__cell--c8 {
	width: 17%
}

.search__table .table__cell--c9 {
	width: 2.85%
}

.search__table .table__cell--c10 {
	width: 2.85%
}

.search__table--plots .table__cell--c0 {
	width: 2.85%
}

.search__table--plots .table__cell--c2 {
	width: 11%
}

.search__table--plots .table__cell--c3 {
	width: 12%
}

.search__table--plots .table__cell--c4 {
	width: 13%
}

.search__table--plots .table__cell--c4 {
	width: 15%
}

.search__table--plots .table__cell--c6 {
	width: 23.5%
}

.search__table--plots .table__cell--c7 {
	width: 17%
}

.search__table--plots .table__cell--c8 {
	width: 2.85%
}

.search__table--plots .table__cell--c9 {
	width: 2.8%
}

.search__table--parking .table__cell--c0 {
	display: none
}

.search__table--parking .table__cell--c2 {
	width: 8.5%
}

.search__table--parking .table__cell--c3 {
	width: 11%
}

.search__table--parking .table__cell--c4 {
	width: 9.5%
}

.search__table--parking .table__cell--c5 {
	width: 11.5%
}

.search__table--parking .table__cell--c6 {
	width: 12%
}

.search__table--parking .table__cell--c7 {
	width: 22%
}

.search__table--parking .table__cell--c8 {
	width: 17%
}

.search__table--parking .table__cell--c9 {
	width: 2.85%
}

.search__table--parking .table__cell--c10 {
	width: 2.85%
}

.search__map-button,
.search__map-header {
	display: none
}

.search .title {
	font-size: 3em;
	margin: 0 0 .25em
}

.search .subtitle {
	font-size: 1.5em;
	font-weight: 100
}

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

.search__list {
	height: 100vh;
	overflow-x: hidden
}

.search__map-wrapper {
	height: 100vh;
	overflow: hidden
}

@media (min-width:1400px) {
	.search__list {
		width: 60%
	}

	.search__map-wrapper {
		width: 40%
	}
}

@media (min-width:1150px) and (max-width:1399px) {
	.search__list {
		width: 70%
	}

	.search__map-wrapper {
		width: 30%
	}

	.search__table .table__cell--c10,
	.search__table--plots .table__cell--c9 {
		display: block
	}
}

@media (min-width:1050px) and (max-width:1149px) {
	.search__list {
		width: 75%
	}

	.search__map-wrapper {
		width: 25%
	}
}

@media (min-width:931px) and (max-width:1049px) {
	.search__map-wrapper {
		height: 100vh
	}

	.search__zoom {
		display: block
	}

	.search #map {
		border-top: 1px solid #eee
	}
}

@media (min-width:931px) {

	.search__table .table__old-price,
	.search__table .table__price {
		display: block
	}

	.search__table .table__price {
		margin: .25em 0
	}

	.search__table .table__price_wrapper {
		margin: 0
	}

	.search__mobileMap {
		display: none
	}
}

@media (max-width:930px) {
	.search__table .table__cell {
		padding: 0 .4em 1em
	}

	.search__table .table__row {
		padding-bottom: 1em;
		border-bottom: 1px solid #9a9a9a
	}

	.search__table .table__cell--c1 {
		width: 100%;
		color: #9a9a9a;
		font-size: .875em;
		display: block;
		text-align: left;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.search__table .table__cell--c1::before {
		content: 'ID '
	}

	.search__table .table__cell--c2,
	.search__table .table__cell--c3,
	.search__table .table__cell--c4 {
		margin-bottom: auto
	}

	.search__table .table__cell--c0 {
		width: 20%;
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.search__table .table__cell--c1 {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.search__table .table__cell--c2 {
		width: 21%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.search__table .table__cell--c3 {
		width: 50%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.search__table .table__cell--c4 {
		width: 29%;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.search__table .table__cell--c5 {
		width: 100%;
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.search__table .table__cell--c6 {
		width: 100%;
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.search__table .table__cell--c7 {
		width: 100%;
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.search__table .table__cell--c8 {
		width: 60%;
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.search__table .table__cell--c9 {
		width: 20%;
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.search__table .table__cell--c10 {
		display: none
	}

	.search__table--plots .table__cell--c0 {
		width: 20%;
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.search__table--plots .table__cell--c1 {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.search__table--plots .table__cell--c2 {
		width: 20%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.search__table--plots .table__cell--c3 {
		width: 80%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.search__table--plots .table__cell--c4 {
		width: 100%;
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.search__table--plots .table__cell--c5 {
		width: 100%;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.search__table--plots .table__cell--c6 {
		width: 100%;
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.search__table--plots .table__cell--c7 {
		width: 60%;
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.search__table--plots .table__cell--c8 {
		width: 20%;
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.search__table--plots .table__cell--c9 {
		display: none
	}

	.search__table--parking .table__cell--c0 {
		display: block
	}

	.search__table--parking .table__open {
		display: none
	}

	.search__table--parking .table__cell--c2,
	.search__table--parking .table__cell--c3,
	.search__table--parking .table__cell--c4 {
		width: 33%
	}

	.search__table--parking .table__cell--c3 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.search__table--parking .table__cell--c4 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.search__table--parking .table__cell--c5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.search__table--parking .table__cell--c6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.search__table--parking .table__cell--c7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.search__map-wrapper {
		top: 50%;
		left: 50%;
		width: 100%;
		height: 100vh;
		text-align: left;
		position: fixed;
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #fff;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 200
	}

	.search__map-header {
		display: block;
		border-bottom: 1px solid #eee;
		padding: 1em 3.375em 1em 1em
	}

	.search__map-title {
		line-height: 1.5;
		font-size: 1.1em;
		margin: 0
	}

	.search__map {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 100%;
		height: auto;
		position: relative;
		padding: 0
	}

	.search__map-button {
		top: .875em;
		right: 1.25em;
		width: 30px;
		height: 30px;
		display: block;
		position: absolute;
		background: 0 0;
		border: 0;
		padding: 5px;
		z-index: 10
	}
}

.favorites {
	margin: 3em 0
}

.favorites__table .table__header,
.favorites__table .table__row {
	max-width: 1100px;
	text-align: center;
	line-height: 1.2;
	margin: 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.favorites__table .table__cell--c0 {
	display: none
}

.favorites__table .table__cell--c1 {
	width: 2.85%
}

.favorites__table .table__cell--c2 {
	width: 9.3%
}

.favorites__table .table__cell--c3 {
	width: 11%
}

.favorites__table .table__cell--c4 {
	width: 10.7%
}

.favorites__table .table__cell--c5 {
	width: 12.2%
}

.favorites__table .table__cell--c6 {
	width: 12.5%
}

.favorites__table .table__cell--c7 {
	width: 24.4%
}

.favorites__table .table__cell--c8 {
	width: 14.2%
}

.favorites__table .table__cell--c9 {
	width: 2.85%
}

.favorites__table--plots .table__cell--c2 {
	width: 11%
}

.favorites__table--plots .table__cell--c3 {
	width: 12%
}

.favorites__table--plots .table__cell--c4 {
	width: 13%
}

.favorites__table--plots .table__cell--c4 {
	width: 15.22%
}

.favorites__table--plots .table__cell--c6 {
	width: 30%
}

.favorites__table--plots .table__cell--c7 {
	width: 13.08%
}

.favorites__table--plots .table__cell--c8 {
	width: 2.85%
}

.favorites__table--parking .table__cell--c2 {
	width: 12%
}

.favorites__table--parking .table__cell--c3 {
	width: 11%
}

.favorites__table--parking .table__cell--c4 {
	width: 8%
}

.favorites__table--parking .table__cell--c5 {
	width: 12.2%
}

.favorites__table--parking .table__cell--c6 {
	width: 12.5%
}

.favorites__table--parking .table__cell--c7 {
	width: 24.4%
}

.favorites__table--parking .table__cell--c8 {
	width: 14.2%
}

.favorites__table--parking .table__cell--c9 {
	width: 2.85%
}

@media (min-width:931px) and (max-width:1150px) {
	.favorites__table .table__row-wrapper {
		padding: 1em 1.25em
	}

	.favorites__table .table__header-wrapper {
		padding: .25em 1.25em
	}
}

@media (min-width:931px) {
	.favorites__table .icon--favorites::before {
		content: "\e90b"
	}

	.favorites__table .table__remove-btn.active {
		color: #9a9a9a
	}

	.favorites__table .table__old-price,
	.favorites__table .table__price {
		display: block
	}

	.favorites__table .table__price {
		margin: .25em 0
	}

	.favorites__table .table__price_wrapper {
		margin: 0
	}
}

@media (max-width:930px) {
	.favorites__table .table__cell {
		padding: 0 .4em 1em
	}

	.favorites__table .table__row {
		padding-bottom: 1em;
		border-bottom: 1px solid #9a9a9a
	}

	.favorites__table .table__cell--c0 {
		width: 100%;
		color: #9a9a9a;
		font-size: .875em;
		display: block;
		text-align: left;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.favorites__table .table__cell--c0::before {
		content: 'ID '
	}

	.favorites__table .table__cell--c2,
	.favorites__table .table__cell--c3,
	.favorites__table .table__cell--c4 {
		margin-bottom: auto
	}

	.favorites__table .table__cell--c1 {
		width: 20%;
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.favorites__table .table__cell--c2 {
		width: 21%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.favorites__table .table__cell--c3 {
		width: 50%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.favorites__table .table__cell--c4 {
		width: 29%;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.favorites__table .table__cell--c5 {
		width: 100%;
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.favorites__table .table__cell--c6 {
		width: 100%;
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.favorites__table .table__cell--c7 {
		width: 100%;
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.favorites__table .table__cell--c8 {
		width: 60%;
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.favorites__table .table__cell--c9 {
		width: 20%;
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.favorites__table--plots .table__cell--c1 {
		width: 20%;
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.favorites__table--plots .table__cell--c2 {
		width: 20%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.favorites__table--plots .table__cell--c3 {
		width: 80%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.favorites__table--plots .table__cell--c4 {
		width: 100%;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.favorites__table--plots .table__cell--c5 {
		width: 100%;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.favorites__table--plots .table__cell--c6 {
		width: 100%;
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.favorites__table--plots .table__cell--c7 {
		width: 60%;
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.favorites__table--plots .table__cell--c8 {
		width: 20%;
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.favorites__table--parking .table__cell--c2,
	.favorites__table--parking .table__cell--c3,
	.favorites__table--parking .table__cell--c4 {
		width: 33%
	}

	.favorites__table--parking .table__cell--c3 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.favorites__table--parking .table__cell--c4 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
}

.document {
	line-height: 1.5;
	margin-bottom: 3rem
}

.document li,
.document p {
	margin: .35em 0
}

.document a {
	color: red
}

.document h1 {
	margin: 2.5em 0 1.5em
}

.document div {
	margin: 1.5em 0
}

@media screen and (min-width:721px) and (max-width:980px) {
	.document h1 {
		font-size: 1.5rem
	}

	.document h2 {
		font-size: 1.25rem
	}

	.document h3 {
		font-size: 1.15rem
	}

	.document ul {
		padding-left: 30px
	}
}

@media screen and (max-width:720px) {
	.document h1 {
		font-size: 1.4rem
	}

	.document h2 {
		font-size: 1.2rem
	}

	.document h3 {
		font-size: 1.1rem
	}

	.document ul {
		padding-left: 20px
	}
}

.signet {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	padding: 0 20px;
	margin: 0;
	margin-bottom: 3rem
}

.signet__link-wrapper {
	padding: 0 20px 0 40px
}

.signet__img {
	padding: 20px
}

.signet__link {
	display: block;
	position: relative
}

.signet__link>.icon {
	top: 0;
	left: -32px;
	width: 24px;
	height: 24px;
	position: absolute
}

.signet__img>img {
	width: 100%;
	max-width: 512px;
	height: auto
}

@media screen and (max-width:720px) {
	.signet {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

#map {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
	background: linear-gradient(to bottom, #fff, #f6f6f6)
}


.no_result {
	font-size: 1.5em;
	text-align: center;
	padding: 0 1.25em;
	margin: 4em 0 5em
}

.faq {
	text-align: left
}

.faq>.faq__block {
	margin-bottom: 2.5rem
}

.faq>.faq__question {
	margin-bottom: 1.2em
}

.faq__question {
	font-weight: 700
}

.faq__answer {
	font-size: 16px;
	font-weight: 300
}

@media screen and (max-width:980px) {
	.faq>.faq__block {
		margin-bottom: 2rem
	}
}

.timer {
	text-align: center
}

.timer__wrapper {
	display: inline-block
}

.timer__title {
	text-align: left;
	margin-bottom: .5em;
	font-weight: 600;
	text-transform: uppercase
}

.flipdown {
	width: 510px;
	height: 110px;
	font-family: sans-serif;
	overflow: visible
}

.flipdown.flipdown__theme-dark .rotor-group-heading:before {
	color: #000
}

.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before {
	background-color: #151515
}

.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-leaf-front,
.flipdown.flipdown__theme-dark .rotor-top {
	color: #fff;
	background-color: #2d2d2d
}

.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
	color: #efefef;
	background-color: #242424
}

.flipdown.flipdown__theme-dark .rotor:after {
	border-top: solid 1px #151515
}

.flipdown.flipdown__theme-light .rotor-group-heading:before {
	color: #eee
}

.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after,
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before {
	background-color: #ddd
}

.flipdown.flipdown__theme-light .rotor,
.flipdown.flipdown__theme-light .rotor-leaf-front,
.flipdown.flipdown__theme-light .rotor-top {
	color: #222;
	background-color: #ddd
}

.flipdown.flipdown__theme-light .rotor-bottom,
.flipdown.flipdown__theme-light .rotor-leaf-rear {
	color: #333;
	background-color: #eee
}

.flipdown.flipdown__theme-light .rotor:after {
	border-top: solid 1px #222
}

.flipdown .rotor-group {
	position: relative;
	float: left;
	padding-right: 30px
}

.flipdown .rotor-group:last-child {
	padding-right: 0
}

.flipdown .rotor-group-heading:before {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center
}

.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
	content: attr(data-before)
}

.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
	content: attr(data-before)
}

.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
	content: attr(data-before)
}

.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
	content: attr(data-before)
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
	content: '';
	position: absolute;
	bottom: 20px;
	left: 115px;
	width: 10px;
	height: 10px;
	border-radius: 50%
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
	content: '';
	position: absolute;
	bottom: 50px;
	left: 115px;
	width: 10px;
	height: 10px;
	border-radius: 50%
}

.flipdown .rotor {
	position: relative;
	float: left;
	width: 50px;
	height: 80px;
	margin: 0 5px 0 0;
	border-radius: 4px;
	font-size: 4rem;
	text-align: center;
	-webkit-perspective: 200px;
	perspective: 200px
}

.flipdown .rotor:last-child {
	margin-right: 0
}

.flipdown .rotor-bottom,
.flipdown .rotor-top {
	overflow: hidden;
	position: absolute;
	width: 50px;
	height: 40px
}

.flipdown .rotor-leaf {
	z-index: 1;
	position: absolute;
	width: 50px;
	height: 80px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0s;
	transition: -webkit-transform 0s;
	transition: transform 0s;
	transition: transform 0s, -webkit-transform 0s
}

.flipdown .rotor-leaf.flipped {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
	overflow: hidden;
	position: absolute;
	width: 50px;
	height: 40px;
	margin: 0;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden
}

.flipdown .rotor-leaf-front {
	line-height: 80px;
	border-radius: 4px 4px 0 0
}

.flipdown .rotor-leaf-rear {
	line-height: 0;
	border-radius: 0 0 4px 4px;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg)
}

.flipdown .rotor-top {
	line-height: 80px;
	border-radius: 4px 4px 0 0
}

.flipdown .rotor-bottom {
	bottom: 0;
	line-height: 0;
	border-radius: 0 0 4px 4px
}

.flipdown .rotor:after {
	content: '';
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 40px;
	border-radius: 0 0 4px 4px
}

.flipdown--small {
	width: 312px;
	height: 70px
}

.flipdown--small .rotor {
	font-size: 2.2rem;
	margin-right: 3px
}

.flipdown--small .rotor,
.flipdown--small .rotor-bottom,
.flipdown--small .rotor-leaf,
.flipdown--small .rotor-leaf-front,
.flipdown--small .rotor-leaf-rear,
.flipdown--small .rotor-top,
.flipdown--small .rotor:after {
	width: 30px
}

.flipdown--small .rotor-group {
	padding-right: 20px
}

.flipdown--small .rotor-group:last-child {
	padding-right: 0
}

.flipdown--small .rotor-group-heading:before {
	font-size: .75rem;
	height: 20px;
	line-height: 20px
}

.flipdown--small .rotor-group:nth-child(n+2):nth-child(-n+3):after,
.flipdown--small .rotor-group:nth-child(n+2):nth-child(-n+3):before {
	left: 69px
}

.flipdown--small .rotor-group:nth-child(n+2):nth-child(-n+3):before {
	bottom: 13px;
	height: 8px;
	width: 8px
}

.flipdown--small .rotor-group:nth-child(n+2):nth-child(-n+3):after {
	bottom: 29px;
	height: 8px;
	width: 8px
}

.flipdown--small .rotor-leaf-front,
.flipdown--small .rotor-top {
	line-height: 50px
}

.flipdown--small .rotor,
.flipdown--small .rotor-leaf {
	height: 50px
}

.flipdown--small .rotor-bottom,
.flipdown--small .rotor-leaf-front,
.flipdown--small .rotor-leaf-rear,
.flipdown--small .rotor-top,
.flipdown--small .rotor:after {
	height: 25px
}

.flipdown--tiny {
	width: 210px;
	height: 47px;
	display: inline-block;
	margin: 0 0 -.4em .25em
}

.flipdown--tiny .rotor {
	font-size: 1.4rem;
	margin-right: 2px
}

.flipdown--tiny .rotor,
.flipdown--tiny .rotor-bottom,
.flipdown--tiny .rotor-leaf,
.flipdown--tiny .rotor-leaf-front,
.flipdown--tiny .rotor-leaf-rear,
.flipdown--tiny .rotor-top,
.flipdown--tiny .rotor:after {
	width: 20px
}

.flipdown--tiny .rotor-group {
	padding-right: 13px
}

.flipdown--tiny .rotor-group:last-child {
	padding-right: 0
}

.flipdown--tiny .rotor-group-heading:before {
	font-size: .65rem;
	height: 13px;
	line-height: 13px
}

.flipdown--tiny .rotor-group:nth-child(n+2):nth-child(-n+3):after,
.flipdown--tiny .rotor-group:nth-child(n+2):nth-child(-n+3):before {
	left: 45px
}

.flipdown--tiny .rotor-group:nth-child(n+2):nth-child(-n+3):before {
	bottom: 8px;
	height: 5px;
	width: 5px
}

.flipdown--tiny .rotor-group:nth-child(n+2):nth-child(-n+3):after {
	bottom: 18px;
	height: 5px;
	width: 5px
}

.flipdown--tiny .rotor-leaf-front,
.flipdown--tiny .rotor-top {
	line-height: 32px
}

.flipdown--tiny .rotor,
.flipdown--tiny .rotor-leaf {
	height: 32px
}

.flipdown--tiny .rotor-bottom,
.flipdown--tiny .rotor-leaf-front,
.flipdown--tiny .rotor-leaf-rear,
.flipdown--tiny .rotor-top,
.flipdown--tiny .rotor:after {
	height: 16px
}

@media (max-width:550px) {
	.flipdown {
		width: 312px;
		height: 70px
	}

	.flipdown .rotor {
		font-size: 2.2rem;
		margin-right: 3px
	}

	.flipdown .rotor,
	.flipdown .rotor-bottom,
	.flipdown .rotor-leaf,
	.flipdown .rotor-leaf-front,
	.flipdown .rotor-leaf-rear,
	.flipdown .rotor-top,
	.flipdown .rotor:after {
		width: 30px
	}

	.flipdown .rotor-group {
		padding-right: 20px
	}

	.flipdown .rotor-group:last-child {
		padding-right: 0
	}

	.flipdown .rotor-group-heading:before {
		font-size: .75rem;
		height: 20px;
		line-height: 20px
	}

	.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after,
	.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
		left: 69px
	}

	.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
		bottom: 13px;
		height: 8px;
		width: 8px
	}

	.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
		bottom: 29px;
		height: 8px;
		width: 8px
	}

	.flipdown .rotor-leaf-front,
	.flipdown .rotor-top {
		line-height: 50px
	}

	.flipdown .rotor,
	.flipdown .rotor-leaf {
		height: 50px
	}

	.flipdown .rotor-bottom,
	.flipdown .rotor-leaf-front,
	.flipdown .rotor-leaf-rear,
	.flipdown .rotor-top,
	.flipdown .rotor:after {
		height: 25px
	}

	.flipdown--tiny {
		display: block;
		margin: .5em auto
	}

	.flipdown--small {
		width: 190px;
		height: 42px
	}

	.flipdown--small .rotor {
		font-size: 1rem;
		margin-right: 2px
	}

	.flipdown--small .rotor,
	.flipdown--small .rotor-bottom,
	.flipdown--small .rotor-leaf,
	.flipdown--small .rotor-leaf-front,
	.flipdown--small .rotor-leaf-rear,
	.flipdown--small .rotor-top,
	.flipdown--small .rotor:after {
		width: 18px
	}

	.flipdown--small .rotor-group {
		padding-right: 12px
	}

	.flipdown--small .rotor-group:last-child {
		padding-right: 0
	}

	.flipdown--small .rotor-group-heading:before {
		font-size: .55rem;
		height: 13px;
		line-height: 12px
	}

	.flipdown--small .rotor-group:nth-child(n+2):nth-child(-n+3):after,
	.flipdown--small .rotor-group:nth-child(n+2):nth-child(-n+3):before {
		left: 42px
	}

	.flipdown--small .rotor-group:nth-child(n+2):nth-child(-n+3):before {
		bottom: 8px;
		height: 4px;
		width: 4px
	}

	.flipdown--small .rotor-group:nth-child(n+2):nth-child(-n+3):after {
		bottom: 17px;
		height: 4px;
		width: 4px
	}

	.flipdown--small .rotor-leaf-front,
	.flipdown--small .rotor-top {
		line-height: 30px
	}

	.flipdown--small .rotor,
	.flipdown--small .rotor-leaf {
		height: 30px
	}

	.flipdown--small .rotor-bottom,
	.flipdown--small .rotor-leaf-front,
	.flipdown--small .rotor-leaf-rear,
	.flipdown--small .rotor-top,
	.flipdown--small .rotor:after {
		height: 15px
	}
}



.participants__item,
.partners__item,
.press__item {
	height: auto
}
.slider__item.participants__item{
    height: 200px;
}
.slider__item.participants__item .img-wrapper img{
    max-width: 80%;
    max-height: 100%;
    height: auto;
    width:auto;
}

.partners__item,
.press__item {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.participants__item {
	border: 1px solid #eee
}

.participants__item .img-wrapper {
	height: 100%;
	padding: .75em
}

.partners__logo,
.partners__logo .img-wrapper {
	height: 180px;
}

.partners>.slider {
	margin: 1.5em 0 3em
}

.partners__info,
.press__quotes {
	font-size: .875em
}

.partners__logo,
.press__quotes {
	margin-bottom: 1em
}

.partners__logo,
.press__quotes {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.partners__logo,
.press__logo {
	width: 100%
}

.partners__info {
	line-height: 1.2
}

.reviews--author {
	font-weight: 700
}

.reviews--author,
.reviews--text {
	padding: 0 .5em
}

@media screen and (min-width:1030px) {

	.partners__slider,
	.press__slider {
		padding: 0
	}

	.partners__slider .slider__btn.disabled,
	.press__slider .slider__btn.disabled,
	.viewed .slider__btn.disabled {
		display: none
	}
}

.modal {
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 400px;
	max-height: calc(100% - 2.5em);
	text-align: left;
	vertical-align: baseline;
	position: fixed;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 300
}

.modal input,
.modal textarea {
	width: 100%
}

.modal:not(.modal--slider) {
	-webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, .4);
	box-shadow: 0 0 20px -5px rgba(0, 0, 0, .4)
}

.modal__header {
	padding: 2em 4em 0 2em;
	margin-bottom: 1.5em
}

.modal__title {
	margin: .25em 0 .8em
}

.modal>.modal__button {
	top: 2em;
	right: 1.5em;
	width: 30px;
	height: 30px;
	position: absolute;
	background: 0 0;
	border: 0;
	padding: 5px;
	z-index: 10
}

.modal__body {
	padding: 0 2em;
	line-height: 1.5
}

.modal__body p {
	margin: 1.2em 0
}

.modal__body--bottom_margin {
	margin-bottom: 1.25em
}

.modal__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 2em 2.25em 2em;
	margin-top: 1.5em
}

.modal hr {
	width: 80%;
	margin: 1.5em auto
}

.modal__img {
	max-height: 90px
}

.modal__img>.icon {
	font-size: 1.65em;
	margin: 0 .8em 0 0
}

.modal__text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: .875em;
	font-weight: 600
}

.modal__text p {
	margin: .5em 0
}

.modal__text--margin {
	margin: 1em 0
}

.modal--black {
	color: #fff;
	background-color: #303030
}

.modal--black .modal__title {
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.4
}

.modal--black>.modal__button {
	color: #9a9a9a
}

.modal--black .modal__title>.text--primary {
	display: block;
	font-weight: 600;
	font-size: 1.65em
}

.modal--black .modal__footer {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.modal--black .modal__text {
	font-size: 2em;
	line-height: 1.1;
	font-weight: 100
}

.modal--map {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	max-width: calc(100% - 2.5em)
}

.modal--map>.modal__header {
	padding: 1em 3.375em 1em 1em;
	margin-bottom: 0;
	border-bottom: 1px solid #eee
}

.modal--map .modal__title {
	line-height: 1;
	margin: 0
}

.modal--map>.modal__footer,
.modal--map>.modal__header {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.modal--map>.modal__button {
	top: .875em;
	right: 1.25em
}

.modal--map>.modal__body {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	min-height: 400px;
	padding: 0
}

.map-panel {
	display: none;
	max-width: 360px
}

.map-panel__closeButton {
	-ms-flex-preferred-size: 30px;
	flex-basis: 30px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	cursor: pointer;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgLjdsLS43LS43TDcgNi4zLjcgMCAwIC43IDYuMyA3IDAgMTMuM2wuNy43TDcgNy43bDYuMyA2LjMuNy0uN0w3LjcgN3oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
	background-position: 50% 0;
	background-repeat: no-repeat;
	opacity: .8
}

.map-panel__content {
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	padding-bottom: 1.2em
}

.map-panel__content>.object {
	border-width: 0
}

.map-panel__content .btn--outline-primary {
	text-align: center !important
}

.modal--slider {
	width: calc(100% - 5em);
	max-width: 1200px;
	background-color: transparent
}

.modal--slider>.modal__body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0
}

.modal--slider>.modal__button {
	top: 0;
	right: 1em;
	width: 50px;
	height: 50px;
	color: #9a9a9a
}

.modal--video {
	width: 100%;
	height: 100%;
	max-width: 800px;
	max-height: 450px;
	background-color: #000;
	overflow: visible
}

.modal--video>.modal__body {
	padding: 0
}

.modal--video iframe,
.modal--video>.modal__body {
	width: 100%;
	height: 100%
}

.modal--video>.modal__button {
	top: -.25em;
	right: -2.2em;
	color: #fff;
	opacity: .8
}

.modal--fix {
	top: 11em;
	left: auto;
	right: 1em;
	width: auto;
	max-width: 380px;
	max-height: none;
	margin-left: 1em;
	position: fixed;
	-webkit-transform: none;
	transform: none
}

.modal__identifier {
	font-size: 1.35em;
	color: #da3145
}

.modal__identifier--secondary {
	font-size: 1.8em;
	color: #00b9c7;
	margin: .5em 0
}

.checkbox__wrapper,
.modal__description,
.modal__msg {
	font-size: .875em
}

.modal__description,
.modal__msg {
	color: #9a9a9a
}

.modal__msg {
	margin: 1em 0
}

.modal__icon--gray {
	color: #b8b8b8
}

.overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	position: fixed;
	background-color: rgba(0, 0, 0, .4);
	-webkit-backdrop-filter: blur(.1rem);
	backdrop-filter: blur(.1rem);
	z-index: 290
}

.overlay--dark {
	background-color: rgba(0, 0, 0, .85)
}

@media screen and (max-width:720px) {
	.modal--map {
		max-height: 100vh;
		max-width: 100%
	}

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

	.modal--slider>.modal__button {
		top: auto;
		right: auto;
		left: 1.35em;
		bottom: .4em
	}

	.modal--video>.modal__button {
		top: -2.8em;
		right: 1em
	}
}

@media screen and (max-width:600px) {
	.modal--map .modal__title {
		line-height: 1.5;
		font-size: 1.1em
	}
}

@media screen and (max-width:450px) {
	.modal--black .modal__img {
		display: none
	}
}



.object {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #303030;
	border: 1px solid #eee
}

.object__header {
	height: 220px;
	position: relative
}

.object__img {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.object__header:hover>.object__img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.object__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform 1s ease-out;
	transition: -webkit-transform 1s ease-out;
	transition: transform 1s ease-out;
	transition: transform 1s ease-out, -webkit-transform 1s ease-out
}

.object__labels {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: .85em;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1.25em
}

.object__labels>.object__data {
	margin: auto 0 0
}

.object__labels>.object__tag {
	margin: .8em 0 0
}

.object__info>.label {
	display: block;
	max-width: 90%;
	line-height: 1.35;
	padding: .85em 1.5em
}

.object__info>.label--wide {
	margin-left: -1.25em
}

.object__labels--overlay {
	background-color: rgba(31, 31, 31, .4)
}

.object__id {
	line-height: 1.35;
	min-height: 4.375em;
	margin: 1.25em 1.25em 1em
}

.object__id>.object__development {
	margin-bottom: .45em
}

.object__development {
	font-size: .75em
}

.object__motivation {
	font-size: .8em;
	font-weight: 700;
	margin: 1em 0 .85em
}

.object__name {
	font-size: 1.125em;
	font-weight: 600
}

.object__offer,
.object__uniqueness {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: .3em 3.6em .4em 1.25em
}

.object__uniqueness {
	min-height: 2.1em;
	font-weight: 700;
	font-size: .875em;
	background-color: #e5f8f9;
	margin-bottom: 1.1em
}

.object__offer {
	min-height: 1.85em;
	color: #fff;
	font-size: 1.15em;
	line-height: 1.25;
	background-color: #da3145
}

.object__offer>.icon--sale,
.object__uniqueness>.icon--star {
	top: 0;
	right: 0;
	bottom: 0;
	width: 3em;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute
}

.object__offer .ruble {
	font-size: .875em
}

.object__offer .icon--sale {
	font-size: .8em
}

.object__uniqueness>.icon--star {
	color: #fff;
	background-color: #00bac9
}

.object__offer>.icon--sale {
	background-color: #d02438
}

.object__list {
	margin: 0 1.5em 1em
}

.object__area {
	color: #7f7f7f;
	font-size: .8em;
	line-height: 1.3;
	margin: .7em 0;
	padding-left: 1.6em
}

.object__area:first-child {
	margin-top: 0
}

.object__area:last-child {
	margin-bottom: 1em
}

.object__area>i {
	color: #b8b8b8;
	position: relative
}

.object__area>i::before {
	top: 50%;
	left: -1.6em;
	position: absolute;
	margin-top: -.4em
}

.main__object__content--table {
	margin-top: 25px;
	margin-bottom: 30px
}

.object__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #ccc;
	line-height: 1.4;
	font-size: .8em;
	padding: .7em 0 .7em 1.6em
}

.object__item:last-child {
	padding-bottom: 0
}

.object__item>div {
	-webkit-box-flex: .4;
	-ms-flex-positive: .4;
	flex-grow: .4
}

.object__item>div:first-child {
	-webkit-box-flex: .6;
	-ms-flex-positive: .6;
	flex-grow: .6
}

.object__item>div:last-child {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.object__item-name {
	display: block;
	font-weight: 600;
	position: relative
}

.object__item-name:before {
	content: "";
	top: 50%;
	left: -1.2em;
	width: 4px;
	height: 4px;
	background: #b8b8b8;
	border-radius: 50%;
	position: absolute;
	margin-top: -3px
}

.object__description {
	display: block;
	color: #9a9a9a
}

.object__price {
	display: block;
	font-weight: 600
}

.object__price,
.object__price~.object__description {
	text-align: right
}

.object__price--select {
	color: #da3145;
	font-weight: 700
}

.object__button {
	margin: auto 1.5em 1.4em
}

.object__button>a,
.object__button>button {
	display: block
}

.object--on-map {
	min-width: 260px;
	font-size: .96em
}

.object--on-map .object__header {
	height: 180px
}

.object--on-map .object__price,
.object--on-map .object__price+.object__description {
	text-align: right
}

.object--on-map .object__id {
	min-height: 0
}

.object--on-map .object__offer {
	font-size: 1.1em
}

.object--on-map .object__labels {
	padding: .8em 1.25em 1em
}

.object--on-map .object__item {
	padding: .6em 0 .6em 1.6em
}

.object--on-map .object__button {
	margin: 0 1.2em 0
}

.object--on-map .object__list {
	margin: 0 1.2em 1em
}

.object--on-map .object__id {
	line-height: 1.35;
	margin: .85em 1.2em
}

@media (max-width:340px) {
	.object__list {
		font-size: .875em
	}
}

.card {
	width: 100%;
	font-size: .875em
}

.card__head {
	position: relative;
	padding-top: 200px
}

.card__flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

.card__flexbox>.card__info,
.card__flexbox>.card__title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.card__header {
	top: 40px;
	right: calc(50% - 370px);
	position: absolute;
	z-index: 2
}

.card__main {
	min-height: 300px
}

.card__context,
.card__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.card__context {
	padding-bottom: 1em;
	border: 1px solid #eee
}

.card__left,
.card__right {
	width: 50%
}

.card__img-wrapper {
	height: auto;
	width: 50%
}

.card__title {
	background-color: rgba(48, 48, 48, .85);
	padding: 1.75em 2em .5em
}

.card__title>h2 {
	color: #fff;
	line-height: 1.1;
	margin: .75em 0 1em;
	text-align: left
}

.card__title--wide>h2 {
	font-size: 1.8em;
	line-height: 1.4;
	margin: 1em 0
}

.card__info {
	background-color: #303030;
	padding: 1.75em 2em
}

.card__info-title {
	color: #fff;
	display: block;
	font-size: .9em;
	margin: 0 0 .5em;
	text-transform: uppercase
}

.card__info-title::after {
	content: ':';
	margin-left: .2em
}

.card__place {
	color: #fff;
	padding-left: 1.8em;
	margin: .8em 0 .3em
}

.card__place>h3>a {
	cursor: pointer
}

.card__area {
	line-height: 1.5;
	margin-bottom: .65em
}

.card__area:last-child {
	margin-bottom: 0
}

.card__area>i {
	color: #7f7f7f;
	position: relative
}

.card__area>i::before {
	top: 50%;
	left: -1.6em;
	position: absolute;
	margin-top: -.33em
}

.card__img {
	width: 100%;
	height: 100%;
	background-color: #f6f6f6;
	overflow: hidden;
	max-height:550px
}

.card__img:hover>img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.card__img>img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: -webkit-transform 1s ease-out;
	transition: -webkit-transform 1s ease-out;
	transition: transform 1s ease-out;
	transition: transform 1s ease-out, -webkit-transform 1s ease-out
}

.cad__zoom {
	right: 1em;
	bottom: .8em;
	position: absolute
}

.cad__zoom>button {
	font-size: 1.6em
}

.card__label>.label--primary,
.card__label>.label--uniqueness {
	width: 100%;
	padding-left: 2.5em
}

.card__label>.label--primary {
	line-height: 2em;
	border-radius: 0
}

.card__img,
.card__main {
	position: relative
}

.card__ui {
	top: 50%;
	right: 0;
	position: absolute;
	-webkit-transform: translate(180%, -50%);
	transform: translate(180%, -50%)
}

.card__ui--bottom {
	top: auto;
	bottom: .25em
}

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

.card__icon {
	font-weight: 600;
	padding: .5em;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none
}

.card__icon:first-child {
	padding-left: 0
}

.card__icon:last-child {
	padding-right: 0
}

.card__icon:not(.card__icon--none) {
	color: #fff
}

.card__icon--none {
	color: #7f7f7f;
	position: relative
}

.card__icon--none::after {
	content: '';
	top: -5%;
	left: 50%;
	height: 120%;
	width: 2px;
	background-color: #7f7f7f;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.card__icon>span {
	display: block;
	max-width: 100px;
	text-align: center
}

.card__icon-desc {
	font-size: .65em;
	line-height: 1.2;
	text-transform: uppercase;
	margin-top: .35em
}

.cad__group-button {
	margin-bottom: 1.8em
}

.cad__group-button:last-child {
	margin-bottom: 0
}

.cad__group-button>button {
	display: block;
	margin-bottom: .4em
}

.cad__group-button>button:last-child {
	margin-bottom: 0
}

.card__text {
	padding: 2em
}

.card__more-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	background-color: #f6f6f6;
	padding: 1.875em 2em
}

.card__more-info>button {
	padding: .65em .4em
}

.card__more-info>button>i {
	font-size: 2.2em;
	opacity: .7
}

.card__more-info>button:hover>i {
	opacity: .9
}

.card__more-info>.vertical_line {
	width: 1px;
	display: block;
	border-left: 1px dashed #ccc
}

.card__actions {
	text-align: center
}

.card__action {
	padding: 0 2em;
	margin: 1.8em 0
}

.card__action .btn--primary {
	width: 100%
}

.card__action>.btn--outline-secondary {
	font-weight: 600
}

.card__action>.btn--outline-secondary>i {
	font-size: 2.2em
}

.card__table {
	padding: 1.5em 1.5em 2em 2em
}

.card__table>.table-wrapper:first-child {
	margin-bottom: 1em
}

.card__table>.table-wrapper:last-child {
	margin-bottom: 0
}

.card__table .colon {
	color: #7f7f7f
}

.card__table .star--left::before,
.card__table .star--right::after {
	color: #da3145
}

.card__table .table__cell {
	padding: .5em .4em
}

.card__table .table__row {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important
}

.card__description {
	display: block;
	font-weight: 400;
	color: #9a9a9a
}

.card__describe {
	margin: 1.5em 0 0 .8em
}

.card__awards-title {
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #f6f6f6;
	padding: 1em;
	margin: 0 2em
}

.card__award-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.2em 1em 2em
}

.card__award-icons>img {
	margin: 0 .5em
}

.card__map {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	z-index: 1
}

.card__map>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.card__container {
	max-width: 940px;
	margin: 0 auto;
	position: relative;
	z-index: 25
}

.card__accent {
	font-size: .8em;
	text-transform: uppercase
}

.card__accent>.label {
	margin-right: .6em
}

.card__accent>.label:last-child {
	margin-right: 0
}

.card__price {
	font-size: 4.5em;
	font-weight: 700;
	color: #da3145
}

.card__price>.ruble {
	font-size: .7em;
	color: #1a1a1a;
	margin-left: -.2em
}

.card__bank,
.card__insurance,
.card__summary {
	padding: 0 2em;
	margin: 2em 0 2.5em
}

.card__summary>.card__description {
	font-size: 1.875em;
	font-weight: 700
}

.card__description>.font--sl {
	font-size: .7em
}

.card__context hr {
	width: 80%;
	background-color: transparent;
	border-top: 1px dashed #eee;
	margin: 0 auto
}

.card__actions--2col,
.card__offer_wrapper,
.card__terms {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 1em 0
}

.card__terms_wrapper {
	text-transform: uppercase;
	font-weight: 600;
	margin-right: 1em
}

.card__terms_wrapper:last-child {
	margin-right: 0
}

.card__terms_wrapper i {
	font-size: 1.15em
}

.card__old_price,
.card__saving {
	font-size: 1.5em;
	font-weight: 700
}

.card__old_price {
	text-decoration: line-through
}

.card__saving {
	color: #da3145
}

.card__bank>.card__description {
	font-size: .75em
}

.card__information {
	display: block;
	color: #7f7f7f;
	margin: .5em 0
}

.card__offer {
	margin-right: 1em
}

.card__offer>.btn {
	height: 100%
}

.card__payment_wrapper {
	font-size: 1.15em;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.card__payment_wrapper>span {
	display: block
}

.card__payment {
	font-size: 2em;
	font-weight: 700;
	color: #13266f
}

.card__payment>.ruble {
	font-size: .65em;
	color: #1a1a1a;
	margin-left: .15em
}

.card__actions--2col {
	padding: 0 2em
}

.card__actions--2col>button {
	margin-right: .875em
}

.card__actions--2col>button:last-child {
	margin-right: 0
}

.card__visor>i::before {
	color: #303030
}

.card__visor:disabled {
	opacity: 1;
	color: currentColor
}

.card__favorite>i::before {
	color: #da3145
}

.card__favorite>i::after {
	top: 47%
}

.card__main_button {
	font-size: 1.2rem;
	border-radius: 2em;
	padding: .65em 1.5em
}

.card__complain {
	padding: 0 2em
}

.card__complain>.btn {
	margin: .5em 0
}

.card__status {
	font-weight: 700;
	line-height: 1.15;
	font-size: 1.25em;
	text-transform: uppercase;
	display: block
}

.card__status--inactive {
	color: #9a9a9a
}

.card__report-btn,
.card__wish-btn {
	text-transform: uppercase;
	font-size: .875em;
	font-weight: 600;
	margin-bottom: 0
}

.card__wish-btn {
	color: #da3145
}

.lot .card__title>h2 {
	font-size: 2.25em;
	margin: .5em 0
}

.lot .card__info,
.lot .card__title {
	background-color: rgba(48, 48, 48, .85)
}

.lot .card__text {
	padding-top: 0
}

@media screen and (max-width:1150px) {
	.card__ui {
		display: none
	}
}

@media screen and (max-width:850px) {

	.card__header,
	.card__header #flipdown,
	.card__header .timer {
		display: none
	}

	.card__context,
	.card__main {
		display: block
	}

	.card__info {
		padding: 1.75em
	}

	.card__left,
	.card__right {
		width: 100%
	}

	.card__img {
		height: 360px
	}

	.card__icons,
	.card__table>table {
		margin: 0 auto
	}

	.card__context {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.card__price {
		white-space: nowrap;
		font-size: 3.5em
	}

	.card__visor {
		margin-bottom: 1em
	}

	.lot .card__context {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.lot .card__main_button {
		font-size: 1em
	}

	.card__more-info {
		padding: 1em 2em
	}
}

.company {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	background-color: #f6f6f6;
	padding: 3.6em 0;
	margin: 3em 0
}

.company__wrapper {
	max-width: 970px;
	padding: 0 20px
}

.company__title {
	font-size: 1.5em;
	margin: .5em 0;
	text-align: left
}

.company__content,
.company__labels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.company__text {
	font-size: .875em
}

.company__img {
	min-width: 250px;
	width: 35%;
}

.company__img>img,
.company__img>svg {
	display: block;
	width: 100%;
	padding-left: 3em
}

@media screen and (max-width:720px) {
	.company {
		padding: 2.2em 0
	}

	.company__img {
		min-width: 0;
		margin-bottom: 1.4em;
		width: auto;
	}

	.company__img>img {
		padding: 0
	}

	.company__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.company__labels {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.company__title {
		text-align: center;
		margin: .85em 0 1em
	}
}

.text--right {
	text-align: right
}

.text--center {
	text-align: center
}

.text--primary {
	color: #da3145
}

.text--secondary {
	color: #00b9c7
}

.text--uppercase {
	text-transform: uppercase
}

.text--lowercase {
	text-transform: lowercase
}

.text--underline {
	text-decoration: underline
}

.text--nowrap {
	white-space: nowrap
}

.text--white {
	color: #fff
}

.text--black {
	color: #303030
}

.text--gray {
	color: #9a9a9a
}

.font--weight-light {
	font-weight: 300
}

.font--weight-normal {
	font-weight: 400
}

.font--weight-bold {
	font-weight: 600
}

.font--weight-bolder {
	font-weight: 700
}

.font--weight-boldest {
	font-weight: 800
}

.font--tn {
	font-size: .76em
}

.font--sl {
	font-size: .875em
}

.font--lg {
	font-size: 1.25em
}

.font--xl {
	font-size: 1.4em
}

.font--xxl {
	font-size: 1.75em
}

.text--extra {
	color: #9a9a9a;
	font-size: .75em;
	line-height: 1.3
}

.colon::after {
	content: ':';
	margin-left: .2em
}

.star--left,
.star--right {
	position: relative
}

.star--left::before,
.star--right::after {
	top: -.15em;
	content: '*';
	position: absolute
}

.star--left::before {
	left: -.55em
}

.star--right::after {
	right: -.55em
}

.star--primary::before {
	color: #da3145
}

.star--secondary::before {
	color: #00b9c7
}

.star--gray::before {
	color: #9a9a9a
}

.star--primary::after {
	color: #da3145
}

.star--secondary::after {
	color: #00b9c7
}

.star--gray::after {
	color: #9a9a9a
}

.ruble::after {
	content: "\e935";
	font-size: .85em;
	font-family: blackfriday !important;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.ruble--strong::after {
	content: "\e936";
	font-size: .9em
}

@media screen and (max-width:320px) {
	.text--nowrap {
		white-space: normal
	}
}

.underline,
.underline--dotted,
.underline--hover,
.underline--hover-dotted {
	position: relative
}

.underline--dotted::after,
.underline--hover-dotted::after,
.underline--hover::after,
.underline::after {
	content: '';
	left: 0;
	width: 100%;
	bottom: -3px;
	height: 1px;
	border: 0;
	border-style: solid;
	border-color: inherit;
	position: absolute;
	opacity: .8
}

.underline--dotted::after,
.underline::after {
	border-bottom-width: 1px
}

.underline--dotted::after,
.underline--hover-dotted::after {
	border-style: dotted
}

.btn:hover>.underline--hover-dotted::after,
.btn:hover>.underline--hover::after {
	border-bottom-width: 1px
}

.simple_border {
	border: 1px solid #eee
}

.border_top {
	border-top: 1px solid #eee
}

.border_left {
	border-left: 1px solid #eee
}

.border_right {
	border-right: 1px solid #eee
}

.border_bottom {
	border-top: 1px solid #eee
}

.shadow--20 {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25)
}

.shadow--sm {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25)
}

.opacity-50 {
	opacity: .5
}

.opacity-60 {
	opacity: .6
}

.opacity-70 {
	opacity: .7
}

.opacity-80 {
	opacity: .8
}

.opacity-90 {
	opacity: .9
}

.scale {
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out
}

.scale:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.hide:not(.bounceIn):not(.fadeIn):not(.fadeInDown) {
	opacity: 0 !important
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.pulsar,
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.pulse {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.pulsar {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.fadeInDown {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

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

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@-webkit-keyframes move_right {
	to {
		-webkit-transform: translate(-4px, 6px);
		transform: translate(-4px, 6px)
	}
}

@keyframes move_right {
	to {
		-webkit-transform: translate(-4px, 6px);
		transform: translate(-4px, 6px)
	}
}

@-webkit-keyframes move_left {
	to {
		-webkit-transform: translate(-4px, -6px);
		transform: translate(-4px, -6px)
	}
}

@keyframes move_left {
	to {
		-webkit-transform: translate(-4px, -6px);
		transform: translate(-4px, -6px)
	}
}

@-webkit-keyframes jumping_arrow-up {
	0% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg)
	}

	50% {
		-webkit-transform: translateY(.1em) rotate(45deg);
		transform: translateY(.1em) rotate(45deg)
	}

	100% {
		-webkit-transform: translateY(-.2em) rotate(45deg);
		transform: translateY(-.2em) rotate(45deg)
	}
}

@keyframes jumping_arrow-up {
	0% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg)
	}

	50% {
		-webkit-transform: translateY(.1em) rotate(45deg);
		transform: translateY(.1em) rotate(45deg)
	}

	100% {
		-webkit-transform: translateY(-.2em) rotate(45deg);
		transform: translateY(-.2em) rotate(45deg)
	}
}

@-webkit-keyframes jumping_arrow-down {
	0% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg)
	}

	50% {
		-webkit-transform: translateY(.05em) rotate(45deg);
		transform: translateY(.05em) rotate(45deg)
	}

	100% {
		-webkit-transform: translateY(-.1em) rotate(45deg);
		transform: translateY(-.1em) rotate(45deg)
	}
}

@keyframes jumping_arrow-down {
	0% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg)
	}

	50% {
		-webkit-transform: translateY(.05em) rotate(45deg);
		transform: translateY(.05em) rotate(45deg)
	}

	100% {
		-webkit-transform: translateY(-.1em) rotate(45deg);
		transform: translateY(-.1em) rotate(45deg)
	}
}

@-webkit-keyframes tremble {
	0% {
		-webkit-transform: translate(.2em, 0);
		transform: translate(.2em, 0)
	}

	50% {
		-webkit-transform: translate(-.2em, 0);
		transform: translate(-.2em, 0)
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@keyframes tremble {
	0% {
		-webkit-transform: translate(.2em, 0);
		transform: translate(.2em, 0)
	}

	50% {
		-webkit-transform: translate(-.2em, 0);
		transform: translate(-.2em, 0)
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@-webkit-keyframes bounce {

	0%,
	100%,
	20%,
	53%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {

	0%,
	100%,
	20%,
	53%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	25% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	50% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	25% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	50% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@-webkit-keyframes next {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	75% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes next {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	75% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes bounceIn {

	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {

	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	40% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	50% {
		-webkit-transform: scale3d(.85, 1.15, 1);
		transform: scale3d(.85, 1.15, 1)
	}

	65% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	75% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	40% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	50% {
		-webkit-transform: scale3d(.85, 1.15, 1);
		transform: scale3d(.85, 1.15, 1)
	}

	65% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	75% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-50%) scaleY(0);
		transform: translateY(-50%) scaleY(0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-50%) scaleY(0);
		transform: translateY(-50%) scaleY(0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-50%) scaleY(0);
		transform: translateY(-50%) scaleY(0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-50%) scaleY(0);
		transform: translateY(-50%) scaleY(0)
	}
}

@-webkit-keyframes show_tooltips {
	to {
		opacity: .9;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}
}

@keyframes show_tooltips {
	to {
		opacity: .9;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		-webkit-transition: none;
		transition: none
	}
}

.display--none {
	display: none !important
}

.display--block {
	display: block !important
}

.visibility--hidden {
	visibility: hidden !important
}

.visually-hidden {
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	z-index: -1000
}

.outline--none:focus {
	outline: 0
}

.display--block-w850,
.visible-ie {
	display: none
}

@media screen and (max-width:980px) {
	.title {
		font-size: 1.75em
	}

	.display--none-w980 {
		display: none
	}
}

@media screen and (max-width:850px) {
	.display--none-w850 {
		display: none
	}

	.display--block-w850 {
		display: block
	}
}

.list__incomplex .sorting__wrapper {
	display: none
}

.btn--tab-noshow {
	display: none
}

.object--on-map .object__motivation {
	display: none
}

.lotTypeData{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom:8px;
}
.lotType__main{
	font-size: 12px;
	display: block;
}
.lotType__second{
	display: block;
	color: #9a9a9a;
	font-size: 12px;
	line-height: 1.1;

}
.lotType__right{
	text-align: right;
}
.lotType__ps {
	color: #da3145;
}

.lotTypeData__after{
	margin-top: 9px;
	font-size: 10px;
}

.mortgageConditions{
	display: block;
	text-align: center;
	color: #9a9a9a;
	font-size: 14px;
	margin: 15px 0;
}

.logoInline{
	display: block;
	margin: 1em 0 2em;
	text-align: center;
}

.logoInline__image{
	max-width: 250px;
	height: auto;
}
