@import url('color.css');

@font-face {
	font-family: roboto-s;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoRegular/RobotoRegular.eot);
	src: url(../fonts/RobotoRegular/RobotoRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoRegular/RobotoRegular.woff) format("woff"), url(../fonts/RobotoRegular/RobotoRegular.ttf) format("truetype")
}

@font-face {
	font-family: roboto-s;
	font-weight: 700;
	font-style: normal;
	src: url(../fonts/RobotoBold/RobotoBold.eot);
	src: url(../fonts/RobotoBold/RobotoBold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoBold/RobotoBold.woff) format("woff"), url(../fonts/RobotoBold/RobotoBold.ttf) format("truetype")
}

@font-face {
	font-family: roboto-s;
	font-weight: 500;
	font-style: normal;
	src: url(../fonts/RobotoMedium/RobotoMedium.eot);
	src: url(../fonts/RobotoMedium/RobotoMedium.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoMedium/RobotoMedium.woff) format("woff"), url(../fonts/RobotoMedium/RobotoMedium.ttf) format("truetype")
}

@font-face {
	font-family: roboto-s;
	font-weight: 800;
	font-style: normal;
	src: url(../fonts/RobotoBlsck/RobotoBlsck.eot);
	src: url(../fonts/RobotoBlsck/RobotoBlsck.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoBlsck/RobotoBlsck.woff) format("woff"), url(../fonts/RobotoBlsck/RobotoBlsck.ttf) format("truetype")
}

@font-face {
	font-family: baron-s;
	font-weight: 700;
	font-style: normal;
	src: url(../fonts/BaronBold/BaronBold.eot);
	src: url(../fonts/BaronBold/BaronBold.eot?#iefix) format("embedded-opentype"), url(../fonts/BaronBold/BaronBold.woff) format("woff"), url(../fonts/BaronBold/BaronBold.ttf) format("truetype")
}

@font-face {
	font-family: baron-s;
	font-weight: 800;
	font-style: normal;
	src: url(../fonts/BaronBlack/BaronBlack.eot);
	src: url(../fonts/BaronBlack/BaronBlack.eot?#iefix) format("embedded-opentype"), url(../fonts/BaronBlack/BaronBlack.woff) format("woff"), url(../fonts/BaronBlack/BaronBlack.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
}

@media only screen and (min-width: 992px) {
	.container {
		max-width: 1400px !important;
	}
}

.space-between-blocks {
	padding-top: var(--space-between-blocks-small-screens);
	padding-bottom: var(--space-between-blocks-small-screens);
}

@media (min-width: 992px) {
	.space-between-blocks {
		padding-top: var(--space-between-blocks);
		padding-bottom: var(--space-between-blocks);
	}
}

::selection {
	color: var(--primary-invert);
	background-color: var(--primary);
}

.hero-nav__item i {
	color: var(--primary);
	font-size: 1.5rem;
}

/* ----------------- BUTTONS ------------------- */
.img-logo-rekvizit {
	width: 150px;
	border-radius: 0;
	margin: 10px 0px;
}

a {
	color: var(--primary);
}

a:hover {
	color: var(--secondary);
}

button {
	color: inherit;
	padding: 0;
	background: none;
	border: none;
}

button:focus {
	outline: none;
	box-shadow: none;
}

.btn {
	font-size: 0.95rem;
	padding: 0.8rem 2rem;
	border: none;
	border-radius: var(--elements-roundness);
	transition: 0.2s all;
	box-shadow: 0 10px 30px 0px rgb(0 0 0 / 5%);
}

.btn,
.btn:hover,
.btn:focus {
	outline: none;
}

.btn:hover,
.btn:focus {
	transform: scale(1.05);
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
	background: var(--gradient-primary, --primary);
	color: var(--primary-invert);
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
	background: white;
	color: var(--text-primary);
	border: 1px solid #e4e5e7;
}

.btn-primary--empty,
.btn-primary--empty:hover,
.btn-primary--empty:focus {
	color: var(--primary);
}

.btn-primary--outline,
.btn-primary--outline:hover,
.btn-primary--outline:focus {
	background: white;
	color: var(--primary);
	border: 1px solid var(--primary);
}

.btn--green,
.btn--green:hover,
.btn--green:focus {
	background: var(--Green);
	color: white;
}

.btn--black,
.btn--black:hover,
.btn--black:focus {
	background: var(--Black);
	color: white;
}

.btn--yellow,
.btn--green:hover,
.btn--green:focus {
	background: var(--Yellow);
	color: white;
}

.btn--purple,
.btn--green:hover,
.btn--green:focus {
	background: var(--Purple);
	color: white;
}

.btn--blue,
.btn--green:hover,
.btn--green:focus {
	background: var(--blue);
	color: white;
}

.btn-sm {
	padding: 0.8rem;
}

.highlight {
	color: var(--primary)
}

.highlight--green {
	color: var(--Green);
}

.highlight--yellow {
	color: var(--Yellow);
}

.highlight--blue {
	color: var(--Blue);
}

.highlight--purple {
	color: var(--Purple);
}

/* block header */

.block__header {
	margin-bottom: 2rem;
}

.block__title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
}

.block__title--big {
	font-weight: 700;
	font-size: 2rem;
	font-weight: 700;
}

@media (min-width: 992px) {
	.block__title {
		font-size: 2.5rem;
	}

	.block__title--big {
		font-size: 4.1rem;
		line-height: 1.2;
	}

	.block__header {
		margin-bottom: 4rem;
	}
}

.block__paragraph {
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.5;
	opacity: 0.9;
}

.block__paragraph--big {
	font-size: 1.1rem;
	font-weight: 400;
}

@media (min-width: 992px) {
	.block__paragraph--big {
		font-size: 1.4rem;
		line-height: 1.6;
	}
}

/* popup */
.message-container {
	padding: 20px;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 350px;
	max-height: 400px;
	z-index: 3;
}

.message {
	display: none;
	margin-bottom: 20px;
	animation: slide-up 0.5s ease-in-out;
}

.bg-primary {
	background: var(--gradient-primary, --primary);
	color: var(--primary-invert);
}

@media (max-width: 768px) {
	.message-container {
		padding: 0;
		width: 100%;
		max-width: 100%;
		left: 0;
		bottom: 0;
	}

	#messageList {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.message {
		margin-bottom: 0px;
	}
}

