*, ::after, ::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

.parking p{
	margin-top: 0;
	margin-bottom: 1rem;
}
p {
	margin-top: 30px;
	margin-bottom: 30px;
}

abbr[data-original-title], abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b, strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #248ce5;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #1464a8;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

code, kbd, pre, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

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

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

select {
	word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer
}

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

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

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

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

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

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

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none !important
}

::-webkit-input-placeholder {
	color: #666
}

::-moz-placeholder {
	color: #666
}

:-ms-input-placeholder {
	color: #666
}

::-ms-input-placeholder {
	color: #666
}

::placeholder {
	color: #666
}

::-moz-selection {
	background-color: #248ce5;
	color: #fff
}

::selection {
	background-color: #248ce5;
	color: #fff
}

input, textarea {
	outline: 0
}

input:focus:required:invalid:not(.unst),
textarea:focus:required:invalid {
	border-color: red;
}
.warning{
border-color: red !important;
}
input:required:valid:not(.unst), textarea:required:valid {
	border-color: green;
}
.sucsses{
	border-color: green !important;
}

* {
	outline: 0 !important
}

body {
	font-size: 14px;
	min-width: 320px;
	position: relative;
	line-height: 1.5;
	font-family: ArialRoundedMTProCyr;
	overflow-x: hidden;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300
}

.body--active {
	overflow: hidden
}

