@charset "UTF-8";

a:focus,
button:focus {
	outline: 0 !important
}

button::-moz-focus-inner {
	border: 0
}

:focus {
	outline: 0
}

blockquote {
	padding: 0;
	margin: 0
}

button,
input,
select,
textarea {
	outline: 0
}

label {
	margin-bottom: 0
}

p {
	margin: 0
}

ol,
ul {
	list-style: none;
	padding: 0;
	margin: 0
}

ol li,
ul li {
	display: block
}

dl {
	margin: 0
}

dd,
dt {
	line-height: inherit
}

dt {
	font-weight: inherit
}

dd {
	margin-bottom: 0
}

cite {
	font-style: normal
}

form {
	margin-bottom: 0
}

blockquote {
	padding-left: 0;
	border-left: 0
}

address {
	margin-top: 0;
	margin-bottom: 0
}

figure {
	margin-bottom: 0
}

html p a:hover {
	text-decoration: none
}

.bg-gray-700,
.bg-gray-700 [class^=heading-],
.bg-gray-700 h1,
.bg-gray-700 h2,
.bg-gray-700 h3,
.bg-gray-700 h4,
.bg-gray-700 h5,
.bg-gray-700 h6,
.bg-primary,
.bg-primary [class^=heading-],
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-secondary,
.bg-secondary [class^=heading-],
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6,
.context-dark,
.context-dark [class^=heading-],
.context-dark h1,
.context-dark h2,
.context-dark h3,
.context-dark h4,
.context-dark h5,
.context-dark h6 {
	color: #fff
}

body,
html {
  scroll-behavior: smooth
}

.page {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	opacity: 0
}

.page.fadeIn {
	animation-timing-function: ease-out
}

.page.fadeOut {
	animation-timing-function: ease-in
}

[data-x-mode] .page {
	opacity: 1
}

html.boxed body {
	background: #f7faff url(../images/bg-pattern-boxed.webp) repeat fixed
}

@media (min-width:1630px) {
	html.boxed .page {
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
		box-shadow: 0 0 23px 0 rgba(1, 1, 1, .1)
	}

	html.boxed .rd-navbar-static {
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto
	}

	html.boxed .rd-navbar-static.rd-navbar--is-stuck {
		max-width: 1600px;
		width: 100%;
		left: calc(50% - 1600px);
		right: calc(50% - 1600px)
	}
}

*+p {
	margin-top: 15px
}

.heading-2+p,
h2+p {
	margin-top: 12px
}

@media (min-width:992px) {

	.heading-2+p,
	h2+p {
		margin-top: 20px
	}
}

p+.heading-2,
p+h2 {
	margin-top: 15px
}

p+p {
	margin-top: 12px
}

img+p {
	margin-top: 15px
}

h3+img {
	margin-top: 42px
}

*+.row {
	margin-top: 40px
}

*+.big {
	margin-top: 20px
}

*+.text-block {
	margin-top: 30px
}

*+.button,
*+.button-group {
	margin-top: 30px
}

.row+.heading-3,
.row+h3 {
	margin-top: 80px
}

*+.button-block {
	margin-top: 30px
}

@media (min-width:992px) {
	*+.button-block {
		margin-top: 30px
	}
}

.container+.container {
	margin-top: 35px
}

.row+.row {
	margin-top: 35px
}

@media (min-width:1200px) {
	*+.rd-form {
		margin-top: 30px
	}

	.container+.container {
		margin-top: 60px
	}

	.row+.row {
		margin-top: 60px
	}
}

.text-italic {
	font-style: italic
}

.text-normal {
	font-style: normal
}

.text-underline {
	text-decoration: underline
}

.text-strike {
	text-decoration: line-through
}

.fw-thin {
	font-weight: 100
}

.fw-light {
	font-weight: 300
}

.fw-regular {
	font-weight: 400
}

.fw-medium {
	font-weight: 500
}

.fw-sbold {
	font-weight: 600
}

.fw-bold {
	font-weight: 700
}

.fw-ubold {
	font-weight: 900
}

.text-spacing-0 {
	letter-spacing: 0
}

.text-primary {
	color: #9269ff !important
}

.text-gray-800 {
	color: #1d273b
}

.row-0 {
	margin-bottom: 0
}

.row-0:empty {
	margin-bottom: 0
}

.row-0>* {
	margin-bottom: 0
}

.row-10 {
	margin-bottom: -10px
}

.row-10:empty {
	margin-bottom: 0
}

.row-10>* {
	margin-bottom: 10px
}

.row-15 {
	margin-bottom: -15px
}

.row-15:empty {
	margin-bottom: 0
}

.row-15>* {
	margin-bottom: 15px
}

.row-20 {
	margin-bottom: -20px
}

.row-20:empty {
	margin-bottom: 0
}

.row-20>* {
	margin-bottom: 20px
}

.row-30 {
	margin-bottom: -30px
}

.row-30:empty {
	margin-bottom: 0
}

.row-30>* {
	margin-bottom: 30px
}

.row-50 {
	margin-bottom: -50px
}

.row-50:empty {
	margin-bottom: 0
}

.row-50>* {
	margin-bottom: 50px
}

@media (min-width:992px) {
	.row-md-30 {
		margin-bottom: -30px
	}

	.row-md-30:empty {
		margin-bottom: 0
	}

	.row-md-30>* {
		margin-bottom: 30px
	}
}

.row-inset-20 {
	margin-left: -10px;
	margin-right: -10px
}

.row-inset-20>[class*=col] {
	padding-left: 10px;
	padding-right: 10px
}

.section-xs {
	padding: 25px 0
}

.section-sm,
.section-xl {
	padding: 60px 0
}

.section-md {
	padding: 70px 0
}

.section-lg {
	padding: 85px 0
}


html [class*=section-].section-bottom-0 {
	padding-bottom: 0
}

@media (max-width:991.98px) {

	section.section-lg:first-of-type,
	section.section-md:first-of-type,
	section.section-sm:first-of-type,
	section.section-xl:first-of-type,
	section.section-xxl:first-of-type {
		padding-top: 40px
	}
}

@media (min-width:768px) {
	.section-sm {
		padding: 60px 0
	}

	.section-md {
		padding: 70px 0
	}

	.section-lg {
		padding: 85px 0
	}
}

@media (min-width:992px) {
	.section-md {
		padding: 80px 0 90px
	}

	.section-lg {
		padding: 100px 0
	}
}

@media (min-width:1200px) {
	.section-lg {
		padding: 115px 0
	}
}

.section-single {
	display: flex;
	text-align: center
}

.section-single p {
	margin-left: auto;
	margin-right: auto
}

.section-single *+.rights {
	margin-top: 35px
}

@media (min-width:992px) {
	.section-single *+.rights {
		margin-top: 60px
	}
}