@keyframes slide-up {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* блик */
.btn {
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
}

.shine {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	transform: skewX(-20deg) translateX(-150%);
	pointer-events: none;
	box-shadow: 0 0 15px rgba(255, 255, 255, .3);
	animation: shining 2s infinite;
}

@keyframes shining {
	0% {
		transform: skewX(-20deg) translateX(-150%);
	}

	50% {
		transform: skewX(-20deg) translateX(-75%);
		background: rgba(255, 255, 255, 0.5);
	}

	100% {
		transform: skewX(-20deg) translateX(150%);
	}
}



/* Icons */

.fr-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 3px;
	color: var(--primary);
	background: none;
	margin-bottom: 1.5rem;
	transition: .5s;
}

.fr-icon--medium {
	font-size: 1.5rem;
	height: 3rem;
	width: 3rem;
}

.fr-icon--large {
	font-size: 1.2rem;
	height: 3.25rem;
	width: 3.25rem;
}

@media (min-width: 992px) {
	.fr-icon--large {
		height: 3.8rem;
		width: 3.8rem;
		font-size: 1.9rem;
	}
}

/* Put your blocks here */

/*------------------------------*/
/*--Header----------------*/
/*------------------------------*/
.hero {
	--hero-nav-height: 100px;
	background: var(--block-background);
	color: var(--block-text-color);
	position: relative;
	display: flex;
	flex-direction: column;
	box-shadow: inset 0 -1px 0 #e9e9ec
}

.hero-nav {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: var(--hero-nav-height);
	display: flex;
	align-items: center;
	z-index: 2
}

.hero-nav__item {
	margin: auto;
	font-size: 1.1rem
}

@media (min-width:992px) {
	.hero-nav__item {
		margin: 0 1rem
	}
}

@media (min-width:992px) {
	.nav--lg-side {
		flex-direction: row-reverse
	}
}

.hero-nav__logo {
	height: 35px
}

.hero-nav__link {
	color: inherit;
	opacity: .9;
	text-decoration: none
}

.hero-nav__link:focus,
.hero-nav__link:hover {
	color: inherit;
	text-decoration: none;
	opacity: 1
}