.scrollTop {
	position: fixed;
	z-index: 4;
	right: 81px;
	bottom: 222px;
	width: 72px;
	height: 72px;
	-webkit-box-shadow: 9px 12px 51px rgba(195, 205, 211, .44);
	box-shadow: 9px 12px 51px rgba(195, 205, 211, .44);
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(https://skypoint-park.ru/design/img/icons/top.svg);
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.burger {
	width: 28px;
	height: 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(https://skypoint-park.ru/design/img/icons/burger.svg);
	display: none
}

.scrollTop__active {
	opacity: 1;
	pointer-events: auto
}



.btn {
	width: 175px;
	height: 45px;
	border-radius: 3px;
	background-color: #f1a606;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-align-items: center;
	align-items: center;
	color: #fff;
	-webkit-transition: background-color .3s, border-color .3s, color .3s;
	-o-transition: background-color .3s, border-color .3s, color .3s;
	transition: background-color .3s, border-color .3s, color .3s;
	border: none;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f8bd3f
}
.btn-blue-hov:hover{
	background-color: #2798fb;
}
a.btn--big {
	width: 315px;
	height: 80px;
	border-radius: 3px;
	background-color: #f1a606;
	font-size: 18px
}

a.btn--big:hover {
	background-color: #2798fb;
}

a.btn--active {
	background-color: #f8bd3f
}

.btn--big-video:before {
	content: '';
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(https://skypoint-park.ru/design/img/icons/video.svg);
	width: 24px;
	height: 24px;
	margin-right: 10px
}

.btn--big-clock:before {
	content: '';
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(https://skypoint-park.ru/design/img/icons/clock.svg);
	width: 24px;
	height: 24px;
	margin-right: 8px
}
.btn-center{
	display: flex;
	justify-content: center;
}

.btn-long{
	width: 230px;
}
.dots {
	padding-left: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 17px
}

.dots li {
	display: block;
	margin-right: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.dots li:last-child {
	margin-right: 0
}

.dots li button {
	font-size: 0;
	border: none;
	width: 11px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(39, 152, 248, .5);
	display: block
}

.dots li.slick-active button {
	background-color: #2798f8
}

.col-item {
	width: 32%
}

a.btn-opacity {
	background: 0 0;
	border: 2px solid #fff
}

a.btn-opacity:hover {
	border-color: #f8bd3f;
}

a.btn-small {
	font-size: 12px;
	font-weight: 300;
	width: 137px;
	height: 39px;
	border: 1px solid #fff
}

.container {
	max-width: 1380px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto
}

.container-fluid-wrap {
	position: relative
}

.container-fluid {
	max-width: 1635px;
	background-color: red;
	margin-right: auto;
	height: 200px
}

.terminal-link {
	color: #f8bd3f
}

.terminal-link:hover {
	text-decoration: none;
	color: #f8bd3f
}

.section-text {
	text-align: center
}

.section-text .section-head {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 28px
}

.section-text .section-description {
	font-size: 20px;
	font-weight: 400
}

.section-text .section-description-small {
	font-size: 14px;
	font-weight: 700
}

.header-top {
	border-bottom: 1px solid #f1f1f3
}

.header-top .container {
	height: 61px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

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

.haeder-top__link-item {
	margin-right: 46px;
	position: relative
}

.haeder-top__link-item:last-child {
	margin-right: 0
}

.submenu-wrap {
	position: absolute;
	padding-top: 10px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.submenu {
	width: 291px;
	-webkit-box-shadow: 9px 12px 51px rgba(195, 205, 211, .44);
	box-shadow: 9px 12px 51px rgba(195, 205, 211, .44);
	background-color: #fff;
	padding-left: 31px;
	padding-right: 31px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.submenu-link {
	margin-bottom: 10px;
	font-weight: 700;
	color: #000;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.submenu-link:last-child {
	margin-bottom: 0
}

.submenu-link:hover {
	color: #f8bd3f;
	text-decoration: none
}

.header-top__link {
	color: #000;
	font-weight: 700
}

.header-top__link:hover {
	color: #f8bd3f;
	text-decoration: none;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.haeder-top__link-item:hover .submenu-wrap {
	opacity: 1;
	pointer-events: auto
}

.header-top__link--with-before {
	position: relative;
	padding-left: 5px;
}

.header_icon {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

header .header-top__link--with-before {
	margin-right: 46px
}

header .header-top__link--with-before:last-child {
	margin-right: 0
}

.header_icon-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px
}

.header_icon-box:last-child {
	margin-right: 0
}

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

.header-top__link--mail {
	width: 18px;
	height: 14px;
	top: 2px;
	background-image: url(https://skypoint-park.ru/design/img/icons/mail.svg)
}

.header-top__link--phone {
	width: 15px;
	height: 15px;
	left: 0;
	top: 0;
	background-image: url(https://skypoint-park.ru/design/img/icons/call.svg)
}

.header-top__link--place {
	width: 11px;
	height: 16px;
	left: 0;
	top: 0;
	background-image: url(https://skypoint-park.ru/design/img/icons/point.svg)
}

.header-bottom .container {
	min-height: 126px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header-bottom__logo {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(https://skypoint-park.ru/design/img/icons/logo.png);
	width: 213px;
	height: 56px
}

.header-bottom__nav-item {
	color: #248ce5;
	/*font-size: 18px;*/
	font-size: 15px;
	font-weight: 700;
	margin-right: 54px;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.template-33 .header-bottom__nav-item {
	margin-right: 34px;
}

.textmp {text-align: left; margin: 0px 100px 50px 100px;}

.termimgright {float: right; margin: 0 0 10px 10px;}


@media screen and (max-width:1300px){
	.template-33 .header-bottom__nav-item  {
		margin-left: 10px;
	}

	.template-33 .header-bottom__nav-item,
	.template-33 .header-bottom__nav-item:last-child {
		margin-right: 10px;
	}
}


.header-bottom__nav-item:last-child {
	margin-right: 77px
}

.header-bottom__nav-item:hover {
	color: #f8bd3f;
	text-decoration: none
}

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

.main-screen .container {
	height: 655px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.main-screen__left {
	width: 66%;
	height: 100%;
	position: relative;
	color: #fff;
	padding-top: 68px;
	cursor: pointer;
}

.main-screen__left:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	width: 1175px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(https://skypoint-park.ru/design/img/main.jpg);
	right: 0;
	z-index: -1;
	cursor: pointer;
}

.main-screen__left-head, .main-screen__left-head-bottom {
	font-size: 50px;
	font-weight: 700;
	line-height: 50px
}

.main-screen__left-head-bottom {
	margin-top: 10px;
	margin-bottom: 14px
}

.main-screen__left-bold {
	font-weight: 700;
	text-transform: uppercase
}

.main-screen__left-text {
	font-size: 27px;
	margin-bottom: 19px
}


.main-screen__park {
	width: 100%;
	height: 100%;
	position: relative;
	color: #fff;
	padding-top: 68px;
	cursor: pointer;
}

.main-screen__park:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	width: 1175px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(https://skypoint-park.ru/design/img/main.jpg);
	right: 0;
	z-index: -1;
	cursor: pointer;
}

.main-screen__park-head, .main-screen__park-head-bottom {
	font-size: 50px;
	font-weight: 700;
	line-height: 50px
}

.main-screen__park-head-bottom {
	margin-top: 10px;
	margin-bottom: 14px
}

.main-screen__park-bold {
	font-weight: 700;
	text-transform: uppercase
}

.main-screen__park-text {
	font-size: 27px;
	margin-bottom: 19px
}


.main-screen__right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.main-screen__right__item {
	width: 100%;
	height: 312px;
	padding: 46px 57px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #fff;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
	cursor: pointer;
}

.main-screen__right__item:hover {
	color: #fff;
	text-decoration: none;
	background-color: #5173ca;
}

.main-screen__right__item--dark-blue {
	background-color: #e89300;
}

.main-screen__right__item--blue {
	background-color: #fec242;
}

.main-screen__right__item--blue .main-screen__right__item__img {
	background-image: url(https://skypoint-park.ru/design/img/icons/p2.svg)
}

.main-screen__right__item--blue:hover .main-screen__right__item__img {
	background-image: url(https://skypoint-park.ru/design/img/icons/p2w.svg)
}

.main-screen__right__item--dark-blue .main-screen__right__item__img {
	background-image: url(https://skypoint-park.ru/design/img/icons/p1.svg)
}

.main-screen__right__item--dark-blue:hover .main-screen__right__item__img {
	background-image: url(https://skypoint-park.ru/design/img/icons/p1w.svg)
}

.main-screen__right__item__img {
	width: 97px;
	height: 99px;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 23px
}

.main-screen__right__item__text {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700
}

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

.main-screen__right__item__price-left {
	font-size: 60px;
	font-weight: 700
}

.main-screen__right__item__price-right {
	font-weight: 700;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 5px
}

.main-screen__right__item__price-right-top {
	font-size: 26px
}

.main-screen__right__item__price-right-bottom {
	font-size: 18px;
}

.our_hidden-block.our_video {
	border: none
}

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

.our_video--inner iframe {
	width: 80%;
	height: 519px
}

.our_hidden-block {
	padding-left: 105px;
	padding-right: 105px;
	padding-bottom: 45px;
	padding-top: 45px;
	border: 1px solid #f1f1f3;
	margin-top: 45px
}

.our_place {
	padding-top: 90px;
	padding-bottom: 49px;
}

.our_place .section-head {
	margin-bottom: 12px
}

.our_place .section-text {
	margin-bottom: 43px
}

.our_hidden-block {
	display: none !important
}

.our_hidden-block--active {
	display: block !important
}

.table-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-left: 1px solid #f1f1f3;
	border-bottom: 1px solid #f1f1f3;
	border-right: 1px solid #f1f1f3
}

.table-row-head {
	background-color: #f1f1f3
}

.table-row-head .table-row__item {
	border-right: 1px solid #fff
}

.table-row-head .table-row__item:last-child {
	border-right: none
}

.table-row-head .table-row__item span {
	font-size: 16px;
	font-weight: 700
}

.table-row-head .table-row__item .hotel {
	margin-right: 34px;
	position: relative
}

.table-row-head .table-row__item .hotel:after {
	content: '';
	display: block;
	width: 13px;
	height: 9px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(https://skypoint-park.ru/design/img/icons/rightarrow.svg);
	top: 6px;
	right: -23px;
	position: absolute
}

.table-row__item {
	min-height: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 37px;
	padding-right: 37px;
	text-align: left;
	width: 25%;
	border-right: 1px solid #f1f1f3
}

.table-row__item:last-child {
	border-right: 0
}

.table-row__item .time {
	font-size: 15px;
	margin-right: 46px
}

.table-row__item .time:last-child {
	margin-right: 0
}

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

.wrap-btn .btn {
	margin-right: 31px
}

.wrap-btn .btn:last-child {
	margin-right: 0
}

.left-col-bg {
	position: relative
}

.left-col-bg:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 715px;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.triggers {
	margin-bottom: 90px
}

.triggers .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 654px
}

.triggers .container .col-item {
	height: 100%
}

.col-item-2 {
	width: calc(64% + 27px);
}

.triggers-wrap {
	margin-left: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.triggers-item {
	background-color: #5173ca;
	width: calc(50% - 15px);
	margin-right: 29px;
	height: 312px;
	margin-bottom: 30px;
	position: relative;
	padding-left: 86px;
	padding-top: 34px;
	padding-right: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.triggers-item:nth-child(2n+2) {
	margin-right: 0
}

.triggers-item:nth-child(3) {
	margin-bottom: 0
}

.triggers-item:nth-child(4) {
	margin-bottom: 0
}

.triggers-item__num {
	position: absolute;
	left: 23px;
	top: 28px;
	width: 53px;
	height: 53px;
	background-color: rgba(44, 154, 250, .51);
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.triggers-item__num__inner {
	width: 33px;
	height: 33px;
	border: 2px solid #1d85f6;
	background-color: #2c9af9;
	border-radius: 50%;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.triggers-item__content {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	line-height: 21px
}

.triggers__map-wrap:before {
	background-image: url(https://skypoint-park.ru/design/img/locaton_map.png);
}

.our-plus {
	margin-bottom: 90px
}

.our-plus .container {
	height: 655px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.our-plus__item {
	width: 100%;
	height: 312px;
	margin-bottom: 30px;
	background-color: #5173ca;
	border: 10px solid #688cea;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column

}
.our-plus__item a{
	display: block;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.our-plus__item a:hover{
	opacity: .8;
	text-decoration: none;
}

.our-plus__item:nth-child(2) {
	margin-bottom: 0
}

.our-plus__item_text {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	display: block;
	width: 250px;
	text-align: center;
	margin-top: 10px
}

.our_plus_banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(https://skypoint-park.ru/design/img/transf.jpg);
	padding-top: 44px;
	padding-left: 49px
}

.our_plus_banner__text {
	color: #fff;
	font-weight: 700;
	font-size: 40px
}

.photos {
	margin-bottom: 92px
}

.photos .container {
	height: 655px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.photos__slider-wrap {
	height: 100%
}

.photos__slider {
	width: 100%;
	height: 100%;
	position: relative
}

.photos__slider .slick-arrow {
	position: absolute;
	z-index: 2;
	font-size: 0;
	width: 77px;
	height: 77px;
	border-radius: 50%;
	border: none;
	background-position: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.photos__slider .slick-arrow:after{
	content: "";
	width: 77px;
	height: 77px;
	position: absolute;
	display: block;
	z-index: -1;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .51);
	-webkit-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}
.photos__slider .slick-arrow:hover:after {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.photos__slider .slick-arrow__inner {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat
}
.gallery_main  .slick-arrow{
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #f1a606;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.gallery_main .slick-arrow{
	top: 50%;
	margin-top: -24px;
	position: absolute;
	z-index: 1;
}
.gallery_main {
	padding-left: 115px;
	padding-right: 115px;
}
.gallery_main .slick-arrow:after{
	content: "";
	width: 77px;
	height: 77px;
	position: absolute;
	display: block;
	z-index: -1;
	border-radius: 50%;
	background-color: #f1a606;
	opacity: 0.51;
	-webkit-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	top: -15px;
	left: -15px;
}
.gallery_main .slick-arrow:hover:after {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.gallery_main .slick-next{
	right: 14px;
}
.gallery_main .slick-next .slick-arrow__inner{
	background-image: url(https://skypoint-park.ru/design/img/icons/next_w.svg);
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.gallery_main .slick-next{
	right: 14px;
}
.gallery_main .slick-prev{
	left: 14px;
}
.gallery_main .slick-prev .slick-arrow__inner{
	background-image: url(https://skypoint-park.ru/design/img/icons/prev_w.svg);
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.photos__slider .slick-next {
	right: 33px
}


.photos__slider .slick-next .slick-arrow__inner {
	background-image: url(https://skypoint-park.ru/design/img/icons/next.svg);
}

.photos__slider .slick-prev {
	left: 33px
}



.photos__slider .slick-prev .slick-arrow__inner {
	background-image: url(https://skypoint-park.ru/design/img/icons/prev.svg);
}

.photos__slider-item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 655px
}

.photos-item-wrap {
	height: 100%
}

.photos-item {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 156px;
	padding-bottom: 156px;
	margin-bottom: 28px
}

.requirements {
	margin-bottom: 30px
}

.requirements .container {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}



.car-bg-blue:before {
	background-color: #248ce5;
	background-image: url(https://skypoint-park.ru/design/img/icons/carbg.svg);
	background-position: right center;
	background-size: auto
}

.car-bg-purple:before {
	background-color: #5173ca;
	background-image: url(https://skypoint-park.ru/design/img/icons/carbgpurp.svg);
	background-position: right center;
	background-size: auto
}

.faq-bg-blue:before {
	background-color: #248ce5;
	background-image: url(https://skypoint-park.ru/design/img/icons/question.svg);
	background-position: right center;
	background-size: auto
}

.col-item__text {
	background-color: #f1f1f3;
	padding-left: 59px;
	padding-right: 30px;
	padding-top: 40px
}

.col-item__head {
	font-size: 27px;
	font-weight: 700;
	color: #101c30;
	margin-bottom: 30px;
	display: block
}

.custom-ul {
	font-weight: 400;
	line-height: 22px
}

.custom-ul__item {
	position: relative;
	padding-left: 20px;
	margin-bottom: 8px
}

.custom-ul__item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 8px;
	height: 8px;
	background-color: #2c9af9;
	border-radius: 50%
}

.minicart .custom-ul {
	margin-bottom: 48px;
	width: 240px
}

.minicart .col-item__text_p {
	margin-bottom: 18px
}

.col-item__text_p {
	line-height: 22px
}

.airport {
	margin-bottom: 30px
}

.airport .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 655px
}

.airport .col-item__text {
	padding-top: 40px
}

.airport .col-item-2 {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(https://skypoint-park.ru/design/img/airport.jpg)
}

.advantages_main .container {
	min-height: 355px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.bigcart {
	padding-top: 40px;
	padding-bottom: 40px;
}

.bigcart .custom-ul {
	line-height: 22px
}

.route {
	padding-top: 55px;
	padding-bottom: 55px;

}

.route .section-head {
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	font-size: 18px
}

.route .section-head:hover {
	text-decoration: none;
	color: #f8bd3f
}

.route__link-wrap {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 49px;
	display: none
}

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

.route__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	height: 73px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 29px;
	border: 1px solid #f1a606;
	color: #000;
	font-weight: 400;
	-webkit-transition: -webkit-box-shadow .3s;
	transition: -webkit-box-shadow .3s;
	-o-transition: box-shadow .3s;
	transition: box-shadow .3s;
	transition: box-shadow .3s, -webkit-box-shadow .3s
}

.route__link:last-child {
	margin-right: 0
}

.route__link:hover {
	text-decoration: none;
	color: #000;
	-webkit-box-shadow: 9px 12px 51px rgba(195, 205, 211, .44);
	box-shadow: 9px 12px 51px rgba(195, 205, 211, .44);
	border: none
}


.footer-form{
	background-color: #248ce5;
}
.footer-form-wrap {
	padding-top: 93px;
	padding-bottom: 83px;
	color: white;
}

.footer-form-wrap .section-text .section-head {
	margin-bottom: 10px
}

.form-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px
}

.form-left, .form-right {
	width: 50%
}

.footer-form .input {
	width: 100%;
	height: 60px;
	border: none;
	padding-left: 38px;
	padding-right: 38px;
	margin-bottom: 30px;
	-webkit-box-shadow: 9px 12px 51px rgba(195, 205, 211, .44);
	box-shadow: 9px 12px 51px rgba(195, 205, 211, .44);
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #fff;
	padding-top: 0;
	padding-bottom: 0;
	line-height: normal;
}
.input-popup{
	line-height: normal;
}
.footer-form .wrap-input:last-child .input {
	margin-bottom: 0
}

.footer-form .wrap-textarea {
	width: 100%;
	height: 100%
}

.wrap-textarea textarea {
	width: 100%;
	height: 100%;
	border: none;
	resize: none;
	-webkit-box-shadow: 9px 12px 51px rgba(195, 205, 211, .44);
	box-shadow: 9px 12px 51px rgba(195, 205, 211, .44);
	padding-top: 24px;
	padding-left: 25px;
	padding-bottom: 24px;
	padding-right: 25px;
	border-radius: 5px;
}

.footer-form .form-bottom_link {
	color: #ced0d2;
	text-decoration: none
}

.footer-form .form-bottom_link:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-form .form-bottom_left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.footer-form .form-bottom {
	margin-top: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer-form .form-bottom_text {
	color: #ced0d2;
}

.form-left {
	margin-right: 30px
}

footer {
	border-top: 1px solid #f1f1f3
}

.footer-top {
	padding-top: 73px;
	padding-bottom: 84px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	/*align-items: center*/
	align-items: flex-start;
}

.footer-top__nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 62%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer-top__nav--item {
	display: block;
	/*width: 170px;*/
	width: 160px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #000;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.footer-top__nav--item:hover {
	text-decoration: none;
	color: #f8bd3f
}

.footer-top__nav--item:nth-child(n+4) {
	margin-bottom: 0
}

.footer-top__contact {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.footer-top__contact .header_icon-box {
	margin-right: 0;
	margin-bottom: 10px
}

.footer-top__contact .header_icon-box:last-child {
	margin-bottom: 0
}

.footer-bottom {
	background-color: #f1f1f3;
	font-size: 12px
}

.footer-bottom .container {
	height: 58px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

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

.social__item {
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 5px
}

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

.social__item-vk {
	background-image: url(https://skypoint-park.ru/design/img/icons/vk.svg)
}

.social__item-viber {
	background-image: url(https://skypoint-park.ru/design/img/icons/viber.svg)
}

.social__item-whatsapp {
	background-image: url(https://skypoint-park.ru/design/img/icons/whatsapp.svg)
}

.social__item-telega {
	background-image: url(https://skypoint-park.ru/design/img/icons/telegram.svg)
}
.header-bottom{
	border-bottom: 1px solid #f1f1f3;
}
h1{
	font-size: 28px;
	margin-top: 51px;
	margin-bottom: 49px;
}
.place_numbers{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 72px;
	margin-bottom: 64px;
}
.place_numbers__item {
	width: 49%;
	min-height: 247px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding: 37px 25px 25px 199px;
	background-position: 33px center;
	background-repeat: no-repeat;
}
.place_numbers__item--office{
	background-color: #5173ca;
	background-image: url(https://skypoint-park.ru/design/img/place_chair.svg);
}
.place_numbers__item--hotel{
	background-color: #248ce5;
	background-image: url(https://skypoint-park.ru/design/img/place_hotel.svg);
	background-position-x: 50px;
}
.place_numbers__text{
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
}
.place_numbers__text--big{
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
}
.custom_title{
	text-align: center;
}
.advantages{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 65px;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.advantages__item{
	padding-left: 15px;
	padding-right: 15px;
	width: 25%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.advantages__inner{
	background-color: #f1f1f3;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding: 23px 24px;
	padding-bottom: 35px;
}
.advantages__title{
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	min-height: 60px;
}
.advantages__text{
	text-align: center;
}
.custom_title{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 44px;
}
.advantages__image_wrap{
	text-align: center;
	margin-bottom: 32px;
}
.container .container{
	padding-left: 0;
	padding-right: 0;
}
img,
video,
iframe{
	max-width: 100%;
}
div.navigation a.pageLink{
	display: none;
}
ul.thumbs{
	float: none;
	margin: 0;
	padding: 0;
}
ul.thumbs li{
	float: none;
	margin: 0;
}

a.thumb{
	padding: 0;
}
ul.thumb .caption{
	display: none;
}
div.navigation-container{
	width: auto;
}
.page__content{
	margin-bottom: 90px;
}
.thumbs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
ul.thumbs li{
	padding-left: 15px;
	padding-right: 15px;
	width: 25%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 30px;
}
ul.thumbs a.thumb{
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 266px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}
a.thumb img{
	display: none;
}
.gallery_main__slide{
	height: 474px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.gallery_main {
	margin-bottom: 50px;
}
.rent{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.rent__item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background-color: #5173ca;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	width: 31.8%;
}
.rent__title{
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 19px;
}
.rent__text{
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 30px;
}
.rent__text p{
	margin-top: 0;
	margin-bottom: 4px;
}
.rent__button{
	margin-left: auto;
	margin-right: auto;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.btn_small_text{
	font-size: 12px;
}
.rent > :nth-child(2n){
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.rent__content{
	padding-top: 67px;
	text-align: center;
	padding-bottom: 60px;
	padding-left: 15px;
	padding-right: 15px;
}
.rent__image{
	height: 316px;
}
.rent__image img{
	width: 100%;
	height: 100%;
}
.location_top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 15px;
}
.btn_big{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	height: 80px;
	border-radius: 3px;
	background-color: #2798f8;
	font-size: 18px;
	color: #fffefe;
	font-weight: 700;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn_big:hover{
	text-decoration: underline;
	color: #fffefe;
}
.location_top__text{
	width: calc(100% - 365px);
}
.location_top__controls{
	width: 315px;
	margin-left: 50px;
}
.btn_big .icon_clock,
.btn_big .icon_video{
	margin-right: 10px;
}
.location_top__controls-item{
	margin-bottom: 19px;
}
.icon_video{
	width: 24px;
	height: 24px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(https://skypoint-park.ru/design/img/icon_video.svg);
}
.icon_clock{
	width: 24px;
	height: 24px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(https://skypoint-park.ru/design/img/icon_video.svg);
}
.location_bottom{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.location_bottom__map{
	width: 49%;
}
.location_bottom__info{
	width: 49%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	counter-reset: location;
}
.location_bottom__info-item{
	background-color: #5173ca;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 48%;
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 19px;
	padding-left: 84px;
	padding-right: 25px;
	min-height: 312px;
	padding-top: 21px;
	padding-bottom: 20px;
	position: relative;
	line-height: 1.4;
}
.location_bottom__info-item--type1{
	background-image: url(https://skypoint-park.ru/design/img/loct1.png);
}
.location_bottom__info-item--type2{
	background-image: url(https://skypoint-park.ru/design/img/loct2.png);
}
.location_bottom__info-item--type3{
	background-image: url(https://skypoint-park.ru/design/img/loct3.png);
}
.location_bottom__info-item--type4{
	background-image: url(https://skypoint-park.ru/design/img/loct4.png);
}
.location_bottom__info-item:before{
	content: counter(location);
	counter-increment: location;
	width: 53px;
	height: 53px;
	background: url(https://skypoint-park.ru/design/img/circles_ic.svg) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	font-size: 17px;
	font-weight: 700;
	position: absolute;
	left: 23px;
	top: 20px;
	line-height: 53px;
	text-align: center;
}

.location_bottom__info-item p{
	margin-top: 0;
	margin-bottom: 12px;
}
.location_bottom__map a{
	display: block;
}
.contacts-page-map iframe{
	width: 100%;
	height: 589px;
}
.contacts_data{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 32px;
}
.contacts_data__controls-item + .contacts_data__controls-item{
	margin-top: 32px;
}
.contacts_iconed--location{
	background-image: url(https://skypoint-park.ru/design/img/icons/point.svg);
	background-size: 13px 18px;
}
.contacts_iconed--phone{
	background-image: url(https://skypoint-park.ru/design/img/icons/call.svg);
}
.contacts_iconed--mail{
	background-image: url(https://skypoint-park.ru/design/img/icons/mail.svg);
}
.contacts_data__content-item p{
	margin-bottom: 9px;
	margin-top: 0;
}
.contacts_data__content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(100% - 462px);
}
.btn_huge{
	line-height: 119px;
	text-align: center;
	height: 119px;
	border-radius: 3px;
	background-color: #5173ca;
	font-size: 18px;
	font-weight: 700;
	color: #fffefe;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn_huge--light{
	background-color: #2798fb;
}
.bold{
	font-weight: 700;
}
.btn_huge span{
	margin-right: 12px;
}
.btn_huge:hover{
	color: #fff;
	text-decoration: none;
	opacity: .9;
}
.contacts_data__controls{
	width: 430px;
}
.contacts_data__content-item{
	background-color: #f1f1f3;
	width: 48%;
	text-align: center;
	padding-top: 49px;
	padding-bottom: 21px;
	padding-left: 20px;
	padding-right: 20px;
}
.contacts_iconed a{
	color: #2b2b2b;
}
p.contacts_iconed{
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 20px;
	margin-bottom: 26px;
}
#sp_bron {
	display: none;
}
.parking{
	line-height: 1.2;
}
.parking .header-bottom{
	border-bottom: 0;
	z-index: 2;
}
.parking .page__content{
	margin-bottom: 0;
}
.table{
	margin-bottom: 35px;
}
.header-top__link--nointeract{
	cursor: default;
	font-weight: 400;
}
.header-top__link--nointeract:hover{
	color: #000;
}
.ds-form.dspopup-modal .scrollform {
	height: auto !important;
	overflow: visible !important;
	margin: 0 !important;
}
.ds-form.dspopup-modal {
	position: absolute  !important;
}
.report-message + .scrollform{
	display: none;
}
.table-3cell .table-row__item{
	width: 33.33333%;
}
.footer-top__contact .header_icon-box--phone{
	position: relative;
	top: -5px;
}
.triggers-item--1{
	-webkit-background-size: auto;
	background-size: auto;
	background-position: bottom;
}
.section-description-small a{
	color: #f8bd3f;
}
.text-report p{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.haeder-top__link-item--visible_sm{
	display: none;
}
#rent_openparking{
	display: none;
}
.rent_openparking_phone{
	font-size: 18px;
}
.timein_wrap .time-right-text{
	margin-top: 5px;
}
.xdsoft_datetimepicker{
	z-index: 10030;
}
@media screen and (max-width: 1279px) {
	.photos-item-wrap {
		display: none
	}
	.location_bottom{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 728px;
		margin-left: auto;
		margin-right: auto;
	}
	.location_top{
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.location_top__controls-item{
		width: 354px;
	}
	.location_top__text{
		text-align: center;
		width: auto;
		margin-bottom: 45px;
	}
	.location_bottom__map img{
		min-width: 100%;
	}
	.location_top__controls{
		text-align: center;
		width: auto;
		margin-left: 0;
		max-width: 738px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
	}
	.location_bottom__map{
		width: 100%;
		margin-bottom: 21px;
	}
	.location_bottom__info{
		width: 100%;
	}

	.photos__slider-wrap {
		width: 100%
	}

	.advantages_main .container {
		min-height: none;
	}

	.advantages_main .col-item {
		height: auto;
	}

	.advantages_main .bigcart {
		padding-bottom: 49px;
		width: 100%
	}

	.car-bg-purple {
		display: none
	}

	.faq-bg-blue {
		display: none
	}

	.car-bg-blue {
		display: none
	}

	.col-item__text {
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px
	}

	.airport {
		margin-bottom: 20px
	}

	.airport .container {
		height: auto
	}

	.airport .col-item-2 {
		height: auto;
		background-size: cover
	}

	.airport .col-item {
		width: 50%
	}

	.airport .col-item-2 {
		width: 50%
	}

	.airport .minicart {
		margin-right: 20px
	}

	.photos {
		margin-bottom: 55px
	}

	.requirements {
		margin-bottom: 20px
	}

	.requirements .container {
		height: auto;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.requirements .col-item {
		margin-right: 20px;
		width: calc(50% - 10px);
	}
	.minicart .custom-ul{
		margin-bottom: 15px;
	}

	.requirements .col-item:last-child {
		margin-right: 0
	}
}

@media screen and (max-width: 1172px) {
	.footer-top__nav--item:nth-child(n+4) {
		margin-bottom: 20px
	}
	.main-screen{
		margin-top: 32px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.contacts_data{
		display: block;
	}
	.contacts_data__content{
		width: 100%;
		margin-bottom: 20px;
	}
	.contacts_data__controls{
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.contacts_data__controls-item{
		width: 48.5%;
	}
	.contacts_data__controls-item + .contacts_data__controls-item{
		margin-top: 0;
	}
	.contacts-page-map iframe{
		height: 378px;
	}
	.contacts_data__content-item{
		width: 48.5%;
	}


	.footer-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 39px;
		padding-bottom: 39px
	}

	.footer-top__nav {
		width: 100%;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.footer-top__contact {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%
	}

	.footer-top__contact-item {
		margin-bottom: 0
	}

	.footer-top__nav--item {
		margin-right: 20px
	}

	.footer-top__nav {
		margin-bottom: 10px
	}
}

@media screen and (max-width: 1168px) {
	.mask {
		background-color: rgba(0, 0, 0, .5);
		width: 100vw;
		height: 100vh;
		position: absolute;
		z-index: 9;
		top: 57px;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity .3s;
		-o-transition: opacity .3s;
		transition: opacity .3s
	}
	.parking .mask{
		top: 61px;
	}
	.mask--active {
		opacity: 1;
		pointer-events: auto
	}

	.header-top .container {
		position: relative
	}

	.header-top__left {
		position: absolute;
		background-color: #fff;
		left: 15px;
		top: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		z-index: 10;
		padding-left: 29px;
		padding-top: 27px;
		padding-bottom: 15px;
		padding-right: 31px;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity .3s;
		-o-transition: opacity .3s;
		transition: opacity .3s;
		width: 291px;
		box-shadow: 9px 12px 51px rgba(195, 205, 211, 0.44);
	}

	.header-top__left .submenu-wrap {
		position: static;
		opacity: 1;
		pointer-events: auto;
		padding-top: 0;
		display: none
	}

	.header-top__left .submenu {
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		padding-left: 26px;
		margin-bottom: 10px;
		width: auto
	}

	.header-top__left .header-top__link {
		margin-bottom: 10px;
		display: inline-block
	}

	.haeder-top__link-item {
		margin-right: 0
	}

	.header-top__link-has_child {
		position: relative
	}

	.header-top__link-has_child:after {
		content: '';
		display: block;
		width: 9px;
		height: 6px;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(https://skypoint-park.ru/design/img/icons/arrownav.svg);
		position: absolute;
		right: -15px;
		top: calc(50% - 1px);
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		-o-transition: transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.header-top__link-has_child--active {
		color: #f8bd3f
	}

	.header-top__link-has_child--active:after {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}

	.submenu-link {
		margin-bottom: 10px;
		display: block
	}

	.header-top__left--active {
		opacity: 1;
		pointer-events: auto
	}

	header .header-top__link--with-before {
		margin-right: 8px
	}

	.burger {
		display: block;
		-webkit-transition: background-image .3s;
		-o-transition: background-image .3s;
		transition: background-image .3s
	}

	.burger--active {
		background-image: url(https://skypoint-park.ru/design/img/icons/burgerhov.svg)
	}

	.header-bottom .container {
		min-height: 55px;
	}

	.our_hidden-block {
		padding-left: 20px;
		padding-right: 20px
	}

	.table-row__item {
		padding-left: 15px
	}

	.table-row-head .table-row__item span {
		font-size: 13px
	}

	.table-row-head .table-row__item .hotel:after {
		top: 4px
	}

	.main-screen .container {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-left: 0;
		padding-right: 0
	}

	.main-screen__left {
		width: 100%;
		height: 513px;
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 20px
	}

	.main-screen__left:before {
		left: 0;
		width: 100%;
		height: 100%
	}

	.main-screen__left-head, .main-screen__left-head-bottom {
		font-size: 46px
	}

	.main-screen__right {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		padding-left: 15px;
		padding-right: 15px
	}

	.main-screen__right__item {
		margin-right: 20px
	}

	.main-screen__right__item:last-child {
		margin-right: 0
	}

	.header-bottom__nav-item {
		font-size: 14px;
		margin-right: 18px
	}

	.triggers .container {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.triggers .container .col-item {
		width: 100%;
		height: 643px;
		max-width: 738px;
		margin-left: auto;
		margin-right: auto;
	}

	.triggers__map-wrap {
		margin-bottom: 20px
	}

	.triggers__map-wrap:before {
		width: 100%;
		height: 100%
	}

	.triggers-wrap {
		margin-left: 0;
		width: 100%
	}

	.triggers-item {
		margin-right: 20px;
		width: calc(50% - 10px);
		margin-bottom: 20px;
		padding-right: 20px;
	}
	.advantages__item{
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 21px;
	}
	.advantages{
		margin-bottom: 37px;
		margin-left: -10px;
		margin-right: -10px;
	}
}
@media screen and (max-width: 1023px) {
	.advantages__item{
		width: 50%;
	}
	.rent__item{
		width: 100%;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		margin-bottom: 20px;
	}
	.rent__content{
		padding-top: 63px;
	}
	.rent__image{
		width: 370px;
	}
	.rent__content{
		width: calc(100% - 370px);
	}
	.rent > :nth-child(2n){
		-webkit-flex-direction: row-reverse;
		-moz-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		-o-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.page__content{
		margin-bottom: 53px;
	}
	.gallery_main .slick-prev{
		left: 35px;
	}

	.gallery_main .slick-next{
		right: 35px;
	}
	ul.thumbs{
		margin-left: -10px;
		margin-right: -10px;
	}
	ul.thumbs li{
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
	.gallery_main {
		margin-bottom: 33px;
		padding-left: 0;
		padding-right: 0;
	}
	ul.thumbs a.thumb{
		height: 142px;
	}
	.advantages__inner{
		padding-bottom: 44px;
	}
	.photos__slider-item{
		height: 516px;
	}
	.photos__slider{
		height: auto;
	}
	.photos .container{
		height: auto;
	}
	.photos__slider-wrap{
		height: auto;
	}
	.text_center_md_only{
		text-align: center;
	}
	.place_numbers__item--office{
		-webkit-background-size: 71px 86px;
		background-size: 71px 86px;
	}
	.place_numbers__item--hotel{
		-webkit-background-size: 65px 86px;
		background-size: 65px 86px;
	}
	.place_numbers{
		margin-top: 33px;
		margin-bottom: 42px;
	}
	.custom_title{
		margin-bottom: 27px;
	}
	h1{
		text-align: center;
		margin-top: 32px;
		margin-bottom: 32px;
	}
	.header-top .container{
		height: 47px;
	}
	.parking .mask{
		top: 57px;
	}
	.place_numbers__item{
		background-position: 46px 16px;
		padding-top: 81px;
		padding-left: 48px;
		padding-right: 30px;
		padding-bottom: 30px;
		justify-content: flex-end;
	}
	.place_numbers__text{
		font-size: 16px;
	}
}
@media screen and (max-width: 1010px) {
	.our_plus_banner {
		padding-left: 29px;
		padding-top: 24px
	}

	.our_plus_banner__text {
		font-size: 22px;
		display: block;
		width: 200px
	}
}

@media screen and (max-width: 952px) {
	.header-bottom__logo {
		width: 135px;
		height: 36px;
		background-size: contain
	}
}

@media screen and (max-width: 946px) {
	.our-plus {
		margin-bottom: 61px
	}

	.our-plus .container {
		height: auto;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.our-plus .col-item {
		height: auto;
		margin-right: 20px
	}

	.our-plus .col-item:last-child {
		margin-right: 0
	}

	.our-plus__item {
		height: 166px
	}
	.our-plus__item img{
		height: 45px;
	}

	.our-plus__item_img {
		width: 57px;
		height: 51px
	}

	.our-plus__item_text {
		font-size: 15px;
		width: 90%
	}

	.triggers {
		margin-bottom: 61px
	}

	.route {
		padding-top: 40px;
		padding-bottom: 33px
	}

	.header-bottom__nav-item:last-child {
		margin-right: 17px
	}

	.header-bottom__right a.btn {
		width: 149px
	}
}
@media screen and (max-width: 846px){
  .scrollTop{
    right: 10px;
    bottom: 47px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 826px) {
	.footer-top__nav {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.footer-top__nav--item {
		margin-right: 0
	}

	.footer-top__nav--item:last-child {
		margin-right: 0
	}

	.header_icon-box {
		margin-right: 22px;
	}
}

@media screen and (max-width: 768px) {
	.footer-form-wrap{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.form-left {
		margin-right: 20px
	}

	.wrap-btn .btn {
		margin-right: 20px
	}

	.our_place {
		padding-top: 57px;
		padding-bottom: 57px
	}

	.col-item__head {
		font-size: 20px
	}

	.header-top__link {
		margin-right: 10px
	}

	.our_video iframe {
		width: 100%;
		height: 300px
	}
}

@media screen and (max-width: 762px) {
	.text_center_md_only{
		text-align: left;
	}
	.header-bottom__logo{
		width: 130px;
		height: 30px;
	}
	.footer-copy{
		width: 100%;
		margin-bottom: 10px;
		display: block;
	}
	.table-row__item{
		padding-right: 5px;
	}
	.footer-bottom .container{
		display: block;
		height: auto;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.footer-top{
		padding-bottom: 18px;
	}
	.social{
		margin-top: 15px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 8px;
	}
	.footer-information .footer-top__nav--item {
		width: 100%;
	}
	.footer-top__nav--item{
		width: 50%;
		padding-right: 10px;
	}
	.main-screen{
		margin-top: 24px;
	}
	.location_bottom__info-item{
		padding-left: 70px;
		padding-top: 11px;
		padding-right: 10px;
	}
	.location_bottom__info-item:before{
		left: 11px;
		top: 11px;
	}
	.location_top__controls{
		display: block;
	}
	.location_top__controls-item{
		width: auto;
		max-width: 290px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 12px;
	}
	.location_top__text{
		text-align: left;
		margin-bottom: 20px;
	}
	.location_bottom__info-item{
		width: 100%;
		max-width: 354px;
		margin-left: auto;
		margin-right: auto;
	}
	.location_bottom__info{
		display: block;
	}
	.page__content{
		margin-bottom: 42px;
	}
	.gallery_main__slide{
		height: 300px;
	}
	ul.thumbs li{
		width: 33.3333%;
	}
	.advantages__title{
		font-size: 16px;
		min-height: 0;
	}
	.advantages__image_wrap{
		margin-bottom: 12px;
	}
	.custom_title--photos{
		display: none;
	}
	.advantages{
		margin-bottom: 29px;
	}
	.advantages__inner{
		padding-bottom: 20px;
	}
	.place_numbers__item {
		width: 100%;
		background-position-x: center;
		padding-top: 119px;
		padding-left: 33px;
		padding-right: 15px;
		padding-bottom: 19px;
		margin-bottom: 22px;
	}
	.place_numbers{
		margin-bottom: 11px;
	}
	.advantages__image{
		max-width: 75px;
	}
	h1{
		margin-top: 17px;
		font-size: 22px;
		margin-bottom: 8px;
	}
	h1 + *{
		margin-top: 0;
	}
	.place_numbers{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.advantages__item{
		width: 100%;
	}
	.place_numbers__item{
		width: 100%;
		background-position-x: center;
	}
	.header-top .header_icon-box .header-top__link {
		position: absolute;
		display: block;
		right: 15px;
		top: 45px;
		-webkit-box-shadow: 9px 12px 51px rgba(195, 205, 211, .44);
		box-shadow: 9px 12px 51px rgba(195, 205, 211, .44);
		background-color: #fff;
		height: 59px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 15px;
		padding-right: 15px;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity .3s;
		-o-transition: opacity .3s;
		transition: opacity .3s;
		max-width: 290px;
		min-width: 290px;
		text-align: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.header_icon-box--active .header-top__link--mail{
		background-image: url(https://skypoint-park.ru/design/img/icons/mail_o.svg);
	}
	.header_icon-box--active .header-top__link--phone{
		background-image: url(https://skypoint-park.ru/design/img/icons/call_o.svg);
	}
	.header_icon-box--active .header-top__link--place{
		background-image: url(https://skypoint-park.ru/design/img/icons/point_o.svg);
	}

	.header-top .header_icon-box .header-top__link--active {
		opacity: 1;
		pointer-events: auto
	}
}

@media screen and (max-width: 750px) {
	.header-top__link-has_child:after {
		top: 30%
	}
	.mask,
	.parking .mask{
		top: 47px;
	}

	.our_hidden-block.our_video{
		padding: 0;
	}
	.our_video iframe{
		height: auto;
	}
	.haeder-top__link-item--visible_sm{
		display: block;
	}
	.header-top__left {
		left: 15px;
		right: 15px;
		width: auto;
		top: 46px;
	}

	.header-bottom__nav {
		display: none
	}

	.header-top__link {
		display: block;
		height: auto;
		padding: 0;
		margin-right: 24px
	}

	.header-top__link:last-child {
		margin-right: 0
	}

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

	.header-top .container {
		height: 46px
	}
}

@media screen and (max-width: 737px) {
	.table-row {
		width: 665px
	}

	.table {
		overflow-x: auto
	}
}

@media screen and (max-width: 706px) {
	.main-screen__left {
		display: none
	}
	.triggers-item--4{
		-ms-background-position-x: left;
		background-position-x: left;
	}
	.contacts_data__content,
	.contacts_data__controls{
		display: block;
	}
	.contacts_data__content-item{
		width: 100%;
		padding-top: 32px;
		padding-left: 11px;
		padding-right: 11px;
		padding-bottom: 8px;
		margin-bottom: 20px;
	}
	.btn_huge{
		height: 80px;
		line-height: 80px;
	}
	.contacts_data__controls-item{
		width: 100%;
		margin-bottom: 20px;
	}
	.contacts-page-map iframe{
		height: 257px;
	}
	.rent__item,
	.rent > :nth-child(2n){
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.rent{
		display: block;
	}
	.rent__image{
		width: 100%;
		height: auto;
	}
	.rent__image img{
		height: auto;
	}
	.rent__content{
		padding-top: 33px;
		padding-bottom: 39px;
		width: 100%;
	}
	.rent__item{
		max-width: 430px;
		margin-left: auto;
		margin-right: auto;
	}
	.main-screen__right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.main-screen__right__item {
		margin-bottom: 15px;
		height: auto;
		padding: 20px
	}

	.photos__slider-item {
		height: 300px
	}

	.photos .container {
		height: auto
	}

	.triggers .container .col-item {
		height: 300px;
		width: auto;
		margin-left: -15px;
		margin-right: -15px;
		max-width: none;
	}
	.triggers__map-wrap:before{
		max-width: 320px;
		width: 100%;
		position: static;
		margin-left: auto;
		display: block;
		margin-right: auto;
	}

	.photos {
		margin-bottom: 17px
	}

	.footer-top__contact {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.footer-top__contact .header_icon{
/*		margin-bottom: 5px;*/
		margin-bottom: 0;
		margin-right: 5px;
	}
	.footer-top__contact .header-top__link{
		line-height: 1.5;
	}
	.footer-top__contact .header_icon-box--phone{
		position: static;
	}
	.header-top__link {
		text-align: left;
	}
	.footer-top__nav {
		display: block;
		column-count: 2;
	}
	.footer-top__nav--item {
		width: 100%;
	}
	.footer-top__contact .header_icon-box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		/*-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;*/
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		margin-bottom: 17px;
	}

	.footer-top__contact-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		position: static;
		margin-bottom: 10px;
		padding-left: 0
	}

	.footer-top__contact-item:last-child {
		margin-bottom: 0
	}

	.footer-top__contact-item:before {
		position: static;
		margin-bottom: 5px
	}

	.triggers-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.triggers-item {
		margin-right: 0;
		width: 100%
	}

	.triggers-item:nth-child(3) {
		margin-bottom: 20px
	}

	.requirements .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.requirements .col-item__text {
		width: 100%;
		margin-bottom: 20px
	}

	.requirements .col-item__text:last-child {
		margin-bottom: 0
	}

	.requirements .col-item {
		margin-right: 0
	}

	.airport .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.airport .col-item__text {
		width: 100%;
		margin-bottom: 20px
	}

	.airport .col-item-2 {
		width: 100%;
		height: 300px
	}

	.airport .minicart {
		margin-right: 0
	}

	.our_plus_banner__text {
		width: auto
	}
		.textmp {text-align: left; margin: 0px 10px 20px 10px;}
}

@media screen and (max-width: 546px) {
	.form-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.location_bottom__map{
		width: auto;
		margin-left: -15px;
		margin-right: -15px;
	}
	.form-left {
		margin-right: 0;
		width: 100%
	}

	.form-right {
		width: 100%
	}

	.footer-form .input {
		margin-bottom: 15px;

	}

	.footer-form .wrap-input:last-child .input {
		margin-bottom: 15px
	}

	.footer-form .form-bottom {
		margin-top: 25px
	}

	.footer-form .form-bottom_left {
		margin-bottom: 17px
	}

	.footer-form .wrap-textarea textarea {
		height: 150px
	}

	.form-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center
	}

	.our-plus .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.our-plus .col-item {
		width: 100%;
		margin-right: 0
	}

	.our-plus .our_plus_banner {
		height: 212px
	}

	.our-plus__item {
		margin-bottom: 20px;
		width: 100%;
		margin-right: 0
	}

	.our-plus__item:nth-child(2) {
		margin-bottom: 20px
	}

	.our_plus_banner {
		background-image: url(https://skypoint-park.ru/design/img/image_5686054.png)
	}

	.our_plus_banner__text {
		width: 200px
	}

	.route__link-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.route__link {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px
	}

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

@media screen and (max-width: 584px) {
	.wrap-btn {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.wrap-btn a.btn {
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%
	}

	.wrap-btn a.btn:last-child {
		margin-bottom: 0
	}

	.our_place {
		padding-top: 17px;
		padding-bottom: 40px
	}

	.our_place .section-text {
		margin-bottom: 20px
	}

	.photos__slider-item {
		height: 208px
	}

	.airport .col-item-2 {
		height: 248px
	}
}

@media screen and (max-width: 468px) {
	.triggers-item {
		padding-bottom: 20px;
		padding-top: 10px;
		padding-left: 74px;
		padding-right: 10px
	}
	.gallery_main__slide{
		height: 189px;
	}
	ul.thumbs li{
		width: 50%;
	}
	ul.thumbs a.thumb{
		height: 114px;
	}

	.triggers-item:nth-child(2) {
		padding-bottom: 200px
	}

	.triggers-item:nth-child(3) {
		padding-bottom: 200px
	}

	.triggers-item__num {
		top: 11px;
		left: 11px
	}

	.main-screen__right__item {
		position: relative;
		/*height: 154px;*/
		height: 200px;
		padding-left: 47px;
	}

	.main-screen__right__item__img {
		position: absolute;
		z-index: 0;
		left: 0;
		top: 30px
	}

	.main-screen__right__item__text {
		z-index: 1
	}

	.main-screen__right__item__price {
		z-index: 1
	}

	.termimgright {max-width: 100% !important;}
}

@media screen and (max-width: 424px) {
	.col-item__text {
		padding-left: 24px;
		padding-top: 20px;
		padding-bottom: 20px
	}

	.minicart .custom-ul {
		margin-bottom: 20px
	}
}

@media screen and (max-width: 378px) {
	.footer-form .form-bottom_left {
		display: block
	}
}

@media screen and (max-width: 370px) {
	.our_place .section-head {
		font-size: 22px
	}

	.our_place .section-description {
		font-size: 16px
	}
}

@media screen and (max-width: 320px) {
	.our_plus_banner__text {
		font-size: 16px;
		width: 100px
	}
}

.our_place a[data-this="tem12"] {
	display: none;
}

.btn--yandex--navi {
		display: none;
}
a.btn---big {
    width: 315px;
    height: 80px;
    border-radius: 3px;
    background-color: #f1a606;
    font-size: 18px;
}
	@media screen and (max-width: 767px){
		.btn--yandex--navi {
			/*font-size: 0!important;*/
			display: flex;
			background-repeat: no-repeat!important;
			position: relative;
			background-position: center!important;
			background-size: contain;
		}

		.btn--yandex--navi::before {
			left: 10px;
		    content: '';
		    display: block;
		    background-position: center;
		    background-repeat: no-repeat;
		    background-image: url('https://skypoint-park.ru/img/ynimg.png')!important;
		    width: 42px;
		    height: 42px;
		    background-size: contain;
		    position: absolute;
		    margin-right: 10px;

		}

	}



		.fpg-infografik-wrapper {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.fpg-infografik-item {
			/*width: 430px;*/
			position: relative;
			width: 32%;
			margin-bottom: 40px;
			background-color: #f1f1f3;
			height: 310px;
		}
		.fpg-infografik-item-number {
			position: absolute;
			left: 18px;
			top: 24px;
			color: white;
			font-size: 20px;
			font-weight: bold;
		}
		.fpg-infografik-item-number > div > div {
			background-color: #fdc242;
			border-radius: 50%;
			padding: 8px 15px;
		}
		.fpg-infografik-item-number > div  {
			background-color: #f8d999;
			border-radius: 50%;
			padding: 15px;
		}
		.fpg-infografik h2 {
			margin-bottom: 40px;
			text-align: center;
		}
		.fpg-infografik-item-text {
			text-align: center;
			font-weight: bold;
			margin-top: 20px;
			font-size: 16px;
		}
		.fpg-infografik-item-img {
			text-align: center;
			margin-top: 70px;
		}
		.fpg-infografik-item-first {
			background-color: #248ce5;
			text-align: right;
			display: flex;
			justify-content: flex-end;
			align-items: flex-end;
		}
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(2) .fpg-infografik-item-img {
			margin-top: 70px;
		}
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(2) .fpg-infografik-item-text {
			margin-top: 20px;
		}
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(3) .fpg-infografik-item-img {
			margin-top: 90px;
		}
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(3) .fpg-infografik-item-text {
			margin-top: 36px;
		}
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(4) .fpg-infografik-item-img {
			margin-top: 60px;
		}
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(4) .fpg-infografik-item-text {
			margin-top: 14px;
		}
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(5) .fpg-infografik-item-img {
			margin-top: 66px;
		}
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(5) .fpg-infografik-item-text {
			margin-top: 34px;
		}
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(6) .fpg-infografik-item-text {
			margin-top: 40px;
		}
		.fpg-infografik-wrapper .fpg-infografik-item.fpg-infografik-item-first img {height: 100%}
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(2) .fpg-infografik-item-img img {width: 100px}
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(3) .fpg-infografik-item-img img {width: 120px}
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(4) .fpg-infografik-item-img img {width: 100px;}
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(5) .fpg-infografik-item-img img {width: 70px;}
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(6) .fpg-infografik-item-img img {width: 95px;}

		@media screen and (max-width: 991px){
		.fpg-infografik-wrapper .fpg-infografik-item.fpg-infografik-item-first img {width: 150px;height: unset;}
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(2) .fpg-infografik-item-img img,
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(3) .fpg-infografik-item-img img,
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(4) .fpg-infografik-item-img img,
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(5) .fpg-infografik-item-img img,
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(6) .fpg-infografik-item-img img {width: auto;height: 55px;}

		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(2) .fpg-infografik-item-img,
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(3) .fpg-infografik-item-img,
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(4) .fpg-infografik-item-img,
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(5) .fpg-infografik-item-img,
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(6) .fpg-infografik-item-img {margin-top: 0px;}

		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(2) .fpg-infografik-item-text,
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(3) .fpg-infografik-item-text,
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(4) .fpg-infografik-item-text,
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(5) .fpg-infografik-item-text,
		.fpg-infografik-wrapper .fpg-infografik-item:nth-child(6) .fpg-infografik-item-text {margin-top: 20px;}

		.fpg-infografik-wrapper .fpg-infografik-item {height: auto;margin-bottom: 15px;}
		.fpg-infografik-wrapper .fpg-infografik-item:not(.fpg-infografik-item-first)  {padding: 40px 0 30px 0;}

		.fpg-infografik-item-number > div > div {
			padding: 0px 6px;
			padding: 2px 6px;
			font-size: 14px;
		}
		.fpg-infografik-item-number {
			left: 15px;
			top: 15px;
		}
		.fpg-infografik-item-number > div {
			padding: 10px;
		}

		}

		@media screen and (max-width: 767px){
			.fpg-infografik-item {
				width: 100%;
			}
			.fpg-infografik-wrapper .fpg-infografik-item:nth-child(2) .fpg-infografik-item-text, .fpg-infografik-wrapper .fpg-infografik-item:nth-child(3) .fpg-infografik-item-text, .fpg-infografik-wrapper .fpg-infografik-item:nth-child(4) .fpg-infografik-item-text, .fpg-infografik-wrapper .fpg-infografik-item:nth-child(5) .fpg-infografik-item-text, .fpg-infografik-wrapper .fpg-infografik-item:nth-child(6) .fpg-infografik-item-text {
				font-size: 14px;
			}
			.fpg-infografik-wrapper {
				justify-content: center;
			}
		}



table.visualizationtable {
	border-collapse: unset;
	width: 100%;
}
.tableannotation.yellow {
	background-color: #ffa800;
}

.tableannotation {
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: #3b74ce;
	padding: 18px 0;
	font-size: 24px;
	margin-top: 60px;
}
.violetcolor,
.vtpin,
.vtpan {
	display: block;
}

.visualizationtable thead tr td {
	background-color: #e2edff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.visualizationtable  tr {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.visualizationtable  tr td {
	display: block;
}

.visualizationtable thead tr td {
	width: 18.6%;
	padding: 26px 20px;
	height: 100px;
	margin: 4px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.visualizationtable.visualizationtable-2с thead tr td:first-child ,
.visualizationtable thead tr td:first-child {
	font-size: 24px;
	width: 44%;
	margin: 4px 4px 4px 0px;
}
.visualizationtable tbody tr td:last-child ,
.visualizationtable thead tr td:last-child {
	margin: 4px 0px 4px 4px;
}



.violetcolor {
	color: #3b74ce;
	margin-top: 6px;
}
.visualizationtable tbody tr td {
	width: 18.6%;
	padding: 10px 18px;
	min-height: 70px;
	margin: 4px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;

	background-color: #fcfcfc;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.visualizationtable.visualizationtable-2с thead tr td ,
.visualizationtable.visualizationtable-2с tbody tr td {
	width: 28%;
}
.visualizationtable.visualizationtable-2с tbody tr td[colspan="2"] {
	width: 56%;
}

.vtpin {
	font-size: 17px;
}

.visualizationtable tbody tr td:first-child {
	/*font-size: 24px;*/
	width: 44%;
	justify-content: flex-start;
	text-align: left;
	margin: 4px 4px 4px 0px;
}
.visualizationtable tbody tr td:first-child .vtpan {
	font-weight: normal;
	font-size: 14px;
	width: 100%;
}

.under-banner-text {
	margin-top: 35px;
	font-size: 18px;
	font-weight: bold;
}
.ul-checked {
	list-style: none;
}
.ul-checked li {
	position: relative;
}
.ul-checked li::before {
	position: absolute;
	content: " ";
	background-repeat: no-repeat;
	top: 5px;
	left: -34px;
	background-position: center;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-image: url(../../hostcmsfiles/images/galr.png);
}
.banner-zone-container {
	min-height: 310px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.banner-zone-right {
	width: 430px;
	min-height: 310px;
	background-color: rgb(59,116,206);
	color: white;
	padding: 50px 40px;
	font-size: 18px;
	line-height: 1.4em;
}
.banner-zone-left {
	position: relative;
	height: 310px;
	width: calc(100% - 400px);
}

.banner-zone-left::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 310px;
    width: 1175px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://skypoint-park.ru/hostcmsfiles/images/banner.png);
	/*left: -280px;*/
	right: 33px;
    z-index: -1;
    cursor: pointer;
}

.banner-zone-left-text {
	color: white;
	padding: 70px 10px 0 10px;
}
.banner-zone-left-text-big {
	font-size: 31px;
	font-weight: bold;
}
.banner-zone-left-text-small {
	margin-top: 11px;
	font-size: 22px;
}


.visualizationtable tbody tr:nth-child(2n+1) td {
	background-color: #f2f2f2;
}


.banner-zone-park-container {
	min-height: 400px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}
.banner-zone-park-right {
	width: 430px;
	min-height: 400px;
	background-color: #2991d5;
	color: white;
	padding: 50px 40px;
	font-size: 18px;
	line-height: 1.4em;
}
.banner-zone-park-left {
	position: relative;
	height: 400px;
	width: calc(100% - 400px);
}

.banner-zone-park-left::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 400px;
    width: 1175px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://skypoint-park.ru/hostcmsfiles/images/banner-park.png);
	/*left: -280px;*/
	right: 33px;
    z-index: -1;
    cursor: pointer;
}

.banner-zone-park-left-text {
	color: white;
	padding: 70px 10px 0 10px;
}
.banner-zone-park-left-text-big {
	font-size: 31px;
	font-weight: bold;
}
.banner-zone-park-left-text-small {
	margin-top: 11px;
	margin-bottom: 31px;
	font-size: 22px;
}




@media screen and (max-width: 991px){
	.banner-zone-container {
		flex-wrap: wrap;
	}
	.banner-zone-left {
		width: 100%;
	}
	.banner-zone-left::before {
		right: 0;
		left: 0;
	}
	.banner-zone-right {
		margin: 0 auto;
		width: 100%;
	}
	.banner-zone-container {
		overflow: hidden;
	}

		.banner-zone-park-container {
		flex-wrap: wrap;
	}
	.banner-zone-park-left {
		width: 100%;
	}
	.banner-zone-park-left::before {
		right: 0;
		left: 0;
	}
	.banner-zone-park-right {
		margin: 0 auto;
		width: 100%;
	}
	.banner-zone-park-container {
		overflow: hidden;
	}

}


@media screen and (max-width: 1200px) {
	.visualizationtable thead tr td {
		font-size: 14px;
	}
	.visualizationtable thead tr td:first-child {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.visualizationtable thead  {
		display: none;
	}
	.visualizationtable tr	{
		display: block;
	}


	.visualizationtable tbody tr td::before {
	    content: attr(data-label);
	    font-weight: bold;
		display: block;
		width: 50%;
	    /*margin-right: 20px;*/

	}

	.visualizationtable.visualizationtable-2с tbody tr td[colspan="2"],
	.visualizationtable.visualizationtable-2с tbody tr td,
	.visualizationtable.visualizationtable-2с thead tr td,
	.visualizationtable.visualizationtable-2с thead tr td:first-child, .visualizationtable tbody tr td:first-child,
	.visualizationtable.visualizationtable-2с thead td, .visualizationtable tbody tr td,
	.visualizationtable tbody tr td:last-child,
	.visualizationtable thead tr td:last-child,
	.visualizationtable thead tr td:first-child,
	.visualizationtable tbody tr td:first-child,
	.visualizationtable thead tr td,
	.visualizationtable tbody tr td {
		width: 100%;
		flex-wrap: nowrap;
		text-align: left;
		margin: 4px 0;
		display: flex;
		justify-content: space-between;
		font-size: 14px;
	}
	.visualizationtable tr td div {
		text-align: right;
	}
}

.our-plus__item--moyka {
	background-color: #f1a606;
	border: 10px solid #ffcd63;
}
.our-plus__item--moyka-img {
	position: relative;
	border: 0;
}
.our-plus__item--moyka-img .our-plus__item_text {
	position: absolute;
	top: 20px;
	left: 50px;
	text-align: left;
}
	.our-plus__item--moyka-img img {
		display: none;
	}
	.our-plus__item--moyka-img a {
		background-image: url(https://skypoint-park.ru/image/minivien.png);
		background-size: cover;
	}
.visualizationtable.visualizationtable-2с {
	margin-bottom: 30px;
}
.news_list .row {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.news_list .row > div {
	width: 32%;
	padding: 48px;
	background: #f5f5f5;
	margin: 10px;
}
.news_card_data {



    position: relative;
    overflow: hidden;
}

.news_card_data .el-title {
    font-size: 1.75em;
    font-weight: bold;
    line-height: 35px;
    color: #778c9a;
}

@media screen and (max-width: 990px){
	.news_list .row > div {
		width: 100%;
	}
}

a.btn--big.btn--big-cinv {
	background-color: rgb(59,116,206);
}
a.btn--big.btn--big-cinv:hover {
	background-color: #f1a606;
}

.questions .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  background-color: #e8e6e6;
  height: 4px;
  width: 100%;
  margin-top: -2px;
}
.questions .title h2, .questions .title h1, .questions .title .h2 {
  text-transform: uppercase;
  font-size: 24px;
  top: 2px;
  font-weight: 700;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4%;
  position: relative;
  max-width: 480px;
  z-index: 2;
  background-color: #fff;
}
.questions .item {
  transition: ease all .3s;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 20px;
}

.questions .wrapper {
  width: 100%;
}
.questions .content {
  background: #fff;
  display: flex;
  margin-bottom: 0;
  transition: .3s;
  padding: 18px 25px;
  align-items: center;
  justify-content: space-between;
}
.questions .container {
  position: relative;
  padding: 0;

}
.questions .title {
  overflow: hidden;
}
.questions .header {
  display: flex;
  align-items: center;
  border: 0;
  justify-content: flex-start;
}

.questions .ico {
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100%;
  line-height: 30px;
  text-align: center;
  margin-right: 20px;
  font-weight: 600;
  border: 1px solid #EDEDED;
  font-size: 18px;
  color: #248ce5;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
}

.questions .head {
  box-sizing: border-box;
  padding-right: 40px;
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
}
.faq-block {
  margin-top: 20px;
}

.questions .more {
  display: flex;
  align-items: center;
  justify-content: center;
}

.questions .item--open .content {
  background-color: #248ce5;
}


.questions .item--open .head {
  color: #fff;
}

.questions .item--open .more {
  transform: rotate(180deg);
}

.questions .item--open .inner {
  display: block;
}
.questions .inner {
  display: none;
  background: #fff;
  padding: 20px 25px;
  box-sizing: border-box;
}

.questions .item:hover .content {
  background-color: #248ce5;
  color: #fff;
  transition: ease all .3s;
}

.shagi-section-item-img {
	width: 100%;
	margin: 50px auto;
}
.shagi-section-item-text {
	width: 100%;
	margin: 10px auto 50px auto;
	font-size: 19px;
}
.shagi-section-item {
	background: #f1f1f3;
	width: 32%;
	min-height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 15px 0;
}

.shagi-section {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: space-between;
}

@media screen and (max-width: 991px){
	.shagi-section-item {
		margin: 10px 0;
	}
	.shagi-section-item-img {
		margin: 30px auto 10px auto;
	}
	.shagi-section-item {
		min-height: 140px;
	}
	.shagi-section-item-text {
		margin: 10px auto 24px auto;
	}
	.shagi-section-item-img img {
		max-width: 80px;
	}
	.shagi-section-item-text {
		font-size: 14px;
	}
}

@media screen and (max-width: 700px){
	.shagi-section {
		display: block;
	}
	.shagi-section-item {
		width: 100%;
	}
	.shagi-section-item {
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 1170px){
	.header-search-line {
		margin-bottom: -23px;
		margin-top: 10px;
	}


}

.header-search-line {
	display: flex;
	justify-content: flex-end;
}
.header-search-line-inner {
	max-width: 340px;
}

.icons-vid-karty {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 320px;
}
.icons-vid-oplaty {
	display: flex;
	justify-content: flex-start;
}
/*.nal,
.beznal*/
.icons-vid-oplaty-item {
	justify-content: flex-start;
	display: flex;
	margin-right: 180px;
	padding: 30px 0 30px 119px;
	background-repeat: no-repeat;
}
.icons-vid-oplaty-item.nal {
	background-image: url(https://skypoint-park.ru/image/nal.svg);
}
.icons-vid-oplaty-item.beznal {
	background-image: url(https://skypoint-park.ru/image/beznal.svg);
}
@media screen and (max-width: 767px){
	.icons-vid-oplaty {
		display: block;
	}
	.icons-vid-oplaty-item {
		padding: 40px 0 40px 119px;
		margin: 10px auto;
	}
}

.about-company-el-txt {
	color:#2B2B2B;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 0em;
	text-align: center;
}

.about-company {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.about-company-el {
	width: 15%;
	margin: 20px auto;
	text-align: center;
}

@media screen and (max-width:1199px){
	.about-company {
		display: block;
	}
	.about-company-el {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.about-company-el-img {
		width: 90px;
	}
	.about-company-el-txt {
		width: calc(100% - 100px);
		text-align: left;
	}
	.about-company-el-txt  {
		margin: 0;
	}
}


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

	.about-company-el {

		display: block;

	}
	.about-company-el-img {
		width: 100%;
	}
	.about-company-el-txt {
		width:100%;
		text-align: center;
	}
	.about-company-el-txt  {
		margin-top: 20px;
	}
}

.footer-bottom .icons-vid-karty > div {
	margin: 10px;
	height: 24px;
}
.footer-bottom .icons-vid-karty > div img {
	height: 100%;
}
.footer-bottom .icons-vid-karty {
	margin: 0 auto;
}

#dscallbacksalezr-form .inputs-wrap,
#dscallbacksalez-form .inputs-wrap {
	width: 100%;
	max-width: 70rem;
	margin-bottom: 2rem;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}
#dscallbacksalezr-form .wrap-input,
#dscallbacksalez-form .wrap-input {
	width: 45%;
	width: calc(50% - 0.5rem);
	margin-bottom: 1rem;
}
#dscallbacksalezr-form .wrap-input-datetime,
#dscallbacksalez-form .wrap-input-datetime {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 40rem) {
	#dscallbacksalezr-form .wrap-input-datetime,
	#dscallbacksalez-form .wrap-input-datetime {
		flex-direction: column;
	}
	#dscallbacksalezr-form .wrap-input-datetime .wrap-input,
	#dscallbacksalez-form .wrap-input-datetime .wrap-input {
		width: 100%;
	}
}

#dscallbacksalezr-form .form-bottom_left,
#dscallbacksalez-form .form-bottom_left {
	text-align: center;
	color: black;
	font-family: sans-serif;
	margin-top: 1rem;
}

#dscallbacksalezrformmessagereport,
#dscallbacksalezformmessagereport {
	margin: 4rem 0 1rem;
	text-align: center;
}

#dscallbacksalezrformmessagereport .btn,
#dscallbacksalezformmessagereport .btn {
	margin: 2rem auto 0;
}




.accordion {
  transform: translateZ(0);
  background: white;
  border-bottom: 1px solid lightgray;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

.accordion>.accordion-toggle {
  display: none;
  position: absolute;
  opacity: 0;
}

.accordion>label {
  display: block;
  position: relative;
  height: 50px;
  padding: 20px 20px 0 20px;
  border-top: 1px solid lightgray;
  background: #ffffff;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

.accordion>label:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 20px;
  width: 12px;
  height: 12px;
  border-left: 2px solid #555;
  border-top: 2px solid #555;
  transform: rotate(-135deg);
  transition: 0.4s transform;
}

.accordion>section {
  overflow: hidden;
  height: 0;
  transition: all .4s;
}

.accordion>.accordion-toggle:checked~label:after {
  transform: rotate(45deg);
  top: 16px;
}

.accordion>.accordion-toggle:checked~section {
  height: 200px;
}

.accordion>section p {
  margin: 15px 0;
  padding: 0 20px;
}


@media screen and (max-width: 768px) {
	.accordion>label {
  line-height: 20px;
  height: 100%;
  padding-top: 8px;}

  .accordion>.accordion-toggle:checked~section {
  height: 100%;
}
}

.dspopup-modal #dscallbacksalezr-form .inputs-wrap,
.dspopup-modal #dscallbacksalez-form .inputs-wrap {
	padding: 2rem 3rem;
}

.dspopup-modal #dscallbacksalezr-form .wrap-input,
.dspopup-modal #dscallbacksalez-form .wrap-input {
	margin-right: 0;
}


@media (max-width: 720px) {
	.dspopup-modal #dscallbacksalezr-form .wrap-input-datetime,
	.dspopup-modal #dscallbacksalez-form .wrap-input-datetime {
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.dspopup-modal #dscallbacksalezr-form .wrap-input,
	.dspopup-modal #dscallbacksalez-form .wrap-input,
	.dspopup-modal #dscallbacksalezr-form .wrap-input-datetime .wrap-input,
	.dspopup-modal #dscallbacksalez-form .wrap-input-datetime .wrap-input {
		width: 100%;
	}
}

.main-screen__right__item {
	position: relative;
}

.main-screen__right__item__counter {
	background: transparent;
	position: absolute;
	right: 3rem;
	top: 3rem;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 700;
}


.error-modal {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	background: #80808069;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 99999;
}
.error-modal.hidden {
	display: none;
}
.error-message {
	border-radius: 5px;
	background: white;
	padding: 1.5rem 2rem;
}
.xdsoft_disabled {
	background: #585858 !important;
	color: #b5b5b5 !important;
	cursor: not-allowed !important;
}
.time-control {
	display: flex;
	justify-content: space-between;
}
.time-control > .wrap-input {
	margin-bottom: 0 !important;
}
.time-control select {
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 9px 12px 51px rgba(195, 205, 211, 0.44);
	font-size: 14px;
	text-align: center;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

.neighboring-items {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}

@media (min-width: 42rem) {
	.neighboring-items {
		justify-content: space-between;
		flex-wrap: nowrap;
	}
}

.neighboring-items__item {
	display: inline-flex;
	height: 2.2rem;
	align-items: center;
}
.neighboring-items__item + .neighboring-items__item {
	margin-top: .8rem;
}
@media (min-width: 42rem) {
	.neighboring-items__item {
		margin-top: 0 !important;
	}
}

.neighboring-items__link {
	display: flex;
	align-items: center;
	text-align: center;
}

.neighboring-items__link_prev:before,
.neighboring-items__link_prev:after,
.neighboring-items__link_next:before,
.neighboring-items__link_next:after {
	content: '';
	display: block;
	height: 1.4rem;
	width: 1.4rem;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -1px;
	flex: 0 0 1.4rem;
	margin-left: .5rem;
	margin-right: .5rem;
}

@media (min-width: 42rem) {
	.neighboring-items__link_prev:before {
		margin-left: 0;
	}
	.neighboring-items__link_next:after {
		margin-right: 0;
	}
}

.neighboring-items__link_prev:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23248ce5' d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
}

.neighboring-items__link_next:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23248ce5' d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
}