.section-single .rd-mailform-wrap {
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.section-single *+.rd-mailform-wrap {
	margin-top: 20px
}

.section-single-header {
	padding: calc(1em + 3vh) 0 calc(1em + 2vh)
}

.section-single-main {
	padding: calc(1em + 4vh) 0
}

.section-single-footer {
	padding: calc(1em + 2vh) 0 calc(1em + 3vh)
}

.section-single-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 100vh
}

.section-single-inner>* {
	width: 100%
}

.section-decoration-1 {
	position: relative
}

.section-decoration-1>* {
	position: relative;
	z-index: 1
}

.section-decoration-1:after,
.section-decoration-1:before {
	position: absolute;
	content: '';
	width: 110px;
	height: 52px;
	border-radius: 60px;
	background: #f2f5fc;
	opacity: 1
}

.section-decoration-1:before {
	left: -30px;
	top: 30%
}

.section-decoration-1:after {
	bottom: 30%;
	right: 5%
}

.section-decoration-1.section-decoration-1-mode:after {
	bottom: 20%;
	right: -30px
}

.section-decoration-2 {
	position: relative
}

.section-decoration-2>* {
	position: relative;
	z-index: 1
}

.section-decoration-2:after {
	position: absolute;
	content: url("../images/section-decorate-img-1.webp");
	right: -130px;
	top: 70px;
	display: none;
	z-index: 0
}

@media (min-width:992px) {
	.section-decoration-2:after {
		display: block
	}
}

.section-decoration-2.section-decoration-2-mode:after {
	top: 0
}

.section-decoration-3 {
	position: relative
}

.section-decoration-3>* {
	z-index: 1
}

.section-decoration-3:after {
	position: absolute;
	content: url("../images/section-decorate-img-2.webp");
	left: -10px;
	top: 150px;
	display: none
}

@media (min-width:992px) {
	.section-decoration-3:after {
		display: block
	}
}

.section-decoration-4 {
	position: relative
}

.section-decoration-4>* {
	position: relative;
	z-index: 1
}

.section-decoration-4 .decoration-img {
	position: absolute;
	left: -10px;
	top: 30%;
	display: none
}

@media (min-width:992px) {
	.section-decoration-4 .decoration-img {
		display: block
	}
}

.section-decoration-4:after,
.section-decoration-4:before {
	position: absolute;
	content: '';
	width: 110px;
	height: 52px;
	border-radius: 60px;
	background: #f2f5fc;
	opacity: 1
}

.section-decoration-4:before {
	right: -20px;
	top: 20%
}

.section-decoration-4:after {
	bottom: 20%;
	right: -50px
}

.section-decoration-5 {
	position: relative
}

.section-decoration-5>* {
	position: relative;
	z-index: 1
}

.section-decoration-5 .decoration-element {
	position: absolute;
	width: 130px;
	height: 38px;
	top: 18%;
	right: -15px;
	border-radius: 20px;
	background: rgba(255, 255, 255, .15);
	opacity: 1
}

@media (min-width:992px) {
	.section-decoration-5 .decoration-element {
		display: block
	}
}

.section-decoration-5:after,
.section-decoration-5:before {
	position: absolute;
	content: '';
	height: 38px;
	border-radius: 60px;
	background: rgba(255, 255, 255, .15);
	display: none
}

@media (min-width:992px) {

	.section-decoration-5:after,
	.section-decoration-5:before {
		display: block
	}
}

.section-decoration-5:before {
	width: 100px;
	right: 100px;
	top: 28%
}

.section-decoration-5:after {
	width: 80px;
	bottom: 18%;
	right: 40px
}

.section-decoration-6 {
	position: relative
}

.section-decoration-6>* {
	position: relative;
	z-index: 1
}

.section-decoration-6:before {
	position: absolute;
	content: '';
	width: 150px;
	height: 52px;
	bottom: 0;
	left: -25px;
	border-radius: 60px;
	background: #f2f5fc;
	display: none
}

@media (min-width:992px) {
	.section-decoration-6:before {
		display: block
	}
}

.section-decoration-7 {
	position: relative
}

.section-decoration-7>* {
	position: relative;
	z-index: 1
}

.section-decoration-7:before {
	position: absolute;
	content: '';
	width: 150px;
	height: 52px;
	top: 0;
	right: -25px;
	border-radius: 60px;
	background: #f2f5fc;
	display: none
}

@media (min-width:992px) {
	.section-decoration-7:before {
		display: block
	}
}

.grid-demo {
	letter-spacing: 0;
	text-align: center
}

.grid-demo p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.grid-demo *+p {
	margin-top: 5px
}

.grid-demo *+.row {
	margin-top: 20px
}

.grid-demo .row+.row {
	margin-top: 0
}

@media (min-width:1200px) {
	.grid-demo {
		text-align: left
	}

	.grid-demo p {
		white-space: normal;
		overflow: visible;
		text-overflow: unset
	}

	.grid-demo *+p {
		margin-top: 25px
	}
}

.grid-demo-bordered .row {
	border: 0 solid #f9fbff;
	border-top-width: 1px
}

.grid-demo-bordered .row:last-child {
	border-bottom-width: 1px
}

.grid-demo-bordered [class*=col] {
	padding: 5px 15px
}

.grid-demo-bordered [class*=col]:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	border-left: 1px solid #f9fbff
}

@media (min-width:768px) {
	.grid-demo-bordered [class*=col] {
		padding: 30px
	}
}

@media (min-width:1200px) {
	.grid-demo-bordered [class*=col] {
		padding: 50px 50px 45px
	}
}

.grid-demo-underlined .row {
	border-bottom: 1px solid #f9fbff
}

.grid-demo-underlined [class*=col] {
	padding: 5px 15px
}

@media (min-width:768px) {
	.grid-demo-underlined [class*=col] {
		padding-top: 25px;
		padding-bottom: 25px
	}
}

@media (min-width:1200px) {
	.grid-demo-underlined [class*=col] {
		padding-top: 45px;
		padding-bottom: 45px
	}
}

.bg-gray-700 .brand .brand-logo-dark,
.bg-primary .brand .brand-logo-dark,
.bg-secondary .brand .brand-logo-dark,
.context-dark .brand .brand-logo-dark {
	display: none
}

.bg-gray-700 .brand .brand-logo-light,
.bg-primary .brand .brand-logo-light,
.bg-secondary .brand .brand-logo-light,
.context-dark .brand .brand-logo-light {
	display: block
}

.bg-default {
	background-color: #fff
}

.bg-default:not([style*=background-])+.bg-default:not([style*=background-]) {
	padding-top: 0
}

.bg-gray-100 {
	background-color: #f7faff
}

.bg-gray-100:not([style*=background-])+.bg-gray-100:not([style*=background-]) {
	padding-top: 0
}