.ft-menu {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2000;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@media (print),
(prefers-reduced-motion:reduce) {
	.ft-menu {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important
	}
}

.ft-menu .hero-nav__item {
	width: 100%;
	margin-top: .75rem;
	margin-bottom: .75rem
}

@media (min-width:992px) {
	.ft-menu .hero-nav__item {
		width: auto;
		margin-top: 0;
		margin-bottom: 0
	}
}

.ft-menu--js-show {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.ft-menu::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: var(--primary);
	opacity: .9;
	z-index: -1
}

@media (min-width:992px) {
	.ft-menu {
		-webkit-animation-name: none;
		animation-name: none;
		position: static;
		z-index: auto
	}

	.ft-menu::before {
		content: none
	}
}

.ft-menu__slider {
	--block-background: white;
	--block-text-color: var(--text-primary);
	color: var(--block-text-color);
	background: var(--block-background);
	width: 80%;
	height: 100%;
	overflow: hidden;
	transform: translateX(-100%);
	transition: .5s transform
}

@media (min-width:992px) {
	.ft-menu__slider {
		--block-background: transparent;
		--block-text-color: var(--block-text-color);
		width: auto;
		height: auto;
		background: 0 0;
		transform: none;
		display: flex;
		align-items: center
	}
}

.ft-menu--js-show .ft-menu__slider {
	transform: translateX(0)
}

.ft-menu__close-btn {
	color: var(--primary-invert);
	position: absolute;
	right: 0;
	top: 0;
	font-size: 2rem;
	margin: 1rem;
	transform: translateX(100%);
	transition: .5s transform
}

@media (min-width:992px) {
	.ft-menu__close-btn {
		display: none
	}
}

.ft-menu--js-show .ft-menu__close-btn {
	transform: translateX(0)
}

.ft-menu__close-btn:focus,
.ft-menu__close-btn:hover {
	color: var(--primary-invert)
}

@-webkit-keyframes fadeIn {
	from {
		visibility: hidden;
		opacity: 0
	}

	to {
		visibility: visible;
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		visibility: hidden;
		opacity: 0
	}

	to {
		visibility: visible;
		opacity: 1
	}
}

@-webkit-keyframes fadeOut {
	from {
		visibility: visible;
		opacity: 1
	}

	to {
		visibility: hidden;
		opacity: 0
	}
}

@keyframes fadeOut {
	from {
		visibility: visible;
		opacity: 1
	}

	to {
		visibility: hidden;
		opacity: 0
	}
}

.fixed-nav-container {
	height: var(--hero-nav-height);
}

.hero-nav--is-sticky {
	--block-background: white;
	color: var(--block-text-color);
	background: var(--block-background);
	position: fixed !important;
	left: 0;
	right: 0;
	margin: auto;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	padding: 1rem;
	height: 60px;
	transition: .2s height;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@media (min-width:992px) {
	.hero-nav--is-sticky {
		height: 80px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		padding: 1rem 1.5rem;
	}
}

.ft-menu__slider {
	color: var(--block-text-color)
}

.hero-nav--is-sticky .ft-menu__slider {
	color: var(--text-primary)
}

.hero-nav--is-sticky .btn {
	background: var(--gradient-primary, var(--primary));
	color: var(--primary-invert)
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.ft-menu__slider .hero-nav__item {
	font-size: 1.1rem;
	padding: 0 1rem
}

@media (min-width:992px) {
	.ft-menu__slider .hero-nav__item {
		padding: 0
	}
}

.hero-nav__link {
	display: flex;
	align-items: center;
	outline: 0 !important
}

.ft-menu__slider {
	overflow-x: hidden;
	overflow-y: auto
}

@media (min-width:992px) {
	.ft-menu__slider {
		overflow: visible
	}
}

.hero-nav__item--with-dropdown {
	position: relative;
	cursor: pointer
}

@media (min-width:992px) {
	.hero-nav__item--with-dropdown::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 176%
	}
}

.hero-nav__dropdown {
	position: static;
	width: 100%;
	height: auto;
	font-size: .9rem;
	border-top: 1px solid rgba(0, 0, 0, .1);
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: .3s all;
	color: var(--text-primary);
	text-align: initial;
	cursor: auto
}

@media (min-width:992px) {
	.hero-nav__dropdown {
		position: absolute;
		top: 176%;
		left: 0;
		margin-top: 0;
		border-radius: 10px;
		border-top: none;
		box-shadow: 0 14px 50px 0 rgba(0, 0, 0, .1);
		background-color: #fff;
		z-index: 2;
		max-height: 0;
		padding: 2.3rem 3rem 2rem 2rem;
		overflow: visible;
		transition: .3s all
	}
}

.dropdown--important {
	position: absolute;
	width: auto !important;
	top: 176%;
	left: 0;
	margin-top: 0;
	border-radius: 10px;
	border-top: none;
	box-shadow: 0 14px 50px 0 rgba(0, 0, 0, .1);
	background-color: #fff;
	z-index: 2;
	max-height: 0;
	padding: 2rem;
	padding-right: 3rem;
	overflow: visible;
	transition: .3s all
}

@media (min-width:992px) {
	.dropdown--of-1-columns {
		width: 400px
	}

	.dropdown--of-2-columns {
		width: 700px
	}

	.dropdown--language-selector {
		width: 250px
	}
}

.hero-nav__item--show-dropdown .hero-nav__dropdown {
	margin-top: 1rem;
	visibility: visible;
	opacity: 1;
	max-height: 9999px;
	padding-top: 1rem
}

@media (min-width:992px) {
	.hero-nav__item--show-dropdown .hero-nav__dropdown {
		margin-top: 0;
		padding: 2.3rem 3rem 2rem 2rem
	}
}

.hero-nav__item-chevron {
	transition: .3s all
}

.hero-nav__item--show-dropdown .hero-nav__item-chevron {
	transform: rotate(180deg)
}

.hero-nav__item--dropdown-left .hero-nav__dropdown {
	transform: translateX(-15px) !important
}

.hero-nav__item--dropdown-left .hero-nav__dropdown::before {
	left: 15%;
	right: auto
}

.hero-nav__item--dropdown-right .hero-nav__dropdown {
	transform: translateX(15px) !important;
	left: auto;
	right: 0
}

.hero-nav__item--dropdown-right .hero-nav__dropdown::before {
	left: auto;
	right: 15%
}

@media (min-width:992px) {
	.hero-nav__item--lg-dropdown-left .hero-nav__dropdown {
		transform: translateX(-15px) !important;
		left: 0;
		right: auto
	}

	.hero-nav__item--lg-dropdown-left .hero-nav__dropdown::before {
		left: 15%;
		right: auto
	}

	.hero-nav__item--lg-dropdown-right .hero-nav__dropdown {
		transform: translateX(15px) !important;
		left: auto;
		right: 0
	}

	.hero-nav__item--lg-dropdown-right .hero-nav__dropdown::before {
		left: auto;
		right: 15%
	}
}

.dropdown--important::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6.85px 8.1px 6.85px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -6px;
	left: 0;
	right: 0;
	margin: auto
}

@media (min-width:992px) {
	.hero-nav__dropdown::before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 6.85px 8.1px 6.85px;
		border-color: transparent transparent #fff transparent;
		position: absolute;
		top: -6px;
		left: 0;
		right: 0;
		margin: auto
	}
}

