.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}
.swiper-slide-invisible-blank {
	visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock {
	display: none
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}
.swiper-pagination-lock {
	display: none
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}
.swiper-scrollbar-cursor-drag {
	cursor: move
}
.swiper-scrollbar-lock {
	display: none
}
.swiper-zoom-container {
	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;
	text-align: center
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.swiper-slide-zoomed {
	cursor: move
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube {
	overflow: visible
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}
.swiper-container-flip {
	overflow: visible
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}
@font-face {
	font-family: lato;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/LatoRegular/LatoRegular.eot);
	src: url(../fonts/LatoRegular/LatoRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/LatoRegular/LatoRegular.woff) format("woff"), url(../fonts/LatoRegular/LatoRegular.ttf) format("truetype")
}
@font-face {
	font-family: lato;
	font-weight: 700;
	font-style: normal;
	src: url(../fonts/LatoBold/LatoBold.eot);
	src: url(../fonts/LatoBold/LatoBold.eot?#iefix) format("embedded-opentype"), url(../fonts/LatoBold/LatoBold.woff) format("woff"), url(../fonts/LatoBold/LatoBold.ttf) format("truetype")
}
@font-face {
	font-family: lato;
	font-weight: 800;
	font-style: normal;
	src: url(../fonts/LatoHeavyItalic/LatoHeavyItalic.eot);
	src: url(../fonts/LatoHeavyItalic/LatoHeavyItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/LatoHeavyItalic/LatoHeavyItalic.woff) format("woff"), url(../fonts/LatoHeavyItalic/LatoHeavyItalic.ttf) format("truetype")
}
@font-face {
	font-family: lato;
	font-weight: 800;
	font-style: normal;
	src: url(../fonts/LatoHeavy/LatoHeavy.eot);
	src: url(../fonts/LatoHeavy/LatoHeavy.eot?#iefix) format("embedded-opentype"), url(../fonts/LatoHeavy/LatoHeavy.woff) format("woff"), url(../fonts/LatoHeavy/LatoHeavy.ttf) format("truetype")
}
*, ::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%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}
@-ms-viewport {
	width: device-width
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	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
}
p {
	margin-top: 0;
	margin-bottom: 1rem
}
abbr[data-original-title], abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
}
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
}
dfn {
	font-style: italic
}
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: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:hover {
	color: #0056b3;
	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: monospace, monospace;
	font-size: 1em
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}
figure {
	margin: 0 0 1rem
}
img {
	vertical-align: middle;
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
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 {
	-webkit-border-radius: 0;
	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
}
[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button
}
[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-cancel-button, [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
}
@-ms-viewport {
	width: device-width
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar
}
*, ::after, ::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}
@media (min-width:768px) {
	.container {
		max-width: 758px
	}
}
@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}
@media (min-width:1200px) {
	.container {
		max-width: 1200px
	}
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}
.order-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	-ms-flex-order: 13;
	order: 13
}
.order-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}
.order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
.order-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7
}
.order-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8
}
.order-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9
}
.order-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10
}
.order-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11
}
.order-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-ms-flex-order: 12;
	order: 12
}
.offset-1 {
	margin-left: 8.33333%
}
.offset-2 {
	margin-left: 16.66667%
}
.offset-3 {
	margin-left: 25%
}
.offset-4 {
	margin-left: 33.33333%
}
.offset-5 {
	margin-left: 41.66667%
}
.offset-6 {
	margin-left: 50%
}
.offset-7 {
	margin-left: 58.33333%
}
.offset-8 {
	margin-left: 66.66667%
}
.offset-9 {
	margin-left: 75%
}
.offset-10 {
	margin-left: 83.33333%
}
.offset-11 {
	margin-left: 91.66667%
}
@media (min-width:576px) {
	.col-sm {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.33333%
	}
	.offset-sm-2 {
		margin-left: 16.66667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333%
	}
	.offset-sm-5 {
		margin-left: 41.66667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333%
	}
	.offset-sm-8 {
		margin-left: 66.66667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333%
	}
	.offset-sm-11 {
		margin-left: 91.66667%
	}
}
@media (min-width:768px) {
	.col-md {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.33333%
	}
	.offset-md-2 {
		margin-left: 16.66667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333%
	}
	.offset-md-5 {
		margin-left: 41.66667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333%
	}
	.offset-md-8 {
		margin-left: 66.66667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333%
	}
	.offset-md-11 {
		margin-left: 91.66667%
	}
}
@media (min-width:992px) {
	.col-lg {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333%
	}
	.offset-lg-2 {
		margin-left: 16.66667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333%
	}
	.offset-lg-5 {
		margin-left: 41.66667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333%
	}
	.offset-lg-8 {
		margin-left: 66.66667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333%
	}
	.offset-lg-11 {
		margin-left: 91.66667%
	}
}
@media (min-width:1200px) {
	.col-xl {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333%
	}
	.offset-xl-2 {
		margin-left: 16.66667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333%
	}
	.offset-xl-5 {
		margin-left: 41.66667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333%
	}
	.offset-xl-8 {
		margin-left: 66.66667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333%
	}
	.offset-xl-11 {
		margin-left: 91.66667%
	}
}
.d-none {
	display: none!important
}
.d-inline {
	display: inline!important
}
.d-inline-block {
	display: inline-block!important
}
.d-block {
	display: block!important
}
.d-table {
	display: table!important
}
.d-table-row {
	display: table-row!important
}
.d-table-cell {
	display: table-cell!important
}
.d-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.d-inline-flex {
	display: -webkit-inline-box!important;
	display: -webkit-inline-flex!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
@media (min-width:576px) {
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-row {
		display: table-row!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}
@media (min-width:768px) {
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-md-inline-flex {
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}
@media (min-width:992px) {
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}
@media (min-width:1200px) {
	.d-xl-none {
		display: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-row {
		display: table-row!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}
@media print {
	.d-print-none {
		display: none!important
	}
	.d-print-inline {
		display: inline!important
	}
	.d-print-inline-block {
		display: inline-block!important
	}
	.d-print-block {
		display: block!important
	}
	.d-print-table {
		display: table!important
	}
	.d-print-table-row {
		display: table-row!important
	}
	.d-print-table-cell {
		display: table-cell!important
	}
	.d-print-flex {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-print-inline-flex {
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}
.flex-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-direction: row!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}
.flex-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-direction: column!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}
.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: row-reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: column-reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.flex-wrap {
	-webkit-flex-wrap: wrap!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}
.flex-nowrap {
	-webkit-flex-wrap: nowrap!important;
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}
.flex-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse!important;
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}
.justify-content-start {
	-webkit-box-pack: start!important;
	-webkit-justify-content: flex-start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-end {
	-webkit-box-pack: end!important;
	-webkit-justify-content: flex-end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-center {
	-webkit-box-pack: center!important;
	-webkit-justify-content: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.justify-content-between {
	-webkit-box-pack: justify!important;
	-webkit-justify-content: space-between!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-around {
	-webkit-justify-content: space-around!important;
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}
.align-items-start {
	-webkit-box-align: start!important;
	-webkit-align-items: flex-start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}
.align-items-end {
	-webkit-box-align: end!important;
	-webkit-align-items: flex-end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}
.align-items-center {
	-webkit-box-align: center!important;
	-webkit-align-items: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}
.align-items-baseline {
	-webkit-box-align: baseline!important;
	-webkit-align-items: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}
.align-items-stretch {
	-webkit-box-align: stretch!important;
	-webkit-align-items: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}
.align-content-start {
	-webkit-align-content: flex-start!important;
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}
.align-content-end {
	-webkit-align-content: flex-end!important;
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}
.align-content-center {
	-webkit-align-content: center!important;
	-ms-flex-line-pack: center!important;
	align-content: center!important
}
.align-content-between {
	-webkit-align-content: space-between!important;
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}
.align-content-around {
	-webkit-align-content: space-around!important;
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}
.align-content-stretch {
	-webkit-align-content: stretch!important;
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}
.align-self-auto {
	-webkit-align-self: auto!important;
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}
.align-self-start {
	-webkit-align-self: flex-start!important;
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}
.align-self-end {
	-webkit-align-self: flex-end!important;
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}
.align-self-center {
	-webkit-align-self: center!important;
	-ms-flex-item-align: center!important;
	align-self: center!important
}
.align-self-baseline {
	-webkit-align-self: baseline!important;
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}
.align-self-stretch {
	-webkit-align-self: stretch!important;
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}
@media (min-width:576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: row!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-sm-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: column!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: row-reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: column-reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
		-webkit-flex-wrap: wrap!important;
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		-webkit-flex-wrap: nowrap!important;
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse!important;
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-sm-start {
		-webkit-box-pack: start!important;
		-webkit-justify-content: flex-start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		-webkit-box-pack: end!important;
		-webkit-justify-content: flex-end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		-webkit-box-pack: center!important;
		-webkit-justify-content: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify!important;
		-webkit-justify-content: space-between!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		-webkit-justify-content: space-around!important;
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-sm-start {
		-webkit-box-align: start!important;
		-webkit-align-items: flex-start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-sm-end {
		-webkit-box-align: end!important;
		-webkit-align-items: flex-end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-sm-center {
		-webkit-box-align: center!important;
		-webkit-align-items: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline!important;
		-webkit-align-items: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch!important;
		-webkit-align-items: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-sm-start {
		-webkit-align-content: flex-start!important;
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-sm-end {
		-webkit-align-content: flex-end!important;
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-sm-center {
		-webkit-align-content: center!important;
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-sm-between {
		-webkit-align-content: space-between!important;
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-sm-around {
		-webkit-align-content: space-around!important;
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		-webkit-align-content: stretch!important;
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-sm-auto {
		-webkit-align-self: auto!important;
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-sm-start {
		-webkit-align-self: flex-start!important;
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-sm-end {
		-webkit-align-self: flex-end!important;
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-sm-center {
		-webkit-align-self: center!important;
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-sm-baseline {
		-webkit-align-self: baseline!important;
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		-webkit-align-self: stretch!important;
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}
@media (min-width:768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: row!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-md-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: column!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: row-reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: column-reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		-webkit-flex-wrap: wrap!important;
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		-webkit-flex-wrap: nowrap!important;
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse!important;
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-md-start {
		-webkit-box-pack: start!important;
		-webkit-justify-content: flex-start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		-webkit-box-pack: end!important;
		-webkit-justify-content: flex-end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		-webkit-box-pack: center!important;
		-webkit-justify-content: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-md-between {
		-webkit-box-pack: justify!important;
		-webkit-justify-content: space-between!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-md-around {
		-webkit-justify-content: space-around!important;
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-md-start {
		-webkit-box-align: start!important;
		-webkit-align-items: flex-start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-md-end {
		-webkit-box-align: end!important;
		-webkit-align-items: flex-end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-md-center {
		-webkit-box-align: center!important;
		-webkit-align-items: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline!important;
		-webkit-align-items: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch!important;
		-webkit-align-items: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-md-start {
		-webkit-align-content: flex-start!important;
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-md-end {
		-webkit-align-content: flex-end!important;
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-md-center {
		-webkit-align-content: center!important;
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-md-between {
		-webkit-align-content: space-between!important;
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-md-around {
		-webkit-align-content: space-around!important;
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-md-stretch {
		-webkit-align-content: stretch!important;
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-md-auto {
		-webkit-align-self: auto!important;
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-md-start {
		-webkit-align-self: flex-start!important;
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-md-end {
		-webkit-align-self: flex-end!important;
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-md-center {
		-webkit-align-self: center!important;
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-md-baseline {
		-webkit-align-self: baseline!important;
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-md-stretch {
		-webkit-align-self: stretch!important;
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}
@media (min-width:992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: row!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-lg-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: column!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: row-reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: column-reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		-webkit-flex-wrap: wrap!important;
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		-webkit-flex-wrap: nowrap!important;
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse!important;
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-lg-start {
		-webkit-box-pack: start!important;
		-webkit-justify-content: flex-start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		-webkit-box-pack: end!important;
		-webkit-justify-content: flex-end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		-webkit-box-pack: center!important;
		-webkit-justify-content: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify!important;
		-webkit-justify-content: space-between!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		-webkit-justify-content: space-around!important;
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-lg-start {
		-webkit-box-align: start!important;
		-webkit-align-items: flex-start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-lg-end {
		-webkit-box-align: end!important;
		-webkit-align-items: flex-end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-lg-center {
		-webkit-box-align: center!important;
		-webkit-align-items: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline!important;
		-webkit-align-items: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch!important;
		-webkit-align-items: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-lg-start {
		-webkit-align-content: flex-start!important;
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-lg-end {
		-webkit-align-content: flex-end!important;
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-lg-center {
		-webkit-align-content: center!important;
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-lg-between {
		-webkit-align-content: space-between!important;
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-lg-around {
		-webkit-align-content: space-around!important;
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		-webkit-align-content: stretch!important;
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-lg-auto {
		-webkit-align-self: auto!important;
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-lg-start {
		-webkit-align-self: flex-start!important;
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-lg-end {
		-webkit-align-self: flex-end!important;
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-lg-center {
		-webkit-align-self: center!important;
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-lg-baseline {
		-webkit-align-self: baseline!important;
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		-webkit-align-self: stretch!important;
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}
@media (min-width:1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: row!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-xl-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: column!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: row-reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: column-reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		-webkit-flex-wrap: wrap!important;
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		-webkit-flex-wrap: nowrap!important;
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse!important;
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-xl-start {
		-webkit-box-pack: start!important;
		-webkit-justify-content: flex-start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		-webkit-box-pack: end!important;
		-webkit-justify-content: flex-end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		-webkit-box-pack: center!important;
		-webkit-justify-content: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify!important;
		-webkit-justify-content: space-between!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		-webkit-justify-content: space-around!important;
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-xl-start {
		-webkit-box-align: start!important;
		-webkit-align-items: flex-start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xl-end {
		-webkit-box-align: end!important;
		-webkit-align-items: flex-end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xl-center {
		-webkit-box-align: center!important;
		-webkit-align-items: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline!important;
		-webkit-align-items: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch!important;
		-webkit-align-items: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xl-start {
		-webkit-align-content: flex-start!important;
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-xl-end {
		-webkit-align-content: flex-end!important;
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-xl-center {
		-webkit-align-content: center!important;
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-xl-between {
		-webkit-align-content: space-between!important;
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-xl-around {
		-webkit-align-content: space-around!important;
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		-webkit-align-content: stretch!important;
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-xl-auto {
		-webkit-align-self: auto!important;
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-xl-start {
		-webkit-align-self: flex-start!important;
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-xl-end {
		-webkit-align-self: flex-end!important;
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-xl-center {
		-webkit-align-self: center!important;
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-xl-baseline {
		-webkit-align-self: baseline!important;
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		-webkit-align-self: stretch!important;
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}
.w-25 {
	width: 25%!important
}
.w-50 {
	width: 50%!important
}
.w-75 {
	width: 75%!important
}
.w-100 {
	width: 100%!important
}
.h-25 {
	height: 25%!important
}
.h-50 {
	height: 50%!important
}
.h-75 {
	height: 75%!important
}
.h-100 {
	height: 100%!important
}
.mw-100 {
	max-width: 100%!important
}
.mh-100 {
	max-height: 100%!important
}
.card {
	position: relative;
	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;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	-webkit-border-radius: .25rem;
	border-radius: .25rem
}
.card>hr {
	margin-right: 0;
	margin-left: 0
}
.card>.list-group:first-child .list-group-item:first-child {
	-webkit-border-top-left-radius: .25rem;
	border-top-left-radius: .25rem;
	-webkit-border-top-right-radius: .25rem;
	border-top-right-radius: .25rem
}
.card>.list-group:last-child .list-group-item:last-child {
	-webkit-border-bottom-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	-webkit-border-bottom-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}
.card-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}
.card-title {
	margin-bottom: .75rem
}
.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}
.card-text:last-child {
	margin-bottom: 0
}
.card-link:hover {
	text-decoration: none
}
.card-link+.card-link {
	margin-left: 1.25rem
}
.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}
.card-header:first-child {
	-webkit-border-radius: -webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px) 0 0;
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}
.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125)
}
.card-footer:last-child {
	-webkit-border-radius: 0 0 -webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px);
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0
}
.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}
.card-img {
	width: 100%;
	-webkit-border-radius: -webkit-calc(.25rem - 1px);
	border-radius: calc(.25rem - 1px)
}
.card-img-top {
	width: 100%;
	-webkit-border-top-left-radius: -webkit-calc(.25rem - 1px);
	border-top-left-radius: calc(.25rem - 1px);
	-webkit-border-top-right-radius: -webkit-calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}
.card-img-bottom {
	width: 100%;
	-webkit-border-bottom-right-radius: -webkit-calc(.25rem - 1px);
	border-bottom-right-radius: calc(.25rem - 1px);
	-webkit-border-bottom-left-radius: -webkit-calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}
.card-deck {
	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
}
.card-deck .card {
	margin-bottom: 15px
}
@media (min-width:576px) {
	.card-deck {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}
	.card-deck .card {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 0%;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
}
.card-group {
	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
}
.card-group>.card {
	margin-bottom: 15px
}
@media (min-width:576px) {
	.card-group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.card-group>.card {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 0%;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}
	.card-group>.card:first-child {
		-webkit-border-top-right-radius: 0;
		border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.card-group>.card:first-child .card-header, .card-group>.card:first-child .card-img-top {
		-webkit-border-top-right-radius: 0;
		border-top-right-radius: 0
	}
	.card-group>.card:first-child .card-footer, .card-group>.card:first-child .card-img-bottom {
		-webkit-border-bottom-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.card-group>.card:last-child {
		-webkit-border-top-left-radius: 0;
		border-top-left-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.card-group>.card:last-child .card-header, .card-group>.card:last-child .card-img-top {
		-webkit-border-top-left-radius: 0;
		border-top-left-radius: 0
	}
	.card-group>.card:last-child .card-footer, .card-group>.card:last-child .card-img-bottom {
		-webkit-border-bottom-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.card-group>.card:only-child {
		-webkit-border-radius: .25rem;
		border-radius: .25rem
	}
	.card-group>.card:only-child .card-header, .card-group>.card:only-child .card-img-top {
		-webkit-border-top-left-radius: .25rem;
		border-top-left-radius: .25rem;
		-webkit-border-top-right-radius: .25rem;
		border-top-right-radius: .25rem
	}
	.card-group>.card:only-child .card-footer, .card-group>.card:only-child .card-img-bottom {
		-webkit-border-bottom-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		-webkit-border-bottom-left-radius: .25rem;
		border-bottom-left-radius: .25rem
	}
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
		-webkit-border-radius: 0;
		border-radius: 0
	}
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
		-webkit-border-radius: 0;
		border-radius: 0
	}
}
.card-columns .card {
	margin-bottom: .75rem
}
@media (min-width:576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem
	}
	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}
.breadcrumb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	-webkit-border-radius: .25rem;
	border-radius: .25rem
}
.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #6c757d;
	content: "/"
}
.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline
}
.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}
.breadcrumb-item.active {
	color: #6c757d
}
.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	-webkit-border-radius: .25rem;
	border-radius: .25rem;
	align-items: center;
}
.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6
}
.page-link:hover {
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}
.page-link:focus {
	z-index: 2;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.page-link:not(:disabled):not(.disabled) {
	cursor: pointer
}
.page-item:first-child .page-link {
	margin-left: 0;
	-webkit-border-top-left-radius: .25rem;
	border-top-left-radius: .25rem;
	-webkit-border-bottom-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}
.page-item:last-child .page-link {
	-webkit-border-top-right-radius: .25rem;
	border-top-right-radius: .25rem;
	-webkit-border-bottom-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}
.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}
.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
	-webkit-border-top-left-radius: .3rem;
	border-top-left-radius: .3rem;
	-webkit-border-bottom-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}
.pagination-lg .page-item:last-child .page-link {
	-webkit-border-top-right-radius: .3rem;
	border-top-right-radius: .3rem;
	-webkit-border-bottom-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}
.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
	-webkit-border-top-left-radius: .2rem;
	border-top-left-radius: .2rem;
	-webkit-border-bottom-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}
.pagination-sm .page-item:last-child .page-link {
	-webkit-border-top-right-radius: .2rem;
	border-top-right-radius: .2rem;
	-webkit-border-bottom-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}
.r-tabs .r-tabs-nav {
	margin: 0;
	padding: 0
}
.r-tabs .r-tabs-tab {
	display: inline-block;
	margin: 0;
	list-style: none
}
.r-tabs .r-tabs-panel {
	padding: 15px;
	display: none
}
.r-tabs .r-tabs-accordion-title {
	display: none
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
	display: block
}
@media only screen and (max-width:768px) {
	.r-tabs .r-tabs-nav {
		display: none
	}
	.r-tabs .r-tabs-accordion-title {
		display: block
	}
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0!important;
	-webkit-backface-visibility: hidden
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}
.mfp-align-top .mfp-container:before {
	display: none
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}
.mfp-ajax-cur {
	cursor: progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
	cursor: auto
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.mfp-loading.mfp-figure {
	display: none
}
.mfp-hide {
	display: none!important
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}
.mfp-preloader a {
	color: #ccc
}
.mfp-preloader a:hover {
	color: #fff
}
.mfp-s-ready .mfp-preloader {
	display: none
}
.mfp-s-error .mfp-content {
	display: none
}
button.mfp-arrow, button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}
button::-moz-focus-inner {
	padding: 0;
	border: 0
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}
.mfp-close:focus, .mfp-close:hover {
	opacity: 1
}
.mfp-close:active {
	top: 1px
}
.mfp-close-btn-in .mfp-close {
	color: #333
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}
.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
	margin-top: -54px
}
.mfp-arrow:focus, .mfp-arrow:hover {
	opacity: 1
}
.mfp-arrow:after, .mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}
.mfp-arrow-left {
	left: 0
}
.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
	right: 0
}
.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}
.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}
.mfp-iframe-holder .mfp-close {
	top: -40px
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}
.mfp-figure {
	line-height: 0
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}
.mfp-figure figure {
	margin: 0
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}
.mfp-image-holder .mfp-content {
	max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}
@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		-ms-transform: scale(.75);
		transform: scale(.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}
::-moz-selection {
	background-color: #4f5893;
	color: #fff
}
::selection {
	background-color: #4f5893;
	color: #fff
}
body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1;
	font-family: lato, sans-serif;
	color: #6d6d7c;
	overflow-x: hidden
}
body input, body textarea {
	border: #666 1px solid;
	outline: 0
}
body input:focus:required:invalid, body textarea:focus:required:invalid {
	border-color: red
}
body input:required:valid, body textarea:required:valid {
	border-color: green
}
body.active::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(79, 88, 147, .8);
	z-index: 90
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
	max-width: 77%;
	    height: auto;
	    margin: 0 auto;
	    display: block;
}
.swiper-slide .img-responsive{
	max-width: 100%;
}
.block-50-50__img .img-responsive{
	max-width: 77%;
}
.img-responsive.img-width {
	width: 100%
}
.text-center {
	text-align: center
}
b, strong {
	font-weight: 700
}
.color-accent {
	color: #4f5893
}
a {
	color: #4f5893
}
a:hover {
	color: #4f5893;
	text-decoration: none
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #1a1a1a;
	font-weight: 800
}
.h1 {
	font-size: 46px;
	line-height: 60px
}
.h2 {
	font-size: 50px;
	line-height: 60px
}
.h3 {
	font-size: 40px;
	font-weight: 800;
	line-height: 60px
}
.h4 {
	font-size: 36px;
	font-weight: 400;
	line-height: 60px
}
.h5 {
	font-size: 32px;
	font-weight: 400;
	line-height: 44px
}
.h6 {
	font-size: 24px;
	font-weight: 400;
	line-height: 36px
}
.button {
	position: relative;
	height: 56px;
	padding: 0 30px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 800;
	font-size: 1rem;
	border: 2px solid #4f5893;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	cursor: pointer;
	outline: 0;
	color: #4f5893;
	background-color: transparent;
	-webkit-transition: color .8s cubic-bezier(.165, .84, .44, 1), border .8s cubic-bezier(.165, .84, .44, 1);
	-o-transition: color .8s cubic-bezier(.165, .84, .44, 1), border .8s cubic-bezier(.165, .84, .44, 1);
	transition: color .8s cubic-bezier(.165, .84, .44, 1), border .8s cubic-bezier(.165, .84, .44, 1);
	z-index: 0
}
.button::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: #4f5893;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) 0s;
	transition: -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) 0s;
	-o-transition: transform .5s cubic-bezier(.165, .84, .44, 1) 0s;
	transition: transform .5s cubic-bezier(.165, .84, .44, 1) 0s;
	transition: transform .5s cubic-bezier(.165, .84, .44, 1) 0s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) 0s;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left
}
.button:hover {
	color: #fff
}
.button:hover::after {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left
}
.button--bg {
	position: relative;
	height: 56px;
	padding: 0 30px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 800;
	font-size: 1rem;
	border: none;
	cursor: pointer;
	outline: 0;
	color: #fff;
	background-color: #4f5893;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.button--bg .arrow {
	stroke: #fff;
	width: 16px;
	height: 10px;
	position: absolute;
	top: 46%;
	right: 30px;
	opacity: 0;
	opacity-transform: translate3d(0, -1px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg);
	opacity-transform-style: preserve-3d
}
.button--bg:hover {
	padding-left: 40px;
	padding-right: 60px;
	color: #fff
}
.button--bg:hover .arrow {
	opacity: 1;
	-webkit-transform: translate3d(0, -1px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg);
	transform: translate3d(0, -1px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg)
}
.mobile-menu__wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(79, 88, 147, .8);
	z-index: 1000;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}
.mobile-menu__wrap .mobile-menu {
	position: absolute;
	width: 32%;
	height: 100%;
	right: 0;
	padding: 59px 20px 20px;
	background-color: #f7f7f9;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}
.mobile-menu__wrap .close-wrapper {
	position: absolute;
	top: 10px;
	right: 0;
	padding: 10px
}
.mobile-menu__wrap .menu-close {
	width: 15px;
	height: 15px;
	stroke: #4f5893;
	stroke-width: 3px
}
.mobile-menu__wrap .phone-tel a {
	line-height: 21px
}
.mobile-menu__wrap .menu-arrow {
	position: absolute;
	top: 22px;
	right: 8px;
	width: 12px;
	height: 6px;
	fill: none;
	stroke: #4f5893;
	stroke-width: 2px;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease
}
.mobile-menu__wrap.active {
	opacity: 1;
	pointer-events: auto
}
.mobile-menu__wrap.active .mobile-menu {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.mobile-menu__ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0
}
.mobile-menu__ul li {
	position: relative;
	display: block;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 800;
	color: #1a1a1a;
	-webkit-transition: color .25s ease;
	-o-transition: color .25s ease;
	transition: color .25s ease
}
.mobile-menu__ul li.active {
	color: #4f5893
}
.mobile-menu__ul li.active>a {
	color: #4f5893
}
.mobile-menu__ul li.active .menu-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.mobile-menu__ul a {
	font-size: 16px;
	font-weight: 800;
	color: #1a1a1a;
	-webkit-transition: color .25s ease;
	-o-transition: color .25s ease;
	transition: color .25s ease
}
.mobile-menu__ul-dropdown {
	display: none;
	margin: 0;
	padding-left: 10px
}
.mobile-menu__ul-dropdown li {
	padding: 12px 0
}
.mobile-menu__ul-dropdown li:first-child {
	padding-top: 20px
}
.mobile-menu__ul-dropdown li:last-child {
	padding-bottom: 0
}
.mobile-menu__ul-dropdown a {
	font-size: 13px;
	font-weight: 400;
	color: #6d6d7c
}
.breadcrumb {
	background-color: transparent;
	padding: 45px 0
}
.breadcrumb .breadcrumb-item a {
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	color: #6d6d7c
}
.breadcrumb .breadcrumb-item.active {
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	color: #6d6d7c;
	opacity: .5
}
.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	content: '\203A';
	padding-right: 4px;
	padding-left: 4px
}
header {
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 0%;
	background-color: #f7f7f9
}
header.white {
	background-color: #fff;
	-webkit-box-shadow: 0 10px 10px rgba(79, 88, 147, .05);
	box-shadow: 0 10px 10px rgba(79, 88, 147, .05)
}
.header-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 75px
}
.logo {
	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: 98px
}
.logo:hover {
	text-decoration: none
}
.i-logo {
	margin-right: 28px
}
.icon-logo {
	width: 164px;
	height: 44px
}
.logo-text {
	color: #6d6d7c;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px
}
.main-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}
.main-nav a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 800;
	color: #1a1a1a;
	-webkit-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in
}
.main-nav a.show-catalog{
	background: url(../img/icon/menu-arrow.svg) no-repeat;
	background-position: 90% 50%;
	padding-right: 29px;
}
.main-nav a.active, .main-nav a:hover {
	color: #4f5893;
	background-color: #f7f7f9;
	-webkit-box-shadow: 0 -6px 10px rgba(79, 88, 147, .2);
	box-shadow: 0 -6px 10px rgba(79, 88, 147, .2)
}
.phone {
	margin-left: auto;
	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
}
.i-phone {
	margin-right: 16px
}
.icon-phone {
	width: 21px;
	height: 21px;
	fill: #4f5893
}
.phone-tel {
	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
}
.phone-tel a {
	color: #1a1a1a;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px
}
.header-dropdown {
	width: 100%;
	background-color: #f7f7f9;
	padding: 40px 70px;
	position: absolute;
	left: 0;
	top: 74px;
	opacity: 0;
	pointer-events: none;
	-webkit-box-shadow: 0 15px 10px rgba(79, 88, 147, .2);
	box-shadow: 0 15px 10px rgba(79, 88, 147, .2);
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0)
}
.header-dropdown.active {
	opacity: 1;
	max-height: 500px;
	overflow-x: scroll;
	pointer-events: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.header-dropdown__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px
}
.header-dropdown__item .arrow {
	width: 12px;
	height: 6px;
	opacity: 0;
	-webkit-transform: translate3d(-5px, 0, 0);
	transform: translate3d(-5px, 0, 0);
	-webkit-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in
}
.header-dropdown__item-img {
	position: relative;
	width: 86px;
	height: 86px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
	background-color: #fff
}
.header-dropdown__item-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}
.header-dropdown__item-content-title {
	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-bottom: 15px
}
.header-dropdown__item-content-title a {
	font-size: 18px;
	font-weight: 800;
	line-height: 26px;
	color: #1a1a1a;
	margin-right: 10px;
	-webkit-transition: color .25s ease-in;
	-o-transition: color .25s ease-in;
	transition: color .25s ease-in
}
.header-dropdown__item-content-title:hover a {
	color: #4f5893
}
.header-dropdown__item-content-title:hover .arrow {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.dropdown-menu__link {
	margin: 0;
	    padding: 0;
	    list-style: none;
	    flex-wrap: wrap;
	    flex-direction: row;
	    justify-content: space-between;
	    display: flex;
	    /* border: 1px solid #696989; */
	    /* height: 200px; */
	    width: 330px;
	    margin: auto;
}
.dropdown-menu__link li {
	padding-bottom: 10px;
	width: 50%;
}
.dropdown-menu__link a {
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	color: #6d6d7c;
	margin-right: 10px
}
.quick-link__content a svg.arrow{
	opacity: 0;
	width: 14px;
	transition: .25s;
}
.quick-link__content a:hover svg{
	opacity: 1;
	transition: .25s;
}
.dropdown-menu__link li:hover a {
	color: #4f5893
}
.dropdown-menu__link li:hover .arrow {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0
}
.list-li {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	padding-left: 36px;
	margin-bottom: 20px
}
.list-li::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4.5px;
	display: block;
	width: 9px;
	height: 9px;
	background-color: #4f5893;
	-webkit-box-shadow: 0 3px 4px rgba(79, 88, 147, .6);
	box-shadow: 0 3px 4px rgba(79, 88, 147, .6);
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.list-li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.hero {
	position: relative
}
.hero .hero-left {
	padding: 75px 0 88px;
	margin-bottom: 65px
}
.hero .h1 {
	margin-bottom: 27px
}
.hero .list {
	margin-bottom: 30px
}
.hero .list-li {
	width: 50%
}
.hero p {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 40px
}
.hero.square-bg:before {
	width: 0%;
	height: -webkit-calc(100vh - 75px);
	height: calc(100vh - 75px);
	top: -75px;
	left: 0
}
.square-bg:before {
	content: '';
	position: absolute;
	background-color: #f7f7f9
}
.hero-right {
	position: absolute;
	-webkit-box-shadow: 0 20px 30px rgba(79, 88, 147, .3);
	box-shadow: 0 20px 30px rgba(79, 88, 147, .3);
	height: 718px;
	overflow: hidden
}
.hero-right img {
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 0;*/
	height: 100%;
	transform: none !important;
}
.hero-right__content {
	position: absolute;
	top: 228px;
	left: 50%;
	width: 210px;
	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;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.hero-right__content .hero-right__content-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 89px;
	height: 89px;
	background-image: -webkit-linear-gradient(48deg, #3c4683 0, #4f5893 100%);
	background-image: -o-linear-gradient(48deg, #3c4683 0, #4f5893 100%);
	background-image: linear-gradient(42deg, #3c4683 0, #4f5893 100%);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 13px 40px rgba(79, 88, 147, .6);
	box-shadow: 0 13px 40px rgba(79, 88, 147, .6);
	margin-bottom: 20px
}
.hero-right__content .icon-play {
	width: 24px;
	height: 27px
}
.hero-right__content .hero-right__content-text {
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
	color: #fff
}
.hero-right__content .hero-right__content-text i {
	font-weight: 800
}
.social-block {
	position: absolute;
	left: 45px;
	bottom: 23px;
	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
}
.social-block a {
	margin-right: 26px
}
.social-block .icon-facebook {
	width: 12px;
	height: 25px;
	fill: #fff
}
.social-block .icon-vk {
	width: 30px;
	height: 18px;
	fill: #fff
}
.social-block .icon-insta {
	width: 22px;
	height: 22px;
	fill: #fff
}
.social-block .icon-youtoobe {
	width: 29px;
	height: 21px;
	fill: #fff
}
.section-sub {
	padding-top: 150px
}
.section-sub .h2 {
	margin-bottom: 30px
}
.section-sub .button {
	width: 220px
}
.subtitle {
	color: #4f5893;
	font-size: 16px;
	font-weight: 800;
	opacity: .3;
	margin-bottom: 26px;
	text-transform: uppercase
}
.description {
	color: #6d6d7c;
	font-size: 21px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 80px
}
.service-item {
	display: block;
	margin-bottom: 65px
}
.service-item:hover {
	text-decoration: none
}
.service-item:hover .service-item__title {
	color: #4f5893
}
.service-item:hover .service-item__img {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0)
}
.service-item__img {
	position: relative;
	padding-top: 32%;
	margin-bottom: 20px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}
.service-item__img img {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	height: auto
}
.service-item__title {
	color: #1a1a1a;
	font-size: 21px;
	font-weight: 800;
	line-height: 28px;
	margin-bottom: 20px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}
.service-item__subtitle {
	font-size: 16px;
	font-weight: 400;
	color: #6d6d7c;
	line-height: 24px
}
.block-50-50 {
	position: relative;
	margin-bottom: 110px
}
.block-50-50 p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 20px
}
.block-50-50 .list {
	margin-bottom: 35px
}
.block-50-50 .list-li {
	width: 100%
}
.block-50-50 .block-50-50__content {
	padding: 60px 0 120px
}
.block-50-50.img-left.square-bg:before {
	top: 103px;
	left: 0;
	width: 759px;
	height: 473px
}
.block-50-50.img-left.square-bg .img-small {
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-box-shadow: 0 15px 20px rgba(79, 88, 147, .25);
	box-shadow: 0 15px 20px rgba(79, 88, 147, .25)
}
.block-50-50.img-right.square-bg:before {
	top: 103px;
	right: 0;
	width: 753px;
	height: 498px
}
.block-50-50.img-right.square-bg .img-small {
	position: absolute;
	bottom: 0;
	left: -80px;
	-webkit-box-shadow: 0 15px 20px rgba(79, 88, 147, .25);
	box-shadow: 0 15px 20px rgba(79, 88, 147, .25)
}
.block-50-50.img-right.square-bg p {
	margin-bottom: 40px
}
.video-link {
	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-bottom: 57px
}
.video-link:hover {
	text-decoration: none
}
.video-link__img {
	width: 114px;
	height: 84px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-background-size: cover;
	background-size: cover;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 24px;
	-webkit-box-shadow: 0 13px 40px rgba(79, 88, 147, .3);
	box-shadow: 0 13px 40px rgba(79, 88, 147, .3)
}
.video-link__img .icon-play {
	width: 22px;
	height: 24px
}
.video-link__title {
	font-size: 16px;
	font-weight: 800;
	line-height: 24px;
	color: #4f5893;
	margin-bottom: 6px
}
.video-link__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #6d6d7c
}
.quick-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 16px
}
.quick-link .arrow {
	width: 18px;
	height: 11px;
	margin-left: 6px
}
.quick-link a:hover .arrow {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px)
}
.quick-link__img {
	font-size: 93px;
	width: 110px;
	height: 110px;
	color: #fff;
	background-color: #f7f7f9;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-shadow: 0 10px 15px rgba(79, 88, 147, .2);
	box-shadow: 0 10px 15px rgba(79, 88, 147, .2);
	text-shadow: 0 10px 15px rgba(79, 88, 147, .2);
	overflow: hidden;
	margin-right: 21px
}
.quick-link__title {
	font-size: 21px;
	font-weight: 800;
	line-height: 28px;
	color: #1a1a1a;
	margin-bottom: 9px
}
.quick-link__content a{

}
.quick-link__title+p {
	line-height: 24px
}
.arrow {
	fill: none;
	stroke: #4f5893;
	stroke-miterlimit: 10;
	stroke-width: 2px;
	-webkit-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in
}
.bold-link {
	font-size: 14px;
	font-weight: 800;
	line-height: 24px;
	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
}
.show-room {
	position: relative;
	background-image: url(../img/bg/show-room-flayers.svg), url(../img/bg/showroom-bg.png);
	-webkit-background-size: 27% 36%, 70% 545px;
	background-size: 27% 36%, 70% 545px;
	background-position: 0 100%, -10% 107%;
	background-repeat: no-repeat
}
.show-room .description {
	margin-bottom: 165px
}
.showroom-slider__wrapper {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	padding: 0 15px
}
.showroom-slider {
	height: 500px;
	-webkit-box-shadow: 0 15px 30px rgba(79, 88, 147, .3);
	box-shadow: 0 15px 30px rgba(79, 88, 147, .3)
}
.showroom-slider .swiper-container {
	height: 100%
}
.showroom-slider img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.swiper-button-next, .swiper-button-prev {
	width: 70px;
	height: 70px;
	background-color: #fff;
	background-image: none;
	top: inherit;
	margin-bottom: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	outline: 0
}
.swiper-button-prev {
	left: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.swiper-button-next {
	left: 69px
}
.arrow {
	width: 26px;
	height: 16px
}
.circle-bg::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -240px;
	width: 802px;
	height: 812px;
	background-image: url(../img/bg/famely-circle.svg)
}
.famely-study {
	position: relative;
	padding: 170px 0 107px
}
.famely-study .h3 {
	margin-bottom: 30px
}
.famely-study p {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 35px
}
.famely-study__subtitle {
	font-size: 21px;
	font-weight: 400;
	line-height: 36px;
	margin-bottom: 25px
}
.famely-study__count-number {
	font-size: 36px;
	font-weight: 800;
	line-height: 30px;
	color: #4f5893;
	margin-bottom: 17px
}
.famely-study__counts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.famely-study__counts .famely-study__count:first-child {
	margin-right: 97px
}
.famely-study__img {
	max-height: 460px
}
.famely-tabs .h5 {
	max-width: 813px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 55px
}
.tabs .list {
	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
}
.tabs .r-tabs-anchor {
	font-size: 18px;
	font-weight: 800;
	line-height: 1
}
.tabs .list-li:not(:last-child) .r-tabs-anchor {
	margin-right: 50px
}
.tabs .r-tabs-state-default {
	opacity: .5
}
.tabs .r-tabs-state-default .r-tabs-anchor {
	border-bottom: 1px dashed #4f5893
}
.tabs .r-tabs-panel {
	padding-top: 50px;
	padding-bottom: 0
}
.number-ul__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.number-ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 40%
}
.number-ul li {
	position: relative;
	min-height: 80px;
	padding-bottom: 30px;
	padding-left: 65px;
	font-size: 16px;
	font-weight: 400
}
.number-ul li:last-child {
	padding-bottom: 0;
	min-height: 35px
}
.number-ul .number-ul__number {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	font-weight: 800;
	color: #4f5893;
	opacity: .5
}
.tabs .list__tab {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border-bottom: 1px solid #cacdde;
	margin: 20px 7em 10px
}
.tabs .list__tab .r-tabs-anchor {
	border-bottom: none;
	font-size: 18px;
	padding: 0 20px;
	line-height: 36px;
	color: #1a1a1a;
	-webkit-transition: color .25s ease;
	-o-transition: color .25s ease;
	transition: color .25s ease
}
.tabs .list__tab .r-tabs-anchor:hover {
	color: #4f5893
}
.tabs .list__tab .r-tabs-state-active {
	border-bottom: 2px solid #4f5893
}
.tabs .list__tab .r-tabs-state-active .r-tabs-anchor {
	border-bottom: none;
	color: #4f5893
}
.tabs .list__tab .r-tabs-state-default {
	opacity: 1
}
.tabs .r-tabs-panel.blog-tab {
	padding-left: 0;
	padding-right: 0
}
.tabs .list__tab.serwices--tabs {
	margin: 20px 28em 10px
}
.tabs .r-tabs-panel.services-tab {
	margin: 0 -15px
}
.all-job {
	position: relative
}
.all-job .h2 {
	margin-bottom: 65px
}
.all-job .button {
	width: 240px;
	margin-top: 68px;
	z-index: 1
}
.all-job.square-bg::before {
	right: 0;
	bottom: 25px;
	height: 533px;
	width: 1085px
}
.all-job__slider {
	position: relative;
	background-color: #fff;
	min-height: 533px;
	height: 100%;
	margin: 0 70px;
	-webkit-box-shadow: 0 10px 30px rgba(79, 88, 147, .2);
	box-shadow: 0 10px 30px rgba(79, 88, 147, .2)
}
.all-job__slider .swiper-button-next, .all-job__slider .swiper-button-prev {
	top: 50%
}
.all-job__slider .swiper-button-next {
	left: inherit;
	right: -29px;
	-webkit-box-shadow: 0 10px 30px rgba(79, 88, 147, .2);
	box-shadow: 0 10px 30px rgba(79, 88, 147, .2)
}
.all-job__slider .swiper-button-prev {
	left: -29px;
	-webkit-box-shadow: 0 -10px 30px rgba(79, 88, 147, .2);
	box-shadow: 0 -10px 30px rgba(79, 88, 147, .2)
}
.all-job__slider>.swiper-container {
	overflow: visible;
	height: 100%
}
.all-job__slider-slide {
	padding: 60px 65px 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.all-job__slider-content {
	padding-left: 33px
}
.all-job__slider-content p {
	line-height: 26px;
	margin-bottom: 40px
}
.all-job__slider-content .hero-right__content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: static;
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.all-job__slider-content .hero-right__content .hero-right__content-icon {
	width: 49px;
	height: 49px;
	margin-bottom: 0;
	margin-right: 20px
}
.all-job__slider-content .hero-right__content .icon-play {
	width: 13px
}
.all-job__slider-content .hero-right__content-text {
	color: #6d6d7c
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: auto
}
.slider-in-slider {
	width: 494px;
	overflow: visible;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.slider-in-slider .swiper-button-next, .slider-in-slider .swiper-button-prev {
	top: 50%;
	width: 40px;
	height: 40px;
	background-color: transparent;
	opacity: .5;
	-webkit-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in
}
.slider-in-slider .swiper-button-next {
	right: 0;
	left: inherit
}
.slider-in-slider .arrow {
	stroke: #fff;
	width: 20px;
	height: 12px;
	-webkit-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in
}
.slider-in-slider:hover .swiper-button-next, .slider-in-slider:hover .swiper-button-prev {
	background-color: #fff;
	opacity: 1
}
.slider-in-slider:hover .swiper-button-next .arrow, .slider-in-slider:hover .swiper-button-prev .arrow {
	stroke: #4f5893
}
.slider-in-slider:hover .swiper-button-prev {
	left: -20px;
	-webkit-box-shadow: 0 -10px 15px rgba(79, 88, 147, .2);
	box-shadow: 0 -10px 15px rgba(79, 88, 147, .2)
}
.slider-in-slider:hover .swiper-button-next {
	right: -20px;
	-webkit-box-shadow: 0 10px 15px rgba(79, 88, 147, .2);
	box-shadow: 0 10px 15px rgba(79, 88, 147, .2)
}
.slider-in-slider__base {
	height: 329px;
	width: 100%;
	margin-bottom: 20px;
	overflow: visible
}
.slider-in-slider__base .swiper-container {
	height: 100%
}
.slider-in-slider__base .swiper-slide {
	width: 494px;
	height: 329px
}
.slider-in-slider__thambs {
	height: 53px;
	overflow: visible;
	overflow-y: hidden;
}
.slider-in-slider__thambs .swiper-slide {
	width: 80px;
	height: 53px;
	opacity: 1;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	pointer-events: auto!important
}
.slider-in-slider__thambs .swiper-slide img {
	/*position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	max-width: 100%;
	max-height: 100%*/
}
.slider-in-slider__thambs .swiper-slide img {
	/*max-height: 100%;*/
	max-width: 70px;
}
.all-job__slider-slide .swiper-slide img{
	max-height: 330px;
	width: auto;
}
.all-job__slider .slider-in-slider__thambs .swiper-pagination{
	display: block;
}
.index .form {
	padding-bottom: 0
}
.form {
	padding-bottom: 60px
}
.form .h3 {
	margin-top: 60px;
	margin-bottom: 30px
}
.form p {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 35px
}
.form-main {
	position: relative;
	padding: 10px 42px 20px;
	max-width: 469px;
	width: 100%;
	min-height: 458px;
	background-repeat: no-repeat;
	background-position: right bottom;
	-webkit-box-shadow: 0 10px 90px rgba(79, 88, 147, .2);
	box-shadow: 0 10px 90px rgba(79, 88, 147, .2)
}
.form-main .button--bg {
	width: 100%;
	font-size: 18px;
	height: 60px;
	margin-top: 30px;
}
.form-main .h4 {
	font-weight: 800;
	text-align: center
}
.form-main p.form-text {
	font-size: 16px;
	line-height: 24px;
	text-align: center
}
.form-main .button--bg, .form-main .input-wrap__file {
	position: relative;
	z-index: 1
}
.form-main .button--bg:hover {
	padding-left: 20px;
	padding-right: 40px;
	/*background-image: url(../img/bg/form_top.svg);*/
}
.white-popup .form-main .button--bg:hover {
	background-image: none;
}
.form-main .button--bg:hover .arrow {
	-webkit-transform: translate3d(10px, -1px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg);
	transform: translate3d(10px, -1px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg)
}
.form-main::before {
	content: '';
	position: absolute;
	top: -21px;
	left: 0;
	width: 100%;
	height: 22px;
	background-image: url(../img/bg/form_top.svg)
}
.form-main::after {
	content: '';
	position: absolute;
	bottom: -23px;
	left: 0;
	width: 100%;
	height: 290px;
	background-image: url(../img/bg/form_bottom.svg);
	background-repeat: no-repeat
}
.input-wrap {
	position: relative;
	height: 35px;
	margin-top: 40px;
	z-index: 1
}
.input-wrap label {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 8px;
	color: #6d6d7c;
	font-size: 18px;
	font-weight: 400;
	pointer-events: none;
	-webkit-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in
}
.input-wrap input {
	width: 100%;
	height: 100%;
	border: none;
	border-bottom: 1px solid #b2b2b2;
	background: 0 0
}
.input-wrap input::-webkit-input-placeholder {
	color: #fff;
	-webkit-transition: opacity .25s ease-in;
	-o-transition: opacity .25s ease-in;
	transition: opacity .25s ease-in
}
.input-wrap input::-moz-placeholder {
	color: #fff;
	-webkit-transition: opacity .25s ease-in;
	-o-transition: opacity .25s ease-in;
	transition: opacity .25s ease-in
}
.input-wrap input:-ms-input-placeholder {
	color: #fff;
	-webkit-transition: opacity .25s ease-in;
	-o-transition: opacity .25s ease-in;
	transition: opacity .25s ease-in
}
.input-wrap input::-ms-input-placeholder {
	color: #fff;
	-webkit-transition: opacity .25s ease-in;
	-o-transition: opacity .25s ease-in;
	transition: opacity .25s ease-in
}
.input-wrap input::placeholder {
	color: #fff;
	-webkit-transition: opacity .25s ease-in;
	-o-transition: opacity .25s ease-in;
	transition: opacity .25s ease-in
}
.input-wrap input.active::-webkit-input-placeholder {
	color: #e1e1e1
}
.input-wrap input.active::-moz-placeholder {
	color: #e1e1e1
}
.input-wrap input.active:-ms-input-placeholder {
	color: #e1e1e1
}
.input-wrap input.active::-ms-input-placeholder {
	color: #e1e1e1
}
.input-wrap input.active::placeholder {
	color: #e1e1e1
}
.input-wrap input.active+label {
	font-size: 13px;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0)
}
.textarea-wrap {
	margin-bottom: 50px
}
.textarea-wrap textarea {
	width: 100%;
	height: 100%;
	border: none;
	border-bottom: 1px solid #b2b2b2;
	padding-top: 10px;
	resize: none
}
.textarea-wrap textarea.active+label {
	font-size: 13px;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0)
}
.input-wrap__file {
	padding: 37px 0 58px
}
.input-wrap__file input {
	display: none
}
.input-wrap__file label {
	cursor: pointer;
	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;
	color: #4f5893;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0
}
.clip {
	width: 23px;
	height: 23px;
	margin-right: 15px
}
.blog .h2 {
	margin-bottom: 73px
}
.blog .button {
	margin-top: 80px
}
.blog-tab__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -30px
}
.blog-tab__wrapper .card1 {
	margin-right: 30px
}
.services-tab .block-50-50.img-left.square-bg::before {
	top: 71px;
	left: -32%;
	width: 68%;
	height: 405px
}
.services-tab .block-50-50.img-right.square-bg::before {
	top: 71px;
	right: -32%;
	width: 68%;
	height: 405px
}
.block-50-50:last-of-type {
	margin-bottom: 50px
}
.card1 {
	display: block;
	max-width: 368px;
	width: 100%;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 15px 45px rgba(79, 88, 147, .15);
	box-shadow: 0 15px 45px rgba(79, 88, 147, .15);
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}
.card1 .card1-content {
	padding: 25px 27px 29px
}
.card1 .card1-content p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #6d6d7c
}
.card1-img {
	height: 225px
}
.card1-img img {
	max-height: 100%;
	width: 100%
}
.card1-content__title {
	font-size: 16px;
	font-weight: 800;
	line-height: 24px;
	color: #1a1a1a;
	margin-bottom: 15px
}
.card1-content__row {
	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
}
.card1-content__tip {
	font-size: 10px;
	font-weight: 800;
	line-height: 24px;
	color: #fff;
	background-color: #4f5893;
	padding: 0 12px
}
.card1-content__data {
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	color: #6d6d7c;
	opacity: .5
}
.insta-ul {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.insta-ul li {
	margin-bottom: 30px;
	width: 270px;
	height: 270px
}
.insta-ul li img {
	width: 100%;
	height: 100%
}
.insta-ul li:nth-child(4n) {
	margin-right: 0
}
.insta-ul a {
	display: block;
	height: 100%;
	-webkit-transition: -webkit-transform .25s ease-out;
	transition: -webkit-transform .25s ease-out;
	-o-transition: transform .25s ease-out;
	transition: transform .25s ease-out;
	transition: transform .25s ease-out, -webkit-transform .25s ease-out
}
.insta-ul li:last-child a:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px)
}
main {
	position: relative;
	padding-top: 75px
}
.catalog .h2 {
	margin-bottom: 25px
}
.catalog .catalog-card__img img {
	width: 100%;
	height: 100%
}
.subtitle-block {
	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
}
.subtitle-block p {
	font-size: 18px;
	line-height: 27px;
	-webkit-flex-basis: 910px;
	-ms-flex-preferred-size: 910px;
	flex-basis: 910px
}
.subtitle-block .subtitle-block__img {
	margin-left: 176px
}
.subtitle-ul {
	padding-top: 40px;
	padding-bottom: 50px
}
.subtitle-ul .list {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.catalog-cards {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.catalog-card {
	display: block;
	max-width: 370px;
	width: 100%;
	color: #1a1a1a;
	font-weight: 800;
	line-height: 24px;
	margin-bottom: 42px;
	margin-right: 30px;
	-webkit-box-shadow: 0 15px 30px rgba(79, 88, 147, .1);
	box-shadow: 0 15px 30px rgba(79, 88, 147, .1);
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}
.catalog-card:nth-child(3n) {
	margin-right: 0
}
.catalog-card:hover {
	color: #4f5893;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0)
}
.catalog-card__img {
	width: 100%;
	height: 234px;
	position: relative
}
.catalog-card__img img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}
.catalog-card__content {
	background-color: #fff;
	padding: 25px 27px 29px
}
.catalog-card__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 25px
}
.catalog-card__brand {
	height: 24px
}
.catalog-card__brand img {
	max-height: 100%
}
.subcatalog-cards {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -30px;
	margin-top: 80px
}
.subcatalog-card {
	display: block;
	max-width: 271px;
	width: 100%;
	color: #1a1a1a;
	font-weight: 800;
	line-height: 24px;
	margin-bottom: 42px;
	margin-right: 29px;
	-webkit-box-shadow: 0 15px 25px rgba(79, 88, 147, .1);
	box-shadow: 0 15px 25px rgba(79, 88, 147, .1);
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}
.subcatalog-card:hover {
	color: #4f5893;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0)
}
.subcatalog-card.complect {
	-webkit-box-shadow: none;
	box-shadow: none;
	pointer-events: none
}
.subcatalog-card.complect:hover {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.subcatalog-card__img {
	width: 100%;
	height: 178px;
	overflow: hidden;
}
.subcatalog-card__img img {
	width: 100%;
	margin: 0 auto
}
.subcatalog-card__content {
	background-color: #fff;
	padding: 25px 27px 29px
}
.subcatalog-card__subtitle {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #6d6d7c;
	margin-top: 10px
}
main {
	position: relative
}
main.square-bg::before {
	content: '';
	height: 892px;
	width: 55%
}
.product {
	margin-bottom: 100px
}
.product .h2 {
	margin-bottom: 50px
}
.product p {
	line-height: 24px
}
.product .slider-in-slider {
	width: 100%
}
.product .slider-in-slider__base {
	width: 468px;
	height: 468px
}
.product .slider-in-slider__base .swiper-slide {
	width: 100%;
	height: 468px;
	background-color: #fff
}
.product .slider-in-slider__base .swiper-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}
.product .slider-in-slider__thambs {
	height: 99px
}
.product .slider-in-slider__thambs .swiper-slide {
	width: 99px;
	height: 99px
}
.product .product-description {
	padding-right: 50px;
	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: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}
.product .product-description p {
	margin-bottom: 34px
}
.product .product-description .product-row__ul {
	margin-bottom: 30px
}
.product .product-description .list {
	margin-top: 50px;
	width: 67%
}
.product .product-description__title {
	font-size: 16px;
	font-weight: 800;
	line-height: 24px;
	color: #1a1a1a;
	margin-bottom: 13px
}
.product .size-ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 45px
}
.product .size-ul li {
	line-height: 24px
}
.product-coocies {
	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
}
.product-coocies .product-coocie {
	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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 25px
}
.product-coocies .product-coocie__icon {
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 10px 15px rgba(79, 88, 147, .15);
	box-shadow: 0 10px 15px rgba(79, 88, 147, .15);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 6px;
	background-color: #fff
}
.product-coocies .product-coocie__text {
	font-size: 11px;
	font-weight: 400;
	line-height: 14px
}
.product-row {
	padding: 70px 0
}
.product-row:not(:last-child) {
	border-bottom: 1px solid #e6e6e6
}
.product-row .h6 {
	font-weight: 800;
	line-height: 1
}
.product-row p {
	line-height: 24px;
	padding-right: 7em
}
.product-row .subcatalog-cards {
	margin-top: 0
}
.product-row__title {
	font-size: 16px;
	font-weight: 800;
	line-height: 24px;
	color: #6d6d7c;
	margin-bottom: 6px
}
.product-row__list {
	margin-bottom: 30px
}
.product-row__ul {
	max-width: 410px;
	width: 100%;
	padding: 0;
	padding-right: 60px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.product-row__ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.product-row__ul li span:first-child {
	width: 50%
}
.product-row__ul li span:last-child {
	color: #1a1a1a
}
.complementary-services {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.complementary-services li {
	width: 49%;
	line-height: 24px;
	margin-bottom: 15px
}
.complementary-services a {
	border-bottom: 1px solid #4f5893
}
.complementary-services a:hover {
	border-bottom: none
}
.product-video {
	max-width: 569px;
	width: 100%
}
.video {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	background-color: #000
}
.video__media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none
}
.video__button {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: none;
	padding: 0;
	width: 68px;
	height: 48px;
	border: none;
	background-color: transparent;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer
}
.video__button-shape {
	fill: #212121;
	fill-opacity: .8
}
.video__button-icon {
	fill: #fff
}
.video__button:focus {
	outline: 0
}
.video:hover .video__button-shape, .video__button:focus .video__button-shape {
	fill: red;
	fill-opacity: 1
}
.video--enabled {
	cursor: pointer
}
.video--enabled .video__button {
	display: block
}
.small-cards {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.small-card {
	padding: 0 25px 25px;
	max-width: 217px;
	width: 100%;
	min-height: 256px;
	background-color: #fff;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}
.small-card:hover {
	-webkit-box-shadow: 0 15px 25px rgba(79, 88, 147, .1);
	box-shadow: 0 15px 25px rgba(79, 88, 147, .1);
	z-index: 1
}
.small-card:hover .small-card__text p:first-child {
	color: #4f5893
}
.small-card__img {
	position: relative;
	width: 175px;
	height: 135px;
	margin-bottom: 15px;
	overflow: hidden;
}
.small-card__img img {
	position: absolute;
	top: 50%;
	left: 50%;
	/*max-width: 100%;*/
	/*max-height: 100%;*/
	width: 100%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}
.small-card__text p {
	padding-right: 0;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 22px;
	color: #6d6d7c;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}
.small-card__text p:first-child {
	font-weight: 800
}
.transition-on-series {
	width: 105px;
	height: 116px;
	background-color: #fff;
	position: fixed;
	top: 50%;
	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-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	color: #6d6d7c;
	opacity: .6;
	z-index: 6;
	-webkit-box-shadow: 0 10px 30px rgba(130, 130, 130, .4);
	box-shadow: 0 10px 30px rgba(130, 130, 130, .4);
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}
.transition-on-prev-series {
	left: -15px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.transition-on-prev-series .on-series__content {
	padding-right: 10px
}
.transition-on-prev-series .on-series__arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.transition-on-next-series {
	right: -15px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.transition-on-next-series .on-series__content {
	padding-left: 10px
}
.on-series__content {
	width: 60px;
	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
}
.on-series__arrow {
	position: relative;
	width: 9px;
	height: 15px;
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/icon/on-series-arrow.svg);
	-webkit-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in
}
.on-series__content__title {
	font-size: 10px
}
.on-series__content__img {
	margin-bottom: 6px
}
.on-series__content__img img {
	width: 60px;
	height: 60px
}
.transition-on-series:hover {
	opacity: 1;
	color: #4f5893;
	text-decoration: none
}
.transition-on-series:hover .on-series__arrow {
	opacity: 1
}
.transition-on-next-series:hover {
	right: 0
}
.transition-on-prev-series:hover {
	left: 0
}
.main-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 58px
}
.main-pagination .page-link {
	border: none;
	font-size: 14px;
	line-height: 24px;
	padding: .62rem 1.1rem;
	color: #1a1a1a
}
.main-pagination .page-item.active .page-link {
	background-color: #4f5893
}
.main-pagination .page-link:not(.pag-arrow):hover {
	background-color: #4f5893;
	color: #fff
}
.main-pagination .page-link.pag-arrow {
	background-color: transparent
}
.main-pagination .page-item.disabled .page-link {
	opacity: .5
}
.main-pagination .page-item:not(:last-child) {
	margin-right: 5px
}
.main-pagination .pag-arrow {
	width: 44px;
	height: 44px;
	background-image: url(../img/icon/pag-arrow.svg);
	background-position: center;
	-webkit-background-size: 23% 23%;
	background-size: 23%;
	background-repeat: no-repeat
}
.main-pagination .pag-arrow-prev {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.big-cards {
	margin-top: 60px
}
.big-cards .h5 {
	margin-bottom: 20px
}
.big-cards p {
	line-height: 24px;
	margin-bottom: 40px
}
.big-cards .list {
	margin-bottom: 40px
}
.big-card {
	margin-bottom: 100px
}
.big-card__img {
	position: absolute;
	top: -40px;
	width: 700px;
	height: 474px;
	z-index: 1
}
.big-card__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.big-card__content {
	padding: 48px 50px 40px 164px;
	/*height: 100%;*/
	min-height: 480px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 40px rgba(79, 88, 147, .15);
	box-shadow: 0 10px 40px rgba(79, 88, 147, .15)
}
.slider-cards {
	padding-top: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -30px
}
.slider-card {
	position: relative;
	max-width: 568px;
	width: 100%;
	min-height: 624px;
	margin-right: 30px;
	margin-bottom: 30px;
	padding: 43px 41px;
	background-color: #fff;
	overflow: hidden;
	-webkit-box-shadow: 0 10px 30px rgba(79, 88, 147, .1);
	box-shadow: 0 10px 30px rgba(79, 88, 147, .1)
}
.slider-card .swiper-container {
	max-width: 486px;
	width: 100%;
	height: 324px;
	overflow: visible;
	margin-bottom: 29px
}
.slider-card .swiper-slide img {
	height: 100%;
	/*width: 100%*/
	width: auto;
}
.slider-card .swiper-button-next, .slider-card .swiper-button-prev {
	top: 50%;
	width: 40px;
	height: 40px;
	background-color: transparent;
	opacity: .5;
	-webkit-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in
}
.slider-card .swiper-button-next {
	right: 0;
	left: inherit
}
.slider-card .arrow {
	stroke: #fff;
	width: 20px;
	height: 12px;
	-webkit-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in
}
.slider-card .zoom {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 26px;
	height: 26px;
	fill: none;
	stroke: #fff;
	opacity: 0;
	-webkit-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease
}
.slider-card:hover .swiper-button-next, .slider-card:hover .swiper-button-prev {
	background-color: #fff;
	opacity: 1
}
.slider-card:hover .swiper-button-next .arrow, .slider-card:hover .swiper-button-prev .arrow {
	stroke: #4f5893
}
.slider-card:hover .swiper-button-prev {
	left: -20px;
	-webkit-box-shadow: 0 -10px 15px rgba(79, 88, 147, .2);
	box-shadow: 0 -10px 15px rgba(79, 88, 147, .2)
}
.slider-card:hover .swiper-button-next {
	right: -20px;
	-webkit-box-shadow: 0 10px 15px rgba(79, 88, 147, .2);
	box-shadow: 0 10px 15px rgba(79, 88, 147, .2)
}
.slider-card:hover .zoom {
	opacity: 1
}
.slider-card__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.slider-card__content .hero-right__content {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	width: 100%
}
.slider-card__content .hero-right__content .hero-right__content-icon {
	width: 49px;
	height: 49px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 4px
}
.slider-card__content .hero-right__content .hero-right__content-icon span {
	color: #fff;
	font-size: 30px
}
.slider-card__content .hero-right__content .hero-right__content-text {
	color: #6d6d7c;
	font-size: 11px;
	line-height: 14px;
	text-align: center
}
.slider-card__content .hero-right__content .icon-play {
	width: 14px;
	height: 15px
}
.slider-card__content .hero-right__content .icon-dots {
	width: 24px;
	height: 4px;
	fill: #fff
}
.slider-card__content .hero-right__content:first-child {
	margin-bottom: 17px
}
.slider-card__content-title {
	font-size: 21px;
	line-height: 28px;
	color: #1a1a1a;
	padding-right: 100px;
	margin-bottom: 20px
}
.slider-card__content-title~p {
	font-size: 14px;
	line-height: 24px;
	padding-right: 6em
}
.read-all__content-wrapper {
	position: relative;
	height: 100%;
	overflow-y: auto
}
.read-all__block {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 90%;
	background-color: #fff;
	padding: 30px 41px;
	z-index: 1;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in
}
.read-all__block .hero-right__content {
	position: absolute;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	top: 30px;
	right: 50px;
	left: initial;
	width: 50px
}
.read-all__block .hero-right__content-icon {
	width: 49px;
	height: 49px
}
.hero-right__content-icon.close:hover .icon-close {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.read-all__block.active {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.icon-close {
	width: 16px;
	height: 16px;
	stroke: #fff;
	-webkit-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in
}
.white-popup {
	position: relative;
	background: #fff;
	width: 100%;
	max-width: 469px;
	margin: 0 auto;
	-webkit-transition: 1s all;
	-o-transition: 1s all;
	transition: 1s all
}
.white-popup .form-main {
	padding: 30px 42px 50px
}
.mfp-bg {
	background-color: #4f5893;
	opacity: .8
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0
}
.map {
	position: relative;
	width: 100%;
	height: 500px
}
.map::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: #fff;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, #fff 100%);
	z-index: 1
}
.ymaps-2-1-72-zoom {
	background: #fff;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	overflow: hidden
}
.ymaps-2-1-72-float-button {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	-webkit-border-radius: 100%!important;
	border-radius: 100%!important
}
.contact-block {
	background-color: #fff;
	padding: 69px;
	-webkit-box-shadow: 0 10px 40px rgba(79, 88, 147, .15);
	box-shadow: 0 10px 40px rgba(79, 88, 147, .15);
	margin-top: -105px
}
.contact-block p {
	line-height: 24px;
	margin-bottom: 0
}
.contact-block a {
	color: #6d6d7c;
	line-height: 24px;
	display: block
}
.contact-block .social-block {
	position: static;
	margin-top: 16px
}
.contact-block .social-block .icon-facebook, .contact-block .social-block .icon-insta, .contact-block .social-block .icon-vk, .contact-block .social-block .icon-youtoobe {
	fill: #4f5893
}
.contact-block__row {
	margin-bottom: 34px
}
.contact-block__title {
	font-size: 14px;
	font-weight: 800;
	line-height: 21px;
	color: #1a1a1a;
	margin-bottom: 4px
}
.mb-0 {
	margin-bottom: 0
}
.article .mb20 {
	margin-bottom: 45px
}
.article .h5 {
	margin-top: 55px;
	margin-bottom: 35px
}
.article p {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px
}
.article-wrapper p {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px
}
.article-wrapper img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.article .article-data {
	margin-bottom: 58px
}
.article .article-img {
	margin-bottom: 70px
}
.article a {
	font-size: 14px;
	font-weight: 800;
	line-height: 24px;
	color: #4f5893
}
.article .button {
	margin-top: 70px
}
a.br-bot {
	border-bottom: 1px solid #4f5893
}
a.br-bot:hover {
	border-bottom: none
}
.article-wrapper {
	margin-bottom: 115px
}
.share-wrapper {
	margin-top: 40px
}
.share-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 44px;
	color: #1a1a1a
}
.inner-block__title {
	font-size: 28px;
	font-weight: 800;
	line-height: 28px;
	color: #1a1a1a;
	margin-bottom: 60px
}
.article-data {
	font-size: 14px
}
.article-subtitle {
	font-size: 18px;
	font-weight: 800;
	line-height: 28px;
	color: #1a1a1a;
	margin-bottom: 15px
}
.article-ul {
	padding-left: 0;
	list-style: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px
}
.read-all__content .article-ul {
	font-size: 15px;
}
.article-ul li {
	position: relative;
	padding-left: 20px
}
.article-ul li::before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #4f5893;
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.sticky-block {
	position: -webkit-sticky;
	position: sticky;
	top: 120px
}
.article-sticky-block {
	background-color: #fff;
	background-image: url(../img/bg/form-bg.png);
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-position-x: right;
	-webkit-background-size: 65% 65%;
	background-size: 65%;
	max-width: 270px;
	padding: 30px 25px;
	-webkit-box-shadow: 0 10px 30px rgba(79, 88, 147, .2);
	box-shadow: 0 10px 30px rgba(79, 88, 147, .2)
}
.article-sticky-block .button--bg {
	margin-top: 15px;
	margin-bottom: 20px;
	width: 100%;
	color: #fff !important;
	display: flex;
}
.article-wrapper ul.ya-share2__list li:before {
    display: none;
}
.article-sticky-block p {
	font-size: 12px;
	line-height: 18px
}
.article-sticky-block a {
	display: block;
	font-size: 13px;
	font-weight: 800;
	line-height: 24px;
	color: #6d6d7c!important
}
.article-sticky__title {
	font-size: 21px;
	font-weight: 800;
	line-height: 30px;
	text-align: center;
	color: #1a1a1a;
	margin-bottom: 15px
}
.footer {
	padding: 70px 0 34px;
	margin-top: 122px;
	background-color: #f7f7f9
}
.footr-logo {
	width: 159px;
	height: 131px;
	fill: #4f5893
}
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 40px
}
.footer-nav li {
	width: 33%;
	margin-bottom: 25px
}
.footer-nav a {
	color: #6d6d7c;
	font-size: 16px;
	font-weight: 800;
	-webkit-transition: color .25s ease;
	-o-transition: color .25s ease;
	transition: color .25s ease
}
.footer-nav a:hover {
	color: #4f5893
}
.footer-description {
	font-size: 14px;
	line-height: 21px
}
.footer-description p:last-child {
	font-size: 12px
}
.footer-contact {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.footer-contact .phone-tel {
	margin-bottom: 7px
}
.footer-contact .phone-tel a {
	font-size: 18px;
	font-weight: 800;
	color: #1a1a1a
}
.footer-contact .footer-mail {
	margin-bottom: 33px
}
.footer-contact .footer-mail a {
	color: #6d6d7c;
	font-size: 16px;
	font-weight: 400
}
.footer-contact .social-block {
	position: static
}
.footer-contact .social-block a:last-child {
	margin-right: 0
}
.footer-contact .social-block .icon-facebook, .footer-contact .social-block .icon-insta, .footer-contact .social-block .icon-vk, .footer-contact .social-block .icon-youtoobe {
	fill: #4f5893
}
.footer__copyright {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: initial;
	margin-top: 64px
}
.footer__copyright svg {
	margin-right: 8px;
	margin-left: 10px
}
.footer__copyright .nambawan {
	fill: #2962ff
	-webkit-transition: fill .25s ease;
	-o-transition: fill .25s ease;
	transition: fill .25s ease
}
.footer__copyright .develop {
	font-size: 12px;
	margin-bottom: 0;
	color: #6d6d7c;
	-webkit-transition: color .25s ease;
	-o-transition: color .25s ease;
	transition: color .25s ease
}
.footer__copyright .namba {
	color: #2962ff;
	font-size: 14px;
	font-weight: 800;
	-webkit-transition: color .25s ease;
	-o-transition: color .25s ease;
	transition: color .25s ease
}
.footer__copyright .nambawan{
	fill: #2962ff
}
.footer__copyright:hover .nambawan {
	fill: #2962ff
}
.footer__copyright:hover .develop {
	/*color: #2962ff*/
}
.footer__copyright:hover .namba {
	color: #4f5893
}
a.services-card {
	display: block;
	max-width: 530px;
	border: 1px solid #f2f2f7;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}
a.services-card .block-50-50__content {
	padding-left: 20px;
	padding-right: 20px
}
a.services-card .block-50-50__img {
	height: 330px;
	overflow: hidden
}
a.services-card .block-50-50__content {
	-webkit-transition: padding .25s ease;
	-o-transition: padding .25s ease;
	transition: padding .25s ease;
	padding-top: 25px;
	padding-bottom: 60px
}
a.services-card .h4 {
	font-size: 30px;
	line-height: 38px
}
a.services-card p {
	font-size: 16px;
	line-height: 24px;
	color: #6d6d7c;
	margin-bottom: 0
}
a.services-card:hover {
	-webkit-box-shadow: 0 10px 30px rgba(79, 88, 147, .2);
	box-shadow: 0 10px 30px rgba(79, 88, 147, .2);
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px)
}
a.services-card:hover .h4 {
	color: #4f5893
}
.about .famely-study {
	padding-top: 39px;
	padding-bottom: 127px
}
.about .famely-study .h3 {
	font-size: 50px;
	position: relative;
	z-index: 1
}
.about .famely-study .famely-study__img {
	width: 743px;
	height: 585px;
	position: absolute;
	right: -18%;
	top: -50px
}
.about .famely-study .famely-study__img img {
	position: relative
}
.about .famely-study .famely-study__img::before {
	content: '';
	position: absolute;
	top: 70px;
	right: 75px;
	width: 580px;
	height: 620px;
	background-image: url(../img/about/purple_circle.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.circle-bg.famely-study .famely-study__img .img-responsive{
	max-width: 100%;
	width: 100%;
	    height: 100%;
}
.famely-study .famely-study__img .img-responsive{
	max-width: 77%;
}
.famely-study
.about .famely-study .famely-study__subtitle {
	position: relative;
	z-index: 1;
	padding-right: 30px;
	margin-bottom: 90px
}
.grey-bg {
	background-color: #f7f7f9
}
.about-grid {
	padding-top: 100px
}
.about-grid .about-grid__title {
	font-size: 26px;
	font-weight: 400;
	line-height: 44px;
	color: #1a1a1a;
	margin-bottom: 70px
}
.grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-areas: "img1 text1" "img1 img3" "img1 img3" "img2 img3" "img2 text2" "img2 text2";
	grid-gap: 70px
}
.grid-container .img1 {
	overflow: hidden;
	grid-area: img1
}
.grid-container .text1 {
	grid-area: text1
}
.grid-container .img2 {
	/*max-width: 420px;*/
	overflow: hidden;
	grid-area: img2
}
.grid-container .img3 {
	overflow: hidden;
	grid-area: img3
}
.grid-container .text2 {
	grid-area: text2;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px
}
.text-block p {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px
}
.text-block .title {
	font-size: 21px;
	font-weight: 700;
	line-height: 36px;
	color: #1a1a1a;
	margin-bottom: 30px
}
.article-wrapper h5 {
	margin-top: 55px;
	margin-bottom: 35px;
	font-size: 32px;
	font-weight: 400;
	line-height: 44px;
	color: #1a1a1a
}
.article-wrapper h4 {
	margin-top: 55px;
	margin-bottom: 35px;
	font-size: 36px;
	font-weight: 400;
	line-height: 60px;
	color: #1a1a1a
}
.article-wrapper h3 {
	margin-top: 55px;
	margin-bottom: 35px;
	font-size: 40px;
	font-weight: 800;
	line-height: 60px;
	color: #1a1a1a
}
.article-wrapper h2 {
	margin-top: 55px;
	margin-bottom: 35px;
	font-weight: 800;
	font-size: 50px;
	line-height: 60px;
	color: #1a1a1a
}
.article-wrapper ul {
	padding-left: 0;
	list-style: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px
}
.article-wrapper li {
	position: relative;
	padding-left: 20px
}
.article-wrapper li::before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #4f5893;
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.article-wrapper img {
	display: block;
	max-width: 100%;
	height: auto
}

/*.social {
    text-align: center;
}
.social ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
}
.social li {
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    line-height: 65px;
    width: 20%;
    list-style: none;
    flex-shrink: 1;
    flex-grow: 1;
}
.social .vk {
    background-image: url(../img/soc/vk.svg);
    background-color: #4c76a4;
}
.social a {
    display: block;
    height: 100%;
}
.social .fb {
    background-image: url(../img/soc/fb.svg);
    background-color: #3a5a9b;
}
.social .insta {
    background-image: url(../img/soc/insta.svg), -webkit-linear-gradient(65deg, #f35f30, #db0072, #7213cc);
    background-image: url(../img/soc/insta.svg), -o-linear-gradient(65deg, #f35f30, #db0072, #7213cc);
    background-image: url(../img/soc/insta.svg), linear-gradient(25deg, #f35f30, #db0072, #7213cc);
}
.social .youtube {
    background-image: url(../img/soc/yt.svg);
    background-color: #ce1a19;
}
@media only screen and (max-width: 1200px){
	.social .insta {
	    background-image: url(../img/soc/insta-small.svg), linear-gradient(25deg, #f35f30, #db0072, #7213cc);
	}
	.social .youtube {
	    background-image: url(../img/soc/yt-small.svg);
	}
	.social .fb {
	    background-image: url(../img/soc/fb-small.svg);
	}
}*/



.musicari-insta h3 a {
    transition: .25s;
    font-size: 30px;
}
.musicari-insta h3:hover a {
    color: #838ab6;
}
.musicari-insta .notion {
    margin-top: 25px;
    font-size: 16px;
}

.musicari-insta .gallery ul {
    /*margin-top: 60px;*/
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.musicari-insta .gallery li:last-child a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.musicari-insta .gallery li:last-child  img{
	height: auto;
}
.musicari-insta .gallery li {
    /*width: 20%;*/
    list-style: none;
    margin-left: 15px;
    margin-right: 15px;
}
.musicari-insta .gallery .photo-1, .musicari-insta .gallery .photo-2 {
    /*max-width: 100%;*/
    /*height: 50%;*/
}
.musicari-insta .gallery a {
    position: relative;
    display: block;
}
.musicari-insta .gallery li .meta {
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    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;
    line-height: 1em;
    font-weight: 700;
    color: #fff;
}
.musicari-insta .gallery li .comments, .musicari-insta .gallery li .likes {
    position: relative;
}
.musicari-insta .gallery li .likes {
    padding-left: 30px;
}
.musicari-insta .gallery li .comments:before, .musicari-insta .gallery li .likes:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 5px;
    width: 15px;
    height: 1px;
    background-color: #fff;
}
.musicari-insta .gallery li .likes:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
    height: 24px;
    width: 24px;
    background: url(../img/soc/like-insta.svg) center no-repeat;
    background-size: contain;
}
.musicari-insta .gallery li .comments {
    padding-left: 40px;
    margin-left: 50px;
}
.musicari-insta .gallery li .comments:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
    background: url(../img/soc/comments.svg) center no-repeat;
    background-size: contain;
}
.musicari-insta .gallery li img {
    display: block;
    width: 100%;
}

.musicari-insta .gallery .photo-1:hover .meta, .musicari-insta .gallery .photo-2:hover .meta {
    opacity: 1;
}

.musicari-insta p{
	margin: 0;
}
@media (max-width: 765px) {
	.musicari-insta .gallery .photo-1:hover .meta, .musicari-insta .gallery .photo-2:hover .meta {
	    opacity: 0;
	}
}
@media all and (-ms-high-contrast:none) {
	.grid-container {
		display: -ms-grid;
		-ms-grid-columns: 1fr 1fr;
		-ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr
	}
	.grid-container .img1 {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-col: 1;
		-ms-grid-col-span: 1
	}
	.grid-container .text1 {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		-ms-grid-col: 2;
		-ms-grid-col-span: 1
	}
	.grid-container .img2 {
		-ms-grid-row: 4;
		-ms-grid-row-span: 3;
		-ms-grid-col: 1;
		-ms-grid-col-span: 1
	}
	.grid-container .img3 {
		-ms-grid-row: 2;
		-ms-grid-row-span: 3;
		-ms-grid-col: 2;
		-ms-grid-col-span: 1
	}
	.grid-container .text2 {
		-ms-grid-row: 5;
		-ms-grid-row-span: 2;
		-ms-grid-col: 2;
		-ms-grid-col-span: 1
	}
}
.grid-container2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	grid-template-areas: "img4 img4 text3 text3 text3 text3" "img4 img4 img5 img5 img5 img5" "img4 img4 img5 img5 img5 img5";
	grid-gap: 70px
}
.grid-container2 .img4 {
	grid-area: img4;
	width: 400px;
	height: 482px;
	overflow: hidden
}
.grid-container2 .text3 {
	grid-area: text3;
	padding-left: 60px;
	padding-right: 50px
}
.grid-container2 .img5 {
	grid-area: img5;
	padding-left: 60px;
	height: 425px;
	overflow: hidden
}
@media all and (-ms-high-contrast:none) {
	.grid-container2 {
		display: -ms-grid;
		-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		-ms-grid-rows: 1fr 1fr 1fr 1fr
	}
	.grid-container2 .img4 {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-col: 1;
		-ms-grid-col-span: 2
	}
	.grid-container2 .text3 {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		-ms-grid-col: 3;
		-ms-grid-col-span: 4
	}
	.grid-container2 .img5 {
		-ms-grid-row: 2;
		-ms-grid-row-span: 3;
		-ms-grid-col: 3;
		-ms-grid-col-span: 4
	}
}
.about-quote {
	margin-top: -40px;
	padding-bottom: 80px
}
.about-quote p {
	font-size: 26px;
	line-height: 44px;
	margin-bottom: 0;
	padding: 0 5%
}
.about-quote p span {
	font-weight: 700
}
.about-quote__icon {
	width: 90px;
	height: 90px;
	-webkit-box-shadow: 0 10px 20px rgba(79, 88, 147, .1);
	box-shadow: 0 10px 20px rgba(79, 88, 147, .1);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 40px
}
.about-center-block {
	position: relative;
	padding-bottom: 110px
}
.about-center-block img {
	margin-bottom: 45px
}
.about-center-block::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 706px;
	background-color: #f7f7f9
}
.about-parthners .title {
	color: #1a1a1a;
	font-size: 24px;
	font-weight: 400;
	line-height: 33px;
	margin-bottom: 50px
}
.about-parthners__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.about-parthners__items .about-parthners__item {
	max-width: 168px;
	width: 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
}
.services-items {
	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;
	padding-top: 50px
}
.services-items a.services-card {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 105px
}
.services-items .services-items__right {
	padding-top: 100px;
	width: 50%;
}
.services-items__left {
	width: 50%;
}
.services-items .services-items__right a.services-card:last-child {
	margin-bottom: 0
}
.seo-text {
	padding-top: 90px
}
.seo-text .h5 {
	font-size: 18px;
	font-weight: 800;
	line-height: 28px;
	margin-bottom: 20px
}
.seo-text .h6 {
	font-size: 13px;
	line-height: 21px;
	font-weight: 400;
	color: #6d6d7c
}
.seo-text p {
	font-size: 13px;
	line-height: 21px;
	font-weight: 400
}
.seo-text ul {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 15px
}
.seo-text ul li {
	color: #4f5893
}
.seo-text ul li span {
	color: #6d6d7c;
	font-size: 13px;
	line-height: 21px;
	font-weight: 400
}
ul.ya-share2__list li{
	padding-left: 5px;
}

.admin header{
	position: sticky;
}





@media (max-width:1199.98px) {
	.breadcrumb {
		padding: 45px 0 25px
	}
	.h2 {
		font-size: 40px;
		line-height: 50px
	}
	.h3 {
		line-height: 50px
	}
	.h4 {
		font-size: 32px;
		font-weight: 400;
		line-height: 44px
	}
	.h5 {
		font-size: 26px;
		line-height: 38px
	}
	.description {
		font-size: 18px;
		line-height: 26px
	}
	.mobile-menu__wrap {
		display: block
	}
	.header__menu-link {
		height: 29px;
		width: 43px;
		position: relative;
		margin-left: 75px;
		cursor: pointer
	}
	.header__menu-link div {
		position: absolute;
		height: 4px;
		width: 100%;
		right: 0;
		-webkit-transition: .25s;
		-o-transition: .25s;
		transition: .25s;
		background-color: #4f5893
	}
	.header__menu-link div:nth-child(1) {
		top: 0;
		-webkit-transform-origin: 100% 50%;
		-ms-transform-origin: 100% 50%;
		transform-origin: 100% 50%
	}
	.header__menu-link div:nth-child(2) {
		top: 50%;
		margin-top: -2px
	}
	.header__menu-link div:nth-child(3) {
		bottom: 0;
		-webkit-transform-origin: 100% 50%;
		-ms-transform-origin: 100% 50%;
		transform-origin: 100% 50%
	}
	.hero.square-bg::before {
		background-color: #fff;
		opacity: .85;
		height: 100%;
		top: 0;
		left: 0;
		width: 100%
	}
	.section-sub {
		padding-top: 120px
	}
	.hero {
		height: 80vh;
		background-image: url(../img/bg/hero-bg.jpg);
		-webkit-background-size: cover;
		background-size: cover;
		-webkit-box-shadow: 0 15px 50px rgba(79, 88, 147, .2);
		box-shadow: 0 15px 50px rgba(79, 88, 147, .2)
	}
	.hero .container {
		height: 100%
	}
	.hero .row {
		height: 100%;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}
	.hero .hero-left {
		padding-bottom: 80px;
		margin-bottom: 0
	}
	.hero .list-li {
		width: 43%
	}
	.hero-right {
		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;
		position: static;
		height: inherit;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-bottom: 70px;
		overflow: visible
	}
	.hero-right__content {
		position: static;
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 282px;
		text-align: left
	}
	.hero-right__content .hero-right__content-icon {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-bottom: 0;
		margin-right: 17px;
		width: 60px;
		height: 60px
	}
	.hero-right__content .icon-play {
		width: 16px;
		height: 18px
	}
	.hero-right__content .hero-right__content-text {
		color: #6d6d7c
	}
	.social-block {
		position: static
	}
	.social-block .icon-facebook, .social-block .icon-insta, .social-block .icon-vk, .social-block .icon-youtoobe {
		fill: #4f5893
	}
	.service-item__title {
		font-size: 18px;
		line-height: 24px
	}
	.block-50-50 .block-50-50__content {
		padding: 0
	}
	.block-50-50 p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 30px
	}
	.block-50-50 p br {
		display: none
	}
	.block-50-50__img {
		position: relative;
		width: 280px;
		height: 280px
	}
	.block-50-50.img-left.square-bg .img-small {
		width: 170px;
		height: 170px;
		bottom: -17%;
		right: 0%
	}
	.block-50-50.img-left.square-bg::before {
		top: 40px;
		left: 0;
		width: 35%;
		height: 340px
	}
	.block-50-50.img-right.square-bg .img-big-right {
		margin-left: auto
	}
	.block-50-50.img-right.square-bg .img-small {
		width: 170px;
		height: 170px;
		bottom: -17%;
		left: -17%
	}
	.block-50-50.img-right.square-bg::before {
		top: 40px;
		right: 0;
		width: 35%;
		height: 340px
	}
	.video-link {
		margin-bottom: 45px;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.video-link__img {
		width: 71px;
		height: 52px;
		margin-right: 17px;
		-webkit-border-radius: 10px;
		border-radius: 10px
	}
	.video-link__img .icon-play {
		width: 13px;
		height: 15px
	}
	.video-link__title {
		font-size: 15px;
		line-height: 1
	}
	.video-link__text {
		font-size: 13px;
		line-height: 21px
	}
	.video-link__text br {
		display: none
	}
	.quick-link {
		padding-top: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.quick-link__img {
		margin-right: 0;
		margin-bottom: 30px
	}
	.quick-link__title {
		font-size: 18px;
		line-height: 1
	}
	.quick-link__title+p {
		line-height: 21px;
		margin-bottom: 10px
	}
	.show-room {
		background-image: url(../img/bg/mobile-showroom-bg.png);
		-webkit-background-size: 100% 100%;
		background-size: 100%;
		padding-bottom: 50px
	}
	.show-room .button {
		margin-bottom: 30px
	}
	.show-room .description {
		margin-bottom: 100px
	}
	.show-room .block-50-50 .list {
		margin-bottom: 15px
	}
	.showroom-slider__wrapper {
		position: relative;
		padding: 0
	}
	.showroom-slider {
		height: 475px
	}
	.famely-study {
		padding-top: 110px;
		padding-bottom: 187px;
		margin-top: 0
	}
	.famely-study__counts {
		margin-bottom: 72px
	}
	.famely-study__img {
		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
	}
	.circle-bg::before {
		top: 37%;
		bottom: 0;
		right: -74%
	}
	.famely-tabs {
		margin-top: -80px
	}
	.r-tabs .r-tabs-panel {
		padding-left: 0;
		padding-right: 0
	}
	.number-ul__list {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.number-ul {
		width: 48%
	}
	.section-sub.all-job {
		padding-top: 55px
	}
	.all-job .h2 {
		margin-bottom: 50px
	}
	.all-job__slider {
		margin: 0 30px
	}
	.all-job__slider-slide {
		padding: 60px 88px 45px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.all-job__slider-content {
		padding-left: 0
	}
	.slider-in-slider {
		width: 100%;
		margin-bottom: 20px
	}
	.all-job.square-bg::before {
		height: 70%;
		width: 82%
	}
	.form {
		padding-bottom: 80px
	}
	.form .h3 {
		margin-top: 0
	}
	.form-main {
		display: block;
		margin: 30px auto 0;
		padding-top: 20px
	}
	.full-mobile {
		max-width: 100%;
		margin: 0;
		padding: 0
	}
	.full-mobile .col, .full-mobile .row {
		padding: 0;
		margin: 0
	}
	.card1 {
		margin-bottom: 40px
	}
	.blog .h2 {
		margin-bottom: 50px
	}
	.blog .button {
		margin-top: 35px
	}
	.blog-tab__wrapper {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		margin-left: 0;
		margin-right: 0
	}
	.blog-tab__wrapper .card1 {
		position: relative;
		max-width: 340px;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-right: 20px
	}
	.blog-tab__wrapper .card1:first-child {
		margin-left: 20px
	}
	.blog-tab__wrapper .card1:last-child {
		margin-right: 20px
	}
	.blog-tab__wrapper .card1:last-child::before {
		content: '';
		width: 360px;
		height: 100%;
		position: absolute
	}
	.section-sub.insta {
		padding-top: 75px
	}
	.insta-ul li {
		width: 168px;
		height: 168px
	}
	.desctop-menu, .main-nav {
		display: none
	}
	.famely-study {
		overflow: hidden
	}
	.footer {
		padding: 40px 0 30px
	}
	.footer-nav {
		padding-top: 10px
	}
	.footr-logo {
		margin-bottom: 65px
	}
	.footer__copyright {
		margin-top: 45px
	}
	.catalog-card {
		max-width: 349px;
		margin-right: 25px
	}
	.catalog-card:nth-child(3n) {
		margin-right: 25px
	}
	.catalog-card:nth-child(2n) {
		margin-right: 0
	}
	.big-flayer-bg::before {
		display: none
	}
	.subtitle-block p {
		font-size: 16px;
		line-height: 26px
	}
	.list-li {
		font-size: 13px;
		line-height: 18px
	}
	.subtitle-ul {
		padding-top: 20px;
		padding-bottom: 30px
	}
	.subcatalog-cards {
		margin-top: 50px;
		margin-right: 0
	}
	.subcatalog-card {
		max-width: 225px;
		margin-right: 25px
	}
	.subcatalog-card:nth-child(3n) {
		margin-right: 0
	}
	.subcatalog-card__img {
		height: 147px
	}
	.subtitle-block .subtitle-block__img {
		margin-left: 40px
	}
	main.subcatalog .section-sub {
		padding-top: 78px
	}
	.transition-on-series {
		display: none
	}
	.product-coocies {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin-top: 38px
	}
	.product-coocies .product-coocie {
		margin-bottom: 0;
		width: 33.333%;
	}
	.product-coocies .product-coocie__icon {
		margin-bottom: 10px
	}
	.product-row {
		padding: 50px 0 40px
	}
	.product-row:first-child {
		padding-top: 0
	}
	.product-row:last-child {
		padding-bottom: 0
	}
	.h6 {
		margin-bottom: 30px
	}
	.product-row__ul {
		width: 49%
	}
	.product-row__list {
		margin-bottom: 15px
	}
	.complementary-services li:last-child {
		margin-bottom: 0
	}
	.product .slider-in-slider__thambs .swiper-slide {
		width: 80px;
		height: 80px
	}
	.big-card__img {
		width: 120%;
		height: 100%
	}
	.big-card__img img {
		-o-object-fit: cover;
		object-fit: cover
	}
	.big-card__content {
		padding: 48px 40px 40px 90px
	}
	.slider-cards {
		margin-right: 0
	}
	.slider-card {
		max-width: 100%;
		margin-right: 0
	}
	.slider-card .swiper-container {
		max-width: 100%;
		height: 374px
	}
	.slider-card .swiper-slide {
		width: 100%!important
	}
	.slider-card .swiper-slide img {
		-o-object-fit: cover;
		object-fit: cover
	}
	.slider-card__content .hero-right__content {
		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;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.slider-card__content .hero-right__content .hero-right__content-icon {
		margin-right: 0
	}
	.service .block-50-50 {
		overflow: hidden
	}
	.service .block-50-50__img {
		width: 100%
	}
	.tabs .list__tab.serwices--tabs {
		margin: 0 16em
	}
	.block-50-50:last-of-type {
		margin-bottom: 0
	}
	.article-sticky-block {
		max-width: 100%;
		-webkit-background-size: 25% 25%;
		background-size: 25%
	}
	.article-sticky-block p {
		max-width: 350px
	}
	.article-sticky-block .button--bg {
		position: absolute;
		width: 210px;
		right: 30px;
		margin: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.article-sticky__title {
		text-align: left
	}
	.sticky-block {
		position: relative;
		top: 0;
		margin-top: 100px
	}
	.tabs .list__tab {
		margin: 0
	}
	.tabs .list__tab .r-tabs-anchor {
		font-size: 13px;
		padding: 0 
	}
	.blog-page .blog-tab__wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow: visible
	}
	.blog-page .blog-tab__wrapper .card1 {
		max-width: 48%;
		margin-right: 29px
	}
	.blog-page .blog-tab__wrapper .card1:first-child {
		margin-left: 0
	}
	.blog-page .blog-tab__wrapper .card1:nth-child(2n) {
		margin-right: 0
	}
	.inner-block__title {
		margin-bottom: 45px
	}
	.contact-block {
		padding: 52px 34px
	}
	.product .product-description .product-row__ul {
		width: 100%;
		max-width: 100%
	}
	.footer {
		margin-top: 80px
	}
	[data-aos-delay] {
		-webkit-transition-delay: 0s!important;
		-o-transition-delay: 0s!important;
		transition-delay: 0s!important
	}
	.grid-container {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: minmax(50px, 1fr);
		grid-template-areas: "text1 text1" "img1 img1" "img1 img1" "text2 text2" "img2 img3" "img2 img3";
		grid-gap: 30px
	}
	.img1 {
		height: 419px;
		margin-bottom: 20px
	}
	.img1 img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}
	.img2, .img3 {
		height: 390px
	}
	.img2 img, .img3 img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}
	.grid-container2 {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: minmax(50px, 1fr);
		grid-template-areas: "text3 text3" "img4 img5" "img4 img5";
		grid-gap: 30px
	}
	.grid-container2 .img4 {
		width: auto;
		height: 390px
	}
	.grid-container2 .img4 img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}
	.grid-container2 .img5 {
		padding-left: 0;
		height: 390px
	}
	.grid-container2 .img5 img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}
	.grid-container2 .text3 {
		padding-left: 0
	}
	.about-quote {
		margin-top: 40px
	}
	.about-parthners__items {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
	.about-parthners__items .about-parthners__item {
		max-width: 210px
	}
	.services-items {
		padding-top: 20px
	}
	.services-items .services-items__left, .services-items .services-items__right {
		width: 48%
	}
	.services-items a.services-card {
		max-width: 100%;
		margin-bottom: 50px
	}
	.services-items a.services-card .h4 {
		font-size: 24px;
		line-height: 30px
	}
	.services-items a.services-card .block-50-50__img {
		height: 220px
	}
	.services-items a.services-card .block-50-50__content {
		padding: 25px
	}
	.about .about-grid {
		padding-top: 70px
	}
	.about .about-grid .about-grid__title {
		margin-bottom: 20px
	}
	.about .famely-study {
		padding-bottom: 200px
	}
	.about .famely-study .h3 {
		font-size: 40px;
		line-height: 50px
	}
	.about .famely-study .famely-study__subtitle {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 55px
	}
	.about .famely-study .famely-study__counts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0
	}
	.about .famely-study .famely-study__count:first-child {
		margin-bottom: 50px
	}
	.about .famely-study .famely-study__img {
		width: 510px;
		height: 390px;
		right: 2%;
		top: -189px
	}
	.about .famely-study .famely-study__img::before {
		top: -55px;
		right: -60px;
		width: 520px;
		height: 460px;
		-webkit-background-size: contain;
		background-size: contain
	}
	.about .about-quote {
		margin-top: 76px
	}
	.about .about-quote p {
		padding: 0
	}
	.about .about-quote span {
		letter-spacing: -2px
	}
	.about .about-center-block {
		padding-bottom: 50px
	}
	.about .about-parthners {
		padding-top: 115px
	}
}
@media only screen and (width:768px) {
	.r-tabs .r-tabs-accordion-title {
		display: none
	}
}
@media (max-width:667px) and (max-width:812px){
	.quick-link{
		display: block;
	}
}
@media (max-width:767.98px) {
	.h1 {
		font-size: 28px;
		line-height: 38px
	}
	.h2, .h3 {
		font-size: 21px;
		line-height: 26px
	}
	.h4 {
		font-size: 21px;
		font-weight: 400;
		line-height: 32px
	}
	.h5 {
		font-size: 14px;
		line-height: 24px
	}
	.h6 {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 20px
	}
	.button, .button--bg {
		height: 40px;
		font-size: 12px;
		width: auto
	}
	.section-sub .button {
		width: auto
	}
	.logo-text, .phone {
		display: none
	}
	.header-main {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.logo {
		margin-right: 0
	}
	.header__menu-link {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-left: 0;
		width: 34px;
		height: 21px
	}
	.header-main {
		height: 70px
	}
	main {
		padding-top: 70px
	}
	.hero {
		height: inherit
	}
	.hero .hero-left {
		padding: 50px 0 30px
	}
	.hero p {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 30px
	}
	.hero .list {
		margin-bottom: 10px
	}
	.hero .list-li {
		width: 100%
	}
	.hero .button--bg {
		width: 100%;
		height: 60px;
		font-size: 16px
	}
	.hero .hero-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 30px
	}
	.hero .hero-right .hero-right__content {
		margin-bottom: 40px
	}
	.hero .hero-right .social-block {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.hero .hero-right .social-block a:last-child {
		margin-right: 0
	}
	.section-sub {
		padding-top: 100px
	}
	.subtitle {
		font-size: 12px;
		line-height: 15px
	}
	.description {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 40px
	}
	.description br {
		display: none
	}
	.service-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.service-item__img {
		width: 25%;
		padding-top: 25%;
		margin-bottom: 0;
		margin-right: 20px;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
	.service-item__img img {
		top: 0
	}
	.service-item__title {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 8px
	}
	.service-item__subtitle {
		font-size: 13px;
		line-height: 18px
	}
	.service-item__subtitle br {
		display: none
	}
	.block-50-50 {
		margin-bottom: 80px
	}
	.block-50-50__img {
		width: 235px;
		height: 235px
	}
	.block-50-50.img-left.square-bg .img-small {
		width: 140px;
		height: 140px
	}
	.block-50-50.img-right.square-bg .img-small {
		width: 140px;
		height: 140px;
		left: inherit;
		right: -17%
	}
	.block-50-50.img-left.square-bg::before {
		width: 85%;
		height: 260px
	}
	.block-50-50.img-right.square-bg::before {
		right: inherit;
		left: 0;
		width: 85%;
		height: 260px
	}
	.block-50-50.img-right.square-bg .img-big-right {
		margin-left: 0
	}
	.block-50-50__img {
		margin-bottom: 90px
	}
	.video-link__img {
		width: 60px;
		height: 43px
	}
	.quick-link {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.quick-link .arrow {
		height: 10px;
		margin-top: 1px
	}
	.quick-link.xs-mb-0 .quick-link__img {
		/*margin-bottom: 0*/
		margin-bottom: 30px;
	}
	.quick-link__img {
		width: 100px;
		height: 100px;
		margin-right: 20px
	}
	.quick-link__title {
		font-size: 15px
	}
	.quick-link__title+p {
		font-size: 13px;
		line-height: 18px
	}
	.quick-link__title+p br {
		display: none
	}
	.bold-link {
		font-size: 12px
	}
	.show-room {
		-webkit-background-size: 200% 70%;
		background-size: 200% 70%;
		background-position-x: right;
		background-position-y: bottom
	}
	.show-room .description {
		margin-bottom: 80px
	}
	.showroom-slider {
		height: 200px;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.showroom-slider .swiper-button-next, .showroom-slider .swiper-button-prev {
		display: none
	}
	.swiper-pagination {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: -23px
	}
	.swiper-pagination-bullet {
		margin: 2px;
		background-color: transparent;
		border: 1px solid #4f5893;
		opacity: 1;
		outline: 0
	}
	.swiper-pagination-bullet-active {
		background-color: #4f5893
	}
	.famely-study {
		padding-top: 80px;
		padding-bottom: 50px
	}
	.famely-study p {
		font-size: 14px;
		line-height: 21px
	}
	.famely-study.circle-bg::before {
		background-image: url(../img/bg/mobile-famely-circle.png);
		background-repeat: no-repeat;
		top: inherit;
		right: 0;
		height: 310px;
		width: 150px
	}
	.famely-study__subtitle {
		font-size: 14px;
		line-height: 21px
	}
	.famely-study__counts {
		margin-bottom: 60px
	}
	.famely-study__count-number {
		font-size: 28px;
		line-height: 24px;
		margin-bottom: 10px
	}
	.famely-study__count-text {
		font-size: 13px;
		line-height: 21px
	}
	.famely-study__img {
		max-height: 346px;
		-webkit-box-shadow: 0 10px 30px rgba(79, 88, 147, .4);
		box-shadow: 0 10px 30px rgba(79, 88, 147, .4)
	}
	.famely-study__img img {
		-o-object-fit: cover;
		object-fit: cover
	}
	.famely-tabs {
		margin-top: 0
	}
	.famely-tabs .h5 {
		text-align: left;
		margin-bottom: 25px
	}
	.number-ul__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.number-ul {
		width: 100%
	}
	.number-ul li {
		min-height: inherit;
		padding-left: 36px;
		font-size: 13px
	}
	.number-ul li:last-child {
		min-height: 55px
	}
	.number-ul .number-ul__number {
		font-size: 15px
	}
	.r-tabs .list {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.r-tabs .r-tabs-panel {
		padding-top: 25px;
		padding-bottom: 0
	}
	.r-tabs .r-tabs-accordion-title {
		display: none
	}
	.r-tabs .r-tabs-anchor {
		font-size: 14px
	}
	.all-job .h2 {
		margin-bottom: 30px
	}
	.all-job .swiper-button-next, .all-job .swiper-button-prev {
		display: none
	}
	.all-job__slider {
		margin: 0
	}
	.all-job__slider .swiper-pagination {
		bottom: -33px
	}
	.all-job__slider-slide {
		padding: 30px 20px
	}
	.slider-in-slider__base {
		height: 170px
	}
	.slider-in-slider__base .swiper-slide {
		height: 170px
	}
	.slider-in-slider__base .swiper-slide img {
		height: 100%
	}
	.all-job__slider-content p {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 25px
	}
	.hero-right__content {
		width: 100%;
		margin-bottom: 30px
	}
	.section-sub.form {
		padding-top: 80px
	}
	.form {
		padding-bottom: 40px;
		text-align: center
	}
	.form .h3 {
		font-size: 18px;
		margin-bottom: 20px
	}
	.form .famely-study__subtitle {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 20px
	}
	.form p {
		font-size: 12px;
		line-height: 16px
	}
	.form-main {
		padding: 10px 20px;
		min-height: inherit
	}
	.form-main .button--bg {
		font-size: 12px;
		padding: 0;
		margin-bottom: 30px;
		width: 100%;
		height: 60px;
		margin-top: 30px;
	}
	.form-main::after, .form-main::before {
		background-position: center
	}
	.input-wrap {
		margin-top: 25px
	}
	.input-wrap label {
		font-size: 16px
	}
	.input-wrap__file {
		padding-bottom: 40px
	}
	.input-wrap__file label {
		font-size: 13px
	}
	.blog .h2 {
		margin-bottom: 35px
	}
	.blog .button {
		margin-top: 10px
	}
	.blog-tab__wrapper .card1 {
		max-width: 275px;
		margin-right: 15px
	}
	.blog-tab__wrapper .card1:first-child {
		margin-left: 15px
	}
	.blog-tab__wrapper .card1:last-child::before {
		content: '';
		width: 290px;
		height: 100%;
		position: absolute
	}
	.card1 .card1-img {
		height: 166px
	}
	.card1 .card1-content {
		padding: 20px
	}
	.card1 .card1-content p {
		font-size: 13px;
		line-height: 18px
	}
	.card1 .card1-content__title {
		font-size: 13px;
		line-height: 19px
	}
	.card1 .card1-content__tip {
		font-size: 9px;
		line-height: 19px
	}
	.card1 .card1-content__data {
		font-size: 10px
	}
	.insta .h2 br {
		display: none
	}
	.insta-ul li {
		width: 47%;
		height: 176px;
		margin-bottom: 10px;
		margin-left: 5px !important;
		margin-right: 5px !important;
		overflow: hidden;
	}
	.instagallery{
		overflow: hidden;
	}
	.footr-logo {
		display: block;
		width: 96px;
		height: 80px;
		margin: 0 auto 30px;
		fill: #4f5893
	}
	.footer-nav {
		padding: 0
	}
	.footer-nav li {
		width: 46%;
		margin-bottom: 15px
	}
	.footer-nav a {
		font-size: 14px
	}
	.footer-description {
		margin-top: 35px
	}
	.footer-contact {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-top: 15px
	}
	.footer-contact .phone-tel a {
		line-height: 25px
	}
	.footer-contact .social-block {
		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;
		width: 100%
	}
	.footer__copyright {
		margin-top: 52px
	}
	.mobile-menu__wrap .mobile-menu {
		width: 80%
	}
	.mobile-menu__wrap .mobile-menu .phone {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.breadcrumb {
		padding-top: 30px;
		margin-bottom: 0
	}
	.breadcrumb .breadcrumb-item a {
		font-size: 11px
	}
	.catalog .h2 {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 20px
	}
	.subtitle-block p {
		font-size: 13px;
		line-height: 20px
	}
	.subtitle-ul {
		padding-top: 10px
	}
	.subtitle-ul .list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.catalog-card:nth-child(3n) {
		margin-right: 0
	}
	.catalog-card:last-child {
		margin-bottom: 0
	}
	.catalog-card {
		max-width: 100%;
		font-size: 15px;
		line-height: 19px;
		margin-right: 0;
		margin-bottom: 15px
	}
	.catalog-card__row {
		margin-top: 20px
	}
	.catalog-card__img {
		height: 182px
	}
	.catalog-card__content {
		padding: 23px 20px
	}
	.catalog-card__brand {
		height: 16px
	}
	.subtitle-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.subtitle-block p {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0
	}
	.subtitle-block .subtitle-block__img {
		margin-left: 0;
		/*height: 40px*/
	}
	.subtitle-block .subtitle-block__img img {
		height: auto;
		    max-width: 120px;
	}
	.subcatalog-cards {
		margin-top: 25px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.subcatalog-card {
		margin-right: 0;
		max-width: 48%;
		margin-bottom: 15px
	}
	.subcatalog-card__img {
		height: 91px;
		background-color: #fff
	}
	.subcatalog-card__content {
		padding: 13px 15px 15px
	}
	.subcatalog-card__title {
		font-size: 11px;
		line-height: 1
	}
	main.square-bg::before {
		content: '';
		height: 915px;
		width: 86%;
		top: 160px
	}
	.product {
		margin-bottom: 80px
	}
	.product .h2 {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 25px
	}
	.product .slider-in-slider__base {
		width: 100%;
		height: 291px
	}
	.product .slider-in-slider__base .swiper-slide {
		height: 291px
	}
	.product .slider-in-slider__thambs {
		height: 70px
	}
	.product .slider-in-slider__thambs .swiper-slide {
		width: 42px;
		height: 70px
	}
	.product .product-description {
		padding-right: 0
	}
	.product .product-description p {
		font-size: 14px;
		margin-bottom: 20px
	}
	.product .product-description .list {
		width: 100%
	}
	.product .product-description .list .list-li:last-child {
		margin-bottom: 0
	}
	.product .product-description .product-row__ul {
		padding-right: 0
	}
	.product .product-description .button--bg {
		height: 56px;
		font-size: 14px;
		padding: 0 40px
	}
	.product .size-ul {
		font-size: 14px;
		margin-bottom: 30px
	}
	.product .product-description__title {
		font-size: 14px
	}
	.slider-in-slider:hover .swiper-button-prev {
		left: -15px
	}
	.slider-in-slider:hover .swiper-button-next {
		right: -15px
	}
	.transition-on-series {
		display: none
	}
	.product-coocies {
		margin-top: 45px
	}
	.product-coocies .product-coocie__icon {
		background-color: #fff
	}
	.product-row__ul {
		width: 100%;
		padding-right: 20px
	}
	.product-row__ul li {
		font-size: 13px;
		-webkit-box-align: baseline;
		-webkit-align-items: baseline;
		-ms-flex-align: baseline;
		align-items: baseline
	}
	.product-row__ul li span:first-child {
		width: 45%;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
	.product-row__ul li span:last-child {
		line-height: 18px
	}
	.product-row {
		padding: 30px 0
	}
	.product-row p {
		padding-right: 0;
		font-size: 14px
	}
	.product-row .h6 {
		font-size: 21px;
		margin-bottom: 15px
	}
	.product-row .small-card__text p {
		font-size: 12px;
		line-height: 16px
	}
	.product-row__list {
		margin-bottom: 4px
	}
	.complementary-services li {
		width: 100%;
		font-size: 14px
	}
	.small-card {
		max-width: 48%;
		padding: 0 15px 15px;
		min-height: 185px
	}
	.small-card__img {
		width: 100%;
		height: 90px
	}
	.subcatalog-card.complect {
		margin-bottom: 0;
		margin-top: 25px
	}
	.big-cards {
		margin-top: 30px
	}
	.big-cards .h5 {
		font-size: 21px;
		line-height: 32px;
		margin-bottom: 10px
	}
	.big-cards p {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 25px
	}
	.big-card:last-child {
		margin-bottom: 0
	}
	.big-card {
		margin-bottom: 20px
	}
	.big-card__img {
		position: relative;
		top: 0;
		width: 100%;
		height: 195px
	}
	.big-card__content {
		padding: 30px 20px;
		min-height: 330px
	}
	.big-card__content .list {
		margin-bottom: 20px
	}
	.slider-cards {
		padding-top: 10px
	}
	.slider-card {
		min-height: 510px;
		padding: 30px 20px
	}
	.slider-card .swiper-container {
		height: 167px
	}
	.catalog .slider-card .swiper-slide img.img-responsive{
		/*max-height: 167px;
		    max-width: 100%;
		    width: 100%;
		    height: auto;*/
	}
	.slider-card__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.slider-card__content .hero-right__content, .slider-card__content .hero-right__content:first-child {
		margin-bottom: 0
	}
	.slider-card__content .hero-right__content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: 15px;
		width: 44%
	}
	.slider-card__content .hero-right__content .hero-right__content-icon {
		width: 40px;
		height: 40px;
		margin-right: 10px
	}
	.slider-card__content-title {
		padding-right: 0
	}
	.slider-card__content-title~p {
		padding-right: 0
	}
	.slider-card__content-right {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.read-all__block {
		padding: 30px 20px
	}
	.read-all__block .hero-right__content {
		right: 10px;
		top: 10px
	}
	.read-all__block .hero-right__content-icon {
		width: 40px;
		height: 40px
	}
	.tabs .list__tab.serwices--tabs {
		margin: 0 2em
	}
	.tabs .list__tab.serwices--tabs .r-tabs-anchor {
		font-size: 16px
	}
	.service .block-50-50__img {
		height: 215px;
		margin-bottom: 25px
	}
	.service .block-50-50 p {
		font-size: 13px;
		line-height: 20px
	}
	.service .block-50-50.img-left.square-bg::before, .service .block-50-50.img-right.square-bg::before {
		display: none
	}
	.article p {
		font-size: 14px;
		line-height: 24px
	}
	.article .article-img {
		margin-bottom: 25px
	}
	.article .h5 {
		font-size: 18px;
		line-height: 24px;
		font-weight: 700;
		margin-top: 35px;
		margin-bottom: 20px
	}
	.article .button {
		margin-top: 30px
	}
	.article-ul {
		font-size: 14px;
		line-height: 24px
	}
	.sticky-block {
		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;
		margin-top: 70px
	}
	.article-sticky-block {
		-webkit-background-size: 65% 65%;
		background-size: 65%
	}
	.article-sticky-block p {
		text-align: center;
		font-size: 12px;
		line-height: 18px
	}
	.article-sticky-block .button--bg {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		height: 55px;
		font-size: 14px;
		margin-bottom: 20px
	}
	.blog-page .tabs .list__tab {
		margin-right: -15px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		overflow-x: auto
	}
	.blog-page .tabs .list__tab .r-tabs-anchor {
		font-size: 14px;
		padding: 0 15px;
		line-height: 28px
	}
	.blog-page .tabs .list__tab .r-tabs-tab {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-bottom: -1px
	}
	.blog-page .blog-tab__wrapper .card1 {
		max-width: 100%;
		margin-bottom: 20px
	}
	.breadcrumb .breadcrumb-item {
		display: inline-block
	}
	.breadcrumb .breadcrumb-item.active {
		font-size: 11px
	}
	.article .article-data {
		margin-bottom: 30px;
		font-size: 12px;
		line-height: 24px
	}
	.article .inner-block__title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px
	}
	.article-wrapper {
		margin-bottom: 60px
	}
	.ya-share2 {
		margin-bottom: 30px
	}
	.ya-share2__container_size_m .ya-share2__icon {
		width: 32px;
		height: 32px
	}
	.article-wrapper .ya-share3__list li::before{
		display: none;
	}

	.map {
		height: 390px
	}
	.map::before {
		height: 70px
	}
	.contact-block {
		padding: 34px 20px;
		margin-top: -75px
	}
	.contact-block p {
		font-size: 14px
	}
	.grid-container {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: minmax(100px, 1fr);
		grid-template-areas: "text1 text1" "img1 img1" "img1 img1" "text2 text2" "img2 img2" "img3 img3";
		grid-gap: 20px
	}
	.img1 {
		height: 180px
	}
	.img2, .img3 {
		height: 230px
	}
	.grid-container2 {
		grid-template-columns: 1fr;
		grid-template-rows: minmax(50px, 1fr);
		grid-template-areas: "text3 text3" "img4 img4" "img5 img5";
		grid-gap: 30px
	}
	.about-center-block .img-responsive{
		max-width: 100%;
	}
	.grid-container2 .text3 {
		padding-right: 0
	}
	.grid-container2 .img4, .grid-container2 .img5 {
		height: 300px
	}
	.services-items a.services-card {
		max-width: 100%
	}
	.about .famely-study {
		padding-top: 0;
		padding-bottom: 315px
	}
	.about .famely-study .h3 {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 20px
	}
	.about .famely-study .famely-study__subtitle {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 30px
	}
	.about .famely-study .famely-study__counts {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.about .famely-study .famely-study__count:first-child {
		margin-bottom: 0
	}
	.about .famely-study .famely-study__img {
		width: 100%;
		right: 0;
		top: 1px;
		-webkit-box-shadow: none;
		box-shadow: none;
		max-height: inherit
	}
	.about .famely-study .famely-study__img img {
		-o-object-fit: contain;
		object-fit: contain
	}
	.about .famely-study .famely-study__img::before {
		top: 27px;
		right: -20px;
		width: 325px;
		height: 288px
	}
	.about .about-grid {
		padding-top: 55px
	}
	.about .about-grid .about-grid__title {
		font-size: 18px;
		line-height: 26px
	}
	.about .text-block p {
		font-size: 14px;
		line-height: 24px
	}
	.about .text-block .title {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px
	}
	.about .about-quote {
		margin-top: 40px;
		padding-bottom: 60px
	}
	.about .about-quote p {
		font-size: 14px;
		line-height: 24px
	}
	.about .about-quote p br {
		display: none
	}
	.about .about-quote p span {
		letter-spacing: 0
	}
	.about .about-quote__icon {
		width: 52px;
		height: 52px;
		margin-bottom: 20px
	}
	.about .about-quote__icon img {
		width: 20px;
		height: 15px
	}
	.about .about-center-block {
		padding-bottom: 30px
	}
	.about .about-center-block::before {
		height: 470px
	}
	.about .about-parthners {
		padding-top: 70px
	}
	.about .about-parthners .title {
		font-size: 18px;
		line-height: 26px
	}
	.about .about-parthners__items {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.about .about-parthners__items .about-parthners__item {
		max-width: 50%
	}
	.about .about-parthners__items .about-parthners__item img {
		max-width: 100%
	}
	.services-items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.services-items .services-items__right {
		padding-top: 0
	}
	.services-items a.services-card .block-50-50__img {
		height: 180px;
		margin-bottom: 0
	}
	.services-items a.services-card .block-50-50__content {
		padding: 20px
	}
	.services-items a.services-card .h4 {
		font-size: 21px;
		line-height: 28px
	}
	.services-items a.services-card p {
		font-size: 14px;
		line-height: 22px
	}
	.services-items .services-items__left, .services-items .services-items__right {
		width: 100%
	}
	.article-wrapper h5 {
		margin-top: 35px;
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 24px;
		font-weight: 700
	}
	.article-wrapper h4 {
		margin-top: 35px;
		margin-bottom: 20px;
		font-size: 21px;
		font-weight: 400;
		line-height: 32px
	}
	.article-wrapper h3 {
		margin-top: 35px;
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 26px
	}
	.article-wrapper h2 {
		margin-top: 35px;
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 20px
	}
}
@media (min-width:576px) {
	.all-job__slider .swiper-pagination, .showroom-slider .swiper-pagination {
		display: none
	}
}
@media (min-width:1200px) {
	::-webkit-scrollbar-track {
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background-color: #f5f5f5
	}
	::-webkit-scrollbar {
		width: 6px;
		height: 6px;
		background-color: #f5f5f5
	}
	::-webkit-scrollbar-thumb {
		-webkit-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
		background-color: #4f5893
	}
	body.active {
		overflow: hidden;
		margin-right: -6px
	}
	body.active header {
		width: -webkit-calc(100% - 6px);
		width: calc(100% - 6px)
	}
	header.white:before {
		background-color: #fff
	}
	.hero {
		height: -webkit-calc(100vh - 75px);
		height: calc(100vh - 75px)
	}
	.hero .container, .hero .row {
		height: 100%
	}
	.hero .col-xl-6 {
		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
	}
	.hero-right {
		height: -webkit-calc(100vh - 80px);
		height: calc(100vh - 80px);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.hero-right .hero-right__content {
		top: 50%;
		left: 50%;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0)
	}
	.block-3 img, .h1, .hero .button--bg, .hero .list, .hero p, .index .header-main .logo, .index .header-main .main-nav, .index .header-main .phone {
		opacity: 0
	}
	.card1:hover {
		color: initial;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
}
@media (max-width: 320px){
	.insta-ul li {
	    width: 100%;
	    height: auto;
	}
}
@media (min-width: 1024px) and (max-width: 1024px){
	.circle-bg.famely-study .famely-study__img .img-responsive{
		max-width: 77%;
	}
	.catalog-card__img {
	    overflow: hidden;
	}
	.catalog .catalog-card__img img {
	    width: auto;
	    height: 100%;
	    max-width: none;
	}
	.product .slider-in-slider__base .swiper-slide {
	    overflow: hidden;
	}
	.col-lg-5.offset-lg-1{
	    margin-left: 16.33333%;
	}
	.product .slider-in-slider__thambs .swiper-slide {
	    width: 80px !important;
	    overflow: hidden;
	}
	.product-coocies{
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 768px){
	.product .slider-in-slider__base .swiper-slide {
	    overflow: hidden;
	}
}
@media (max-width: 450px){
	.white-popup .form-main {
	    padding: 64px 46px 65px;
	}
	#form_success h4, #form_success input-wrap {
	    position: relative;
	    z-index: 2;
	}
}