.bg-gray-200 {
	background-color: #f9fbff
}

.bg-gray-200:not([style*=background-])+.bg-gray-200:not([style*=background-]) {
	padding-top: 0
}

.bg-gray-700 {
	background-color: #2c343b
}

.bg-gray-700:not([style*=background-])+.bg-gray-700:not([style*=background-]) {
	padding-top: 0
}

.bg-primary+.bg-primary {
	padding-top: 0
}

.bg-secondary {
	background-color: #2570ff
}

.bg-secondary:not([style*=background-])+.bg-secondary:not([style*=background-]) {
	padding-top: 0
}

.bg-secondary p {
	color: #f2f5fc
}

.bg-image {
	background-size: cover;
	background-position: center
}

@media (min-width:992px) {
	html:not(.tablet):not(.mobile) .bg-fixed {
		background-attachment: fixed
	}
}

.height-fill {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch
}

.height-fill>* {
	flex-grow: 1;
	flex-shrink: 0
}

.object-inline {
	white-space: nowrap
}

.object-inline>* {
	display: inline-block;
	min-width: 20px;
	vertical-align: top;
	white-space: normal
}

.object-inline>*+* {
	margin-left: 5px
}

.oh {
	position: relative;
	overflow: hidden
}

.text-decoration-lines {
	position: relative;
	overflow: hidden;
	width: 100%
}

.text-decoration-lines-content {
	position: relative;
	display: inline-block;
	min-width: 170px;
	font-size: 13px;
	text-transform: uppercase
}

.text-decoration-lines-content::after,
.text-decoration-lines-content::before {
	content: '';
	position: absolute;
	height: 1px;
	background: #f9fbff;
	top: 50%;
	width: 100vw
}

.text-decoration-lines-content::before {
	left: 0;
	transform: translate3d(-100%, 0, 0)
}

.text-decoration-lines-content::after {
	right: 0;
	transform: translate3d(100%, 0, 0)
}

*+.text-decoration-lines {
	margin-top: 30px
}

p.rights {
	font-size: 14px;
	color: #5d6678
}

p.rights a {
	color: inherit
}

p.rights a:hover {
	color: #9269ff
}

[style*='z-index: 1000;'] {
	z-index: 1101 !important
}

.text-block>* {
	margin-left: .125em;
	margin-right: .125em
}

body {
	font-family: Roboto, sans-serif;
	font-size: 14px;
	line-height: 1.78571;
	font-weight: 300;
	color: #5d6678;
	background-color: #fff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased
}

[class^=heading-],
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 300;
	color: #1d273b
}

[class^=heading-] a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit
}

[class^=heading-] a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #9269ff
}

.heading-1,
h1 {
	font-size: 32px;
	line-height: 1.5
}

@media (min-width:1200px) {

	.heading-1,
	h1 {
		font-size: 58px;
		line-height: 1.31034
	}
}

.heading-2,
h2 {
	font-size: 32px;
	line-height: 1.5;
	letter-spacing: .02em;
	font-weight: 300
}

@media (min-width:1200px) {

	.heading-2,
	h2 {
		font-size: 42px;
		line-height: 1.30952
	}
}

.heading-3,
h3 {
	font-size: 24px;
	line-height: 1.5
}

@media (min-width:1200px) {

	.heading-3,
	h3 {
		font-size: 36px;
		line-height: 1.33333
	}
}

.heading-4,
h4 {
	font-size: 22px;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: .02em
}

@media (min-width:1200px) {

	.heading-4,
	h4 {
		font-size: 22px;
		line-height: 1.31818
	}
}

.heading-5,
h5 {
	font-size: 18px;
	line-height: 1.5
}

@media (min-width:1200px) {

	.heading-5,
	h5 {
		font-size: 18px;
		line-height: 1.44444
	}
}

.heading-6,
h6 {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .02em;
	font-weight: 500
}

@media (min-width:1200px) {

	.heading-6,
	h6 {
		font-size: 16px;
		line-height: 1.5
	}
}

.small,
small {
	display: block;
	font-size: 12px;
	line-height: 1.5
}

.mark,
mark {
	padding: 3px 5px;
	color: #fff;
	background: #9269ff
}

.big {
	font-size: 18px;
	line-height: 1.55556
}

.lead {
	font-size: 24px;
	line-height: 34px;
	font-weight: 300
}

code {
	padding: 3px 5px;
	border-radius: .2rem;
	font-size: 90%;
	color: #111;
	background: #f7faff
}

p [style*=max-width] {
	display: inline-block
}

::selection {
	background: #9269ff;
	color: #fff
}

::-moz-selection {
	background: #9269ff;
	color: #fff
}

.brand {
	display: inline-block
}

.brand .brand-logo-light {
	display: none
}

.brand .brand-logo-dark {
	display: block
}

a {
	transition: all .3s ease-in-out
}

a,
a:active,
a:focus,
a:hover {
	text-decoration: none
}

a,
a:active,
a:focus {
	color: #9269ff
}

a:hover {
	color: #2570ff
}

a[href*=mailto],
a[href*=tel] {
	white-space: nowrap
}

.link-hover {
	color: #2570ff
}

.link-press {
	color: #9269ff
}

.privacy-link {
	display: inline-block
}

*+.privacy-link {
	margin-top: 25px
}

.block-center,
.block-lg,
.block-sm,
.block-xs {
	margin-left: auto;
	margin-right: auto
}

.block-xs {
	max-width: 400px
}

.block-sm {
	max-width: 500px
}

.block-lg {
	max-width: 768px
}

.block-center {
	padding: 10px
}

.block-center:hover .block-center-header {
	background-color: #9269ff
}

.block-center-title {
	background-color: #fff
}

@media (max-width:1599.98px) {
	.block-center {
		padding: 20px
	}

	.block-center:hover .block-center-header {
		background-color: #fff
	}

	.block-center-header {
		background-color: #9269ff
	}
}

.block-img-decoration {
	background: url("../images/img-decoration-bg.webp") no-repeat center bottom
}

.box-counter {
	position: relative;
	text-align: center;
	color: #2c343b
}

.box-counter-title {
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: -.025em
}

.box-counter-main {
	font-family: Roboto, sans-serif;
	font-size: 45px;
	font-weight: 400;
	line-height: 1.2
}

.box-counter-main>* {
	display: inline;
	font: inherit
}

.box-counter-main .small {
	font-size: 28px
}

.box-counter-main .small_top {
	position: relative;
	top: .2em;
	vertical-align: top
}

.box-counter-divider {
	font-size: 0;
	line-height: 0
}

.box-counter-divider::after {
	content: '';
	display: inline-block;
	width: 80px;
	height: 2px;
	background: #9269ff
}