.dropdown__title {
	color: var(--text-primary);
	opacity: .7;
	font-weight: 600;
	font-size: .9rem;
	display: block;
	margin-top: .5rem;
	margin-bottom: 1.18rem
}

.dropdown__link {
	display: flex;
	align-items: flex-start;
	position: relative;
	cursor: pointer;
	margin-bottom: 1.3rem;
	color: inherit;
	text-decoration: none
}

.dropdown__link:focus,
.dropdown__link:hover {
	color: inherit;
	text-decoration: none
}

[javascript-language-selector] .dropdown__link {
	border-radius: .5rem;
	padding: .7rem;
	margin-bottom: 3px
}

.dropdown__link::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.dropdown__link:last-child {
	margin: 0
}

[javascript-language-selector] .dropdown__link--selected,
[javascript-language-selector] .dropdown__link:focus,
[javascript-language-selector] .dropdown__link:hover {
	background: rgba(0, 0, 0, .06)
}

.dropdown__icon {
	width: 35px;
	height: 35px;
	background: var(--gradient-primary, var(--primary));
	color: var(--primary-invert);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10rem;
	font-size: 13px
}

@media (min-width:992px) {
	.dropdown__icon {
		width: 40px;
		height: 40px
	}
}

.dropdown__item {
	max-width: 250px
}

.dropdown__item-title {
	font-size: .9rem;
	font-weight: 600;
	line-height: 1.5;
	position: relative;
	z-index: -1
}

@media (min-width:992px) {
	.dropdown__item-title {
		white-space: nowrap
	}
}

.dropdown__item-title::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20%;
	width: 100%;
	background: var(--secondary);
	transform: translateY(2px);
	opacity: 0;
	transition: .2s
}

[javascript-language-selector] .dropdown__item-title {
	white-space: nowrap
}

[javascript-language-selector] .dropdown__item-title::before {
	display: none
}

.dropdown__link:focus .dropdown__item-title::before,
.dropdown__link:hover .dropdown__item-title::before {
	height: 30%;
	transform: translateY(0);
	opacity: .4
}

.dropdown__item-description {
	font-size: .9rem;
	opacity: .9;
	margin-top: .3rem;
	margin-bottom: 0
}

.dropdown__item-description,
.dropdown__item-title {
	width: 95%
}

.hero__row {
	height: 300px;
	position: static
}

@media (min-width:992px) {
	.hero__row {
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: 0
	}
}

.hero_empty-column {
	height: 100%
}

.hero__image-column {
	height: 100%;
	background-position: center;
	background-size: cover
}

.hero__content {
	text-align: initial
}

.hero__body {
	padding-top: 2rem;
	padding-bottom: 3rem;
	position: relative;
	z-index: 1
}

@media (min-width:992px) {
	.hero__body {
		padding-top: 4rem;
		padding-bottom: 7rem
	}
}

.hero__title {
	font-size: 2rem;
	font-weight: 900
}

.hero__paragraph {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.7;
	opacity: .98
}

@media (min-width:576px) {
	.hero__title {
		font-size: 2.5rem;
		line-height: 1.17
	}

	.hero__paragraph {
		width: 80%;
		margin: auto
	}
}

@media (min-width:768px) {
	.hero__title {
		font-size: 3rem
	}
}

@media (min-width:992px) {
	.hero__title {
		font-size: 4.1rem;
		line-height: 1.17
	}

	.hero__paragraph {
		font-size: 1.4rem;
		width: 80%
	}
}

@media (min-width:1200px) {
	.hero__title {
		font-size: 4.1rem;
		line-height: 1.25
	}
}

.hero__btns-container {
	margin-left: -.5rem;
	margin-right: -.5rem
}

/* HERO приложение */
.iphone-mockup {
	width: 50%;
	margin: auto;
	position: relative;
	z-index: 1
}

@media (min-width:524px) {
	.iphone-mockup {
		width: 30%
	}
}

@media (min-width:992px) {
	.iphone-mockup {
		width: 250px
	}
}

.iphone-mockup__img {
	height: auto;
	width: 100%;
	position: relative;
	z-index: 1
}

.iphone-mockup__screenshot {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto
}

.hero-11-blob-svg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	transform: scale(.8);
	color: var(--primary)
}

@media (min-width:524px) {
	.hero-11-blob-svg {
		transform: scale(.5)
	}
}

@media (min-width:992px) {
	.hero-11-blob-svg {
		transform: scale(.85)
	}
}

@media (min-width:1400px) {
	.hero__content {
		max-width: 80%
	}
}

