@import url("https://fonts.googleapis.com/css2?family=Bitter:wght@400;500;600;700&display=swap");

@font-face {
	font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	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;
	width: 100%;
	z-index: 1;
}

.swiper-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.swiper-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	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;
	width: 100%;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: 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-backface-hidden .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0,0,0,.15);
}

.swiper-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: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-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: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-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: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-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: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-css-mode>.swiper-wrapper {
	-ms-overflow-style: none;
	overflow: auto;
	scrollbar-width: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper:before {
	-ms-flex-negative: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	content: "";
	flex-shrink: 0;
	order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
	height: var(--swiper-centered-offset-after);
	min-width: 1px;
	width: 100%;
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
	height: var(--swiper-virtual-size);
	width: 1px;
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,.swiper-button-prev {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	color: var(--swiper-navigation-color,var(--swiper-theme-color));
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: var(--swiper-navigation-size);
	justify-content: center;
	margin-top: calc(0px - var(--swiper-navigation-size)/2);
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/44*27);
	z-index: 10;
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
	cursor: auto;
	opacity: .35;
	pointer-events: none;
}

.swiper-button-next:after,.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	font-variant: normal;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none!important;
	text-transform: none;
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
	left: auto;
	right: 10px;
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	font-size: 0;
	overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.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 {
	background: var(--swiper-pagination-bullet-inactive-color,#000);
	border-radius: 50%;
	display: inline-block;
	height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
	opacity: var(--swiper-pagination-bullet-inactive-opacity,.2);
	width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
}

button.swiper-pagination-bullet {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none!important;
}

.swiper-pagination-bullet-active {
	background: var(--swiper-pagination-color,var(--swiper-theme-color));
	opacity: var(--swiper-pagination-bullet-opacity,1);
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: top .2s,-webkit-transform .2s;
	transition: top .2s,-webkit-transform .2s;
	-o-transition: transform .2s,top .2s;
	transition: transform .2s,top .2s;
	transition: transform .2s,top .2s,-webkit-transform .2s;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-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-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: left .2s,-webkit-transform .2s;
	transition: left .2s,-webkit-transform .2s;
	-o-transition: transform .2s,left .2s;
	transition: transform .2s,left .2s;
	transition: transform .2s,left .2s,-webkit-transform .2s;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: right .2s,-webkit-transform .2s;
	transition: right .2s,-webkit-transform .2s;
	-o-transition: transform .2s,right .2s;
	transition: transform .2s,right .2s;
	transition: transform .2s,right .2s,-webkit-transform .2s;
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color,var(--swiper-theme-color));
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-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;
	width: 100%;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	height: 4px;
	left: 0;
	top: 0;
	width: 100%;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
	height: 100%;
	left: 0;
	top: 0;
	width: 4px;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	background: rgba(0,0,0,.1);
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
}

.swiper-horizontal>.swiper-scrollbar {
	bottom: 3px;
	height: 5px;
	left: 1%;
	position: absolute;
	width: 98%;
	z-index: 50;
}

.swiper-vertical>.swiper-scrollbar {
	height: 98%;
	position: absolute;
	right: 3px;
	top: 1%;
	width: 5px;
	z-index: 50;
}

.swiper-scrollbar-drag {
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-height: 100%;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
	border-radius: 50%;
	border-top: 4px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 42px;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	position: absolute;
	top: 50%;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	width: 42px;
	z-index: 10;
}

.swiper-slide-visible .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s linear infinite;
	animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.swiper .swiper-notification {
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
	margin: 0 auto;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-grid>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
	pointer-events: none;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow {
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: .6;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	background: #000;
	bottom: 0;
	content: "";
	-webkit-filter: blur(50px);
	filter: blur(50px);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: none;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 0;
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transition-property: opacity,height,-webkit-transform;
	transition-property: opacity,height,-webkit-transform;
	-o-transition-property: transform,opacity,height;
	transition-property: transform,opacity,height;
	transition-property: transform,opacity,height,-webkit-transform;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}

@font-face {
	font-display:swap;font-family:Onest;font-style:normal;font-weight:400;src:url(../fonts/Onest-Regular.woff2) format("woff2"),url(../fonts/Onest-Regular.woff) format("woff");
}

@font-face {
	font-display:swap;font-family:PF Kids Pro Grade Five;font-style:normal;font-weight:400;src:url(../fonts/PFKidsPro-GradeFive.woff2) format("woff2"),url(../fonts/PFKidsPro-GradeFive.woff) format("woff");
}

html {
	-webkit-text-size-adjust: 100%;
	color: #163f39;
	font-size: 10px;
	font-weight: 400;
}

body,html {
	line-height: normal;
}

body {
	-webkit-font-feature-settings: "pnum" on,"lnum" on;
	font-feature-settings: "pnum" on,"lnum" on;
	background: #fff;
	background-position: 0 0;
	font-family: Onest,sans-serif;
	font-size: 1.4rem;
	margin: 0;
	min-width: 320px;
	overflow-x: hidden;
	padding: 64px 0 0;
	position: relative;
}

body.noscroll {
	overflow: hidden;
}

main {
	display: block;
}

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

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

a {
	background-color: transparent;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

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

b,strong {
	font-weight: bolder;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
	max-width: 100%;
}

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

button,input {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

button,select {
	text-transform: none;
}

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

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

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

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

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

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

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

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

details {
	display: block;
}

summary {
	display: list-item;
}

button,input,select,textarea {
	background: none;
	border: none;
	display: inline-block;
	outline: none;
	padding: 0;
}

button {
	cursor: pointer;
}

input,select,textarea {
	width: 100%;
}

input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input:focus::-ms-input-placeholder,textarea:focus::-ms-input-placeholder {
	color: transparent;
}

input:focus::placeholder,textarea:focus::placeholder {
	color: transparent;
}

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

a:hover {
	text-decoration: none;
}

img {
	display: block;
	height: auto;
}

h1,h2,h3,h4,h5,h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

* {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	margin-block-end: 0;
	margin-block-start: 0;
	margin-inline-end: 0;
	margin-inline-start: 0;
}

video {
	max-width: 100%;
}

.swiper-nav {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #e7e9ef;
	border-radius: 50%;
	color: #163f39;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 20px;
	height: 48px;
	justify-content: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 48px;
	z-index: 10;
}

.swiper-nav.swiper-nav--prev {
	left: -24px;
}

.swiper-nav.swiper-nav--prev:before {
	speak: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e903";
	display: inline-block;
	font-family: icomoon!important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
}

.swiper-nav.swiper-nav--next {
	right: -24px;
}

.swiper-nav.swiper-nav--next:before {
	speak: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e904";
	display: inline-block;
	font-family: icomoon!important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
}

@media (min-width:992px) {
	.swiper-nav:focus,.swiper-nav:hover {
		background: #163f39;
		border-color: #163f39;
		color: #fff;
	}
}

@media (max-width:991px) {
	.swiper-nav {
		font-size: 16px;
		height: 36px;
		width: 36px;
	}

	.swiper-nav.swiper-nav--prev {
		left: -12px;
	}

	.swiper-nav.swiper-nav--next {
		right: -12px;
	}
}

@-ms-viewport {
	width:device-width;
}

html {
	-ms-overflow-style: scrollbar;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

.container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	padding-left: 35px;
	padding-right: 35px;
	position: relative;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: 100%;
}

@media (min-width:1370px) {
	.container {
		max-width: 1300px;
	}
}

@media (max-width:991px) {
	.container {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -50px;
	margin-right: -50px;
}

.row-no-gutters {
	margin-left: 0;
	margin-right: 0;
}

.row-no-gutters [class*=col-] {
	padding-left: 0;
	padding-right: 0;
}

[class*=col-] {
	min-height: 1px;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	width: 100%;
}

[class*=col-].col-no-gutter {
	padding-left: 0!important;
	padding-right: 0!important;
}

.col-12 {
	width: 100%;
}

.col-11 {
	width: 91.66666667%;
}

.col-10 {
	width: 83.33333333%;
}

.col-9 {
	width: 75%;
}

.col-8 {
	width: 66.66666667%;
}

.col-7 {
	width: 58.33333333%;
}

.col-6 {
	width: 50%;
}

.col-5 {
	width: 41.66666667%;
}

.col-4 {
	width: 33.33333333%;
}

.col-3 {
	width: 25%;
}

.col-2 {
	width: 16.66666667%;
}

.col-1 {
	width: 8.33333333%;
}

@media (min-width:577px) {
	[class*=col-xs] {
		float: left;
	}

	.col-xs-12 {
		width: 100%;
	}

	.col-xs-11 {
		width: 91.66666667%;
	}

	.col-xs-10 {
		width: 83.33333333%;
	}

	.col-xs-9 {
		width: 75%;
	}

	.col-xs-8 {
		width: 66.66666667%;
	}

	.col-xs-7 {
		width: 58.33333333%;
	}

	.col-xs-6 {
		width: 50%;
	}

	.col-xs-5 {
		width: 41.66666667%;
	}

	.col-xs-4 {
		width: 33.33333333%;
	}

	.col-xs-3 {
		width: 25%;
	}

	.col-xs-2 {
		width: 16.66666667%;
	}

	.col-xs-1 {
		width: 8.33333333%;
	}

	.col-xs-pull-12 {
		right: 100%;
	}

	.col-xs-pull-11 {
		right: 91.66666667%;
	}

	.col-xs-pull-10 {
		right: 83.33333333%;
	}

	.col-xs-pull-9 {
		right: 75%;
	}

	.col-xs-pull-8 {
		right: 66.66666667%;
	}

	.col-xs-pull-7 {
		right: 58.33333333%;
	}

	.col-xs-pull-6 {
		right: 50%;
	}

	.col-xs-pull-5 {
		right: 41.66666667%;
	}

	.col-xs-pull-4 {
		right: 33.33333333%;
	}

	.col-xs-pull-3 {
		right: 25%;
	}

	.col-xs-pull-2 {
		right: 16.66666667%;
	}

	.col-xs-pull-1 {
		right: 8.33333333%;
	}

	.col-xs-pull-0 {
		right: auto;
	}

	.col-xs-push-12 {
		left: 100%;
	}

	.col-xs-push-11 {
		left: 91.66666667%;
	}

	.col-xs-push-10 {
		left: 83.33333333%;
	}

	.col-xs-push-9 {
		left: 75%;
	}

	.col-xs-push-8 {
		left: 66.66666667%;
	}

	.col-xs-push-7 {
		left: 58.33333333%;
	}

	.col-xs-push-6 {
		left: 50%;
	}

	.col-xs-push-5 {
		left: 41.66666667%;
	}

	.col-xs-push-4 {
		left: 33.33333333%;
	}

	.col-xs-push-3 {
		left: 25%;
	}

	.col-xs-push-2 {
		left: 16.66666667%;
	}

	.col-xs-push-1 {
		left: 8.33333333%;
	}

	.col-xs-push-0 {
		left: auto;
	}

	.col-xs-offset-12 {
		margin-left: 100%;
	}

	.col-xs-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-xs-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-xs-offset-9 {
		margin-left: 75%;
	}

	.col-xs-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-xs-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-xs-offset-6 {
		margin-left: 50%;
	}

	.col-xs-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-xs-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-xs-offset-3 {
		margin-left: 25%;
	}

	.col-xs-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-xs-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-xs-offset-0 {
		margin-left: 0;
	}
}

@media (min-width:768px) {
	[class*=col-sm] {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0;
	}
}

@media (min-width:992px) {
	[class*=col-md] {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}
}

@media (min-width:1200px) {
	[class*=col-lg] {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}
}

@media (min-width:1340px) {
	[class*=col-xl] {
		float: left;
	}

	.col-xl-12 {
		width: 100%;
	}

	.col-xl-11 {
		width: 91.66666667%;
	}

	.col-xl-10 {
		width: 83.33333333%;
	}

	.col-xl-9 {
		width: 75%;
	}

	.col-xl-8 {
		width: 66.66666667%;
	}

	.col-xl-7 {
		width: 58.33333333%;
	}

	.col-xl-6 {
		width: 50%;
	}

	.col-xl-5 {
		width: 41.66666667%;
	}

	.col-xl-4 {
		width: 33.33333333%;
	}

	.col-xl-3 {
		width: 25%;
	}

	.col-xl-2 {
		width: 16.66666667%;
	}

	.col-xl-1 {
		width: 8.33333333%;
	}

	.col-xl-pull-12 {
		right: 100%;
	}

	.col-xl-pull-11 {
		right: 91.66666667%;
	}

	.col-xl-pull-10 {
		right: 83.33333333%;
	}

	.col-xl-pull-9 {
		right: 75%;
	}

	.col-xl-pull-8 {
		right: 66.66666667%;
	}

	.col-xl-pull-7 {
		right: 58.33333333%;
	}

	.col-xl-pull-6 {
		right: 50%;
	}

	.col-xl-pull-5 {
		right: 41.66666667%;
	}

	.col-xl-pull-4 {
		right: 33.33333333%;
	}

	.col-xl-pull-3 {
		right: 25%;
	}

	.col-xl-pull-2 {
		right: 16.66666667%;
	}

	.col-xl-pull-1 {
		right: 8.33333333%;
	}

	.col-xl-pull-0 {
		right: auto;
	}

	.col-xl-push-12 {
		left: 100%;
	}

	.col-xl-push-11 {
		left: 91.66666667%;
	}

	.col-xl-push-10 {
		left: 83.33333333%;
	}

	.col-xl-push-9 {
		left: 75%;
	}

	.col-xl-push-8 {
		left: 66.66666667%;
	}

	.col-xl-push-7 {
		left: 58.33333333%;
	}

	.col-xl-push-6 {
		left: 50%;
	}

	.col-xl-push-5 {
		left: 41.66666667%;
	}

	.col-xl-push-4 {
		left: 33.33333333%;
	}

	.col-xl-push-3 {
		left: 25%;
	}

	.col-xl-push-2 {
		left: 16.66666667%;
	}

	.col-xl-push-1 {
		left: 8.33333333%;
	}

	.col-xl-push-0 {
		left: auto;
	}

	.col-xl-offset-12 {
		margin-left: 100%;
	}

	.col-xl-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-xl-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-xl-offset-9 {
		margin-left: 75%;
	}

	.col-xl-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-xl-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-xl-offset-6 {
		margin-left: 50%;
	}

	.col-xl-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-xl-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-xl-offset-3 {
		margin-left: 25%;
	}

	.col-xl-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-xl-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-xl-offset-0 {
		margin-left: 0;
	}
}

.flb-csb {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	justify-content: space-between;
}

.flb-csb,.flb-sc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mb20 {
	margin-bottom: 20px;
}

.mb40 {
	margin-bottom: 40px;
}

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

[class*=" icon-"],[class^=icon-] {
	speak: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: icomoon!important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
}

.icon-arrow-down:before {
	content: "\e900";
}

.icon-arrow-down-left:before {
	content: "\e901";
}

.icon-arrow-down-right:before {
	content: "\e902";
}

.icon-arrow-left:before {
	content: "\e903";
}

.icon-arrow-right:before {
	content: "\e904";
}

.icon-arrow-up:before {
	content: "\e905";
}

.icon-arrow-up-left:before {
	content: "\e906";
}

.icon-arrow-up-right:before {
	content: "\e907";
}

.icon-carret-down:before {
	content: "\e908";
}

.icon-carret-left:before {
	content: "\e909";
}

.icon-carret-right:before {
	content: "\e90a";
}

.icon-carret-up:before {
	content: "\e90b";
}

.icon-check:before {
	content: "\e90c";
}

.icon-fb:before {
	content: "\e90d";
}

.icon-insta:before {
	content: "\e90e";
}

.icon-mail:before {
	content: "\e90f";
}

.icon-map:before {
	content: "\e910";
}

.icon-phonecall:before {
	content: "\e911";
}

.icon-phonecall2:before {
	content: "\e912";
}

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

.icon-tg:before {
	content: "\e914";
}

.icon-viber:before {
	content: "\e915";
}

.icon-whatsapp:before {
	content: "\e916";
}

.icon-youtube:before {
	content: "\e917";
}

.icon-play:before {
	content: "\e918";
}

.icon-copy:before {
	content: "\e919";
}

.button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 2rem;
	font-weight: 500;
	justify-content: center;
	line-height: 120%;
	padding: 20px 40.5px;
	text-align: center;
}

.button.button--green {
	background: #6c9b3c;
	color: #fff;
}

@media (min-width:992px) {
	.button.button--green:focus,.button.button--green:hover {
		background: #fff;
		color: #163f39;
	}
}

.button.button--white20 {
	background: hsla(0,0%,100%,.2);
	color: #fff;
}

@media (min-width:992px) {
	.button.button--white20:focus,.button.button--white20:hover {
		background: #133732;
	}
}

.button.button--white-main {
	background: #fff;
	border: 2px solid #163f39;
	color: #163f39;
}

@media (min-width:992px) {
	.button.button--white-main:focus,.button.button--white-main:hover {
		background: #163f39;
		color: #fff;
	}
}

.button.button--small {
	font-size: 1.2rem;
	line-height: 180%;
	padding: 12px 28px;
}

.button.button--round {
	border-radius: 64px;
}

.button.button--ttubold {
	font-weight: 700;
	text-transform: uppercase;
}

.custom-input {
	position: relative;
}

.custom-input__placeholder {
	color: #ced2df;
	font-size: 1.4rem;
	font-weight: 500;
	left: 16px;
	line-height: 180%;
	pointer-events: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.custom-input__icons,.custom-input__placeholder {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.custom-input__icons {
	height: 20px;
	right: 16px;
	width: 20px;
}

.custom-input__icons img {
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	right: 0;
	top: 0;
	width: 100%;
}

.custom-input__copy,.custom-input__icons img {
	position: absolute;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.custom-input__copy {
	color: #ced2df;
	font-size: 24px;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width:992px) {
	.custom-input__copy:hover {
		color: #163f39;
	}
}

.custom-input input {
	background: #fff;
	border: 1px solid #ced2df;
	border-radius: 8px;
	font-size: 1.4rem;
	font-weight: 500;
	font-weight: 700;
	line-height: 180%;
	padding: 34px 40px 12px 16px;
}

.custom-input.focus .custom-input__placeholder {
	font-size: 1rem;
	line-height: 100%;
	top: 12px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.custom-input.error .custom-input__icons .red {
	opacity: 1;
}

.custom-input.error input {
	border-color: red;
}

.custom-input.success .custom-input__icons .green {
	opacity: 1;
}

.custom-input.success input {
	border-color: #00bc62;
}

@media (max-width:576px) {
	.custom-input input {
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 160%;
		padding: 32px 40px 10px 16px;
	}
}

.rellax {
	display: inline;
	width: auto;
}

.support__blockquote span,h1,h2,h3,h4,h5,h6 {
	font-family: PF Kids Pro Grade Five;
}

.choose {
	position: relative;
}

.choose__item {
	cursor: pointer;
}

.choose__item.active .choose__content {
	border-color: #163f39;
}

.choose__item.active .choose__content__text{
    padding: 15px;
}

.choose__item.active .choose__button {
	background: #163f39;
	border-color: #163f39;
	color: #fff;
}

@media (min-width:992px) {
	.choose__item:focus .choose__button,.choose__item:hover .choose__button {
		background: #163f39;
		border-color: #163f39;
		color: #fff;
	}

	.choose__item:focus .choose__rating,.choose__item:hover .choose__rating {
		opacity: 1;
	}
}

.choose__item-author {
	color: #163f39;
	font-family: PF Kids Pro Grade Five;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 14px;
}

.choose__item-author a {
	border-bottom: 1px solid #6c9b3c;
	color: #6c9b3c;
	font-weight: 600;
}

.choose__item-author a:hover {
	border-color: transparent;
}

.choose__content {
	border: 1px solid #e7e9ef;
	border-radius: 24px;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
}

.choose__content__text {
    padding: 15px;
}

.choose__button {
	background: #fff;
	border: 1px solid #e7e9ef;
	border-radius: 8px;

	font-size: 1.4rem;
	font-weight: 700;
	left: 16px;
	line-height: 180%;
	padding: 6px 16px;
	pointer-events: none;
	position: absolute;
	text-transform: uppercase;
	text-transform: none;
}

	.b1{
	    bottom: 30px;
	}

	.b2{
	    bottom: 90px;
	}
.choose__rating {
	color: rgba(56,97,91,.8);
	display: none;
	font-size: 1.6rem;
	line-height: 180%;
	opacity: 0;
	text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.choose__imgcovercard {
	border: 1px solid #e7e9ef;
	border-radius: 24px;
	margin-bottom: 80px;
	margin-top: 100px;
}

.choose .swiper-slide {
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.choose .swiper-slide-active,.choose .swiper-slide-next,.choose .swiper-slide-visible {
	opacity: 1;
}

.choose .swiper-slide-next+.swiper-slide,.choose .swiper-slide-next+.swiper-slide+.swiper-slide {
	opacity: 1;
}

.choose .swiper-nav {
	top: 50%;
}

@media (max-width:991px) {
	.choose__content {
		margin-bottom: 0;
	}
	
	.choose__content__text {
        padding: 15px;
    }

	.choose__rating {
		display: none;
	}
}

@media (max-width:576px) {
	.choose .swiper-wrapper {
        display: flex;
        flex-direction: column; /* Элементы будут располагаться вертикально */
        align-items: center;
	}

	.choose .swiper-slide {
		margin-bottom: 16px;
		opacity: 1;
		width: calc(100% - 8px);
	}

	.choose .swiper-nav {
		display: none;
	}

	.choose__content {
		border-radius: 12px;
	}
	
	.choose__content__text {
    padding: 15px;
    }

	.choose__content .choose__button{
		left: 8px;
	}
	.b1{
	    bottom: 30px;
	}
	.choose__content .choose__button{
		left: 8px;
	}
	.b2{
	    bottom: 90px;
	}
}

.introbnr {
	border-radius: 24px;
	margin-top: 85px;
	overflow: hidden;
}

.introbnr,.introbnr__section {
	position: relative;
}

.introbnr__section .rellax-img1 {
	bottom: -300px;
	left: 0;
	position: absolute;
}

.introbnr__section .rellax-img2 {
	position: absolute;
	right: 0;
	top: 0;
}

.introbnr__inform {
	background: url(../img/hero/background-alpha.png) no-repeat 0 0;
	color: #fff;
	height: 410px;
	left: 0;
	padding: 103px 56px 0;
	position: absolute;
	top: 0;
	width: 1005px;
}

.introbnr__inform-smltitle {
	background: hsla(0,0%,100%,.1);
	border-radius: 24px 0;
	color: #96bfb9;
	font-size: 16px;
	font-weight: 700;
	left: 0;
	line-height: 16px;
	padding: 13px 19px 11px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
}

.introbnr__inform-text.section__text {
	color: hsla(0,0%,100%,.8);
	max-width: 380px;
}

@media (max-width:1199px) {
	.introbnr {
		margin-top: 80px;
	}

	.introbnr__inform {
		background-size: cover;
		height: 299px;
		padding: 60px 20px 0;
		width: 740px;
	}

	.introbnr__inform .introbnr__inform-text.section__text,.introbnr__inform .section__title {
		padding-left: 0;
	}

	.introbnr__inform .section__title:before {
		display: none;
	}
}

@media (max-width:767px) {
	.introbnr {
		background: #fff;
		border: 1px solid rgba(22,63,57,.1);
		margin-top: 80px;
	}

	.introbnr__img img {
		width: 100%;
	}

	.introbnr__inform {
		height: 286px;
		margin-bottom: -28%;
		max-width: 682px;
		position: relative;
		width: 100%;
	}

	.introbnr__section .rellax-img1 {
		display: none;
	}
}

.socials {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 32px;
	justify-content: flex-start;
}

.socials>* {
	margin-right: 20px;
}

.socials>:last-child {
	margin-right: 0;
}

.icon-fb,.icon-insta,.icon-mail,.icon-youtube {
	color: #e7e9ef;
}

.icon-whatsapp{
 	color: #0dbe43;   
}

.icon-tg{
    color: #27a0d9;
}

.icon-mail{
    color: #1e3b39;
}

.vk-svg svg {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.vk-svg svg path {
	fill: #07f;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.vk-svg:hover svg path {
	fill: #07f;
}

@media (min-width:992px) {
	.icon-youtube:focus,.icon-youtube:hover {
		color: red;
	}

	.icon-insta:focus,.icon-insta:hover {
		color: #e1306c;
	}

	.icon-fb:focus,.icon-fb:hover {
		color: #4267b2;
	}

	.icon-whatsapp:focus,.icon-whatsapp:hover {
		color: #0dbe43;
	}

	.icon-tg:focus,.icon-tg:hover {
		color: #27a0d9;
	}

	.icon-mail:focus,.icon-mail:hover {
		color: #1e3b39;
	}
}

.video {
	border-radius: 36px;
	overflow: hidden;
}

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

.video__img.video__img--top {
-border-bottom: 8px solid #0b1e1c;
}

.video__img.video__img--bottom {
	position: relative;
}

.video__img.video__img--bottom:before {
	background: rgba(11,30,28,.6);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.video__wrapper {
	bottom: 32px;
	left: 32px;
	max-width: calc(100% - 68px);
	position: absolute;
	width: 350px;
}

.video__icon,.video__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.video__icon {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-flex: 0;
	background: #163f39;
	border-radius: 50%;
	color: #fff;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 22px;
	height: 68px;
	justify-content: center;
	margin-right: 24px;
	width: 68px;
}

.video__name {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 6px;
}

.video__description {
	color: hsla(0,0%,100%,.8);
	font-size: 1.4rem;
	line-height: 160%;
}

@media (max-width:991px) {
	.video {
		margin-bottom: 60px;
	}

	.video__img.video__img--top {
		-border-width: 4px;
		height: calc(86vw - 34.4px);
	}

	.video__img.video__img--bottom {
		height: calc(50vw - 20px);
	}
}

@media (max-width:420px) {
	.video__wrapper {
		bottom: 16px;
		left: 16px;
		max-width: calc(100% - 32px);
	}

	.video__icon {
		font-size: 12px;
		height: 34px;
		margin-right: 12px;
		width: 34px;
	}

	.video__name {
		font-size: 1.23rem;
		margin-bottom: 4px;
	}

	.video__description {
		font-size: .8rem;
	}
}

.section {
	border-bottom: 8px solid #f5f9f8;
	overflow: hidden;
	padding-bottom: 120px;
	padding-top: 120px;
}

.section__heading {
	margin-bottom: 64px;
}

.section__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Bitter;
	font-size: 4.6rem;
	font-weight: 600;
	line-height: 120%;
	position: relative;
}

.section__title:before {
	-webkit-box-flex: 0;
	color: rgba(22,63,57,.1);
	content: attr(value) ".";
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: absolute;
	right: calc(100% + 8px);
}

.section__text {
	color: rgba(56,97,91,.8);
	font-family: Onest;
	font-size: 1.6rem;
	line-height: 180%;
	margin-top: 16px;
}

@media (max-width:991px) {
	.section {
		border-bottom: none;
		padding-bottom: 70px;
		padding-top: 70px;
	}

	.section__heading {
		margin-bottom: 44px;
	}

	.section__title {
		font-size: 3rem;
	}

	.section__title:before {
		margin-right: 6px;
		position: static;
	}

	.section__text {
		padding-left: 32px;
	}
}

@media (max-width:576px) {
	.section__title {
		font-size: 2.8rem;
	}

	.section__text {
		font-size: 1.2rem;
		padding-left: 24px;
	}
}

.about {
	background: #102d29;
	border-bottom: none;
	color: #fff;
	position: relative;
}

.about .section__heading .section__title {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.about .section__heading .section__title img {
	display: inline-block;
	margin-left: 2px;
}

.about .section__title:before {
	display: none;
}

.about .section__text {
	color: hsla(0,0%,100%,.8);
	padding-left: 0;
}

.about__background {
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: .05;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

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

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

.about__content {
	margin-right: 148px;
}

.about__wrapper {
	-webkit-box-flex: 0;
	background: hsla(0,0%,100%,.05);
	border-radius: 36px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 48px;
}

.about-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid hsla(0,0%,100%,.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 48px;
	padding-bottom: 48px;
}

.about-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.about-item__icon {
	color: hsla(0,0%,100%,.3);
	font-size: 40px;
	margin-right: 24px;
}

.about-item__icon,.about-item__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.about-item__img {
	border: 4px solid hsla(0,0%,100%,.05);
	border-radius: 50%;
	height: 80px;
	margin-right: 28px;
	overflow: hidden;
	width: 80px;
}

.about-item__description {
	color: hsla(0,0%,100%,.8);
	font-size: 1.4rem;
	line-height: 160%;
	margin-bottom: 6px;
}

.about-item__body {
	color: #fff;
	font-family: Bitter;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 120%;
}

.about-item__contacts {
	color: hsla(0,0%,100%,.8);
	font-size: 1.6rem;
	line-height: 160%;
	margin-top: 6px;
}

.about-item__contacts>* {
	display: inline-block;
}

.about-item__contacts>:after {
	color: hsla(0,0%,100%,.1);
	content: "/";
	margin-left: 6px;
	margin-right: 6px;
}

.about-item__contacts>:last-child:after {
	display: none;
}

@media (max-width:1199px) {
	.about__content {
		margin-right: 40px;
	}

	.about__wrapper {
		padding: 24px;
		width: 50%;
	}
}

@media (max-width:991px) {
	.about__container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.about__content {
		margin-bottom: 40px;
	}

	.about__wrapper {
		width: 100%;
	}

	.about-item {
		margin-bottom: 24px;
		padding-bottom: 24px;
	}

	.about-item__icon {
		margin-left: 24px;
	}

	.about-item__img {
		height: 64px;
		margin-right: 24px;
		width: 64px;
	}
}

@media (max-width:576px) {
	.about {
		padding-bottom: 40px;
		padding-top: 45px;
	}

	.about__wrapper {
		border-radius: 18px;
	}

	.about-item__body {
		font-size: 1.4rem;
	}

	.about-item__contacts,.about-item__description {
		font-size: 1.2rem;
	}

	.about-item__contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.about-item__contacts a:after {
		content: "";
		display: block;
		pointer-events: none;
		width: 100%;
	}

	.about-item__icon,.about-item__img {
		margin-right: 16px;
	}

	.about-item__icon {
		margin-left: 8px;
	}

	.about-item__img {
		height: 48px;
		width: 48px;
	}

	.about__content {
		margin-bottom: 48px;
		margin-right: 0;
	}

	.about__content .section__heading {
		margin-bottom: 28px;
	}
}

.contact {
	position: relative;
}

.contact:before {
	background: url(../img/contacts-bg-before.svg) no-repeat 50%;
	bottom: -150px;
	content: "";
	display: block;
	height: 700px;
	position: absolute;
	right: -320px;
	width: 1200px;
}

.contact__container {
	position: relative;
	z-index: 10;
}

.contact .section__heading,.contact__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.contact .section__heading {
	text-align: center;
}

.contact .section__title {
	max-width: 675px;
}

.contact .section__title:before {
	display: none;
}

.contact .section__text {
	padding-left: 0;
}

.contact .section__heading {
	margin-bottom: 48px;
}

@-webkit-keyframes slide {
	0% {
		background-position: center 0;
	}

	to {
		background-position: center 100000px;
	}
}

@keyframes slide {
	0% {
		background-position: center 0;
	}

	to {
		background-position: center 100000px;
	}
}

@-webkit-keyframes positiontoy {
	0% {
		left: 0;
	}

	to {
		left: 100%;
	}
}

@keyframes positiontoy {
	0% {
		left: 0;
	}

	to {
		left: 100%;
	}
}

.donation {
	position: relative;
}

.donation__heading {
	padding-right: 70px;
	position: relative;
}

.donation__heading:after {
	speak: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(22,63,57,.1);
	content: "\e904";
	display: inline-block;
	font-family: icomoon!important;
	font-size: 48px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.donation__heading .section__title {
	position: relative;
}

.donation__heading .section__title img {
	left: calc(100% - 20px);
	position: absolute;
	top: calc(50% - 10px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.donation__toy1 {
	-webkit-animation: toyposition 10s linear infinite;
	animation: toyposition 10s linear infinite;
	bottom: 0;
	left: 0;
	position: absolute;
}

.donation .rellax-img4-1 {
	position: absolute;
	right: 105%;
	top: 20px;
}

.donation .rellax-img4-2 {
	bottom: 20px;
	left: 99%;
	position: absolute;
}

.donation .rellax-img4 {
	left: 5%;
	position: absolute;
	top: 120px;
}

.donation__form {
	margin-bottom: 40px;
}

@-webkit-keyframes toyposition {
	0% {
		left: 0;
	}

	to {
		left: 100%;
	}
}

@keyframes toyposition {
	0% {
		left: 0;
	}

	to {
		left: 100%;
	}
}

@media (max-width:991px) {
	.donation {
		border-bottom: 8px solid #f5f9f8;
		padding-bottom: 120px;
	}

	.donation__heading {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding-right: 0;
	}

	.donation__heading:after {
		display: none;
	}

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

.footer {
	background: #051211;
	color: hsla(0,0%,100%,.5);
	font-size: 1.6rem;
	line-height: 180%;
	padding: 24px 0;
}

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

.footer__copyright {
	width: 50%;
}


.footer__nav {
	font-family: Bitter;
	margin-right: 0;
	padding-left: 0;
}

.footer__nav li {
	display: inline-block;
	list-style: none;
	margin-right: 30px;
}

.footer__nav li:last-child {
	margin-right: 0;
}

.footer__nav li a {
	border-bottom: 1px solid hsla(0,0%,100%,.3);
	color: hsla(0,0%,100%,.5);
}

.footer__nav li a:hover {
	border-color: #fff;
	color: #fff;
}

@media (max-width:991px) {
	.footer__copyright {
		margin-bottom: 28px;
		width: 100%;
	}

	.footer__nav {
		width: 100%;
	}
}

@media (max-width:576px) {
	.footer__copyright {
		font-size: 12px;
		line-height: 20px;
	}

	.footer__nav li {
		margin-bottom: 12px;
	}
}

.header {
	background: #163f39;
	color: #fff;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 50;
}

.header__garland {
	background: url(../img/body-pattern.png) repeat-x;
	height: 56px;
	left: 0;
	position: absolute;
	top: 64px;
	width: 100%;
}

.header__container {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	min-height: 64px;
}

.header__container,.header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__logo {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-flex: 0;
	align-items: center;
	background: #6c9b3c;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	padding: 9px 29px 10px 23px;
}

.header__nav {
	padding: 23px 36px 22px;
}

.header__phonecall {
	-webkit-box-flex: 0;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 2rem;
	font-weight: 500;
	line-height: 100%;
	margin-left: auto;
	margin-right: 32px;
}

.header__button {
	-webkit-box-flex: 0;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.header__nav-toggle {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	cursor: pointer;
	display: none;
	height: 40px;
	margin: 0 4px;
	order: 4;
	position: relative;
	vertical-align: middle;
	width: 40px;
}

.header__nav-toggle span {
	background: #fff;
	border-radius: 122px;
	display: block;
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.header__nav-toggle .hamburger {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.header__nav-toggle .hamburger span {
	height: 2px;
	left: 18px;
	margin: 6px 0;
	position: relative;
	top: 5px;
	width: 20px;
}

.header__nav-toggle .hamburger span:first-child {
	left: 12px;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}

.header__nav-toggle .hamburger span:nth-child(2) {
	left: 12px;
	-webkit-transition-delay: .625s;
	-o-transition-delay: .625s;
	transition-delay: .625s;
}

.header__nav-toggle .hamburger span:nth-child(3) {
	-webkit-transition-delay: .75s;
	-o-transition-delay: .75s;
	transition-delay: .75s;
	width: 14px;
}

.header__nav-toggle .cross {
	height: 100%;
	left: -1px;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(45deg) scale(.76);
	-ms-transform: rotate(45deg) scale(.76);
	transform: rotate(45deg) scale(.76);
	width: 100%;
}

.header__nav-toggle .cross span:first-child {
	height: 0%;
	left: 19px;
	position: absolute;
	top: 3%;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	width: 2px;
}

.header__nav-toggle .cross span:nth-child(2) {
	height: 2px;
	left: 8%;
	position: absolute;
	top: 18px;
	-webkit-transition-delay: .25s;
	-o-transition-delay: .25s;
	transition-delay: .25s;
	width: 0;
}

.header__nav-toggle.open .hamburger span {
	width: 0;
}

.header__nav-toggle.open .hamburger span:first-child {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.header__nav-toggle.open .hamburger span:nth-child(2) {
	-webkit-transition-delay: .125s;
	-o-transition-delay: .125s;
	transition-delay: .125s;
}

.header__nav-toggle.open .hamburger span:nth-child(3) {
	-webkit-transition-delay: .25s;
	-o-transition-delay: .25s;
	transition-delay: .25s;
}

.header__nav-toggle.open .cross span:first-child {
	height: 86%;
	-webkit-transition-delay: .625s;
	-o-transition-delay: .625s;
	transition-delay: .625s;
}

.header__nav-toggle.open .cross span:nth-child(2) {
	-webkit-transition-delay: .375s;
	-o-transition-delay: .375s;
	transition-delay: .375s;
	width: 86%;
}

.header__mobnav {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	background: rgba(5,18,17,.98);
	color: #0ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: calc(100vh - 48px);
	justify-content: space-between;
	left: 0;
	max-width: 576px;
	min-height: 540px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 16px;
	position: fixed;
	top: 48px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: 100%;
	z-index: 99;
}

.header__mobnav.open {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.header__mobnav-menu {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-bottom: 40px;
	width: 100%;
}

.header__mobnav-menu .header-nav__item {
	font-size: 20px;
	margin-bottom: 20px;
}

.header__mobnav-menu .header-nav__item a {
	color: #fff;
}

.header__mobnav-contacts {
	-ms-flex-item-align: end;
	-ms-grid-row-align: end;
	align-self: end;
	width: 100%;
}

.header__mobnav-contacts .about__wrapper {
	background: hsla(0,0%,100%,.05);
	border-radius: 20px 20px 0 0;
}

.header__mobnav-contacts .about {
	padding: 24px;
}

.header__mobnav-contacts .about-item__body {
	font-size: 1.4rem;
}

.header__mobnav-contacts .about-item__contacts,.header__mobnav-contacts .about-item__description {
	font-size: 1.2rem;
}

.header__mobnav-contacts .about-item__contacts {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header__mobnav-contacts .about-item__contacts a:after {
	content: "";
	display: block;
	pointer-events: none;
	width: 100%;
}

.header__mobnav-contacts .about-item__icon,.header__mobnav-contacts .about-item__img {
	margin-right: 16px;
}

.header__mobnav-contacts .about-item__icon {
	margin-left: 8px;
}

.header__mobnav-contacts .about-item__img {
	height: 48px;
	width: 48px;
}

.header__mobnav-contacts .about__content {
	margin-bottom: 48px;
	margin-right: 0;
}

.header__mobnav-contacts .about__content .section__heading {
	margin-bottom: 28px;
}

.header__mobnav-phone {
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
	border-bottom: 1px solid hsla(0,0%,100%,.1);
	height: 70px;
	margin-bottom: 40px;
	padding: 24px 0;
	width: 100%;
}

.header__mobnav-phone a {
	color: #fff;
	font-size: 20px;
}

@media (max-width:1399px) {
	.header__phonecall {
		font-size: 1.6rem;
	}
}

@media (max-width:1199px) {
	.header__logo {
		padding-left: 10px;
		padding-right: 16px;
	}

	.header__nav {
		padding: 12px 24px;
	}

	.header__phonecall {
		margin-right: 8px;
		padding: 10px;
	}

	.header__phonecall:before {
		speak: never;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e911";
		display: inline-block;
		font-family: icomoon!important;
		font-size: 24px;
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		line-height: 1;
		text-transform: none;
	}

	.header__phonecall span {
		display: none;
	}

	.header__button {
		font-family: Bitter;
		font-size: 1.6rem;
		padding: 10px 20px;
	}
}

.header-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: Bitter;
	font-size: 1.6rem;
	font-weight: 500;
	justify-content: flex-start;
	line-height: 100%;
}

.header-nav__item {
	margin-right: 32px;
}

.header-nav__item:last-child {
	margin-right: 0;
}

.header-nav__item a {
	border-bottom: 1px dotted hsla(0,0%,100%,.3);
}

@media (min-width:992px) {
	.header-nav__item a:focus,.header-nav__item a:hover {
		border-color: hsla(0,0%,100%,.7);
	}
}

@media (max-width:1399px) {
	.header-nav__item {
		font-size: 1.4rem;
		margin-right: 16px;
	}
}

@media (max-width:991px) {
	.header-nav,.header__phonecall {
		display: none;
	}

	.header {
		background: #163f39;
		height: 48px;
	}

	.header__container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		align-items: center;
		justify-content: space-between;
		min-height: 48px;
	}

	.header__logo {
		background: transparent;
		margin-right: auto;
		padding: 8px;
	}

	.header__logo img {
		height: 32px;
		width: 120px;
	}

	.header__button {
		-ms-flex-item-align: initial;
		-ms-grid-row-align: initial;
		align-self: auto;
		font-size: 12px;
		height: 36px;
		padding: 5px;
		width: 140px;
	}

	.header__nav-toggle {
		display: block;
	}

	.header__garland {
		top: 44px;
	}
}

.help__section {
	background: #6c9b3c;
	color: #fff;
}

.help__section .section__text {
	padding-left: 0;
}

.help__section .section__text p {
	color: hsla(0,0%,100%,.7);
	margin-bottom: 14px;
}

.help__section .section__text p:last-child {
	margin-bottom: 0;
}

.help__section .section__text p b {
	color: #fff;
}

.help__section .section__title:before {
	display: none;
}

.help__section-fotopainter {
	border: 1px solid #fefefe;
	border-radius: 24px;
}

.help__card {
	background: #fff;
	border-radius: 36px;
	-webkit-box-shadow: 0 12px 0 -6px hsla(0,0%,100%,.25);
	box-shadow: 0 12px 0 -6px hsla(0,0%,100%,.25);
	padding: 6px;
}

.help__card-foto {
	height: 285px;
	position: relative;
	width: 190px;
}

.help__card-foto .foto {
	border-radius: 48px 128px 128px 48px;
	-webkit-box-shadow: inset 0 4px 20px 10px rgba(0,0,0,.15);
	box-shadow: inset 0 4px 20px 10px rgba(0,0,0,.15);
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.help__card-foto .decor-top {
	position: absolute;
	right: -10px;
	top: 10px;
}

.help__card-foto .decor-bottom {
	bottom: 10px;
	position: absolute;
	right: -10px;
}

.help__card-caption {
	color: #163f39;
	padding-right: 10px;
	width: calc(100% - 224px);
}

.help__card-caption .section__h4 {
	font-family: PF Kids Pro Grade Five;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 10px;
}

@media (max-width:720px) {
	.help__card-foto {
		height: auto;
		width: 100%;
	}

	.help__card-foto .foto {
		border-radius: 32px;
		height: auto;
		width: 100%;
	}

	.help__card-caption {
		padding: 16px 12px 8px;
		width: 100%;
	}
}

.selectpostcard,.selectpostcard__heading {
	position: relative;
}

.selectpostcard__heading .section__title {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
}

.selectpostcard__heading .section__title img {
	bottom: 15px;
	left: 100%;
	position: absolute;
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.selectpostcard .rellax-img3 {
	bottom: 0;
	position: absolute;
	right: 5%;
}

@media (max-width:1199px) {
	.selectpostcard .rellax-img3 {
		display: none;
	}
}

@media (max-width:991px) {
	.choose .swiper-nav {
		top: 50%;
	}
}

.send {
	border-bottom: none;
}

.send.aos-animate .send__animate-img {
	bottom: 0;
}

.send__row {
	margin-left: -37.5px;
	margin-right: -37.5px;
	position: relative;
	z-index: 10;
}

.send__row [class*=col-] {
	padding-left: 37.5px;
	padding-right: 37.5px;
}

.send-preview {
	border-radius: 24px;
	overflow: hidden;
	position: relative;
}

.send-preview:after {
	content: "";
	display: block;
	padding-top: 87%;
}

.send-preview__content {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.send-preview img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.send__input {
	margin-bottom: 20px;
}

.send__share {
	margin-top: 30px;
}

.send__text {
	color: rgba(22,63,57,.8);
	font-size: 1.6rem;
	line-height: 180%;
	margin-bottom: 15px;
}

.send__animate-img {
	bottom: -200%;
	left: 70%;
	position: absolute;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

.send__animate-img.aos-animate {
	bottom: 0;
}

.send .section__title {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-right: 70px;
	position: relative;
}

.send .section__title img {
	bottom: 0;
	position: absolute;
	right: 0;
}

@media (max-width:991px) {
	.send-preview {
		display: none;
	}

	.send__share {
		text-align: center;
	}

	.send__socials {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.send__animate-img {
		left: 60%;
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
	}
}

@media (max-width:767px) {
	.send__animate-img {
		display: none;
	}

	.send .section__title {
		padding-right: 40px;
	}

	.send .section__title img {
		right: -12px;
		width: 60px;
	}
}

@media (max-width:576px) {
	.send__text {
		font-size: 1.2rem;
	}
}

.support {
	background: #102d29;
	border-bottom: none;
	color: #fff;
	padding: 0;
	position: relative;
}

.support.aos-animate .support__blockquote:nth-child(2),.support.aos-animate .support__blockquote:nth-child(4),.support.aos-animate .support__img:first-child {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.support.aos-animate .support__img:nth-last-child(2) {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.support .section__title:before {
	display: none;
}

.support .section__text {
	color: hsla(0,0%,100%,.8);
	padding-left: 0;
}

.support .section__heading {
	margin-bottom: 0;
}

.support__background {
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: .05;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

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

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

.support__content {
	margin-right: 110px;
}

.support__wrapper {
	-ms-grid-columns: 310px 20px 310px;
	-ms-grid-rows: 1fr 20px 1fr 20px 1fr;
	display: -ms-grid;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2,310px);
	grid-template-rows: repeat(3,1fr);
}

.support__wrapper>:first-child {
	-ms-grid-column: 1;
	-ms-grid-row: 1;
}

.support__wrapper>:nth-child(2) {
	-ms-grid-column: 3;
	-ms-grid-row: 1;
}

.support__wrapper>:nth-child(3) {
	-ms-grid-column: 1;
	-ms-grid-row: 3;
}

.support__wrapper>:nth-child(4) {
	-ms-grid-column: 3;
	-ms-grid-row: 3;
}

.support__wrapper>:nth-child(5) {
	-ms-grid-column: 1;
	-ms-grid-row: 5;
}

.support__wrapper>:nth-child(6) {
	-ms-grid-column: 3;
	-ms-grid-row: 5;
}

.support__wrapper>:first-child {
	-ms-grid-row-span: 2;
	-ms-grid-row: 1;
	grid-row-end: span 2;
	grid-row-start: 1;
}

.support__wrapper>:nth-last-child(2) {
	-ms-grid-row-span: 2;
	-ms-grid-row: 2;
	grid-row-end: span 2;
	grid-row-start: 2;
}

.support__img {
	overflow: hidden;
	-webkit-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-transition-delay: .25s;
	-o-transition-delay: .25s;
	transition-delay: .25s;
}

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

.support__img:first-child {
	border-radius: 0 0 24px 24px;
	-webkit-transform: translateY(-140%);
	-ms-transform: translateY(-140%);
	transform: translateY(-140%);
}

.support__img:nth-last-child(2) {
	border-radius: 24px 24px 0 0;
	-webkit-transform: translateY(140%);
	-ms-transform: translateY(140%);
	transform: translateY(140%);
}

.support__blockquote {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: hsla(0,0%,100%,.05);
	border-radius: 0 0 24px 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px 24px;
	text-align: center;
	-webkit-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}

.support__blockquote:last-child {
	border-radius: 24px 24px 0 0;
}

.support__blockquote:nth-child(2) {
	-webkit-transform: translateY(-140%);
	-ms-transform: translateY(-140%);
	transform: translateY(-140%);
}

.support__blockquote:nth-child(4) {
	-webkit-transform: translateY(140%);
	-ms-transform: translateY(140%);
	transform: translateY(140%);
}

.support__blockquote span {
	color: #fff;
	font-family: Bitter;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 6px;
	width: 100%;
}

.support__blockquote small {
	color: hsla(0,0%,100%,.8);
	font-size: 1.4rem;
	line-height: 160%;
}

@media (max-width:1199px) {
	.support__wrapper {
		-ms-grid-columns: (250px)[2];
		grid-template-columns: repeat(2,250px);
	}

	.support__blockquote {
		padding: 24px 16px;
	}

	.support__blockquote span {
		font-size: 1.8rem;
	}

	.support__content {
		margin-right: 40px;
	}
}

@media (max-width:991px) {
	.support {
		padding-bottom: 0;
		padding-top: 48px;
	}

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

	.support__content {
		margin-bottom: 40px;
		margin-right: 0;
		width: 100%;
	}

	.support .support__blockquote:nth-child(2),.support .support__blockquote:nth-child(4),.support .support__img:first-child,.support .support__img:nth-last-child(2) {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@media (max-width:991px) and (min-width:577px) {
	.support__wrapper>:first-child,.support__wrapper>:nth-child(2) {
		border-radius: 24px;
	}
}

@media (max-width:576px) {
	.support {
		padding-bottom: 40px;
		padding-top: 48px;
	}

	.support__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: initial;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		width: 540px;
	}

	.support__wrapper>:nth-child(2) {
		margin-bottom: 32px;
	}

	.support__img {
		overflow: hidden;
		width: 100%;
	}

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

	.support__img:first-child {
		border-radius: 24px 24px 0 0;
	}

	.support__blockquote {
		padding: 40px 42px;
	}

	.support__blockquote:last-child {
		border-radius: 0 0 24px 24px;
	}

	.support__blockquote small {
		font-size: 1.2rem;
	}
}

/* Создаем контейнер для снежинок */
.snow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Снежинки */
.snowflake {
  color: #fff;
  font-size: 30px;
  font-family: Arial;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
  position: absolute;
  user-select: none;
  z-index: 1000;
  will-change: transform;
  animation-name: snowfall;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 10s;
}

@keyframes snowfall {
  from {
    transform: translateY(0) rotate(0deg);
  }
  to {
    transform: translateY(100vh) rotate(360deg);
  }
}

/* Различные размеры и скорости падения снежинок */
.snowflake:nth-child(1) { left: 15%; animation-duration: 7s; animation-delay: 0s; }
.snowflake:nth-child(2) { left: 25%; animation-duration: 12s; animation-delay: 4s; }
.snowflake:nth-child(3) { left: 50%; animation-duration: 9s; animation-delay: 2s; }
.snowflake:nth-child(4) { left: 75%; animation-duration: 11s; animation-delay: 6s; }
.snowflake:nth-child(5) { left: 85%; animation-duration: 14s; animation-delay: 8s; }

   