*+.box-counter-title {
	margin-top: 10px
}

*+.box-counter-main {
	margin-top: 20px
}

*+.box-counter-divider {
	margin-top: 10px
}

@media (min-width:768px) {
	.box-counter-title {
		font-size: 18px
	}
}

@media (min-width:1200px) {
	.box-counter-main {
		font-size: 60px
	}

	.box-counter-main .small {
		font-size: 36px
	}

	*+.box-counter-main {
		margin-top: 30px
	}

	*+.box-counter-divider {
		margin-top: 15px
	}

	*+.box-counter-title {
		margin-top: 18px
	}
}

.bg-primary .box-counter {
	color: #fff
}

.bg-primary .box-counter-divider::after {
	background: #fff
}

.box-contact-form {
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 35px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 44px rgba(17, 29, 48, .06)
}

.box-contact-form .rd-form .button {
	padding: 8px 20px;
	min-height: auto
}

@media (min-width:1200px) {
	.box-contact-form {
		padding: 42px 52px
	}

	.box-contact-form *+.rd-mailform {
		margin-top: 30px
	}
}

.arrow-block {
	display: none;
	position: absolute
}

@media (min-width:1200px) {
	.arrow-block {
		display: block
	}
}

.arrow-block.arrow-1 {
	left: -100px;
	top: 125%
}

.arrow-block.arrow-2 {
	left: 60px
}

.arrow-block.arrow-3 {
	left: -250px;
	top: 115%
}

.arrow-block.arrow-4 {
	left: 60px
}

.box-icon-classic {
	padding: 35px 30px;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 44px rgba(17, 29, 48, .06);
	transition: ease-in-out .3s
}

.box-icon-classic p {
	font-size: 16px
}

.box-icon-classic:hover {
	box-shadow: 0 4px 44px rgba(17, 29, 48, .26)
}

@media (min-width:992px) {
	.box-icon-classic {
		padding: 45px 40px
	}
}

.box-icon-classic .icon-main {
	position: relative;
	width: 92px;
	height: 92px;
	color: #fff;
	font-size: 36px;
	line-height: 92px;
	border-radius: 50%;
	background: #9269ff;
	box-shadow: 0 8px 32px rgba(146, 105, 255, .5)
}

.box-icon-classic .icon-main>svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.box-icon-classic .icon-main>svg>* {
	fill: #ffffff
}

.box-icon-classic *+.box-icon-title {
	margin-top: 45px
}

.box-icon-classic .box-icon-title {
	font-weight: 400;
	text-transform: capitalize
}

.box-icon-classic p {
	letter-spacing: .02em
}

.box-icon-classic *+.button-link {
	margin-top: 30px
}

.box-icon-classic .button-link,
.box-icon-classic .button-link:active,
.box-icon-classic .button-link:focus {
	color: #5d6678
}

.box-icon-classic .button-link:hover {
	color: #9269ff
}

.box-icon-modern {
	display: inline-block;
	max-width: 460px;
	text-align: center;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 4px 44px rgba(17, 29, 48, .06);
	padding: 35px 30px
}

.box-icon-modern .box-icon-modern-title {
	text-transform: capitalize;
	font-weight: 300
}

@media (min-width:576px) {
	.box-icon-modern {
		text-align: left
	}

	.box-icon-modern .box-icon-main {
		width: 80px;
		text-align: center
	}
}

@media (min-width:992px) {
	.box-icon-modern {
		padding: 40px 35px
	}
}

html .group {
	margin-bottom: -20px;
	margin-left: -15px
}

html .group:empty {
	margin-bottom: 0;
	margin-left: 0
}

html .group>* {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 15px
}

html .group-sm {
	margin-bottom: -10px;
	margin-left: -10px
}

html .group-sm:empty {
	margin-bottom: 0;
	margin-left: 0
}

html .group-sm>* {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px
}

html .group-lg {
	margin-bottom: -20px;
	margin-left: -20px
}

html .group-lg:empty {
	margin-bottom: 0;
	margin-left: 0
}

html .group-lg>* {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px
}

html .group-xl {
	margin-bottom: -20px;
	margin-left: -30px
}

html .group-xl:empty {
	margin-bottom: 0;
	margin-left: 0
}

html .group-xl>* {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 30px
}

@media (min-width:992px) {
	html .group-xl {
		margin-bottom: -20px;
		margin-left: -45px
	}

	html .group-xl>* {
		margin-bottom: 20px;
		margin-left: 45px
	}
}

html .group-custom {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 100%
}

html .group-custom>* {
	flex: 0 1 100%;
	padding-left: 20px;
	padding-right: 20px
}

@media (min-width:576px) {
	html .group-custom {
		flex-wrap: nowrap
	}

	html .group-custom>* {
		flex: 1 1 auto
	}
}

*+.group-sm {
	margin-top: 30px
}

*+.group-xl {
	margin-top: 20px
}

.button-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -25px;
	margin-bottom: -20px
}

.button-group>* {
	margin-left: 25px;
	margin-bottom: 20px
}

.list>li+li {
	margin-top: 10px
}

.list-xs>li+li {
	margin-top: 5px
}

.list-sm>li {
	margin-right: 10px
}

.list-md>li+li {
	margin-top: 18px
}

.list-lg>li+li {
	margin-top: 25px
}

.list-xl>li+li {
	margin-top: 30px
}

@media (min-width:768px) {
	.list-xl>li+li {
		margin-top: 60px
	}
}

.list-inline>li {
	display: inline-block
}

html .list-inline-md {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -10px;
	margin-right: -10px
}

html .list-inline-md>* {
	margin-top: 8px;
	padding-left: 10px;
	padding-right: 10px
}

@media (min-width:992px) {
	html .list-inline-md {
		margin-left: -15px;
		margin-right: -15px
	}

	html .list-inline-md>* {
		padding-left: 15px;
		padding-right: 15px
	}
}

.index-list {
	counter-reset: li
}

.index-list>li .list-index-counter:before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li
}

.contact-list {
	letter-spacing: -.02em
}

.contact-list span {
	display: inline-block;
	font-weight: 500;
	color: #9269ff;
	margin-right: 10px
}

.contact-list a,
.contact-list a:active,
.contact-list a:focus {
	color: #5d6678
}