/* promobar */
.promo-bar {
	position: fixed;
	padding: .9rem 1.5rem;
	top: -300px;
	left: 50%;
	transform: translateX(-50%);
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 5px;
	z-index: 2;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 600px;
	box-sizing: border-box;
	opacity: 0;
	transition: top 0.9s ease-out, opacity 1s ease-out; 
}

.promo-bar.show {
	top: 85px;
	opacity: 1;
}

.promo-bar i {
	margin-left: .5rem;
}

.promo-bar a.promo-text {
	color: #333;
	text-decoration: none;
	flex-grow: 1;
}

.promo-bar button.close-promo-bar {
	background: none;
	border: none;
	font-size: 1.5rem;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: .5rem;
	transform: translateY(-50%);
}

@media (max-width: 600px) {
	.promo-bar {
		left: 0;
		transform: translateY(-100%);
	}

	.promo-bar.show {
		transform: translateY(0);
		top: 70px;
	}
}



/*------------------------------*/
/*--section 2----------------*/
/*------------------------------*/
.block-12 {
	--block-background: white;
	--block-text-color: var(--text-primary);
	background: var(--block-background);
	color: var(--block-text-color);
	position: relative;
	z-index: 1
}

.block-12__shape-for-background {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 75%;
	background: linear-gradient(to top, rgba(0, 0, 0, .05) 0, transparent 70%);
	z-index: -1;
	clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%)
}

.block-12-card-1 {
	height: 100%;
	padding: 3rem 2.3rem;
	border-radius: 5px;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .09);
	position: relative;
	z-index: 1;
	transition: transform .5s;
	background: #fff;
	overflow: hidden
}

.block-12-card-invert {
	height: 100%;
	padding: 3rem 2.3rem;
	border-radius: 5px;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .09);
	position: relative;
	z-index: 1;
	transition: transform .5s;
	background: var(--primary);
	overflow: hidden
}

@media(min-width:992px) {

	.block-12-card-1,
	.block-12-card-invert {
		padding: 3rem 2.8rem
	}
}

.block-12-card-1::after,
.block-12-card-1::before,
.block-12-card-invert::after,
.block-12-card-invert::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 1px;
	background: rgb(255 255 255 / 19%);
	border-radius: 10rem;
	box-shadow: 0 0 115px 52px rgb(255 255 255 / 60%);
	z-index: -1;
	opacity: 0;
	transition: opacity 1s
}

.block-12-card-1::before {
	left: 0;
	bottom: 0;
	transform: translate(-50%, 50%)
}

.block-12-card-1::after {
	right: 0;
	top: 0;
	transform: translate(50%, -50%)
}

.block-12-card-1__icon svg,
.block-12-card-invert__icon svg {
	width: 75px;
	margin-bottom: 1.5rem
}

.block-12-card-1__icon path {
	stroke: var(--primary)
}

.block-12-card-invert__icon path {
	stroke: #fff
}

.block-12-card-1__title {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: .93rem
}

.block-12-card-invert__title {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: .93rem
}

.block-12-card-1__paragraph {
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.53;
	margin-bottom: 0
}

.block-12-card-1__content {
	position: relative;
	padding-bottom: 1rem;
	height: 100%;
	z-index: 2
}

.mb-2-1rem {
	margin-bottom: 2.1rem
}



/*------------------------------*/
/*--Section FAQ----------------*/
/*------------------------------*/
.faq-accordion-block {
	--block-background: white;
	--block-text-color: var(--text-primary);
	background: var(--block-background)
}

.faq-accordion__list {
	padding-left: 0;
	list-style: none
}

.faq-accordion {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 1.5;
	opacity: .9;
	border-top: 1px solid #e5e6ed;
	padding: 1.1rem 0;
	cursor: pointer;
	position: relative
}

.faq-accordion__title {
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 1.5;
	opacity: .9;
	margin: 0;
	padding-right: 40px
}

.faq-accordion__paragraph {
	font-size: 1.1rem;
	line-height: 1.5;
	opacity: .9;
	padding: 0 40px 1.1rem 0;
	margin: 0;
	border-bottom: 1px solid #e5e6ed
}

.faq-accordion__section--open .faq-accordion__paragraph {
	border-bottom: none
}

@media (min-width:992px) {
	.faq-accordion {
		font-size: 1.5rem
	}
}

.faq-accordion-block-accordion .faq-accordion__section--open .faq-accordion .faq-accordion__icon {
	transform: rotate(180deg)
}

.faq-accordion .faq-accordion__icon {
	position: absolute;
	right: 20px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	transition: .3s all
}

.faq-accordion__content {
	max-height: 0;
	overflow: hidden;
	transition: .4s all
}

/*------------------------------*/
/*--Section TESTIMONIALS----------------*/
/*------------------------------*/
.sliding-testimonials-block {
	--block-background: white;
	--block-text-color: var(--text-primary);
	background: var(--block-background);
	color: var(--block-text-color);
	z-index: 0;
}

.testimonial-infinite-slider__container::after,
.testimonial-infinite-slider__container::before {
	content: '';
	position: absolute;
	inset: 0;
	width: 300px;
}

.splide__track {
	padding: 2rem 0 !important
}

.splide__list {
	align-items: flex-start;
	display: flex;
	align-items: stretch;
}

