.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0 !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;

}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.popup-form {
	background: #fff;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative
}

.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	-moz-transform: translateY(0) perspective(600px) rotateX(0);
	-ms-transform: translateY(0) perspective(600px) rotateX(0);
	-o-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: .35
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0
}


.time_circles {
	position: relative;
	width: 100%;
	height: 100%
}

.time_circles>div {
	position: absolute;
	text-align: center
}

.time_circles>div>h4 {
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;

}

.time_circles>div>span {
	display: block;
	width: 100%;
	text-align: center;

	font-size: 300%;
	margin-top: .4em;
	font-weight: 700
}


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

html {

	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

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

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;

	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

dfn {
	font-style: italic
}

b,
strong {
	/* font-weight: 400 !important; */ /* This is an anti-pattern. It removes the default bolding. */
	font-weight: bolder; /* Use the browser default */
	color: #000; /* This is often unnecessary */
}

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #557ef8;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #0c46f5;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

code,
kbd,
pre,
samp {

	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem;
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	color: #000;
}

button {
	-webkit-border-radius: 0;
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

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

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

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

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none !important
}

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

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

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

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

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

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

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

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

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

ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

p {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0
}

a:hover {
	outline: 0;
	text-decoration: none
}

a:focus {
	outline: 0;
	text-decoration: none
}

button:focus,
button:hover,
input:focus,
input:hover {
	outline: 0
}

::-webkit-input-placeholder {
	color: #666
}

::-moz-placeholder {
	color: #666
}

:-ms-input-placeholder {
	color: #666
}

::-ms-input-placeholder {
	color: #666
}

::placeholder {
	color: #666
}

::-moz-selection {
	background-color: #6C3BAA;
	color: #000
}

::selection {
	background-color: #6C3BAA;
	color: #000
}

body,
html {
	height: 100%
}

body {
	font-size: 18px;
	min-width: 320px;
	position: relative;
	line-height: 1.65;
	font-family: Catamaran, sans-serif;
	overflow-x: hidden;
	color: #777
}

body input,
body textarea {
	border: #666 1px solid;
	outline: 0;
	color: #000;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	border-color: red
}

body input:required:valid,
body textarea:required:valid {
	border-color: green
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-responsive.img-width {
	width: 100%;
}

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

.wrapper {
	position: relative;
}

.section-header {
	position: relative
}

.section-header .bg-title {
	display: none;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -10px;
	font-size: 152px;

	font-weight: 700;
	background: -webkit-linear-gradient(#d047e4, #ff4e3d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: .08;
	line-height: 1;
	white-space: nowrap;
	position: absolute
}

.section-header--center {
	text-align: center
}

.section-header--tire h4 {
	padding-left: 50px;
	position: relative;
	margin-bottom: 20px
}

.section-header--tire h4:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	left: 0;
	border-bottom: 1px solid #557ef8
}

.section-header--white h2 {
	color: #fff
}

.section-header--white h4 {
	color: rgba(255, 255, 255, .5)
}

.section-header--white h4:after {
	border-bottom: 1px solid #fff
}

.section-header--big-margin {
	margin-bottom: 35px
}

.section-header--medium-margin {
	/* margin-bottom: 35px */
}

.section-header--small-margin {
	margin-bottom: 30px
}

h1 {
	font-size: 40px;
	line-height: 45px;

	font-weight: 700;
	color: #6C3BAA;
}

h1 span {
	display: inline;

	font-weight: 100
}

h2 {

	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	color: #333
}

h2 span {
	display: block;
	font-weight: 100
}

h3 {
	font-size: 18px;
	/* font-family: Raleway; */
	font-weight: 700;
	color: #333;
}

h4 {
	font-size: 18px;
	letter-spacing: 1.2px;
	color: #6C3BAA;
	text-transform: uppercase;

	font-weight: 700;
	margin-bottom: 15px;
}

section {
	/* position: relative; */
	/* z-index: 1; */
}

.section {
	padding: 60px 0
}

.section--no-pad-bot {
	padding-bottom: 0
}

.section--no-pad-top {
	padding-top: 0
}

.social-block {
	margin-bottom: 40px
}

.social-block__title {
	color: #fff;
	margin-bottom: 20px
}

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

.social-list__item {
	margin-right: 10px
}

.social-list__item:last-child {
	margin-right: 0
}

.social-list__link {
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transition: border .4s;
	-o-transition: border .4s;
	transition: border .4s;
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s
}

.social-list__link .fontello-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.social-list__link:hover {
	opacity: .5
}

.social-list__link:hover .fontello-icon {
	color: #fff
}

.btn {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 45px;
	/* line-height: 45px; */
	color: #fff;
	-webkit-transition: background-color .4s, color .4s, -webkit-box-shadow .4s;
	transition: background-color .4s, color .4s, -webkit-box-shadow .4s;
	-o-transition: background-color .4s, color .4s, box-shadow .4s;
	transition: background-color .4s, color .4s, box-shadow .4s;
	transition: background-color .4s, color .4s, box-shadow .4s, -webkit-box-shadow .4s;
	font-size: 16px;
	display: inline-block;
	border: none;

	font-weight: 400;
	font-weight: bold;
	line-height: 35px;
}

.btn--medium {
	padding: 0 30px;
}

.btn--big {
	padding: 0 60px
}

.btn--small {
	padding: 0 30px
}

.btn--uppercase {
	text-transform: uppercase;
	font-size: 14px
}

.btn--white {
	background-color: #fff;
	color: #333
}

.btn--white:hover {
	background-color: #2ddfd1;
	color: #fff
}

.btn--orange {
	/* -webkit-box-shadow: 0 3px 32px rgba(242, 101, 82, .54); */
	/* box-shadow: 0 3px 32px rgb(207 207 207 / 54%); */
	border: 2px solid #6C3BAA;
	color: #000;
	line-height: 43px;
}

.btn--orange:hover {
	/* -webkit-box-shadow: 0 3px 32px rgba(237, 130, 78, .54); */
	/* box-shadow: 0 3px 32px rgba(237, 130, 78, .54); */
	background-color: #6C3BAA;
	color: #fff;
}

.btn--blue {
	/* -webkit-box-shadow: 0 3px 32px rgba(85, 126, 248, .54); */
	/* box-shadow: 0 3px 32px rgba(85, 126, 248, .54); */
	/* background-color: #557ef8; */
	border: 2px solid #6C3BAA;
	color: #000;
	line-height: 43px;
}

.btn--blue:hover {
	background-color: #333;
	color: #fff;
	/* -webkit-box-shadow: 0 3px 32px rgba(16, 203, 188, .54); */
	/* box-shadow: 0 3px 32px rgba(16, 203, 188, .54); */
	background-color: #6C3BAA;
}

.text-margin-bot {
	margin-bottom: 30px
}

.marker-list li {
	color: #777;
	margin-bottom: 12px;
	padding-left: 23px;
	position: relative;
	line-height: 30px
}

.marker-list li:last-child {
	margin-bottom: 0
}

.marker-list li:before {
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #0009b2;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.check-list li {
	color: #777;
	margin-bottom: 12px;
	padding-left: 23px;
	position: relative;
	line-height: 30px
}

.check-list li span {

	font-weight: 700
}

.check-list li:last-child {
	margin-bottom: 0
}

.check-list li:before {
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 13px;
	height: 9px;
	background-image: url(../images/check.svg);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat
}

.fontello-icon {

	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	color: #fff
}

.fontello-icon:hover {
	color: rgba(255, 255, 255, .5) !important
}

@media (min-width:767px) {
	.c-offer p {
		font-size: 13px !important;
	}

	h1 {
		font-size: 54px;
		line-height: 50px;
		margin-bottom: 40px;
	}

	.desktopIcon_6 {
		background-image: url(../images/css_sprites_landing.png);
		position: absolute;
		right: 0px !important;
		width: 57px;
		height: 43px !important;
		background-repeat: no-repeat;
	}

	h1 span {
		font-weight: bold;
		display: block;
		font-size: 22px;
		line-height: 70px;
		color: #000;
		font-size: 57px;
	}

	h2 {
		font-size: 30px;
		line-height: 45px;
	}

	h3 {
		font-size: 18px;
		font-weight: 600;
	}

	h4 {
		margin-bottom: 10px;
	}

	.section {
		padding: 100px 0
	}

	.section--no-pad-bot {
		padding-bottom: 0
	}

	.section--no-pad-top {
		padding-top: 0
	}

	.section-header--big-margin {
		margin-bottom: 10px;
	}

	.section-header--medium-margin {
		/* margin-bottom: 60px; */
	}

	.section-header--small-margin {
		margin-bottom: 35px
	}
}

@media (min-width:992px) {
	.section {
		padding: 50px 0;
	}

	.section--no-pad-bot {
		padding-bottom: 0
	}

	.section--no-pad-top {
		padding-top: 0
	}

	.social-block {
		margin-bottom: 0
	}
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	height: 90px;
	padding: 0 10px;
	border-bottom: 1px solid transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: border-bottom .4s, background-color .4s;
	-o-transition: border-bottom .4s, background-color .4s;
	transition: border-bottom .4s, background-color .4s
}

.header__right {
	display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.header.sticky {
	/* position: fixed; */
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 11;
	height: 90px;
	border-bottom: 1px solid #f5f5f5;
	-webkit-transition: background-color .4s;
	-o-transition: background-color .4s;
	transition: background-color .4s;
	padding: 0 10px;
}

.header.sticky .logo__title {
	color: #777
}

.header.sticky .logo__img {
	background-image: url(../images/Logog_blue.svg)
}

.header.sticky .menu__link {
	color: #777
}

.header.sticky .menu__link:after {
	border-bottom: 2px solid #557ef8
}

.header.sticky .select-styled {
	color: #777
}

.header.sticky .btn-sign-up {
	color: #777
}

.header.sticky .btn-sign-up:hover {
	color: #557ef8
}

.header.sticky .btn-menu div {
	background-color: #777
}

.header.sticky .btn-menu div.one:after,
.header.sticky .btn-menu div.three:after {
	background-color: #777
}

.logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	top: -3.5px;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s
}

.logo__img {
	width: 45px;
	height: 51px;
	background-image: url(../images/Logog_blue.svg);
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 13px;
	-webkit-transition: background-image .4s;
	-o-transition: background-image .4s;
	transition: background-image .4s
}

.logo__img--big {
	width: 62px
}

.logo__title {
	font-size: 27px;
	color: #333;

}


.logo--color .logo__img {
	background-image: url(../images/Logog_blue.svg)
}

.logo--color .logo__title {
	color: #777
}

.btn-menu {
	position: relative;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	cursor: pointer;
	text-align: right;
	margin-left: 25px;
	display: block
}

.btn-menu div {
	width: 32px;
	height: 3px;
	min-height: 3px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-o-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	margin-bottom: 6px;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
	position: relative;
	background-color: #333
}

.btn-menu div:first-child:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.btn-menu div:last-child {
	margin-bottom: 0
}

.btn-menu div:last-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.btn-menu.on {
	top: -5px
}

.btn-menu.on .one {
	-webkit-transform: rotate(45deg) translate(6px, 2px);
	-ms-transform: rotate(45deg) translate(6px, 2px);
	transform: rotate(45deg) translate(6px, 2px);
	margin-bottom: 0
}

.btn-menu.on .one:after {
	width: 100%;
	background-color: #777
}

.btn-menu.on .two {
	opacity: 0;
	margin-bottom: 0
}

.btn-menu.on .three {
	-webkit-transform: rotate(-45deg) translate(2px, 2px);
	-ms-transform: rotate(-45deg) translate(2px, 2px);
	transform: rotate(-45deg) translate(2px, 2px);
	width: 32px;
	margin-bottom: 0
}

.btn-menu.on .three:after {
	width: 100%;
	background-color: #777
}

.fixed-menu {
	position: fixed;
	background-color: #fff;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 12;
	visibility: hidden;
	overflow-x: hidden;
	overflow-y: scroll;
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	padding: 0 10px
}

.fixed-menu.open {
	visibility: visible;
	display: block;
	opacity: 1
}

.fixed-menu__header {
	width: 100%;
	height: 90px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.fixed-menu__content {
	padding: 20px 90px 20px
}

.fixed-menu .select-styled.active {
	color: #000
}

.fixed-menu .select-options {
	right: -15px;
	top: 45px
}

.fixed-menu .btn-sign-up,
.fixed-menu .select-styled {
	color: #777
}

.fixed-menu .select-styled:hover {
	color: #000
}

.fixed-menu .select {
	margin-bottom: 30px
}

.fixed-menu .btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.fixed-menu .btn-menu div {
	background-color: #777
}

.fixed-menu .btn-menu div.one:after,
.fixed-menu .btn-menu div.three:after {
	background-color: #777
}

.btn-close svg {
	width: 28px;
	height: 28px
}

.btn-close svg path {
	fill: #777
}

.mob-menu {
	margin-bottom: 40px
}

.mob-menu__item {
	text-align: left;
	margin-bottom: 10px
}

.mob-menu__item:last-child {
	margin-bottom: 0
}

.mob-menu__link {
	color: #777;
	position: relative;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	white-space: nowrap
}

.mob-menu__link:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #00c3e2;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	opacity: 0
}

.mob-menu__link:hover {
	color: #777
}

.mob-menu__link:hover:after {
	opacity: 1
}

.menu {
	display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.menu__item {
	margin-right: 20px
}

.menu__item:last-child {
	margin-right: 0
}

.menu__link {
	color: #333;
	position: relative;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	white-space: nowrap
}

.menu__link:after {
	content: '';
	position: absolute;
	bottom: -9px;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #333;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	opacity: 0
}

.menu__link:hover {
	color: #333
}

.menu__link:hover:after {
	opacity: 1
}

.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px
}

.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	color: #fff;
	width: 35px;
	height: 30px;
	font-size: 16px;
	color: #777;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 30px
}

.select-styled {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	color: #777;
	font-size: 16px;
	text-transform: uppercase;
	z-index: 1
}

.select-styled:after {
	content: "";
	width: 10px;
	height: 6px;
	background-image: url(../images/down-chevron.svg);
	-webkit-background-size: 10px 6px;
	background-size: 10px 6px;
	background-repeat: no-repeat;
	position: absolute;
	top: 9px;
	right: -15px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.select-styled:focus {
	outline: 0;
	text-decoration: none
}

.select-styled.active,
.select-styled:active {
	color: #777
}

.select-styled.active:after,
.select-styled:active:after {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	opacity: .5
}

.select-styled:hover {
	color: #777
}

.select-styled:hover:after {
	opacity: .5
}

.select-options {
	display: none;
	width: 80px;
	background-color: #fff;
	position: absolute;
	top: 45px;
	right: 0;
	z-index: 2;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 24px 28px 22px 29px
}

.select-options:before {
	content: '';
	position: absolute;
	top: -10px;
	right: 0;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 10px solid #fff
}

.select-options li {
	color: #777;
	margin: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	font-size: 16px;
	text-transform: uppercase;
	color: #777;
	margin-bottom: 15px
}

.select-options li:last-child {
	margin-bottom: 0
}

.select-options li:hover {
	opacity: .5
}

.select-options li[rel=hide] {
	display: none
}

.btn-sign-in {
	width: 180px;
	height: 50px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #557ef8;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	white-space: nowrap
}

.btn-sign-in:hover {
	color: #fff;
	background-color: #2ddfd1
}

.telegram-link {
	display: block;
	margin-right: 30px
}

@media (min-width:768px) {
	.header {
		padding: 0 40px;
	}

	.header.sticky {
		padding: 0 40px
	}

	.fixed-menu {
		padding: 0 40px
	}
}

@media (min-width:1200px) {
	.header__right {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.btn-menu {
		display: none
	}

	.logo__title {
		font-size: 30px
	}
}

.video {
	height: 300px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	padding-left: 80px;
	padding-right: 80px
}

.video__btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 0 21px rgba(0, 214, 229, .79);
	box-shadow: 0 0 21px rgba(0, 214, 229, .79);
	width: 95px;
	height: 95px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #00d1e4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: background-color .4s, -webkit-transform .4s;
	transition: background-color .4s, -webkit-transform .4s;
	-o-transition: transform .4s, background-color .4s;
	transition: transform .4s, background-color .4s;
	transition: transform .4s, background-color .4s, -webkit-transform .4s
}

.video__btn img {
	margin-left: 5px
}

.video__btn:hover {
	-webkit-transform: scale(1.05) translate(-50%, -50%);
	-ms-transform: scale(1.05) translate(-50%, -50%);
	transform: scale(1.05) translate(-50%, -50%);
	background-color: #5f7cf7
}

.about-text-block img {
	margin-bottom: 30px
}

@media (min-width:576px) {
	.video {
		height: 350px
	}
}

@media (min-width:768px) {
	.video {
		height: 450px
	}
}

@media (min-width:992px) {
	.video {
		height: 500px
	}

	.about-text-block img {
		margin-bottom: 0
	}
}

.partners-logo {
	position: relative
}

.partners-logo .container {
	position: relative;
	z-index: 1
}

.partners-logo__block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 0 auto 25px
}

.partners-logo__item {
	margin: 0 25px 25px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.partners-logo__item p {
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #333;
	font-size: 14px
}

.partners-logo__item p span {
	font-size: 20px;

	font-weight: 700
}

.partners-logo__item img {
	margin-bottom: 20px;
	opacity: .3
}

.partners-logo__bg {
	position: absolute;
	top: -75px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	min-width: 1680px
}

.rating {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.rating li {
	width: 15px;
	height: 14px;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin-right: 5px
}

.rating li:last-child {
	margin-right: 0
}

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

.logoes img {
	margin: 0 25px 20px;
	opacity: .24;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s
}

.logoes img:hover {
	opacity: .54
}

@media (min-width:768px) {
	.partners-logo__block {
		margin: 0 auto 55px
	}
}

@media (min-width:992px) {
	.partners .logoes {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.partners .logoes img {
		margin: 0
	}
}

.services {
	padding-bottom: 20px
}

.services__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.services__item {
	margin-bottom: 40px;
	text-align: center;
	position: relative;
	background-color: #fbfbfb;
	/* padding: 30px; */
	border: 1px solid #ccc;
}

.services__item-icon {
	width: 80px;
	height: 80px;
	/* background-color: #fff; */
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.services__item-icon img {
	width: 70%;
	/* height: 50%; */
}

.services__item-title {
	font-size: 18px;
	/* font-family: Raleway; */
	font-weight: 700;
	color: #333;
	letter-spacing: -.4px;
	margin-bottom: 10px;
}

.services__item-text {
	color: #777;
	font-weight: 300;
	font-size: 16px;
	line-height: 27px;
}

@media (min-width:576px) {
	.services__item {
		padding-left: 80px;
		text-align: left;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 20px;
	}

	.services__item-icon {
		position: absolute;
		top: 3px;
		left: 0;
		margin-bottom: 0;
	}
}

@media (min-width:768px) {
	.services {
		padding-bottom: 60px
	}

	.services__item {
		width: -webkit-calc(50% - 15px);
		width: 100%;
		background-color: #fbfbfb;
		/* padding: 30px; */
		border: 1px solid #ccc;
	}

	.services__item-title {
		margin-bottom: 4px;
	}
}

@media (min-width:992px) {
	.services {
		padding-bottom: 77px;
	}
}

.infoblock {
	position: relative;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#704ffd), to(#40a4f3));
	background-image: -webkit-linear-gradient(bottom, #704ffd 0, #40a4f3 100%);
	background-image: -o-linear-gradient(bottom, #704ffd 0, #40a4f3 100%);
	background-image: linear-gradient(to top, #704ffd 0, #40a4f3 100%);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 2
}

.infoblock__item {
	margin-bottom: 15px;
	text-align: center
}

.infoblock__item p {
	font-size: 20px;
	font-weight: 700;

	color: #fff;
	margin-bottom: 0
}

.infoblock__item span {
	font-weight: 700;
	font-size: 30px
}

.infoblock__figure-1 {
	position: absolute;
	top: -80px;
	right: 0;
	display: none
}

.infoblock__figure-2 {
	position: absolute;
	bottom: -160px;
	left: 0;
	display: none;
	width: 250px
}

@media (min-width:768px) {
	.infoblock__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.infoblock__item {
		margin: 0 18px
	}

	.infoblock__item p {
		font-size: 16px
	}

	.infoblock__figure-1 {
		display: block
	}

	.infoblock__figure-2 {
		display: block
	}
}

@media (min-width:992px) {
	.infoblock__item {
		margin: 0 40px
	}

	.infoblock__item p {
		font-size: 18px;
		margin-bottom: 20px
	}

	.infoblock__item span {
		font-size: 35px
	}

	.infoblock__figure-2 {
		bottom: -180px;
		width: 300px
	}
}

@media (min-width:1200px) {
	.infoblock {
		padding: 160px 0
	}

	.infoblock__item {
		margin: 0 40px
	}

	.infoblock__item p {
		font-size: 20px;
		margin-bottom: 20px
	}

	.infoblock__item span {
		font-size: 50px
	}

	.infoblock__figure-1 {
		right: 100px
	}

	.infoblock__figure-2 {
		bottom: -240px;
		left: 100px;
		width: 350px
	}
}

.map {
	padding-bottom: 20px
}

.map__bg {
	position: absolute;
	top: -120px;
	left: 0;
	display: none;
	z-index: 0
}

.roadmap__item {
	position: relative;
	padding-left: 40px;
	padding-bottom: 40px
}

.roadmap__item:after {
	content: '';
	position: absolute;
	bottom: -25px;
	left: 12.5px;
	width: 1px;
	height: 100%;
	border-left: 2px dashed #557ef8
}

.roadmap__item-title {
	color: #333;
	font-size: 16px;

	font-weight: 700;
	margin-bottom: 10px
}

.roadmap__item-text {
	font-size: 16px;
	color: #777;
	line-height: 20px
}

.roadmap__item-marker {
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	border: 2px solid #557ef8;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
	background-color: #fff
}

.roadmap__item:last-child:after {
	display: none
}

.roadmap__item--active .roadmap__item-marker {
	width: 30px;
	height: 30px;
	left: -2.5px
}

.roadmap__item--active .roadmap__item-marker:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #f26552;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.roadmap__item--past .roadmap__item-marker {
	background-color: #557ef8
}

.roadmap__item--past:after {
	border-left: 2px solid #557ef8
}

@media (min-width:768px) {
	.map {
		padding-bottom: 40px
	}

	.roadmap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.roadmap__item {
		width: -webkit-calc(50% - 15px);
		width: calc(50% - 15px)
	}

	.roadmap__item {
		text-align: center;
		margin-bottom: 60px;
		padding-bottom: 0
	}

	.roadmap__item:after {
		width: 100%;
		border: none;
		border-top: 1px dashed #557ef8;
		top: 105px;
		border: auto;
		right: -50%;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
	}

	.roadmap__item:nth-child(2n):after {
		display: none
	}

	.roadmap__item-title {
		margin-bottom: 24px
	}

	.roadmap__item-marker {
		position: relative;
		top: 0;
		left: 0;
		margin: 0 auto 80px
	}

	.roadmap__item-marker:before {
		content: '';
		position: absolute;
		top: 35px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 1px;
		height: 50px;
		background-color: rgba(182, 183, 183, .5)
	}

	.roadmap__item--past:after {
		border-top: 1px solid #557ef8
	}
}

@media (min-width:992px) {
	.map {
		padding-bottom: 0px;
		padding-top: 10px;
	}

	.map__bg {
		display: block
	}

	.roadmap__item {
		width: -webkit-calc(33.3333% - 15px);
		width: calc(33.3333% - 15px)
	}

	.roadmap__item:nth-child(2n):after {
		display: block
	}

	.roadmap__item:nth-child(3n):after {
		display: none
	}

	.roadmap__item:last-child:after {
		display: none
	}
}

@media (min-width:992px) {
	.roadmap__item {
		width: -webkit-calc(20% - 15px);
		width: calc(20% - 15px)
	}

	.roadmap__item:nth-child(5n):after {
		display: none
	}

	.roadmap__item:nth-child(3n):after {
		display: block
	}

	.roadmap__item:last-child:after {
		display: none
	}
}

.app {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: none !important
}

.app .container {
	position: relative
}

.app__figure-1 {
	position: absolute;
	bottom: -120px;
	right: -20px;
	display: none;
	z-index: 5
}

.app p {
	color: #777;
	line-height: 30px;
	margin-bottom: 0px !important;
}

.app__dowload-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.app__link {
	margin: 0 5px
}

.app__link:first-child {
	margin-bottom: 10px
}

.app__iphone {
	position: absolute;
	bottom: -100px;
	right: 20%;
	z-index: 2;
	display: none
}

.app .section-header {
	margin-bottom: 35px
}

@media (min-width:768px) {
	.app {
		/* background-image: url(../images/app_bg-2.png)!important */
	}

	.app__iphone {
		bottom: -145px
	}

	.app__dowload-links {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.app__iphone {
		display: block;
		right: -160px
	}
}

@media (min-width:992px) {
	.app__iphone {
		right: 0
	}
}

@media (min-width:1200px) {
	.app__iphone {
		right: 150px
	}

	.app__figure-1 {
		display: block
	}
}

@media only screen and (min-width:1450px) {
	.app__figure-1 {
		right: 100px
	}
}

.process__bg {
	position: absolute;
	top: 100px;
	right: -200px;
	display: none
}

.process__step {
	margin-bottom: 30px;
	text-align: center
}

.process__step:last-child {
	margin-bottom: 0
}

.process__step-icon {
	width: 100px;
	height: 100px;
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	/* -webkit-box-shadow: 0 0 50px rgba(85, 126, 248, .2); */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 20px;
	border: 2px solid #d2d2d2;
}

@media (min-width:576px) {
	.process__steps {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.process__step {
		text-align: center;
		width: -webkit-calc(50% - 15px);
		width: calc(50% - 15px);
		position: relative
	}

	.process__step:after {
		content: '';
		position: absolute;
		top: 50px;
		left: -webkit-calc(-50% + 50px);
		left: calc(-50% + 50px);
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		width: 100%;
		border-top: 1px dashed #9b9c9e;
	}

	.process__step:before {
		content: '';
		position: absolute;
		top: 35px;
		right: 0;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		width: 30px;
		height: 30px;
		background-image: url(../images/arr-right.svg);
		-webkit-background-size: contain;
		background-size: contain;
		background-repeat: no-repeat;
		z-index: 1
	}

	.process__step:nth-child(2n):after {
		display: none
	}

	.process__step:nth-child(2n):before {
		display: none
	}

	.process__step-icon {
		margin: 0 auto 20px
	}
}

@media (min-width:768px) {
	.process__bg {
		display: block
	}
}

@media (min-width:992px) {
	.process__bg {
		right: 0;
		top: 0
	}

	.process__step {
		margin-bottom: 0;
		width: -webkit-calc(25% - 15px);
		width: calc(25% - 15px)
	}

	.process__step:nth-child(2):after,
	.process__step:nth-child(2):before {
		display: block
	}

	.process__step-icon {
		margin-bottom: 50px;
		font-weight: bold;
		font-size: 30px;
	}

	.process__step-title {
		margin-bottom: 10px;
	}
}

.docs {
	padding-bottom: 30px
}

.doc {
	-webkit-transition: -webkit-box-shadow .4s;
	transition: -webkit-box-shadow .4s;
	-o-transition: box-shadow .4s;
	transition: box-shadow .4s;
	transition: box-shadow .4s, -webkit-box-shadow .4s;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 250px;
	margin-bottom: 30px;
	position: relative
}

.doc__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(309deg, #704ffd 0, #40a4f3 100%);
	background-image: -o-linear-gradient(309deg, #704ffd 0, #40a4f3 100%);
	background-image: linear-gradient(-219deg, #704ffd 0, #40a4f3 100%);
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.doc:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/doc-bg.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
	-webkit-border-radius: 15px;
	border-radius: 15px
}

.doc__content {
	position: relative;
	z-index: 1
}

.doc img {
	width: 51px;
	height: 55px;
	display: block;
	margin: 0 auto 30px;
}

.doc__title {
	font-size: 18px;

	color: #fefefe;
	font-weight: 700
}

.doc:hover {
	-webkit-box-shadow: 0 0 30px #557ef8;
	box-shadow: 0 0 30px #557ef8
}

.doc:hover .doc__bg {
	-webkit-transform: scaleY(1.05);
	-ms-transform: scaleY(1.05);
	transform: scaleY(1.05)
}

.doc:hover:after {
	opacity: 0
}

@media (min-width:576px) {
	.docs {
		padding-bottom: 70px
	}
}

@media (min-width:992px) {
	.docs {
		padding-bottom: 150px
	}

	.doc {
		margin-bottom: 0
	}
}

.team {
	padding-bottom: 30px;
	position: relative;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#704ffd), to(#40a4f3));
	background-image: -webkit-linear-gradient(bottom, #704ffd 0, #40a4f3 100%);
	background-image: -o-linear-gradient(bottom, #704ffd 0, #40a4f3 100%);
	background-image: linear-gradient(to top, #704ffd 0, #40a4f3 100%);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 2
}

.team .container {
	position: relative;
	z-index: 1
}

.team__figure-1 {
	position: absolute;
	bottom: -60px;
	right: 40px;
	display: none
}

.team-member {
	margin-bottom: 30px;
	text-align: center
}

.team-member__avatar {
	width: 109px;
	height: 109px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	margin: 0 auto 15px;
	-o-object-fit: cover;
	object-fit: cover
}

.team-member__name {
	color: #fff;
	margin-bottom: 10px;
	line-height: 1
}

.team-member__post {
	color: rgba(255, 255, 255, .5);
	font-size: 16px;
	margin-bottom: 17px;
	line-height: 1
}

.team-member__social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.team-member__social li {
	margin-right: 5px
}

.team-member__social li:last-child {
	margin-right: 0
}

.team-member__social a {
	display: block;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.team-member__social a:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px)
}

.team-member__social img {
	display: block;
	width: 23px;
	height: 23px
}

@media (min-width:576px) {
	.team {
		padding-bottom: 50px
	}

	.team-member {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
		margin-bottom: 50px
	}

	.team-member__avatar {
		margin: 0
	}

	.team-member__content {
		padding-left: 22px
	}

	.team-member__social {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media (min-width:768px) {
	.team__figure-1 {
		bottom: -140px;
		display: block
	}
}

@media (min-width:992px) {
	.team {
		padding-bottom: 100px
	}
}

.advisors {
	padding-bottom: 20px
}

.advisors__bg {
	position: absolute;
	top: -400px;
	left: 0;
	display: none
}

.advisor {
	text-align: center;
	margin-bottom: 40px
}

.advisor__img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 230px;
	height: 230px;
	margin: 0 auto 20px;
	position: relative;
	display: block
}

.advisor__img img {
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.advisor__img img:hover {
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95)
}

.advisor__sn {
	position: absolute;
	top: 10px;
	right: 0
}

.advisor__sn img {
	width: 45px;
	height: 45px
}

.advisor__title {

	font-weight: 700;
	color: #333;
	margin-bottom: 5px
}

.advisor__post {
	font-size: 16px;
	color: #bebebe;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.advisors {
		padding-bottom: 60px
	}

	.advisors__bg {
		display: block
	}

	.advisor {
		display: block
	}

	.advisor__img {
		margin-bottom: 25px
	}

	.advisor__title {
		margin-bottom: 0
	}

	.advisor__post {
		margin-bottom: 15px
	}
}

@media (min-width:992px) {
	.advisors {
		background-repeat: no-repeat;
		background-position: left bottom;
		padding: 150px 0 110px 0
	}
}

@media (min-width:1200px) {
	.advisor {
		text-align: left;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 80px
	}

	.advisor__img {
		margin-right: 40px
	}
}

.press {
	padding-bottom: 30px
}

.press__bg {
	position: absolute;
	bottom: 0;
	right: 0;
	display: none
}

.press .col-12 {
	margin-bottom: 30px
}

.press__item {
	padding: 20px 20px 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fdfdfd;
	text-align: center;
	/* height: 100%; */
	border: 1px solid #ccc;
}

.press__item:hover {
	/* -webkit-box-shadow: 0 5px 15px rgba(15, 60, 216, .15); */
	/* box-shadow: 0 5px 15px rgba(15, 60, 216, .15) */
}

.press__item-logo {
	height: 110;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.press__item-logo img {
	max-width: 70%;
	max-height: 100%;
	width: auto;
	/* height: auto; */
	width: 26%;
}

@media (min-width:768px) {
	.press {
		padding-bottom: 70px
	}

	.press__bg {
		display: block
	}
}

@media (min-width:992px) {
	.press {
		padding-bottom: 120px
	}
}

.news {
	position: relative
}

.news__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 900px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center
}

.news-carousel__item-img {
	-o-object-fit: cover;
	object-fit: cover;
	display: block
}

.news-carousel__item {
	background-color: #fff;
	display: block;
	color: #333;
	margin: 20px 0 35px;
	border: 1px solid #f9f9f9;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	-webkit-transition: -webkit-box-shadow .4s;
	transition: -webkit-box-shadow .4s;
	-o-transition: box-shadow .4s;
	transition: box-shadow .4s;
	transition: box-shadow .4s, -webkit-box-shadow .4s
}

.news-carousel__item:hover {
	-webkit-box-shadow: 0 0 40px rgba(8, 0, 17, .1);
	box-shadow: 0 0 40px rgba(8, 0, 17, .1)
}

.news-carousel__item:hover .news-carousel__item-body {
	-webkit-box-shadow: 0 3px 27px rgba(0, 0, 0, .17);
	box-shadow: 0 3px 27px rgba(0, 0, 0, .17);
	color: #333
}

.news-carousel__item:hover .news-carousel__item-title {
	color: #557ef8
}

.news-carousel__item-body {
	padding: 40px 49px 36px 38px;
	-webkit-transition: -webkit-box-shadow .4s;
	transition: -webkit-box-shadow .4s;
	-o-transition: box-shadow .4s;
	transition: box-shadow .4s;
	transition: box-shadow .4s, -webkit-box-shadow .4s
}

.news-carousel__item-subtitle {
	font-size: 16px;
	color: #557ef8;

	font-weight: 700;
	margin-bottom: 24px
}

.news-carousel__item-title {
	font-size: 20px;

	font-weight: 700;
	line-height: 30px;
	color: #333;
	margin-bottom: 25px;
	margin-bottom-transition: color .4s
}

.news-carousel p {
	line-height: 30px;
	margin-bottom: 25px
}

.news-carousel__item-data {
	color: #bebebe;
	font-size: 16px;

	font-weight: 700
}

.news-carousel .owl-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.news-carousel .owl-dot {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	background-color: #dedede !important;
	cursor: pointer;
	margin-right: 10px
}

.news-carousel .owl-dot:last-child {
	margin-right: 0
}

.news-carousel .owl-dot.active {
	width: 12px;
	height: 12px;
	background-color: #557ef8 !important
}

@media (min-width:768px) {
	.news-carousel__item {
		margin-bottom: 50px
	}
}

.footer {
	background-position: top;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 60px;
	position: relative
}

.footer__figure {
	position: absolute;
	top: -70px;
	left: -10px
}

.footer__list {
	margin-bottom: 30px;
	color: #fff
}

.footer__bot {
	padding: 60px 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top
}

.footer .logo {
	margin-bottom: 27px
}

.footer .logo__img {
	height: 71px
}

.form__input {
	width: 100%;
	display: block;
	-webkit-border-radius: 0px;
	background-color: rgb(234 234 234 / 24%);
	margin-bottom: 10px;
	padding-left: 10px;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 35px;
	height: 35px;
	border: none;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	border: 1px solid #ccc;
}

.form__input.in,
.form__input:focus,
.form__input:hover {
	background-color: #fff
}

.form__input.in::-webkit-input-placeholder,
.form__input:focus::-webkit-input-placeholder,
.form__input:hover::-webkit-input-placeholder {
	color: #333;
	opacity: .5
}

.form__input.in::-moz-placeholder,
.form__input:focus::-moz-placeholder,
.form__input:hover::-moz-placeholder {
	color: #333;
	opacity: .5
}

.form__input.in:-ms-input-placeholder,
.form__input:focus:-ms-input-placeholder,
.form__input:hover:-ms-input-placeholder {
	color: #333;
	opacity: .5
}

.form__input.in::-ms-input-placeholder,
.form__input:focus::-ms-input-placeholder,
.form__input:hover::-ms-input-placeholder {
	color: #333;
	opacity: .5
}

.form__input.in::placeholder,
.form__input:focus::placeholder,
.form__input:hover::placeholder {
	color: #333;
	opacity: .5
}

.form__input::-webkit-input-placeholder {
	color: #fff;
	opacity: .5;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.form__input::-moz-placeholder {
	color: #000;
	opacity: .5;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.form__input:-ms-input-placeholder {
	color: #000;
	opacity: .5;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.form__input::-ms-input-placeholder {
	color: #000;
	opacity: .5;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.form__input::placeholder {
	color: #000;
	opacity: .5;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.form__textarea {
	border: 1px solid #ccc;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	resize: none;
	height: 86px;
	padding-left: 25px;
	padding-top: 22px;
	display: block;
	/* -webkit-border-radius: 5px; */
	/* border-radius: 5px; */
	background-color: rgb(232 232 232 / 24%);
	width: 100%;
	/* border: none; */
	margin-bottom: 20px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.form__textarea.in,
.form__textarea:focus,
.form__textarea:hover {
	background-color: #fff
}

.form__textarea.in::-webkit-input-placeholder,
.form__textarea:focus::-webkit-input-placeholder,
.form__textarea:hover::-webkit-input-placeholder {
	color: #333;
	opacity: .5
}

.form__textarea.in::-moz-placeholder,
.form__textarea:focus::-moz-placeholder,
.form__textarea:hover::-moz-placeholder {
	color: #333;
	opacity: .5
}

.form__textarea.in:-ms-input-placeholder,
.form__textarea:focus:-ms-input-placeholder,
.form__textarea:hover:-ms-input-placeholder {
	color: #333;
	opacity: .5
}

.form__textarea.in::-ms-input-placeholder,
.form__textarea:focus::-ms-input-placeholder,
.form__textarea:hover::-ms-input-placeholder {
	color: #333;
	opacity: .5
}

.form__textarea.in::placeholder,
.form__textarea:focus::placeholder,
.form__textarea:hover::placeholder {
	color: #333;
	opacity: .5
}

.form__textarea::-webkit-input-placeholder {
	color: #fff;
	opacity: .5;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.form__textarea::-moz-placeholder {
	color: #fff;
	opacity: .5;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.form__textarea:-ms-input-placeholder {
	color: #fff;
	opacity: .5;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.form__textarea::-ms-input-placeholder {
	color: #fff;
	opacity: .5;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.form__textarea::placeholder {
	color: #fff;
	opacity: .5;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.form__btn {
	cursor: pointer
}

.form__title {
	color: #fff;
	margin-bottom: 20px
}

.form__row {
	display: block
}

.form__row .form__input {
	width: 100%;
	margin-bottom: 10px;
	margin-right: 0
}

.form__row .form__btn {
	width: 100%
}

label.error {
	display: none !important
}

.footer-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 16px
}

.footer-menu__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 50%;
	-ms-flex: 0 50%;
	flex: 0 50%
}

.footer-menu__link {
	color: #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: relative;
	line-height: 1
}

.footer-menu__link:after {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s
}

.footer-menu__link:hover {
	color: #fff
}

.footer-menu__link:hover:after {
	opacity: 1
}

.copyright {
	font-size: 14px;
	line-height: 25px;
	color: rgba(255, 255, 255, .5);
	margin-bottom: 30px
}

@media (min-width:768px) {
	.form__row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.form__row .form__input {
		margin-bottom: 0;
		margin-right: 6px
	}

	.form__row .form__btn {
		width: auto
	}
}

@media (min-width:768px) {
	.footer__figure {
		left: 35px
	}
}

@media (min-width:992px) {
	.footer {
		padding-bottom: 20px
	}

	.footer__bot .footer__list {
		margin-left: 20px
	}
}

.faq__bg {
	position: absolute;
	bottom: 0;
	right: 0;
	display: none
}

.accordion li {
	position: relative;
	margin-bottom: 10px;
	background-color: #fff;
	-webkit-border-radius: 40px;
	border-radius: 0px !important;
}

.accordion li:last-child {
	margin-bottom: 0
}

.accordion p {
	display: none;
	padding: 5px 20px 30px
}

.accordion a {
	width: 100%;
	display: block;
	cursor: pointer;
	padding: 25px 60px 25px 20px;
	font-size: 18px;
	line-height: 22px;
	/* font-family: Raleway; */
	font-weight: 600;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
	color: #333 !important;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: #FFF;
}

.accordion a:after {
	content: '';
	position: absolute;
	top: 14px;
	right: 18px;
	width: 44px;
	height: 44px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-image: url(../images/down-chevron.svg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 18px 18px;
	background-size: 11px;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
	/* transition: transform .4s, -webkit-transform .4s; */
}

.accordion a:hover {
	color: #557ef8 !important
}

.accordion a.active {
	color: #080808 !important;
	/* padding-bottom: 12px; */
	/* margin-bottom: 10px; */
	background-color: #FFF;
	padding-top: 8px;
}

.accordion a.active:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

@media (min-width:768px) {
	.accordion a {
		padding: 3px 19px;
		-webkit-border-radius: 40px;
		border-radius: 0px !important;
		font-size: 16px;
		line-height: 24px;
		/* border: 1px solid #ccc; */
	}

	.accordion a:after {
		top: -2px;
	}

	.accordion p {
		padding: 0 20px 18px;
		font-size: 16px;
		line-height: 30px;
	}
}

@media (min-width:768px) {
	.faq__bg {
		display: block
	}
}

.data__list {
	font-size: 18px;
	line-height: 22px;
	color: #888a8b
}

.data__list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px
}

.data__list li:last-child {
	margin-bottom: 0
}

.data__list b {
	color: #404040;
	width: 50%
}

.data__info {
	-webkit-box-shadow: 0 0 40px rgba(8, 0, 17, .1);
	box-shadow: 0 0 40px rgba(8, 0, 17, .1);
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: #fff;
	padding: 15px;
	font-size: 14px;
	line-height: 1;
	color: #888a8b;
	margin: 30px 0
}

.data__info b {
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
	display: block
}

.data__info-item {
	margin-bottom: 15px
}

.data__info-item:last-child {
	margin-bottom: 0
}

.data .btn {
	margin-top: 30px
}

.chart {
	padding-top: 30px
}

.chart__wrap {
	max-width: 430px;
	margin-bottom: 30px
}

.chart__legend li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333;
	margin-bottom: 16px;
	line-height: 22px
}

.chart__legend li span {
	content: '';
	width: 14px;
	height: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin-right: 8px
}

.chart__legend li:last-child {
	margin-bottom: 0
}

@media (min-width:576px) {
	.data__info {
		padding: 30px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.data__info-item {
		margin-bottom: 0;
		position: relative
	}

	.data__info-item:nth-child(2) {
		padding: 0 15px
	}

	.data__info-item:nth-child(2):after,
	.data__info-item:nth-child(2):before {
		content: '';
		position: absolute;
		top: 0;
		width: 1px;
		height: 100%;
		background-color: rgba(182, 183, 183, .5)
	}

	.data__info-item:nth-child(2):before {
		left: 0
	}

	.data__info-item:nth-child(2):after {
		right: 0
	}

	.chart__wrap {
		margin: 0 auto 30px
	}

	.chart__legend {
		max-width: 430px;
		margin: 0 auto
	}
}

@media (min-width:768px) {
	.data__info-item:nth-child(2) {
		padding: 0 60px
	}

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

	.chart__wrap {
		margin-right: 30px;
		max-width: 370px
	}
}

@media (min-width:992px) {
	.data__info-item b {
		font-size: 20px
	}

	.data__info-item:nth-child(2) {
		padding: 0 15px
	}

	.data__list li {
		margin-bottom: 30px
	}

	.chart {
		padding-top: 140px;
		display: block
	}

	.chart__wrap {
		max-width: 430px;
		margin: 0 0 30px 0
	}
}

@media (min-width:1200px) {
	.data__info-item b {
		font-size: 24px
	}

	.data__info-item:nth-child(2) {
		padding: 0 25px
	}
}

.first-screen {
	padding-top: 120px;
	text-align: center;
	position: relative
}

.first-screen h1 {
	/* max-width:900px; */
	margin: 0 auto 30px;
	line-height: 60px;
}

.first-screen p {
	margin-bottom: 20px;
	max-width: 900px;
	margin: 0 auto 30px
}

.first-screen__btns-wrap {
	display: block;
	margin-bottom: 40px
}

.first-screen__btns-wrap .btn {
	width: 100%;
	text-align: center
}

.first-screen__btns-wrap .btn:first-child {
	margin-bottom: 10px
}

.first-screen__bg-1 {
	position: absolute;
	top: 0;
	left: 0
}

.first-screen__bg-2 {
	position: absolute;
	right: 0;
	top: 0;
	display: none;
	z-index: -9;
}

.first-screen__round-1 {
	position: absolute;
	top: 200px;
	left: 0;
	display: none
}

.first-screen__round-2 {
	position: absolute;
	top: 325px;
	left: 160px;
	display: none
}

.first-screen__round-3 {
	position: absolute;
	bottom: -190px;
	right: 30px;
	display: none;
}

.TimeCircles {
	max-width: 720px;
	margin: 0 auto 20px
}

.payments {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.payments img {
	margin: 0 10px
}

@media (min-width:768px) {
	.first-screen {
		padding-top: 150px
	}

	.first-screen__btns-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.first-screen__btns-wrap .btn {
		width: auto
	}

	.first-screen__btns-wrap .btn:first-child {

		margin-bottom: 0
	}

	.first-screen__bg-2 {
		display: block;
		right: -250px
	}
}

@media (min-width:992px) {
	.first-screen {
		padding-top: 130px;
	}

	.first-screen__btns-wrap {
		margin-bottom: 60px
	}
}

@media (min-width:1200px) {
	.first-screen__bg-1 {
		left: -100px
	}

	.first-screen__bg-2 {
		right: -100px
	}

	.first-screen__round-1 {
		display: block;
		left: -100px
	}

	.first-screen__round-2 {
		display: block;
		left: 50px
	}

	.first-screen__round-3 {
		display: block;
		right: -100px
	}

	.first-screen p {
		max-width: 700px
	}
}

@media only screen and (min-width:1400px) {
	.first-screen__bg-1 {
		left: 0
	}

	.first-screen__bg-2 {
		right: 0
	}

	.first-screen__round-1 {
		display: block;
		left: 0
	}

	.first-screen__round-2 {
		display: block;
		left: 150px
	}

	.first-screen__round-3 {
		display: block;
		right: 0
	}

	.first-screen p {
		max-width: 900px
	}
}


.radio-box {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.radio-box input {
	position: absolute;
	width: 0;
	opacity: 0
}

.radio-box label {
	display: inline-block;
	padding: 5px 0;
	font-size: 14px;
	cursor: pointer;
	border-radius: 2px;
	color: #444;
	text-align: center;
	margin-bottom: 0;
	background: #fff 0 0 no-repeat padding-box;
	border: 1px solid #cfcfcf;
	background-image: url(../images/Component_21.svg);
	background-position: left;
	background-position-x: 5%;
	width: 136px;
	font-size: 14px;
}

.identifyRadioAnnualIncome .radio-box label {
	width: 140px
}

.radio-box input:checked+label {
	background-image: url(../images/Component_31.svg);
	background-position: left;
	background-position-x: 5%;
	color: #444;
	font-weight: 700;
	border: 1px solid #6C3BAA
}

.radio-box input[type=radio]:disabled+label,
.radio-toolbar input[type=radio][disabled]+label {
	background-color: #e8e8e8
}

.identifyRadio .radio-box:not(:last-child) {
	margin-right: 1px;
}

.annualIcomeDivide .radio-box:not(:last-child) {
	margin-right: 15px
}

.identifyRadio .radio-box label {
	padding: 5px 23px;
}

.radio-box input+label .annualIncomeText {
	padding: 5px 13px
}

.radio-box input+label .annualIncomeText.Incomeref4 {
	padding: 5px 0 0 8px
}

.radio-box-combined {
	display: flex;
	justify-content: space-between;
	border-radius: 2px;
	overflow: hidden
}

.radio-box-combined .radio-box {
	flex: 1
}

.radio-box-combined .radio-box label {
	width: 100%;
	border: 0;
	border-radius: 0;
	border: 1px solid #cfcfcf
}

.card.shadow.right-form h6 {
	padding: 10px;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	border-radius: 10px 10px 0px 0px;
	text-align: left;
	padding-top: 10px;
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 3px solid #ececec;

}

button.btn.btn-warning.w-100 {
	background-color: #6C3BAA;
	border: none;
	font-size: 16px;
	color: #FFF;
	font-weight: 600;
	line-height: 16px;
	border-radius: 24px;
	height: auto;
	padding: 15px 10px;
}

.card.shadow.right-form {
	border-radius: 10px;
}

a.nav-link {
	color: #000;
}

#colophon {
	background-color: #1F1F1F;
	padding: 10px 0;
	border-top: 1px solid #3A3A3A;
}

a.nav-link {
	background-color: #FFF;
	margin-left: 0px;
	border: 1px solid #ccc !important;
	border-radius: 0px !important;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 20px;
	font-size: 16px;
	font-weight: 600;
}

.c-offer p {
	font-size: 16px;
	color: #fff;
	/* font-family: Lato; */
	background-image: linear-gradient(180deg, #6C3BAA 0, #6C3BAA 100%);
	padding: 11px;
	margin: 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.c-offer p .offerFlag {
	position: absolute;
	right: 0;
	/* left: inherit; */
	top: 0;
	margin: 0;
	transform: translate(98%, 0);
	-webkit-transform: translate(98%, 0);
	-moz-transform: translate(98%, 0);
	-ms-transform: translate(98%, 0);
	-o-transform: translate(98%, 0);
}

.c-offer p img {
	margin-right: 5px;
	position: absolute;
	left: 15px;
	top: 15px
}

.desktopIcon_6 {
	background-image: url(../images/css_sprites_landing.png);
	position: absolute;
	right: 0px !important;
	width: 57px;
	height: 59px;
	background-repeat: no-repeat;
}

a.nav-link.active {
	background-color: #6C3BAA !important;
	color: #FFF !important;
	border: 1px solid #6C3BAA !important;
}

.nav-tabs {
	border-bottom: 0px !important;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
	display: none;
}

h6.top-heading {
	color: #000;
	font-weight: bold;
	font-size: 17px;
}

a.nav-link.active:after {
	position: absolute;
	content: '';
	/* background-color: #ccc; */
	/* width: 50px; */
	/* height: 50px; */
	margin-left: -60px;
	border-left: 7px solid #ccc;
	/* border-bottom: 10px solid #ccc; */
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #6C3BAA;
	top: 38px;
}

.numbertag {
	content: '';
	background: url(../images/number_bg.png)no-repeat LEFT center;
	width: 33px;
	height: 59px;
	position: absolute;
	top: -14px;
	left: -12px;
	background-size: 24px;
	opacity: 1;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
}

.payoutIndex {
	position: relative;
	left: 7px;
	top: 14px;
	font-size: 16px;
	font-weight: 700;
}

.tbl-f-container {
	background: #E8ECF0;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	position: relative;
}

.tbl-f-container.active {
	background: #ffffff;
	box-shadow: 0 3px 22px rgba(0, 0, 0, 0.25);
}

.tbl-f-container:before {
	content: '';
	/*background: url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_appform_opt/images/tbl-arrow.png)no-repeat LEFT center;*/
	width: 33px;
	height: 59px;
	position: absolute;
	right: -33px;
	top: 50%;
	margin-top: -30px;
	background-size: 24px;
	opacity: 0;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
}

.tbl-f-container.active:before {
	opacity: 1;
}

.crTabHdn span {
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
}

.tbl-f-container.active .crTabHdn span {
	background: #fff;
}

.checkbox:checked~.background-color {
	background-color: var(--white);
}


[type="checkbox"]:checked,
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;
}

.checkbox:checked+label,
.checkbox:not(:checked)+label {
	position: relative;
	width: 70px;
	display: inline-block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	margin: 17px 0;
	margin-top: 100px;
	height: 6px;
	border-radius: 4px;
	background-image: linear-gradient(298deg, var(--red), var(--yellow));
	z-index: 100 !important;
}

.checkbox:checked+label:before,
.checkbox:not(:checked)+label:before {
	position: absolute;

	cursor: pointer;
	top: -17px;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.checkbox:not(:checked)+label:before {
	content: '\eac1';
	left: 0;
	color: var(--grey);
	background-color: var(--dark-light);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(26, 53, 71, 0.07);
}

.checkbox:checked+label:before {
	content: '\eb8f';
	left: 30px;
	color: var(--yellow);
	background-color: var(--dark-blue);
	box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}

.checkbox:checked~.section .container .row .col-12 p {
	color: var(--dark-blue);
}


.checkbox-tools:checked+label,
.checkbox-tools:not(:checked)+label {
	position: relative;
	display: inline-block;
	padding: 20px !important;
	width: 110px;
	font-size: 14px;
	line-height: 50px;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	text-transform: uppercase;
	color: #000;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.checkbox-tools:not(:checked)+label {
	background-color: var(--dark-light);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	background-color: #FFF;
	font-size: 22px;
	font-weight: bold;
	color: #ff3800;
	border: 1px solid #ff3800;
}

.checkbox-tools:checked+label {
	background-color: white;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.checkbox-tools:not(:checked)+label:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.checkbox-tools:checked+label::before,
.checkbox-tools:not(:checked)+label::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background-image: linear-gradient(298deg, var(--red), var(--yellow));
	z-index: -1;
}

.checkbox-tools:checked+label .uil,
.checkbox-tools:not(:checked)+label .uil {
	font-size: 24px;
	line-height: 24px;
	display: block;
	padding-bottom: 10px;
}

.checkbox:checked~.section .container .row .col-12 .checkbox-tools:not(:checked)+label {
	background-color: var(--light);
	color: var(--dark-blue);
	box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.checkbox-budget:checked+label,
.checkbox-budget:not(:checked)+label {
	position: relative;
	display: inline-block;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 260px;
	font-size: 52px;
	line-height: 52px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-text-stroke: 1px var(--white);
	text-stroke: 1px var(--white);
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	color: transparent;
}

.checkbox-budget:not(:checked)+label {
	background-color: var(--dark-light);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.checkbox-budget:checked+label {
	background-color: transparent;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.checkbox-budget:not(:checked)+label:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.checkbox-budget:checked+label::before,
.checkbox-budget:not(:checked)+label::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background-image: linear-gradient(138deg, var(--red), var(--yellow));
	z-index: -1;
}

.checkbox-budget:checked+label span,
.checkbox-budget:not(:checked)+label span {
	position: relative;
	display: block;
}

.checkbox-budget:checked+label span::before,
.checkbox-budget:not(:checked)+label span::before {
	position: absolute;
	content: attr(data-hover);
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	-webkit-text-stroke: transparent;
	text-stroke: transparent;
	-webkit-text-fill-color: var(--white);
	text-fill-color: var(--white);
	color: var(--white);
	-webkit-transition: max-height 0.3s;
	-moz-transition: max-height 0.3s;
	transition: max-height 0.3s;
}

.checkbox-budget:not(:checked)+label span::before {
	max-height: 0;
}

.checkbox-budget:checked+label span::before {
	max-height: 100%;
}

.checkbox:checked~.section .container .row .col-xl-10 .checkbox-budget:not(:checked)+label {
	background-color: var(--light);
	-webkit-text-stroke: 1px var(--dark-blue);
	text-stroke: 1px var(--dark-blue);
	box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.checkbox-booking:checked+label,
.checkbox-booking:not(:checked)+label {
	position: relative;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	text-align: center;
	padding: 0;
	padding: 6px 25px;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 16px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	color: var(--white);
	text-transform: uppercase;
	background-color: var(--dark-light);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.checkbox-booking:not(:checked)+label::before {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.checkbox-booking:checked+label::before {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.checkbox-booking:not(:checked)+label:hover::before {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.checkbox-booking:checked+label::before,
.checkbox-booking:not(:checked)+label::before {
	position: absolute;
	content: '';
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-radius: 4px;
	z-index: -2;
	background-image: linear-gradient(138deg, var(--red), var(--yellow));
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.checkbox-booking:not(:checked)+label::before {
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
}

.checkbox-booking:checked+label::after,
.checkbox-booking:not(:checked)+label::after {
	position: absolute;
	content: '';
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-radius: 4px;
	z-index: -2;
	background-color: var(--dark-light);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.checkbox-booking:checked+label::after {
	opacity: 0;
}

.checkbox-booking:checked+label .uil,
.checkbox-booking:not(:checked)+label .uil {
	font-size: 20px;
}

.checkbox-booking:checked+label .text,
.checkbox-booking:not(:checked)+label .text {
	position: relative;
	display: inline-block;
	-webkit-transition: opacity 300ms linear;
	transition: opacity 300ms linear;
}

.checkbox-booking:checked+label .text {
	opacity: 0.6;
}

.checkbox-booking:checked+label .text::after,
.checkbox-booking:not(:checked)+label .text::after {
	position: absolute;
	content: '';
	width: 0;
	left: 0;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	background-image: linear-gradient(138deg, var(--red), var(--yellow));
	z-index: 1;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.checkbox-booking:not(:checked)+label .text::after {
	width: 0;
}

.checkbox-booking:checked+label .text::after {
	width: 100%;
}

.checkbox:checked~.section .container .row .col-12 .checkbox-booking:not(:checked)+label,
.checkbox:checked~.section .container .row .col-12 .checkbox-booking:checked+label {
	background-color: var(--light);
	color: var(--dark-blue);
}

.checkbox:checked~.section .container .row .col-12 .checkbox-booking:checked+label::after,
.checkbox:checked~.section .container .row .col-12 .checkbox-booking:not(:checked)+label::after {
	background-color: var(--light);
}

.button-wrap {
	position: relative;
	text-align: center;
	top: 50%;
	margin-top: -2.5em;
}

@media (max-width: 40em) {
	.button-wrap {
		margin-top: -1.5em;
	}
}

.button-label {
	display: inline-block;
	padding: 1em 2em;
	margin: 0.5em;
	cursor: pointer;
	color: #292929;
	border-radius: 0.25em;
	background: #efefef;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);
	transition: 0.3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.button-label h1 {
	font-size: 1em;

}

.button-label:hover {
	background: #d6d6d6;
	color: #101010;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}

.button-label:active {
	transform: translateY(2px);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
}

@media (max-width: 40em) {
	.button-label {
		padding: 0em 1em 3px;
		margin: 0.25em;
	}
}

#yes-button:checked+.button-label {
	background: #2ECC71;
	color: #efefef;
}

#yes-button:checked+.button-label:hover {
	background: #29b765;
	color: #e2e2e2;
}

#no-button:checked+.button-label {
	background: #D91E18;
	color: #efefef;
}

#no-button:checked+.button-label:hover {
	background: #c21b15;
	color: #e2e2e2;
}

#maybe-button:checked+.button-label {
	background: #4183D7;
	color: #efefef;
}

#maybe-button:checked+.button-label:hover {
	background: #2c75d2;
	color: #e2e2e2;
}

.quote_form_5percentagetext {
	font-size: 9px;
	color: #9d1823;
	text-shadow: 0px 0px 1px #cc5f00;
	letter-spacing: .2px;
	position: absolute;
	bottom: 52px;
}

.text5percentage {
	background: url(../images/offer.png) no-repeat;
	width: 21px;
	height: 21px;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	position: relative;
	top: -2px;
}

button.btn.btn-warning:hover {
	background-color: #6C3BAA;
	color: #FFF;
}

.text5percentage::after {
	content: '5%';
	font-size: 1.07em;
	top: 3px;
	position: relative;
	left: 1px;
}

.sticky2 {
	position: fixed;
	top: -30px;
	width: 100%;
	z-index: 99;
	padding: 0 !important;
}

.sticky2+.content {
	padding-top: 102px;
}

.inner-sect {
	font-size: 25px;
	color: #6C3BAA;
	font-weight: 700;
	margin: 0;
	line-height: 50px;
	text-align: center;
}

.tbl-fl {
	width: calc(100% - 145px);
	padding-right: 20px;
	display: flex;
	float: left;
	flex-direction: column;
	justify-content: space-between;
}

.crTabHdn {
	font-size: 21px;
	color: #323232;

	font-weight: 700;
	margin: 0;
	position: relative;
}

.crTabHdn:after {
	content: '';
	position: absolute;
	top: 50%;
	/* left: 130px; */
	background: #ddd;
	display: inline-block;
	width: 51%;
	height: 1px;
}

.benf-box {
	display: block;
	background-color: #D5DCE4;
	padding: 18px;
	justify-content: space-between;
	border-radius: 4px;
	height: 101px;
}

.benf-box.i-will-pay .limited-save-txt {
	position: absolute;
	bottom: -5px;
	border: 1px solid #6C3BAA;
	padding: 5px 20px;
	background: #fbeade;
	text-align: center;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
	left: 5%;
	width: 90%;
}

.checkbox-tools:checked+label {
	background-color: white;
	box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
	color: #6C3BAA;
	font-weight: bold;
	font-size: 22px;
	border: 1px solid #6C3BAA;
}

.tbl-f-container.back label {
	background-color: #6C3BAA;
	color: #FFF;
	font-size: 22px;
}

.back:before {
	content: '';
	background: url(../images/tbl-arrow.png)no-repeat LEFT center;
	width: 33px;
	height: 59px;
	position: absolute;
	right: -33px;
	top: 50%;
	margin-top: -30px;
	background-size: 21px;
	opacity: 1.0;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
}

section.tab-div {

	margin-top: 0px;
}

.form-bg-color {
	width: 100%;
	float: left;
	background-color: #f0f0f0;
	padding: 10px;
	background-image: linear-gradient(180deg, #dfecf8 0%, #c5d7e7 100%);
	border-bottom: 1px dashed #8da7bc;
}

.red {
	background: #E8ECF0;
	border: 1px solid #cad2da;
	width: 100%;
	margin-top: 0px;
	border-radius: 20px;
}

.button-wrap {
	position: relative;
	text-align: center;
	top: 50%;
	margin-top: -2.5em;
}

@media (max-width: 40em) {
	.button-wrap {
		margin-top: -1.5em;
	}
}

.button-label {
	display: inline-block;
	padding: 1em 2em;
	margin: 0.5em;
	cursor: pointer;
	color: #292929;
	border-radius: 0.25em;
	background: #efefef;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);
	transition: 0.3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.button-label h1 {
	font-size: 1em;

}

.button-label:hover {
	background: #d6d6d6;
	color: #101010;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}

.button-label:active {
	transform: translateY(2px);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
}

@media (max-width: 40em) {
	.button-label {
		padding: 0em 1em 3px;
		margin: 0.25em;
	}
}



.radio-toolbar input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

.radio-toolbar label {
	display: inline-block;
	background-color: #fffefe;
	padding: 10px 20px;

	font-size: 13px;
	border: 2px solid #d8d8d8;
	border-radius: 24px;
	line-height: 8px;
	margin-right: 5px;
}

.radio-toolbar label:hover {
	background-color: #dfd;
}

.radio-toolbar input[type="radio"]:focus+label {
	border: 2px dashed #444;
}

.radio-toolbar input[type="radio"]:checked+label {
	background-color: #ffc15d;
	border-color: #fff4d4;
	color: #FFF;
}

.radio-toolbar2 input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

.radio-toolbar2 label {
	display: inline-block;
	background-color: #f7f7f7;
	padding: 10px 20px;

	font-size: 13px;
	border: 2px solid #d8d8d8;
	border-radius: 24px;
	line-height: 8px;
	margin-right: 5px;
}

.radio-toolbar2 label:hover {
	background-color: #dfd;
}

.radio-toolbar2 input[type="radio"]:focus+label {
	border: 2px dashed #444;
}

.radio-toolbar2 input[type="radio"]:checked+label {
	background-color: #ffc15d;
	border-color: #fff4d4;
	color: #FFF;
}

.minus,
.plus {
	width: 27px;
	height: 22px;
	background: #6C3BAA;
	padding: 8px 5px 8px 5px;
	border: 1px solid #ddd;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	line-height: 4px;
	font-weight: bold;
	cursor: pointer;
}

.number input {
	height: 34px;
	width: 100px;
	text-align: center;
	font-size: 26px;
	border: 1px solid #ddd;
	border-radius: 20px;
	display: inline-block;
	vertical-align: middle;
}

.mobile-vieww {
	display: none;
}

@media screen and (max-width: 767px) {
	.identifyRadio label {
		white-space: nowrap;
		width: auto !important;
		padding-left: 34px !important;
		padding-right: 10px !important;
	}

	span.number {
		font-size: 44px;
	}

	.benf-box {
		height: auto;
	}

	.radio-toolbar label {
		line-height: 18px;
	}

	button.btn.btn-warning {
		margin-right: 0 !important;
	}

	.tab-top-sec-mr {
		margin: 0;
	}

	span.lang-back {
		width: 100%;
		padding-right: 20px;
	}

	.lang-back a {
		float: right;
	}

	.radio-box label {
		width: 100px;
	}

	.mobile-vieww .accordion li a::after {
		top: 4px !important;
		right: -4px;
	}

	.mobile-vieww ul {
		margin-bottom: 20px;
	}

	.form__input {
		font-size: 15px;
	}

	.mobile-vieww .accordion li a {
		background: #ffa500 !important;
		color: #fff !important;
		border-radius: 0;
		padding: 15px;
		font-size: 17px;
	}

	.mobile-vieww .accordion a:after {
		top: 5px;
	}

	.mobile-vieww .accordion a.active:after {
		top: 0;
	}

	.mobile-vieww .accordion p {
		display: none;
		padding: 5px 20px 30px;
		border: 1px solid lightgray;
	}

	.desktop-vieww {
		display: none;
	}

	.mobile-vieww {
		display: block;
	}

	.det-secnd {
		margin-top: 20px;
	}

	.section {
		padding: 15px 0;
	}

	.section-header {
		padding-bottom: 5px !important;
	}

	.roadmap {
		margin: 0 !important;
	}

	.first-screen__btns-wrap {
		margin-bottom: 5px;
	}

	.cust-revv {
		margin-top: 10px;
	}

	.level-2-wrapper {
		display: inline !important;
	}

	.total {
		margin-bottom: 20px !important;
	}

	.level-2-wrapper::before,
	.level-1::before,
	.level-2-wrapper>li::before {
		display: none;
	}

	.total {
		width: auto !important;
	}

	.sub-bttn.offset-8 {
		margin-left: 0;
	}

	.lh-condensed small {
		float: none !important;
		display: block;
		padding-top: 8px;
	}

	.first-screen h1 {
		/* max-width: 900px; */
		margin: 0 auto 30px;
		line-height: 40px;
		font-size: 30px;
	}

	h1 span {
		display: inline;

		font-weight: bold;
	}

	ul.top-data li {
		width: 100% !important;
		float: left;
		padding-bottom: 4px;
	}

	.identifyRadio .radio-box label {
		margin-bottom: 0px !important;
	}

	.quote_form_5percentagetext {

		bottom: 72px !important;
	}

	.sticky2 {
		position: inherit !important;
	}

	.tbl-fl {
		width: 100% !important;
		margin-bottom: 10px;
	}

	.right_reserved {
		padding-left: 20px;
	}

	.row.col.services__list {
		padding-right: 0px;
		text-align: left;
	}

	.c-offer p {
		font-size: 13px !important;
	}

	.desktopIcon_6 {

		height: 43px !important;
	}

	.radio-box label {
		margin-bottom: 20px;
	}

	.roadmap__item-title img {
		display: none;
	}

	.services__item.aos-init {
		text-align: left;
		padding: 10px;
	}
}

span.add {
	color: #000;
}

span.remove {
	color: #000;
}

.form-inline .form-control.custom-file-upload {
	border: 1px solid #ccc;

	padding: 6px 12px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.wrap-input-container {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.wrap-input-container input {
	position: absolute;
	font-size: 400px;
	opacity: 0;
	z-index: 1;
	top: 0;
	left: 0;
}

button.btn.btn-sm.btn-danger.mb-2 {
	margin-right: 20px;
	line-height: 17px;
	height: 26px;
	background-color: #f94242;
}

button.btn.btn-sm.btn-danger.mb-2 i,
button.btn.btn-sm.btn-primary.mb-2 i {
	font-size: 10px;
}

button.btn.btn-sm.btn-primary.mb-2 {
	margin-right: 20px;
	line-height: 17px;
	height: 26px;
	background-color: #6C3BAA;
}

a.ref-link.lang-whtisthis {
	color: #bf1919;
	font-size: 15px;
	/* width: 100%; */
	/* float: left; */
	text-align: right;
	border-bottom: 1px dashed;
	margin-left: 3%;
}

.tbl-f-box {
	margin-bottom: 12px;
}

.blue.box.card {
	margin-top: 6%;
}

.yellow.box.card {
	margin-top: 6%;
}

.green.box.card {
	margin-top: 9%;
}

div.bhoechie-tab-menu {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
	margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a {
	margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
	color: #5A55A3;
}

div.bhoechie-tab-menu div.list-group>a:first-child {
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a:last-child {
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa {
	background-color: #5A55A3;
	background-image: #5A55A3;
	color: #ffffff;
}

div.bhoechie-tab-menu div.list-group>a.active:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #5A55A3;
}

a.nav-link.active {
	background-color: #6C3BAA !important;
	color: #FFF !important;
}


div.bhoechie-tab-container {
	z-index: 10;
	background-color: #ffffff;
	padding: 0 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #ddd;
	margin-top: 20px;
	margin-left: 50px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box;
	opacity: 0.97;
	filter: alpha(opacity=97);
}

.contact-details i {
	background-color: #6C3BAA;
	/* padding: 10px; */
	border-radius: 50px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 29px;
	margin-left: 2px;
	color: #FFF;
	font-size: 14px;
	margin-right: -1px;
}

.contact-details {
	font-weight: 600;
}

.box-back-shadow {
	box-shadow: 18px 10px 57px rgb(0 0 0 / 8%);
	-webkit-box-shadow: 18px 10px 57px rgb(0 0 0 / 8%);
	-moz-box-shadow: 18px 10px 57px rgba(0, 0, 0, 0.08);
	-ms-box-shadow: 18px 10px 57px rgba(0, 0, 0, 0.08);
}

.box .card.shadow {
	border-radius: 20px;
}

.cirBef {
	border: 3px solid #ffffff;
	background: #C7D2DB;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
	background: #ff6600;
	color: #ffffff;
	background-image: url(../images/tick.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}

span.text-warning.font-bold {
	color: #000 !important;
	font-weight: bold;
}

.inner-sect.total {
	color: black;
}

.btn-warning:hover {
	color: #FFF;
}

.error {
	font-size: 14px;
	width: 100%;
	float: left;
}

button.btn.btn-warning {
	margin-top: 10px;
	margin-right: 34px;
}

span.text-muted.od-summ {
	font-size: 22px;
	color: #000 !important;
	margin-top: 12px;
	margin-left: -10px;
}

input.w-100.btn.btn-warning.mx-auto:hover {
	background-color: #c35e05;
}

.inner-sect.total {
	color: black;
	font-size: 18px;
}

.total-payy {
	padding: 20px;
	border: 1px dashed #ccc !important;
	width: 48%;
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.discouttxt p {
	margin: 12px 0 10px;
	font-size: 18px;
	font-weight: 600;
}

.rightli {
	padding-right: 5px;
}

.in-lineee li {
	border: none;
	padding: 10px 0 10px;
	display: inline-block;
	width: 100%;
}

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

.lh-condensed small {
	float: right;
	font-size: 90%;
}

.req-grp h4 {
	margin-bottom: 0;
	letter-spacing: unset;
	text-transform: capitalize;
}

.twopartpayment {
	margin-bottom: 20px;
	margin-top: 10px;
}

.in-lineee strong {
	font-weight: 500 !important;
	font-size: 15px;
}

span#tdPartPmt1,
#tdPartPmt2 {
	background: grey;
	color: #fff;
	padding: 1px 5px;
}

.partpayement .fa-plus {
	font-weight: 100 !important;
	font-size: 10px;
}

.partpayement .fa-long-arrow-right {
	color: #f6923a;
}

span#totalprice_intowpart {
	background: #f6923a;
	color: #fff;
	padding: 1px 7px;
	font-weight: 600;
}

.dispric {
	padding: 5px 13px !important;
	width: fit-content;
	margin: 0 auto !important;
}

.sel-btn button {
	background: #f6923a;
	border: none;
	padding: 3px 25px;
	color: #fff;
}

/*.paymenttext {
    padding: 5px;
    margin-bottom: 15px;
    box-shadow: inset 0px 0px 20px #f6923a;
}*/

.addintionaltext2 {
	font-weight: 700;
	color: #f6923a;
}

.total {
	background: #f6923a;
	padding: 6px 10px;
	border-radius: 29px;
	color: #fff !important;
	width: 28%;
	margin: 0 auto;
	line-height: unset;
	margin-bottom: 70px;
}

.discountno {
	background: grey;
	padding: 2px 5px;
	border-radius: 20px;
	margin: 0px 6px;
	margin-bottom: 13px !important;
}

.discountno {
	background: grey;
	padding: 0px 10px;
	border-radius: 20px;
	margin: 0px 6px;
	color: #fff;
}

.radio-box {
	margin-bottom: 10px;
}

.rt-btnn button {
	height: auto !important;
	padding: 1px 10px;
	margin-top: 0 !important;
}

.next-btnn {
	text-align: right;
}

.next-btnn button {
	background-color: #ffc107;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
}

.customer-reviews {
	padding: 40px 0;
}

.customer-reviews iframe {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
	border: 1px solid lightgray;
}

.customer-reviews h2 {
	margin-bottom: 30px;

}

.listing-grrp {
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 41%);
	border: 1px Solid #e8e8e8;
	padding: 20px;
}

.order-summ {
	padding: 20px;
	background: #f6923a;
	border-radius: 5px 5px 0 0;
}

.order-summ h3 {
	color: #fff;
	font-weight: 700;
	font-size: 24px;
}

.discouttxt span.discountno {
	background: none;
	color: #f6923a;
	padding: 0;
	border-radius: 0;
	margin: 0;
	font-weight: 800;
}

.level-1::before {
	content: "";
	position: absolute;
	top: 9%;
	left: 50%;
	transform: translateX(-50%);
	width: 3px;
	height: 25px;
	background: #f6923a;
}

/* LEVEL-2 STYLES
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.level-2-wrapper {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.level-2-wrapper::before {
	content: "";
	position: absolute;
	top: -47px;
	left: 198px;
	width: 52%;
	height: 3px;
	background: #f6923a;
}

.level-2-wrapper::after {
	display: none;
	content: "";
	position: absolute;
	left: -20px;
	bottom: -20px;
	width: calc(100% + 20px);
	height: 2px;
	background: grey;
}

.level-2-wrapper li {
	position: relative;
}

.level-2-wrapper>li::before {
	content: "\f175";
	font-family: "FontAwesome";
	/* position: absolute; */
	/* left: 50%; */
	/* transform: translateX(-50%); */
	/* width: 1px; */
	/* height: 17px; */
	background: transparent;
	top: -18%;
	/* display: inline-block; */
	/* padding-right: 3px; */
	/* vertical-align: middle; */
	font-weight: 100;
	color: #f6923a;
	font-size: 35px;
}

.level-2 {
	width: 95%;
	margin: 0 auto 15px;
	background: var(--level-2);
}

.level-2::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 20px;
	background: #000;
}

.level-2::after {
	display: none;
	content: "";
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(-100%, -50%);
	width: 20px;
	height: 2px;
	background: #000;
}

/*@media screen and (max-width: 700px) {
  .rectangle {
    padding: 20px 10px;
  }

  .level-1,
  .level-2 {
    width: 100%;
  }

  .level-1 {
    margin-bottom: 20px;
  }

  .level-1::before,
  .level-2-wrapper > li::before {
    display: none;
  }
  
  .level-2-wrapper,
  .level-2-wrapper::after,
  .level-2::after {
    display: block;
  }

  .level-2-wrapper {
    width: 90%;
    margin-left: 10%;
  }

  .level-2-wrapper::before {
    left: -20px;
    width: 2px;
    height: calc(100% + 40px);
  }

  .level-2-wrapper > li:not(:first-child) {
    margin-top: 50px;
  }
}*/
.accordion p a:after {
	display: none;
}

.accordion p a {
	display: inline;
	padding: 0;
}

.thank-u-pg {
	padding: 34px 0 30px !important;
}

.thank-u-pg a {
	background: #f68b37 !important;
	color: #fff;
	padding: 10px 20px;
}

.contact-details a {
	color: unset;
}

ul.social-network {
	list-style: none;
	text-align: center;
	padding: 0
}

ul.social-network li {
	display: inline;
	margin: 0 5px
}

.social-network a.icoRss:hover {
	background-color: #F56505
}

.social-network a.icoFacebook:hover {
	background-color: #3B5998
}

.social-network a.icoTwitter:hover {
	background-color: #33ccff
}

.social-network a.icoGoogle:hover {
	background-color: #BD3518
}

.social-network a.icoVimeo:hover {
	background-color: #0590B8
}

.social-network a.icoLinkedin:hover {
	background-color: #007bb7
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
	color: #fff
}

a.socialIcon:hover,
.socialHoverClass {
	color: #44BCDD
}

.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 15px;
	line-height: 6px !important;
	margin-top: -5px;
}

.social-circle li i {
	margin: 0;
	line-height: 40px;
	text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s
}

.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s
}

.social-network a {
	background-color: #F6923A
}

input.btn.btn-warning.w-100:hover {
	background-color: #e67c1e;
}

.next-btnn button:hover {
	background: #f99400 !important;
}

.error {
	color: red;
	font-size: 0.8em;
}

.success {
	color: green;
}