.contact-list a:hover {
	color: #9269ff
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-responsive {
	width: 100%
}

.icon {
	display: inline-block;
	font-size: 16px;
	line-height: 1
}

.icon::before {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none
}

.table-custom {
	width: 100%;
	max-width: 100%;
	text-align: left;
	background: #fff;
	border-collapse: collapse
}

.table-custom td,
.table-custom th {
	color: #2c343b;
	background: #fff;
	white-space: nowrap
}

.table-custom th {
	padding: 35px 24px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	background: #f9fbff
}

@media (max-width:991.98px) {
	.table-custom th {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.table-custom td {
	padding: 17px 24px
}

.table-custom tbody tr:first-child td {
	border-top: 0
}

.table-custom tr td {
	border-bottom: 1px solid #dcdfe5
}

.table-custom tfoot td {
	font-weight: 500
}

*+.table-custom-responsive {
	margin-top: 30px
}

@media (min-width:768px) {
	*+.table-custom-responsive {
		margin-top: 40px
	}
}

.table-custom.table-custom-primary thead th {
	color: #fff;
	background: #9269ff;
	border: 0
}

.table-custom.table-custom-primary tbody tr:hover td {
	background: #f9fbff
}

.table-custom.table-custom-bordered tr td:first-child {
	border-left: 0
}

.table-custom.table-custom-bordered tr td:last-child {
	border-right: 0
}

.table-custom.table-custom-bordered td {
	border: 1px solid #dcdfe5
}

.table-custom.table-custom-bordered tbody>tr:first-of-type>td {
	border-top: 0
}

.table-custom.table-custom-striped {
	border-bottom: 1px solid #dcdfe5
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
	background: 0 0
}

.table-custom.table-custom-striped tbody tr:nth-of-type(2n) td {
	background: #f9fbff
}

.table-custom.table-custom-striped tbody td {
	border: 0
}

.table-custom.table-custom-striped tfoot td:not(:first-child) {
	border-left: 0
}

@media (max-width:991.98px) {
	.table-custom-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.table-custom-responsive.table-bordered {
		border: 0
	}
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #f9fbff;
	opacity: 1
}

.divider {
	font-size: 0;
	line-height: 0
}

.divider::after {
	content: '';
	display: inline-block;
	width: 60px;
	height: 2px;
	background-color: #9269ff
}

.button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 11px 20px;
	font-size: 14px;
	line-height: 17px;
	border: 1px solid;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: 250ms all ease-in-out
}

.button-block {
	display: block;
	width: 100%
}

.button-default,
.button-default:focus {
	color: #dcdfe5;
	background-color: #2c343b;
	border-color: #2c343b
}

.button-default.active,
.button-default:active,
.button-default:hover {
	color: #fff;
	background-color: #9269ff;
	border-color: #9269ff
}

.button-default.button-ujarak::before {
	background: #9269ff
}

.button-gray-100,
.button-gray-100:focus {
	color: #1d273b;
	background-color: #f7faff;
	border-color: #f7faff
}

.button-gray-100.active,
.button-gray-100:active,
.button-gray-100:hover {
	color: #1d273b;
	background-color: #deeaff;
	border-color: #deeaff
}

.button-gray-100.button-ujarak::before {
	background: #deeaff
}

.button-primary,
.button-primary:focus {
	color: #fff;
	background-color: #9269ff;
	border-color: #9269ff
}

.button-primary.active,
.button-primary:active,
.button-primary:hover {
	color: #fff;
	background-color: #2570ff;
	border-color: #2570ff
}

.button-primary.button-ujarak::before {
	background: #2570ff
}

.button-default-outline,
.button-default-outline:focus {
	color: #5d6678;
	background-color: transparent;
	border-color: #dcdfe5
}

.button-default-outline.active,
.button-default-outline:active,
.button-default-outline:hover {
	color: #fff;
	background-color: #9269ff;
	border-color: #9269ff
}

.button-default-outline.button-ujarak::before {
	background: #9269ff
}

.bg-secondary .button-default-outline,
.bg-secondary .button-default-outline:focus {
	color: #fff;
	background-color: transparent;
	border-color: #fff
}

.bg-secondary .button-default-outline.active,
.bg-secondary .button-default-outline:active,
.bg-secondary .button-default-outline:hover {
	color: #2570ff;
	background-color: #fff;
	border-color: #fff
}

.bg-secondary .button-default-outline.button-ujarak::before {
	background: #fff
}

.button-ghost {
	border: 0;
	background-color: transparent
}

.button-ghost:hover {
	color: #fff;
	background: #9269ff
}

.button-facebook,
.button-facebook:focus {
	color: #fff;
	background-color: #4d70a8;
	border-color: #4d70a8
}

.button-facebook.active,
.button-facebook:active,
.button-facebook:hover {
	color: #fff;
	background-color: #456497;
	border-color: #456497
}

.button-facebook.button-ujarak::before {
	background: #456497
}

.button-shadow {
	box-shadow: 0 8px 32px rgba(146, 105, 255, .5)
}

.button-shadow:hover {
	box-shadow: 0 8px 32px rgba(37, 112, 255, .46)
}

.button-shadow:active,
.button-shadow:focus {
	box-shadow: none
}

.button-ujarak {
	position: relative;
	z-index: 0;
	transition: background .4s, border-color .4s, color .4s
}

.button-ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #9269ff;
	z-index: -1;
	opacity: 0;
	transform: scale3d(.7, 1, 1);
	transition: transform .42s, opacity .42s;
	border-radius: inherit
}

.button-ujarak,
.button-ujarak::before {
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}

.button-ujarak:hover {
	transition: background .4s .4s, border-color .4s 0s, color .2s 0s
}

.button-ujarak:hover::before {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
}

.button-xs {
	padding: 8px 17px
}

.button-sm {
	padding: 8px 20px;
	font-size: 14px;
	line-height: 17px
}

.button-lg {
	padding: 14px 20px;
	font-size: 14px;
	line-height: 17px
}

.button-xl {
	padding: 16px 50px;
	font-size: 16px;
	line-height: 28px
}

@media (min-width:992px) {
	.button-xl {
		padding: 20px 80px
	}
}

.button-round-1 {
	border-radius: 5px
}

.button-round-2 {
	border-radius: 10px
}

.button.button-icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle
}

.button.button-icon .icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	font-size: 1.55em;
	line-height: 1em
}

.button.button-icon-left .icon {
	padding-right: 11px
}

.button.button-icon-right {
	flex-direction: row-reverse
}

.button.button-icon-right .icon {
	padding-left: 11px
}

.button.button-icon.button-link .icon {
	top: 5px;
	font-size: 1em
}

.button.button-icon.button-xs .icon {
	top: .05em;
	font-size: 1.2em;
	padding-right: 8px
}

.button.button-icon.button-xs .button-icon-right {
	padding-left: 8px
}