.testimonial-card-1 {
	padding: 3rem 2.2rem 2.2rem 2.2rem;
	border-radius: 5px;
	position: relative;
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .09);
	display: flex;
	flex-direction: column
}

.testimonial-card-1__paragraph {
	font-size: .95rem;
	opacity: .9;
	line-height: 1.7;
	flex-grow: 1;
	padding-bottom: 1.5rem
}

.testimonial-card-1__quote-symbol {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: var(--gradient-primary, --primary);
	color: var(--primary-invert);
	font-size: 1.3rem;
	border-radius: 10rem;
	position: absolute;
	top: -25px;
	left: 30px
}

.sliding-testimonials-block-person {
	display: flex;
	align-items: center;
	margin-top: -1rem
}

.sliding-testimonials-block-person__avatar {
	width: 56px;
	height: 56px;
	border-radius: 10rem
}

.sliding-testimonials-block-person__rating {
	font-size: .75rem;
	color: var(--primary)
}

.sliding-testimonials-block-person__name {
	font-size: .87rem;
	font-weight: 600
}

.sliding-testimonials-block-person__info {
	font-size: .87rem;
	opacity: .8
}

/*------------------------------*/
/*--Section How To----------------*/
/*------------------------------*/
.steps-block {
	--block-background: white;
	--block-text-color: var(--text-primary);
	background: var(--block-background);
	color: var(--block-text-color)
}

.the-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
	margin-bottom: 2rem;
	position: relative
}

.the-step__content {
	padding: 0 1.4rem;
	text-align: center
}

@media (min-width:992px) {
	.the-step__symbol-container {
		margin-bottom: 1.2rem
	}
}

.the-step__symbol {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4.25rem;
	width: 4.25rem;
	margin-bottom: 2rem;
	font-size: 2rem;
	font-weight: 600;
	background: rgba(0, 0, 0, .08);
	border-radius: 5px
}

.the-step__title {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 1rem
}

@media (min-width:992px) {
	.the-step__title {
		font-size: 1.5rem;
		line-height: 1.5
	}
}

.the-step__paragraph {
	font-size: 1rem;
	line-height: 1.6;
	opacity: .95;
	margin: 0
}

.the-step__arrow {
	display: none
}

@media (min-width:992px) {
	.the-step__arrow {
		display: block;
		position: absolute;
		top: 17px;
		right: 0;
		left: auto;
		bottom: 0;
		font-size: 2rem;
		transform: translateX(32px);
		width: 50px
	}

	.the-step:last-of-type .the-step__arrow {
		display: none
	}
}

/*------------------------------*/
/*--Section Href Partner----------------*/
/*------------------------------*/
.block-12 {
	--block-background: white;
	--block-text-color: var(--text-primary);
	background: var(--block-background);
	color: var(--block-text-color);
	position: relative;
	z-index: 1
}

.block-12__shape-for-background {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 75%;
	background: linear-gradient(to top, rgba(0, 0, 0, .05) 0, transparent 70%);
	z-index: -1;
	clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%)
}

.card-2 {
	height: 100%;
	padding: 3rem 2.8rem;
	padding-bottom: 2.8rem;
	border-radius: 5px;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .09);
	cursor: pointer;
	position: relative;
	z-index: 1;
	transition: transform .5s;
	background: #fff;
	overflow: hidden
}

.card-2:focus,
.card-2:hover {
	box-shadow: 0 5px 50px 5px rgba(0, 0, 0, .2);
	transform: translateY(-5px) scale(1.02)
}

.card-2::after,
.card-2::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 1px;
	background: rgb(255 255 255 / 19%);
	border-radius: 10rem;
	box-shadow: 0 0 115px 52px rgb(255 255 255 / 60%);
	z-index: -1;
	opacity: 0;
	transition: opacity 1s
}

.card-2::before {
	left: 0;
	bottom: 0;
	transform: translate(-50%, 50%)
}

.card-2::after {
	right: 0;
	top: 0;
	transform: translate(50%, -50%)
}

.card-2:hover::after,
.card-2:hover::before {
	opacity: 1
}

.card-2__title {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: .93rem
}

.card-2__paragraph {
	font-size: 14.4px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.53;
	margin-bottom: 4.4rem
}

.card-2__button-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	transform: translateX(-20px);
	position: absolute;
	right: 0;
	bottom: 5px
}

.card-2__cta-text {
	font-size: 14px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: -.27px
}

.card-2__content .list-group-item {
	padding: 0.5rem 0;
}

.card-2__cta-icon {
	transition: transform .7s
}

.card-2:focus .card-1__cta-icon,
.card-2:hover .card-1__cta-icon {
	transform: translateX(5px)
}

.card-2__content {
	position: relative;
	padding-bottom: 1rem;
	height: 100%;
	z-index: 2
}

.card-2__shapes img {
	width: 115px;
	height: 50px;
	transition: transform 1s;
	transform-origin: center
}

.card-2:focus .card-1__shapes img,
.card-2:hover .card-1__shapes img {
	opacity: .4
}

.mb-2-1rem {
	margin-bottom: 2.1rem
}


