@charset "UTF-8";
body, html {
	min-width: 320px;
	font: 16px Raleway, sans-serif
}
.is-unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.is-block {
	display: block !important
}
.is-flex {
	display: flex !important
}
.is-inline {
	display: inline !important
}
.is-inline-block {
	display: inline-block !important
}
.is-inline-flex {
	display: inline-flex !important
}
.is-capitalized {
	text-transform: capitalize !important
}
.is-lowercase {
	text-transform: lowercase !important
}
.is-noscroll {
	overflow: hidden !important
}
.is-uppercase {
	text-transform: uppercase !important
}
.is-italic {
	font-style: italic !important
}
.is-hidden {
	display: none !important
}
.is-sr-only {
	position: absolute !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	height: .01em !important;
	padding: 0 0 !important;
	white-space: nowrap !important;
	border: 0 !important
}
.is-invisible {
	visibility: hidden !important
}
.is-marginless {
	margin: 0 0 !important
}
.is-paddingless {
	padding: 0 0 !important
}
.is-radiusless {
	border-radius: 0 !important
}
.is-shadowless {
	box-shadow: none !important
}
.is-relative {
	position: relative !important
}
@keyframes spinAround {
	0% {
		transform: rotate(0)
	}
	to {
		transform: rotate(359deg)
	}
}
.tns-outer {
	position: relative;
	padding: 0 0 !important
}
.tns-outer [hidden] {
	display: none !important
}
.tns-outer [aria-controls], .tns-outer [data-action] {
	cursor: pointer
}
.tns-outer [data-controls] {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	height: 100%
}
.tns-outer [data-controls=prev] {
	left: 0
}
.tns-outer [data-controls=next] {
	right: 0
}
.tns-slider {
	-moz-transition: all 0s;
	-webkit-transition: all 0s;
	transition: all 0s
}
.tns-slider > .tns-item {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.tns-horizontal.tns-subpixel {
	white-space: nowrap
}
.tns-horizontal.tns-subpixel > .tns-item {
	display: inline-block;
	vertical-align: top;
	white-space: normal
}
.tns-horizontal.tns-no-subpixel:after {
	display: table;
	clear: both;
	content: ""
}
.tns-horizontal.tns-no-subpixel > .tns-item {
	float: left
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
	margin-right: -100%
}
.tns-no-calc {
	position: relative;
	left: 0
}
.tns-gallery {
	position: relative;
	left: 0;
	min-height: 1px
}
.tns-gallery > .tns-item {
	position: absolute;
	left: -100%;
	-moz-transition: transform 0s, opacity 0s;
	-webkit-transition: transform 0s, opacity 0s;
	transition: transform 0s, opacity 0s
}
.tns-gallery > .tns-slide-active {
	position: relative;
	left: auto !important
}
.tns-gallery > .tns-moving {
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	transition: all .25s
}
.tns-autowidth {
	display: inline-block
}
.tns-lazy-img {
	-moz-transition: opacity .6s;
	-webkit-transition: opacity .6s;
	transition: opacity .6s;
	opacity: .6
}
.tns-lazy-img.tns-complete {
	opacity: 1
}
.tns-ah {
	-moz-transition: height 0s;
	-webkit-transition: height 0s;
	transition: height 0s
}
.tns-ovh {
	overflow: hidden;
	overflow: auto !important
}
.tns-visually-hidden {
	position: absolute;
	left: -10000em
}
.tns-transparent {
	visibility: hidden;
	opacity: 0
}
.tns-fadeIn {
	z-index: 0;
	opacity: 1
}
.tns-fadeOut, .tns-normal {
	z-index: -1;
	opacity: 0
}
.tns-vpfix {
	white-space: nowrap
}
.tns-vpfix > div, .tns-vpfix > li {
	display: inline-block
}
.tns-t-subp2 {
	position: relative;
	overflow: hidden;
	width: 310px;
	height: 10px;
	margin: 0 auto
}
.tns-t-ct {
	position: absolute;
	right: 0;
	width: 2333.3333333%;
	width: -webkit-calc(100% * 70 / 3);
	width: -moz-calc(100% * 70 / 3);
	width: calc(100% * 70 / 3)
}
.tns-t-ct:after {
	display: table;
	clear: both;
	content: ""
}
.tns-t-ct > div {
	float: left;
	width: 1.4285714%;
	width: -webkit-calc(100% / 70);
	width: -moz-calc(100% / 70);
	width: calc(100% / 70);
	height: 10px
}
.win {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	display: block;
	overflow: auto;
	width: 100%;
	height: 100%;
	transition-timing-function: ease-out;
	transition-duration: .3s;
	transition-property: opacity;
	opacity: 0;
	background: radial-gradient(circle at center, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .7) 100%)
}
.win.win__height .win__cell, .win.win__height .win__row {
	align-items: flex-start
}
.win__hidden {
	overflow: hidden;
	width: 0;
	height: 0
}
.win__row {
	position: relative;
	display: none;
	width: 100%;
	height: 100%
}
.win__row:first-child {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center
}
.win__row:first-child .win__cell {
	align-items: center;
	justify-content: center;
	margin: auto
}
.win__cell {
	display: flex;
	width: auto;
	padding: 20px;
	transition-timing-function: ease-out;
	transition-duration: .3s;
	transition-property: opacity, transform;
	transform: scale(1.2);
	opacity: 0
}
.win__cell > div {
	margin-right: auto;
	margin-left: auto
}
.win__content {
	position: relative;
	display: inline-block;
	color: #4f4f4f;
	border-radius: 4px;
	background-color: #fff;
	font-size: 1rem;
	line-height: 1.125
}
.win__close {
	display: inline-block
}
.win__close_top {
	position: absolute;
	z-index: 250;
	top: -20px;
	right: -21px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	transition-timing-function: ease-out;
	transition-duration: .3s;
	transition-property: transform;
	transform: rotate(0)
}
.win__close_top:after, .win__close_top:before {
	position: absolute;
	top: 8px;
	left: 3px;
	display: block;
	width: 12px;
	height: 2px;
	content: "";
	background-color: #fff
}
.win__close_top:before {
	transform: rotate(45deg)
}
.win__close_top:after {
	transform: rotate(-45deg)
}
.win__close_top:hover {
	transform: rotate(360deg)
}
body.win-show {
	overflow: hidden;
	padding-right: var(--scroll-bar)
}
body.win-show .win {
	opacity: 1
}
body.win-show .win__cell {
	transform: scale(1);
	opacity: 1
}
.pb__margin-left {
	margin-left: 0 !important
}
.pb__margin-right {
	margin-right: 0 !important
}
.pb__container {
	max-width: 1220px;
	margin: 0 auto;
	padding: 24px 20px 16px
}
.pb__container-50 {
	max-width: calc(1220px / 2);
	margin: 0 auto
}
.pb__flex {
	display: flex;
	flex-wrap: wrap
}
.pb__flex--nowrap {
	flex-wrap: nowrap !important;
	white-space: nowrap !important
}
.pb__flex--column {
	flex-direction: column
}
.pb__flex--center {
	justify-content: center
}
.pb__flex--center-h {
	justify-content: space-around
}
.pb__flex--angle-h {
	justify-content: space-between
}
.pb__flex--center-v {
	align-items: center
}
.pb__flex--right-h {
	justify-content: flex-end
}
.pb__flex--left-h {
	justify-content: flex-start
}
.pb__flex--down-v {
	align-items: flex-end
}
.pb__flex--grow {
	flex-grow: 1
}
.pb__flex-1, .pb__flex-auto {
	flex-basis: auto
}
.pb__flex-2 {
	width: 100%;
	max-width: 50%
}
.pb__flex-3 {
	width: 100%;
	max-width: 33.3333333%
}
.pb__flex-4 {
	width: 100%;
	max-width: 25%
}
.pb__flex-5 {
	width: 100%;
	max-width: 20%
}
.pb__flex-6 {
	width: 100%;
	max-width: 16.666%;
	flex-basis: 16.666%
}
.pb__flex-max {
	flex-grow: 1;
	max-width: 100%
}
.pb__flex-max-base {
	flex-basis: 100%
}
.over {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}
.pb__flex-75 {
	flex-basis: 75%
}
.no-padding {
	padding: 0 0 !important
}
.no-margin {
	margin: 0 0 !important
}
body {
	background: #202125
}
.pb__slider--item {
	cursor: pointer;
	text-align: center;
	transform: scale(.9);
	opacity: .05;
	transition-duration: 86ms;
	transition-property: transform, opacity;
	transition-timing-function: ease-out
}
.pb__slider--item.is-center {
	transform: scale(1);
	opacity: 1
}
.pb__slider--item:hover {
	opacity: .7 !important
}
.pb__slider--box {
	border-radius: 4px;
	overflow: hidden;
	background: #fff
}
.pb__slider--1 {
	background-color: #fe003b !important
}
.pb__slider--1 .pb__slider--block {
	justify-content: center
}
.pb__slider--1 .pb__slider--logo {
	margin: 0 auto;
	max-width: 70%
}
.pb__slider--1 .pb__slider--link {
	display: flex;
	align-content: center;
	align-items: center;
	margin-top: 120px;
	color: #fff;
	font-size: 30px;
	letter-spacing: .1em
}
.pb__slider--1 .pb__slider--link > span {
	font-weight: 700
}
.pb__slider--1 .pb__arrow {
	padding-left: 10px
}
.pb__slider--1 .pb__arrow:after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: rotate(-45deg)
}
.pb__slider--2 .pb__slider--block {
	justify-content: space-around;
	display: flex;
	flex-direction: column
}
.pb__slider--2 .pb__slider--logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 40%
}
.pb__slider--2 .pb__slider--title {
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 700;
	padding-left: 10px;
	padding-right: 10px
}
.pb__slider--2 .pb__slider--text {
	font-size: 19px;
	padding-top: 50px
}
.pb__slider--2 .pb__slider--link {
	display: flex;
	align-content: center;
	align-items: center;
	margin-top: 120px;
	color: #fe003b;
	font-size: 30px;
	letter-spacing: .1em
}
.pb__slider--2 .pb__slider--link > span {
	font-weight: 700
}
.pb__slider--2 .pb__arrow {
	padding-left: 10px
}
.pb__slider--2 .pb__arrow:after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-right: 3px solid #fe003b;
	border-bottom: 3px solid #fe003b;
	transform: rotate(-45deg)
}
.pb__slider--3 {
	background-image: url(../images/slide-1.jpg) !important
}
.pb__slider--3 .pb__slider--footer:after {
	background-color: #5e4449
}
.pb__slider--3 .pb__slider--footer-title {
	color: #d7b6bc;
	padding-top: 30px
}
.pb__slider--4 {
	background-image: url(../images/slide-2.jpg) !important
}
.pb__slider--4 .pb__slider--footer:after {
	background-color: #b08876
}
.pb__slider--4 .pb__slider--footer-title {
	color: #d7b6bc;
	padding-top: 30px
}
.pb__slider--5 {
	background-image: url(../images/slide-3.jpg) !important
}
.pb__slider--5 .pb__slider--footer:after {
	background-color: #9478a1
}
.pb__slider--5 .pb__slider--footer-title {
	color: #e8d8ef
}
.pb__slider--6 {
	background-image: url(../images/slide-4.jpg) !important
}
.pb__slider--6 .pb__slider--footer:after {
	background-color: #ff7b51
}
.pb__slider--6 .pb__slider--footer-title {
	padding-top: 30px;
	color: #ffeee9
}
.pb__slider--7 {
	background-image: url(../images/slide-5.jpg) !important
}
.pb__slider--7 .pb__slider--footer:after {
	background-color: #f6d9c4
}
.pb__slider--7 .pb__slider--footer-title {
	color: #a98971
}
.pb__slider--8 {
	background-image: url(../images/slide-6.jpg) !important
}
.pb__slider--8 .pb__slider--footer:after {
	background-color: #357388
}
.pb__slider--8 .pb__slider--footer-title {
	color: #e2e5f5;
	font-size: 40px
}
.pb__slider--9 {
	background-image: url(../images/slide-7.jpg) !important
}
.pb__slider--91 {
	background-image: url(../images/slide-91.jpg) !important
}
.pb__slider--9 .pb__slider--footer:after {
	background-color: #281959
}
.pb__slider--9 .pb__slider--footer-title {
	font-size: 36px;
	text-align: center
}
.pb__slider--9 .pb__slider--footer-title > span {
	display: block
}
.pb__slider--10 {
	background-image: url(../images/slide-8.jpg) !important
}
.pb__slider--10 .pb__slider--footer:after {
	background-color: #ffe485
}
.pb__slider--10 .pb__slider--footer-title {
	font-size: 34px;
	color: #623927;
	padding-top: 30px;
	text-align: center
}
.pb__slider--11 .pb__slider--block {
	justify-content: space-between
}
.pb__slider--11 .pb__slider--title {
	padding-top: 50px;
	font-weight: 700;
	font-size: 35px;
	letter-spacing: .05em;
	color: #000
}
.pb__slider--12 .pb__slider--block {
	padding-top: 50px;
	justify-content: space-between
}
.pb__slider--12 .pb__slider--title {
	font-weight: 700;
	font-size: 35px;
	letter-spacing: .05em;
	color: #000
}
.pb__slider--13 {
	background-image: url(../images/slide-9.jpg) !important
}
.pb__slider--13 .pb__slider--footer:after {
	background: #3b1047;
	background: linear-gradient(0deg, #3b1047 0, #19151a 100%)
}
.pb__slider--13 .pb__slider--footer-title {
	color: #fff;
	padding-top: 30px
}
.pb__slider--13 .pb__slider--footer-title > span {
	color: #d7b6bc;
	padding-left: 10px;
	display: inline-block
}
.pb__slider--13 .pb__slider--footer-text {
	font-size: 23px
}
.pb__slider--box > div {
	position: relative;
	height: 100%;
	padding-top: calc(100% * 16 / 9);
	background: no-repeat center top;
	background-size: cover
}
.pb__slider--block {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: flex-end
}
.pb__slider--footer {
	position: relative;
	height: 36%;
	width: 100%;
	padding: 20px
}
.pb__slider--footer:after {
	content: "";
	position: absolute;
	display: block;
	width: 200%;
	right: -10%;
	top: 10%;
	height: 140%;
	background-color: #fff;
	border-radius: 290486px;
	transform: rotate(-10deg)
}
.pb__slider--footer-box {
	position: relative;
	z-index: 1;
	padding-top: 10%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%
}
.pb__slider--footer-title {
	font-size: 60px;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: left;
	color: #fff
}
.pb__slider--footer-text {
	letter-spacing: .05em;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	text-align: left;
	color: #fff;
	padding-bottom: 30px
}
.pb__slider--footer-button {
	border-radius: 4px;
	background-color: #ed0c35;
	font-weight: 700;
	color: #fff;
	padding: 20px 40px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: .1em;
	font-size: 20px;
	margin-bottom: 20px
}
.pb__slider--map {
	width: 100%;
	flex-grow: 1;
	height: 100%;
	padding: 10px;
	max-height: 620px
}
.pb__slider--map-info {
	display: flex;
	flex-grow: 1;
	width: 100%
}
.pb__slider--map-info-item {
	padding: 10px;
	flex-basis: 50%;
	max-width: 50%;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: .05em;
	font-weight: 700;
	color: #000
}
.pb__slider--map-info-item:nth-child(1) {
	text-align: left
}
.pb__slider--map-info-item:nth-child(2) {
	text-align: right
}
.pb__slider--map > ymaps {
	width: 100% !important
}
.pb__sliders {
	height: 100vh;
	min-height: 800px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center
}
.tns-controls {
	position: absolute;
	top: 50vh;
	left: 0;
	width: 100%;
	height: 0;
	display: flex;
	justify-content: space-between
}
.tns-controls [type=button] {
	background-color: rgba(102, 102, 102, .01);
	width: 100px;
	height: 100vh;
	transform: translateY(-50vh);
	position: relative
}
.tns-controls [type=button]:after {
	background-color: #fff;
	border-radius: 290486px;
	text-align: center;
	font-size: 22px;
	line-height: 55px;
	content: "";
	display: block;
	height: 60px;
	width: 60px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
	transition-duration: 86ms;
	transition-property: transform, opacity;
	transition-timing-function: ease-out;
	opacity: .5
}
.tns-controls [type=button][data-controls=prev]:after {
	transform: translateX(-10px);
	content: "\2039" !important
}
.tns-controls [type=button][data-controls=next]:after {
	transform: translateX(10px);
	content: "\203A" !important
}
.tns-controls [type=button]:hover:after {
	transform: translateX(0);
	opacity: 1
}
.tns-nav {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: center
}
.tns-nav [type=button] {
	width: 40px;
	border-radius: 4px;
	height: 2px;
	background-color: #fff;
	margin: 0 2px;
	display: initial !important;
	opacity: .3
}
.tns-nav [type=button].tns-nav-active {
	opacity: 1
}
.pb__modal--box {
	max-width: 400px;
	display: flex;
	flex-direction: column
}
.pb__modal--box-title {
	font-size: 20px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	margin-bottom: 40px
}
.pb__modal--box-label {
	font-size: 16px;
	letter-spacing: .05em;
	color: #000;
	display: flex;
	flex-direction: column
}
.pb__modal--box-input {
	margin-top: 16px;
	margin-bottom: 16px;
	background: #fff;
	border: 1px solid #909090;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 14px 8px
}
.pb__modal--box-input::-moz-placeholder {
	font-size: 16px;
	color: #dedede
}
.pb__modal--box-input::-webkit-input-placeholder {
	font-size: 16px;
	color: #dedede
}
.pb__modal--box-input:-moz-placeholder {
	font-size: 16px;
	color: #dedede
}
.pb__modal--box-input:-ms-input-placeholder {
	font-size: 16px;
	color: #dedede
}
.pb__modal--box-input::placeholder {
	font-size: 16px;
	color: #dedede
}
.pb__modal--box-button {
	margin-top: 40px;
	text-align: center;
	color: #fe003b;
	font-size: 24px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center
}
.pb__modal--box-button:after {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	border-right: 2px solid #fe003b;
	border-bottom: 2px solid #fe003b;
	position: relative;
	left: 10px;
	top: 2px;
	transform: rotate(-45deg)
}
@media screen and (min-width: 576px) {
	.win__content {
		padding: 24px
	}
}
@media (min-width: 580px) {
	.pb__slider--box {
		max-width: 580px
	}
}
@media screen and (min-width: 769px), print {
	.is-hidden-tablet {
		display: none !important
	}
}
@media screen and (min-width: 1024px) {
	.is-hidden-desktop {
		display: none !important
	}
	.pb__container {
		padding-right: 10px;
		padding-left: 10px
	}
	.pb__container.is-fluid {
		max-width: none;
		margin-right: 32px;
		margin-left: 32px
	}
}
@media screen and (min-width: 1216px) {
	.is-hidden-widescreen {
		display: none !important
	}
	.pb__container {
		width: 100%
	}
}
@media screen and (min-width: 1408px) {
	.is-hidden-fullhd {
		display: none !important
	}
	.pb__container {
		max-width: 1220px
	}
}
@media screen and (max-width: 1407px) {
	.pb__container.is-fullhd {
		max-width: 1344px
	}
}
@media screen and (max-width: 1215px) {
	.pb__container.is-widescreen {
		max-width: 1152px
	}
}
@media screen and (max-width: 1023px) {
	.is-hidden-touching {
		display: none !important
	}
}
@media screen and (max-width: 768px) {
	.is-hidden-mobile {
		display: none !important
	}
	.win__cell {
		padding: 0
	}
	.win__close_top {
		top: 5px;
		right: 4px;
		width: 24px;
		height: 24px;
		border-radius: 290486px;
		background-color: #ff0032
	}
	.win__close_top:after, .win__close_top:before {
		top: 11px;
		left: 6px
	}
}
@media (max-width: 580px) {
	.pb__slider--box {
		height: 100vh;
		min-height: 580px
	}
	.pb__slider--2 .pb__slider--title {
		font-size: 30px
	}
	.pb__slider--2 .pb__slider--link {
		font-size: 20px
	}
	.pb__slider--8 .pb__slider--footer-title {
		font-size: 20px
	}
	.pb__slider--9 .pb__slider--footer-title {
		font-size: 20px
	}
	.pb__slider--10 .pb__slider--footer-title {
		font-size: 20px
	}
	.pb__slider--11 .pb__slider--title {
		font-size: 20px
	}
	.pb__slider--12 .pb__slider--title {
		font-size: 20px
	}
	.pb__slider--footer-title {
		font-size: 30px
	}
	.pb__slider--footer-text {
		font-size: 14px
	}
	.pb__slider--footer-button {
		font-size: 14px
	}
	.pb__slider--map {
		max-height: 420px
	}
	.pb__slider--map #mapivvzff93 {
		height: 400px !important
	}
	.pb__slider--map-info-item {
		font-size: 13px;
		line-height: 18px
	}
	.pb__slider--map ymaps {
		max-height: 400px
	}
	.pb__sliders {
		min-height: 0
	}
}
@media screen and (max-width: 575px) {
	.is-hidden-mobile-only {
		display: none !important
	}
	.win__content {
		padding: 20px 10px;
		margin: 8px 8px !important
	}
	.pb__container {
		padding-right: 10px;
		padding-left: 10px
	}
}
@media (max-width: 319px) {
	body, html {
		max-width: 88%;
		min-width: auto
	}
	body:after, body:before {
		position: fixed;
		z-index: 10000;
		display: block;
		content: ""
	}
	body:before {
		z-index: 10000;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #fff
	}
	body:after {
		z-index: 10001;
		top: 50%;
		left: 0;
		width: 100%;
		content: "Пасхалочка! Устройство с разрешением меньше чем в 320px ;)" !important;
		transform: translateY(-50%);
		text-align: center;
		color: #666
	}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
	.is-hidden-tablet-only {
		display: none !important
	}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
	.is-hidden-desktop-only {
		display: none !important
	}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
	.is-hidden-widescreen-only {
		display: none !important
	}
}
@media (min-height: 580px) {
	.pb__slider--box {
		height: 100% !important
	}
}