.btn-primary {
	border-radius: 3px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	transition: .33s
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus {
	color: #fff;
	background: #9269ff;
	border-color: #9269ff
}

.btn-primary:hover {
	color: #fff;
	background: #000;
	border-color: #000
}

.button-link {
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1;
	font-weight: 500
}

.button-link .icon {
	margin-left: 10px;
	font-size: 12px
}

.button-link.button-video,
.button-link.button-video:active,
.button-link.button-video:focus {
	color: #5d6678
}

.button-link.button-video:hover {
	color: #2570ff
}

.button-link.button-video .icon {
	margin-top: -2px;
	margin-left: 12px;
	width: 36px;
	height: 36px;
	font-size: 12px;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #dcdfe5;
	transition: 250ms all ease-in-out
}

.button-link.button-video:hover .icon {
	border-color: #2570ff
}

.rd-form {
	position: relative;
	text-align: left
}

.rd-form .button {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 46px
}

*+.rd-form {
	margin-top: 20px
}

input:-webkit-autofill~.form-validation,
input:-webkit-autofill~label {
	color: #000 !important
}

.form-wrap {
	position: relative
}

.form-wrap.has-error .form-input {
	border-color: #f5543f
}

.form-wrap.has-focus .form-input {
	border-color: #9269ff
}

.form-wrap+* {
	margin-top: 20px
}

.error-msg {
	position: absolute;
	color: #f5543f;
	font-size: 10px
}

.form-input {
	display: block;
	width: 100%;
	min-height: 46px;
	padding: 10px 19px;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	color: #adb6c7;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	border: 1px solid #dcdfe5
}

.form-input:focus {
	outline: 0
}

.form-input.form-input-shadow {
	border-color: transparent;
	box-shadow: 0 4px 44px rgba(17, 29, 48, .06)
}

textarea.form-input {
	height: 135px;
	min-height: 46px;
	max-height: 230px;
	resize: vertical
}

.form-label,
.form-label-outside {
	margin-bottom: 0;
	color: #adb6c7;
	font-weight: 300
}

.form-label {
	position: absolute;
	top: 23px;
	left: 0;
	right: 0;
	padding-left: 19px;
	padding-right: 19px;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	pointer-events: none;
	text-align: left;
	z-index: 9;
	transition: .25s;
	will-change: transform;
	transform: translateY(-50%)
}

.form-label.focus {
	opacity: 0
}

.form-label.auto-fill {
	color: #adb6c7
}

.form-label-outside {
	width: 100%;
	margin-bottom: 4px
}

@media (min-width:768px) {
	.form-label-outside {
		position: static
	}

	.form-label-outside,
	.form-label-outside.auto-fill,
	.form-label-outside.focus {
		transform: none
	}
}

[data-x-mode=true] .form-label {
	pointer-events: auto
}

.form-validation {
	position: absolute;
	right: 8px;
	top: 0;
	z-index: 11;
	margin-top: 2px;
	font-size: 9px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0;
	color: #f5543f;
	transition: .3s
}

.form-validation-left .form-validation {
	right: auto;
	left: 8px
}

#form-output-global {
	position: fixed;
	bottom: 30px;
	margin-right: 15px;
	left: 15px;
	z-index: 2000;
	visibility: hidden;
	transform: translate3d(-500px, 0, 0);
	transition: .3s all ease
}

#form-output-global.active {
	visibility: visible;
	transform: translate3d(0, 0, 0)
}

@media (min-width:576px) {
	#form-output-global {
		left: 30px
	}
}

.form-output {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 2px;
	transition: .3s;
	opacity: 0;
	visibility: hidden
}

.form-output.active {
	opacity: 1;
	visibility: visible
}

.form-output.error {
	color: #f5543f
}

.form-output.success {
	color: #98bf44
}

.rd-form-inline {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	text-align: center
}

.rd-form-inline>* {
	margin-top: 0
}

.rd-form-inline .form-wrap {
	flex-grow: 1;
	min-width: 185px
}

.rd-form-inline .form-wrap-select {
	text-align: left
}

.rd-form-inline .form-button {
	margin-top: 10px;
	flex-shrink: 0;
	max-width: 100%;
	width: 100%;
	min-height: 46px
}

.rd-form-inline .form-button .button {
	min-height: inherit
}

@media (min-width:576px) {
	.rd-form-inline .form-wrap .form-input {
		width: calc(100% + 10px)
	}

	.rd-form-inline .form-button {
		margin-top: 0;
		width: inherit
	}

	.rd-form-inline .button {
		display: block
	}
}

.rd-form-inline.rd-form-inline-centered {
	justify-content: center
}

.form-sm .button,
.form-sm .form-input {
	padding-top: 9px;
	padding-bottom: 9px;
	min-height: 40px
}

.form-sm .form-validation {
	top: -16px
}

.form-sm .form-label {
	top: 20px
}

.form-sm *+.button {
	margin-top: 10px
}

.form-lg .form-input,
.form-lg .form-label,
.form-lg .select2-container .select2-choice {
	font-size: 16px
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
	font-size: 16px;
	padding-top: 17px;
	padding-bottom: 17px
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
	min-height: 58px
}

.form-lg .form-button {
	min-height: 60px
}

.figure-light figcaption {
	padding-top: 10px;
	color: #adb6c7
}


.snackbars {
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-align: left;
	background-color: #1d273b;
	border-radius: 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
	font-size: 14px
}

.snackbars .icon-xxs {
	font-size: 18px
}

.snackbars p span:last-child {
	padding-left: 14px
}

.snackbars-left {
	display: inline-block;
	margin-bottom: 0
}

.snackbars-right {
	display: inline-block;
	float: right;
	text-transform: uppercase
}

.snackbars-right:hover {
	text-decoration: underline
}

@media (min-width:576px) {
	.snackbars {
		max-width: 540px;
		padding: 12px 15px;
		font-size: 15px
	}
}

.footer-classic {
	letter-spacing: .02em
}

.footer-classic *+.contact-list {
	margin-top: 40px
}

.footer-classic .footer-title {
	padding-top: 30px;
	text-transform: capitalize
}

.footer-classic .footer-title+* {
	margin-top: 35px
}

.footer-classic .footer-list a,
.footer-classic .footer-list a:active,
.footer-classic .footer-list a:focus {
	color: #5d6678
}

.footer-classic .footer-list a:hover {
	color: #9269ff
}
.footer-classic .footer-list-inline {
	font-size: 12px;
	letter-spacing: .02em
}

.footer-classic .footer-list-inline>* {
	display: inline-block
}

.footer-classic .footer-list-inline li+li {
	margin-left: 30px
}

.footer-classic .footer-list-inline a,
.footer-classic .footer-list-inline a:active,
.footer-classic .footer-list-inline a:focus {
	color: #5d6678
}

.footer-classic .footer-list-inline a:hover {
	color: #9269ff
}

.footer-classic .rights {
	font-size: 12px;
	letter-spacing: .02em
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	opacity: 1
}

.animated.infinite {
	animation-iteration-count: infinite
}

.animated.hinge {
	animation-duration: 2s
}

.animate-box {
	overflow: hidden
}