.card-2_mypril {
	height: 100%;
	padding: 3rem 2.8rem;
	padding-bottom: 2.8rem;
	border-radius: 5px;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .09);
	cursor: pointer;
	position: relative;
	z-index: 1;
	transition: transform .5s;
	background: #fff;
	overflow: hidden
}

@media(max-width:992px) {
	.card-2_mypril {
		height: 100%;
		padding: 3rem 0.8rem;
		padding-bottom: 2.8rem;
		border-radius: 5px;
		box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .09);
		cursor: pointer;
		position: relative;
		z-index: 1;
		transition: transform .5s;
		background: #fff;
		overflow: hidden
	}
}

/*------------------------------*/
/*--Section Footer----------------*/
/*------------------------------*/
.block-43 {
	--block-background: white;
	--block-text-color: var(--text-primary);
	background: var(--block-background);
	color: var(--block-text-color);
	font-size: 1rem
}

.block-43__list {
	display: flex;
	flex-wrap: wrap
}

.block-43__li-1 {
	margin: 0 1.2rem;
	margin-bottom: .6rem
}

@media(min-width:992px) {
	.block-43__li-1 {
		margin: 0 1.8rem
	}
}

.block-43__link {
	color: var(--block-text-color);
	text-decoration: none
}

.block-43__link:focus,
.block-43__link:hover {
	color: inherit;
	text-decoration: underline
}

.block-43__copyrights {
	color: var(--text-primary);
	line-height: 1.7
}

/*------------------------------*/
/*--Section CTA----------------*/
/*------------------------------*/
.block-29 {
	background: var(--gradient-primary, var(--primary));
	color: var(--primary-invert);
	position: relative
}

@media(min-width:992px) {
	.block-29 {
		border-radius: 10px
	}
}

.block-29__title {
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1.3
}

.block-29__paragraph {
	font-size: 1rem;
	line-height: 1.7;
	opacity: .9
}

.block-29__paragraph,
.block-29__title {
	text-align: center
}

@media (min-width:992px) {
	.block-29__title {
		font-size: 2rem
	}

	.block-29__paragraph,
	.block-29__title {
		text-align: initial
	}

	.block-29__paragraph {
		width: 90%
	}
}

/*------------------------------*/
/*--Section Article----------------*/
/*------------------------------*/
.article-block {
	--block-background: white;
	--block-text-color: var(--text-primary);
	background: var(--block-background);
	color: var(--block-text-color)
}

.article-block__title {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1.5
}

.article-block__info {
	opacity: .95;
	font-size: .9rem;
	margin: 0
}

.article-block__author {
	color: inherit;
	position: relative;
	padding-right: 13px;
	margin-right: 13px
}

.article-block__author:focus,
.article-block__author:hover {
	color: inherit;
	text-decoration: underline
}

.article-block__author::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 90%;
	margin: auto;
	width: 3px;
	transform: rotate(10deg);
	background: var(--primary)
}

.article-block__header-img,
article img {
	width: 80%;
	border-radius: 10px;
	filter: drop-shadow(0 10px 8px rgba(0, 0, 0, .1))
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
	font-weight: 600;
	line-height: 1.5;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem
}

.article-container__title {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 0
}

.article {
	padding: 0 1.5rem
}

.article p {
	line-height: 2.1;
	margin-bottom: 1rem
}

@media (min-width:992px) {
	.article {
		padding-left: 3rem;
		padding-right: 3rem
	}
}

.article img,
.article video,
article img {
	width: 100%
}

pre {
	background: #333;
	color: #fff;
	padding: 1rem;
	border-radius: 5px
}

ol,
ul {
	line-height: 2
}

blockquote {
	margin: 0 0 1rem;
	padding: 1rem 1rem 1rem 1rem;
	background: rgba(0, 0, 0, .02);
	font-style: italic;
	margin-top: 2rem;
	border-left: 2px solid rgba(0, 0, 0, .1)
}

/*--Section Kontact----------------*/

.block-27 {
	--space-between-blocks: 2rem;
	--elements-roundness: 5px;
	--block-background: white;
	--block-text-color: var(--text-primary);
	background: var(--block-background);
	color: var(--block-text-color);
	overflow: hidden;
	position: relative;
	z-index: 1
}

.block-27__row {
	height: 300px
}

@media(min-width:992px) {
	.block-27__row {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		height: 100%
	}
}

.block-27__image-column {
	height: 100%;
	background-position: center;
	background-size: cover
}

@media(min-width:992px) {
	.block-27__image-column {
		margin: 0 !important
	}
}

.block-27__content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.block-27__bg-image {
	background-position: center;
	background-size: cover
}

.contact-form__title {
	font-size: 2.2rem;
	font-weight: 600
}

.contact-form__paragraph {
	font-size: 1.2rem;
	opacity: .9;
	line-height: 1.7
}

.block-11 {
	--block-background: white;
	--block-text-color: var(--text-primary);
	background: var(--block-background);
	color: var(--block-text-color)
}

.block-11__img {
	border-radius: 10px
}

.card-1 {
	height: 100%
}

.card-1__title {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.5
}

.card-1__paragraph {
	font-size: .95rem;
	line-height: 1.6;
	opacity: .95
}

.mb-2-1rem {
	margin-bottom: 2.1rem
}

/* TOC */
.toc-wrapper {
	max-height: 200px;
	overflow: hidden;
	position: relative;
}

#tocContainer ul,
#tocContainer li ul {
	list-style-type: none;
	padding-left: 20px;
}


.toc-wrapper::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	background: linear-gradient(transparent, white);
}

#expandTocBtn {
	display: none;
}

.toc-wrapper.expanded::after {
	display: none;
}

/*--popup----------------*/

/* Окно*/
.popup,
.popup *,
.popup :after,
.popup :before {
	box-sizing: border-box;
}

.popup {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.popup_hidden {
	display: none;
}

/* Затемнение фона */
.popup-outer {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	/* Цвет фона в формате RGB и коэффициент прозрачности */
}

/* Кнопка закрытия */
.popup-close {
	position: absolute;
	top: 45px;
	right: 15px;
	font-family: 'Open Sans';
	font-size: 30px;
	opacity: .5;
	cursor: pointer;
}

.popup-close-tg {
	position: absolute;
	top: 20px;
	right: 15px;
	font-family: 'Open Sans';
	font-size: 14px;
	color: var(--primary-invert);
	opacity: .6;
	cursor: pointer;
}

.popup-close:hover {
	opacity: 1;
}

@media (max-width: 500px) {
	.popup-close {
		top: 0;
		right: 5px;
	}
}

.popup-window {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 800px;
	border-radius: 4px;
}

/*--Logo Pay----------------*/

.block-24 {
	--block-background: white;
	--block-text-color: var(--text-primary);
	background: var(--block-background);
	color: var(--block-text-color)
}

.block-24__logo {
	max-width: 200px
}

.splide__container {
	box-sizing: border-box;
	position: relative
}

.splide__list {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	transform-style: preserve-3d
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block
}

.splide__pagination {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto
}

.splide__progress__bar {
	width: 0
}

.splide {
	outline: none;
	position: relative;
	visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible
}

.splide__slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	outline: none;
	position: relative
}

.splide__slide img {
	vertical-align: bottom
}

.splide__slider {
	position: relative
}

.splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0
}

@keyframes splide-loading {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

.splide--draggable>.splide__slider>.splide__track,
.splide--draggable>.splide__track {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.splide--fade>.splide__slider>.splide__track>.splide__list,
.splide--fade>.splide__track>.splide__list {
	display: block
}

.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide,
.splide--fade>.splide__track>.splide__list>.splide__slide {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 0
}

.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,
.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
	opacity: 1;
	position: relative;
	z-index: 1
}

.splide--rtl {
	direction: rtl
}

.splide--ttb.is-active>.splide__slider>.splide__track>.splide__list,
.splide--ttb.is-active>.splide__track>.splide__list {
	display: block
}

.splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	z-index: 1
}

.splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em
}

.splide__arrow:hover {
	opacity: .9
}

.splide__arrow:focus {
	outline: none
}

.splide__arrow--prev {
	left: 1em
}

.splide__arrow--prev svg {
	transform: scaleX(-1)
}

.splide__arrow--next {
	right: 1em
}

.splide__pagination {
	bottom: .5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1
}

.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: .7;
	padding: 0;
	transition: transform .2s linear;
	width: 8px
}

.splide__pagination__page.is-active {
	background: #fff;
	transform: scale(1.4)
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: .9
}

.splide__pagination__page:focus {
	outline: none
}

.splide__progress__bar {
	background: #ccc;
	height: 3px
}

.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide,
.splide--nav>.splide__track>.splide__list>.splide__slide {
	border: 3px solid transparent;
	cursor: pointer
}

.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,
.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
	border: 3px solid #000
}

.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide:focus,
.splide--nav>.splide__track>.splide__list>.splide__slide:focus {
	outline: none
}

.splide--rtl>.splide__arrows .splide__arrow--prev,
.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev {
	left: auto;
	right: 1em
}

.splide--rtl>.splide__arrows .splide__arrow--prev svg,
.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev svg,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg {
	transform: scaleX(1)
}

.splide--rtl>.splide__arrows .splide__arrow--next,
.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next {
	left: 1em;
	right: auto
}

.splide--rtl>.splide__arrows .splide__arrow--next svg,
.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next svg,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg {
	transform: scaleX(-1)
}

.splide--ttb>.splide__arrows .splide__arrow,
.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow {
	left: 50%;
	transform: translate(-50%)
}

.splide--ttb>.splide__arrows .splide__arrow--prev,
.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev {
	top: 1em
}

.splide--ttb>.splide__arrows .splide__arrow--prev svg,
.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev svg,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg {
	transform: rotate(-90deg)
}

.splide--ttb>.splide__arrows .splide__arrow--next,
.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next {
	bottom: 1em;
	top: auto
}

.splide--ttb>.splide__arrows .splide__arrow--next svg,
.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next svg,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg {
	transform: rotate(90deg)
}

.splide--ttb>.splide__pagination,
.splide--ttb>.splide__slider>.splide__pagination {
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: .5em;
	top: 0
}