.animate-box p {
	font-size: 16px
}

html:not(.lt-ie10) .not-animated {
	opacity: 0
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fadeIn {
	animation-name: fadeIn
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		transform: none
	}
}

.fadeInUp {
	animation-name: fadeInUp
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		transform: none
	}
}

.fadeInDown {
	animation-name: fadeInDown
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		transform: none
	}
}

.fadeInLeft {
	animation-name: fadeInLeft
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		transform: none
	}
}

.fadeInRight {
	animation-name: fadeInRight
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.fadeOut {
	animation-name: fadeOut
}

@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	100% {
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown {
	animation-name: slideInDown
}

@keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	100% {
		transform: translate3d(0, 0, 0)
	}
}

.slideInLeft {
	animation-name: slideInLeft
}

@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	100% {
		transform: translate3d(0, 0, 0)
	}
}

.slideInRight {
	animation-name: slideInRight
}

@keyframes slideOutDown {
	0% {
		transform: translate3d(0, 0, 0)
	}

	100% {
		visibility: hidden;
		transform: translate3d(0, 100%, 0)
	}
}

.slideOutDown {
	animation-name: slideOutDown
}

.preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: #fff;
	transition: .3s all ease
}

.preloader.loaded {
	opacity: 0;
	visibility: hidden
}

.preloader-body {
	text-align: center
}

.preloader-body p {
	position: relative;
	right: -8px
}

.cssload-container {
	width: 100%;
	height: 36px;
	text-align: center
}

.cssload-speeding-wheel {
	width: 36px;
	height: 36px;
	margin: 0 auto;
	border: 3px solid #9269ff;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	animation: cssload-spin .88s infinite linear
}

@keyframes cssload-spin {
	100% {
		transform: rotate(360deg)
	}
}

.ui-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	width: 46px;
	height: 46px;
	font-size: 20px;
	line-height: 42px;
	color: #fff;
	background: #9269ff;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: .45s all ease-in-out;
	transform: translate3d(0, 100px, 0)
}

.ui-to-top:hover {
	color: #fff;
	background: #111;
	text-decoration: none
}

.ui-to-top:focus {
	color: #fff
}

.ui-to-top.active {
	transform: translate3d(0, 0, 0)
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
	display: none !important
}

@media (min-width:576px) {
	.ui-to-top {
		right: 40px;
		bottom: 40px
	}
}

@keyframes rd-navbar-slide-down {
	0% {
		transform: translateY(-100%)
	}

	100% {
		transform: translateY(0)
	}
}

@keyframes rd-navbar-slide-up {
	0% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(-100%)
	}
}

.rd-menu,
.rd-navbar,
.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-fixed .rd-navbar-submenu,
.rd-navbar-nav,
.rd-navbar-panel,
.rd-navbar-static .rd-menu,
.rd-navbar-wrap {
	transition: .35s all cubic-bezier(.65, .05, .36, 1)
}

.rd-navbar--no-transition,
.rd-navbar--no-transition * {
	transition: none !important
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
	display: none
}

.rd-navbar.rd-navbar-fixed+.rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar+.rd-navbar.rd-navbar--is-clone {
	display: none
}

.rd-navbar {
	display: none;
	background: #fff
}

.rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #1d273b;
	background-color: transparent;
	border: none;
	display: none
}

.rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	transition: .3s all ease
}

.rd-navbar-toggle span:after {
	top: 8px
}

.rd-navbar-toggle span,
.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before {
	width: 24px;
	height: 4px;
	background-color: #1d273b;
	backface-visibility: hidden;
	border-radius: 4px
}

.rd-navbar-toggle span {
	transform: rotate(180deg)
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before {
	transform-origin: 1.71429px center
}

.rd-navbar-toggle.active span {
	transform: rotate(360deg)
}

.rd-navbar-toggle.active span:after,
.rd-navbar-toggle.active span:before {
	top: 0;
	width: 15px
}

.rd-navbar-toggle.active span:before {
	-webkit-transform: rotate3d(0, 0, 1, -40deg);
	transform: rotate3d(0, 0, 1, -40deg)
}

.rd-navbar-toggle.active span:after {
	-webkit-transform: rotate3d(0, 0, 1, 40deg);
	transform: rotate3d(0, 0, 1, 40deg)
}


.rd-navbar-brand a {
	display: block
}

.rd-navbar-dropdown {
	display: none
}

.rd-navbar-static {
	display: block
}

.rd-navbar-static .rd-nav-item {
	display: inline-block
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link,
.rd-navbar-static .rd-nav-item.opened .rd-nav-link {
	color: #5d6678
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link:before,
.rd-navbar-static .rd-nav-item.opened .rd-nav-link:before {
	width: 100%
}


.rd-navbar-static .rd-nav-item.active .rd-nav-link {
	color: #5d6678
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link:before {
	width: 100%
}


.rd-navbar-static .rd-nav-item+.rd-nav-item {
	margin-left: 38px
}

.rd-navbar-static .rd-nav-link {
	position: relative;
	display: inline-block;
	color: #5d6678;
	font-size: 16px;
	line-height: 19px;
	transition: .25s
}

.rd-navbar-static .rd-nav-link:before {
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	bottom: -4px;
	background: #adb6c7;
	transition: ease-in-out .3s
}

.rd-navbar-static .rd-nav-link:hover {
	color: #5d6678
}

.rd-navbar-static .rd-nav-link:hover:before {
	width: 100%
}

.rd-navbar-static .rd-menu {
	z-index: 15;
	position: absolute;
	display: block;
	margin-top: 22px;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	border: 1px solid #f9fbff;
	transform: translate3d(0, 30px, 0)
}

.rd-navbar-static .rd-navbar-dropdown {
	position: absolute;
	left: 0;
	width: 270px;
	padding: 15px;
	background: #fff;
	z-index: 5
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
	top: -1px;
	left: 100%;
	z-index: 2;
	margin-top: -15px;
	margin-left: 15px;
	transform: translate3d(30px, 0, 0)
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: 15px;
	transform: translate3d(-30px, 0, 0)
}

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link,
.rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
	color: #9269ff
}

.rd-navbar-static .rd-dropdown-link {
	color: #5d6678
}

.rd-navbar-static .rd-dropdown-link:hover {
	color: #9269ff
}

.rd-navbar-static.rd-navbar--is-clone {
	display: block;
	transform: translate3d(0, -100%, 0)
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translate3d(0, 0, 0)
}

.rd-navbar-static.rd-navbar--is-clone,
.rd-navbar-static.rd-navbar--is-stuck {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
	background: #fff
}

.rd-navbar-static .rd-navbar--has-dropdown {
	position: relative
}

.rd-navbar-fixed {
	display: block
}

.rd-navbar-fixed .rd-navbar-toggle {
	display: inline-block
}

.rd-navbar-fixed .rd-navbar-brand {
	position: relative;
	margin-left: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	font-size: 22px;
	line-height: 46px
}

.rd-navbar-fixed .rd-navbar-brand img {
	max-width: 150px;
	max-height: 44px;
	width: auto;
	height: auto
}

.rd-navbar-fixed .rd-navbar-panel {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
	display: flex;
	align-items: center;
	height: 56px;
	padding: 4px
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	position: fixed;
	left: 0;
	top: -56px;
	bottom: -56px;
	z-index: 1079;
	width: 270px;
	padding: 112px 0 81px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	line-height: 34px;
	transform: translateX(-110%)
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
	width: 4px
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
	background: #77ecb4;
	border: none;
	border-radius: 0;
	opacity: .2
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
	background: #9269ff;
	border: none;
	border-radius: 0
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
	transform: translateX(0)
}

.rd-navbar-fixed .rd-navbar-nav {
	display: block;
	margin: 15px 0;
	height: auto;
	text-align: left
}

.rd-navbar-fixed .rd-nav-item {
	text-align: left
}

.rd-navbar-fixed .rd-nav-item+.rd-nav-item {
	margin-top: 4px
}

.rd-navbar-fixed .rd-nav-link {
	display: block;
	padding: 9px 56px 9px 18px
}

.rd-navbar-fixed li.opened>.rd-navbar-dropdown {
	padding: 4px 0 0
}
.rd-navbar-fixed li.opened>.rd-menu {
	opacity: 1;
	height: auto
}
.rd-navbar-fixed .rd-menu {
	display: none;
	transition: opacity .3s, height .4s ease;
	opacity: 0;
	height: 0;
	overflow: hidden
}



.rd-navbar-fixed .rd-navbar-main-element {
	position: absolute;
	float: left
}

.rd-navbar-fixed .rd-navbar-main-element .rd-navbar-button-block {
	padding: 10px
}

.rd-navbar-fixed .rd-navbar-main-element .rd-navbar-button-block .button {
	display: block
}

.rd-navbar-fixed [class*=rd-navbar-fixed-element] {
	position: fixed;
	top: 4px;
	z-index: 1082
}

.rd-navbar-fixed .rd-navbar-fixed-element-1 {
	right: 0
}

.rd-navbar-fixed .rd-navbar-fixed-element-2 {
	right: 46px
}

.rd-navbar-fixed.rd-navbar--is-clone {
	display: none
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
	display: block
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
	display: none
}

.rd-navbar-fixed .rd-navbar-panel {
	color: #5d6678;
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .2);
	background: #fff
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	color: #fff;
	background: #fff;
	border: 1px solid #f9fbff;
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .2)
}

.rd-navbar-fixed .rd-nav-item.active .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.focus .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.opened .rd-nav-link,
.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link {
	color: #fff;
	background: #9269ff
}

.rd-navbar-fixed .rd-nav-link {
	color: #5d6678
}

html.rd-navbar-fixed-linked .page {
	padding-top: 56px
}

.rd-navbar-classic.rd-navbar-static {
	border-bottom: 1px solid transparent
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside {
	padding: 10px 0
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 27px 0
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
	width: auto;
	height: auto;
	max-width: 150px;
	max-height: 200px
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-nav-wrap {
	display: flex;
	align-items: center
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-nav-wrap *+.rd-navbar-button-block {
	margin-left: 60px
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck {
	border-bottom-color: #f9fbff;
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .2)
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer {
	display: none
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main {
	padding: 12px 0
}

.rd-navbar-fullwidth {
	display: block
}

.rd-navbar-fullwidth .rd-navbar-nav>li+li {
	margin-left: 20px
}

.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-main,
.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-main {
	padding: 10px 0
}


.box-counter-classic {
	padding: 30px;
	border-radius: 10px
}

.box-counter-classic .box-counter-inner {
	font-weight: 500;
	display: flex;
	align-items: center
}

@media (min-width:992px) {
	.box-counter-classic {
		padding: 40px 30px
	}
}

.bg-secondary .box-counter-classic {
	background: rgba(255, 255, 255, .2)
}

.bg-secondary .box-counter-classic p {
	color: #f2f5fc
}

.countdown {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -5px;
	margin-right: -5px;
	line-height: 1.2;
	text-align: center
}

.countdown-block {
	position: relative;
	flex: 0 1 auto;
	padding: 0 5px
}

.countdown-block-seconds {
	display: none
}

.countdown-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.countdown-counter {
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #111
}

.countdown-title {
	font-size: 13px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #868e96
}

*+.countdown {
	margin-top: 35px
}

.countdown+* {
	margin-top: 35px
}

@media (min-width:576px) {
	.countdown-block-seconds {
		display: block
	}
}

@media (min-width:768px) {
	.countdown {
		margin-left: -15px;
		margin-right: -15px
	}

	.countdown-block {
		padding: 0 15px
	}

	.countdown-counter {
		font-size: 34px
	}
}

@media (min-width:992px) {
	.countdown-counter {
		font-size: 48px
	}
}

.bg-gray-700 .countdown-counter,
.bg-primary .countdown-counter,
.bg-secondary .countdown-counter,
.context-dark .countdown-counter {
	color: #fff
}

@font-face {
	font-family: lg;
	src: url("../fonts/lg.eot?n1z373");
	src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
	font-weight: 400;
	font-style: normal
}

.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@-webkit-keyframes lg-right-end {
	0% {
		left: 0
	}

	50% {
		left: -30px
	}

	100% {
		left: 0
	}
}

@-moz-keyframes lg-right-end {
	0% {
		left: 0
	}

	50% {
		left: -30px
	}

	100% {
		left: 0
	}
}

@-ms-keyframes lg-right-end {
	0% {
		left: 0
	}

	50% {
		left: -30px
	}

	100% {
		left: 0
	}
}

@keyframes lg-right-end {
	0% {
		left: 0
	}

	50% {
		left: -30px
	}

	100% {
		left: 0
	}
}

@-webkit-keyframes lg-left-end {
	0% {
		left: 0
	}

	50% {
		left: 30px
	}

	100% {
		left: 0
	}
}

@-moz-keyframes lg-left-end {
	0% {
		left: 0
	}

	50% {
		left: 30px
	}

	100% {
		left: 0
	}
}

@-ms-keyframes lg-left-end {
	0% {
		left: 0
	}

	50% {
		left: 30px
	}

	100% {
		left: 0
	}
}

@keyframes lg-left-end {
	0% {
		left: 0
	}

	50% {
		left: 30px
	}

	100% {
		left: 0
	}
}

#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle
}

.lg-next,
.lg-prev{
	opacity: 1;
	-webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	-moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	-o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}

a {
	cursor: pointer
}