@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Neucha&family=Poppins:wght@400;500;600&display=swap');
@import url('https://fonts.cdnfonts.com/css/avenir');

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #000054;
	overflow-x: hidden;
}

/* 

	font-family: 'Inter', sans-serif;
	font-family: 'Avenir', sans-serif;
	font-family: 'Neucha', cursive;

*/
a {
	transition: all 0.5s ease 0s;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: none;
}

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

[class*="__container"],
.container {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1250px;
}

.header__wrap {
	min-height: 118px;
}

/*.header {
	background-color: rgba(255, 255, 255, .9);
	padding: 33px 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
}*/

.header.fixed {
	transition: all .5s;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	position: fixed;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.header__container {
	max-width: 1245px;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.header__row {
	max-width: 894px;
	width: 100%;
	padding-left: 10px;
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.nav>ul {
	display: flex;
}

.nav>ul>li {
	margin-right: 64px;
	position: relative;
}

.nav>ul>li>a {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #000054;
	padding: 5px 0;
	display: inline-block;
	position: relative;
}

.nav>ul>li>a::after {
	background: #000054;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	transform: translateX(-50%) scaleX(0);
	transition: all .25s ease;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
}

.nav>ul>li:hover>a::after,
.nav>ul>li.active>a::after {
	transform: translateX(-50%) scale(1);
}

.header__btn {
	background: #7340FA;
	border-radius: 4px;
	width: 177px;
	height: 44px;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	align-items: center;
	justify-content: center;
	display: flex;
}

a.hover__btn:hover {
	background: #00dec4;
	color: #fff;
}

.main__hero {
	text-align: center;
	padding: 196px 15px 96px;
	overflow: hidden;
}

.main__hero__subtitle {
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #7340FA;
	margin-bottom: 16px;
}

.main__hero__title {
	font-weight: 600;
	font-size: 48px;
	line-height: 130%;
	text-align: center;
	color: #000054;
	margin-bottom: 24px;
}

.main__hero__title span {
	font-weight: 400;
	display: block;
}

.main__hero__text {
	max-width: 665px;
	font-size: 18px;
	line-height: 27px;
	color: #000054;
	margin: 0 auto 24px;
}

.main__hero__row__btn {
	align-items: center;
	justify-content: center;
	display: flex;
}

.free__demo {
	background: #7340FA;
	border-radius: 4px;
	width: 192px;
	height: 47px;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	margin: 0 4px;
	align-items: center;
	justify-content: center;
	display: flex;
}

.calculate__btn {
	border-radius: 4px;
	width: 210px;
	height: 47px;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #7340FA;
	margin: 0 4px;
	align-items: center;
	justify-content: center;
	display: flex;
}

.main__hero__photo__gallery {
	padding-top: 48px;
	justify-content: center;
	display: flex;
}

.main__hero__photo__gallery__col {
	padding: 0 21px;
}

.main__hero__photo__gallery__item {
	margin-bottom: 42px;
	display: block;
}

.main__hero__photo__gallery__item:last-of-type {
	margin-bottom: 0;
}

.main__hero__photo__gallery__item img {
	border-radius: 10px;
	filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.1));
	max-width: 100%;
}

.main__hero__photo__gallery__col:last-of-type img {
	box-shadow: none;

}

.logos__item {
	text-align: center;
	padding-top: 95px;
}

.logos__item__text {
	font-size: 18px;
	line-height: 27px;
	color: rgb(0, 0, 84, 0.6);
	margin-bottom: 32px;
}

.logos__item__row {
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	display: flex;
}

.logos__item__icon {
	padding: 0 24px;
}

.social__proof {
	background-color:  #000054;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	padding: 96px 0;
}

.proof-image {
	display: none;
}

.social__proof__info {
	max-width: 760px;
	width: 100%;
	padding-top: 66px;
	position: relative;
}

.social__proof__text {
	font-size: 36px;
	line-height: 47px;
	color: #fff;
	margin-bottom: 32px;
}

.social__proof__text::before {
	background: url(../img/quote.svg);
	width: 50px;
	height: 42px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}

.social__proof__text span,
.problems__info__title span,
.problems__bot__text span,
.problems__customer__loyalty__title span,
.instantly__launch__title span,
.text__chips__title span,
.marketing__team__title span,
.marketing__team__sub__title span,
h2 span {
	font-weight: 600;
}

.social__proof__fio {
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	color: #fff;
	margin-bottom: 4px;
}

.social__proof__supporting {
	font-size: 18px;
	line-height: 27px;
	color: rgb(255, 255, 255, 0.6);
	margin-bottom: 66px;
}

.social__proof__list {
	background: #fff;
	border-radius: 8px;
	padding: 20px 32px;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.social__proof__item {
	border-right: 1px solid #E6E6E6;
	width: 100%;
	padding: 0 32px;
	align-items: center;
	display: flex;
}

.social__proof__item:nth-child(1) {
	max-width: 319px;
	padding-left: 0;
}

.social__proof__item:nth-child(2) {
	max-width: 357px;
}

.social__proof__item:nth-child(3) {
	max-width: 235px;
}

.social__proof__item:last-of-type,
.problems__customer__bottom__item:last-of-type {
	border: none;
	max-width: 230px;
	padding-right: 0;
}

.social__proof__list__namber {
	font-weight: 600;
	font-size: 42px;
	line-height: 55px;
	color: #000054;
}

.social__proof__list__text {
	font-size: 18px;
	line-height: 130%;
	color: rgba(0, 0, 84, 0.6);
	padding-left: 16px;
}

.problems__container {
	padding: 128px 15px 96px;
}

.problems__row {
	padding-bottom: 127px;
	justify-content: space-between;
	display: flex;
}

.problems__info {
	max-width: 575px;
	width: 100%;
	padding-right: 10px;
}

.problems__info__title,
.problems__customer__loyalty__title,
.instantly__launch__title {
	font-size: 42px;
	line-height: 56px;
	color: #000054;
	margin-bottom: 32px;
	font-weight: 400;
}

.problems__info__text {
	font-size: 18px;
	line-height: 27px;
	color: #000054;
	margin-bottom: 32px;
}

.problems__info__list {
	margin: 0 -15px;
	display: flex;
}

.problems__info__item {
	max-width: 348px;
	width: 100%;
	padding: 0 15px;
}

.problems__info__body {
	background: rgba(255, 0, 0, 0.15);
	border-radius: 8px;
	padding: 24px 16px;
}

.problems__info__list__namber {
	font-family: 'Avenir', sans-serif;
	font-weight: 900;
	font-size: 28px;
	line-height: 42px;
	color: #000054;
	margin-bottom: 4px;
}

.problems__info__list__text {
	font-size: 18px;
	line-height: 27px;
	color: #000054;
}

.problems__img svg, .problems__img img  {
	border-radius: 4px;
	max-width: 100%;
	height: auto;
}

.problems__bot__text {
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	color: #000054;
}

.problems__customer__loyalty {
	background: url(../img/content/problems-customer-loyalty-r.svg) no-repeat top right, url(../img/content/problems-customer-loyalty-l.svg) no-repeat left bottom #FAFAFA;
	padding: 96px 0;
}

.problems__customer__loyalty__title {
	max-width: 960px;
	margin-bottom: 48px;
	font-weight: 400;
}

.problems__customer__loyalty__list {
	margin: 0 -15px;
	padding-bottom: 64px;
	justify-content: flex-start;
	display: flex;
}

.problems__customer__loyalty__item {
	max-width: 384px;
	width: 100%;
	padding: 0 15px;
}

.problems__customer__loyalty__item:nth-child(2) {
	max-width: 406px;
}

.problems__customer__loyalty__item:nth-child(3) {
	max-width: 430px;
}

.problems__customer__loyalty__body {
	background: #fff;
	border-bottom: 5px solid #7340FA;
	border-radius: 8px;
	padding: 48px 10px 48px 47px;
}

.problems__customer__loyalty__item__icon {
	height: 96px;
	line-height: 96px;
	margin-bottom: 54px;
}

.problems__customer__loyalty__item__title {
	font-weight: 500;
	font-size: 24px;
	line-height: 31px;
	color: #000054;
	margin-bottom: 16px;
}

.problems__customer__loyalty__list ul {
	position: relative;
}

.problems__customer__loyalty__list ul::before {
	background: #000054;
	width: 2px;
	content: '';
	position: absolute;
	top: 8px;
	left: 7px;
	bottom: 8px;
	z-index: 0;
}

.problems__customer__loyalty__list ul li {
	font-size: 18px;
	line-height: 32px;
	color: #000054;
	padding-left: 28px;
	position: relative;
}

.problems__customer__loyalty__list ul li::before {
	background: #fff;
	border: 2px solid #000054;
	border-radius: 50%;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 2;
}

.problems__customer__bottom__list {
	border-radius: 8px;
	max-width: 1112px;
	margin: 0 auto;
	padding: 16px 24px;
	justify-content: space-between;
	display: flex;
}

.problems__customer__bottom__item {
	border-right: 1px solid #E6E6E6;
	width: 100%;
	padding: 0 24px;
	align-items: center;
	display: flex;
}

.problems__customer__bottom__item:nth-child(1) {
	max-width: 210px;
	padding-left: 0;
}

.problems__customer__bottom__item:nth-child(2) {
	max-width: 390px;
}

.problems__customer__bottom__item:nth-child(3) {
	max-width: 270px;
}

.problems__customer__bottom__item:last-of-type {
	max-width: 189px;
}

.instantly__launch__container {
	padding: 96px 15px 64px;
	overflow: hidden;
}

.instantly__launch__title {
	margin-bottom: 48px;
}

.instantly__launch__list {
	margin: 0 -15px;
	flex-wrap: wrap;
	justify-content: center;
	display: flex;
}

.instantly__launch__item {
	max-width: 624px;
	width: 100%;
	padding: 0 16px 32px;
}

.instantly__launch__item:nth-child(2) .instantly__launch__body .instantly__launch__img {
	margin: 0 -14px;
}


.instantly__launch__body {
	background: #FAFAFA;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	min-height: 585px;
	padding: 24px 24px 0px;
	flex-direction: column;
	display: flex;
}

.instantly__launch__subtitle {
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #7340FA;
	margin-bottom: 10px;
}

.instantly__launch__title {
	max-width: 1025px;
	font-weight: 400;
	font-size: 42px;
	line-height: 55px;
	margin-bottom: 48px;
}

.instantly__launch__body__title {
	font-weight: 500;
	font-size: 28px;
	line-height: 42px;
	margin-bottom: 10px;
}

.instantly__launch__text {
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 48px;
}

.instantly__launch__img {
	margin-top: auto;
}

.instantly__launch__img img {
	border-radius: 0 0 8px 0;
	max-width: 100%;
}

.instantly__launch__item:nth-child(3) {
	max-width: none;
	padding-bottom: 0;
}

.instantly__launch__item:nth-child(3) .instantly__launch__body {
	min-height: auto;
	padding: 66px 0 0 26px;
	align-items: flex-end;
	flex-direction: inherit;
	justify-content: space-between;
}

.instantly__launch__item:nth-child(3) .instantly__launch__img img{
	max-width: 615px;
	width: auto;
}

.instantly__launch__item:nth-child(3) .instantly__launch__body .instantly__launch__text {
	margin-bottom: 86px;
}


.instantly__launch__item:nth-child(3) .instantly__launch__item__info {
	max-width: 430px;
	width: 100%;
	padding: 33px 10px 23px 0;
}

.instantly__launch__button{
	text-align: center;
	margin-top: 50px;
} 

@media(max-width: 768px){
	.instantly__launch__button{
		margin-top: 20px;
	}
}

.instantly__launch__button .free__demo{
	margin: auto;
}

.text__chips__container {
	padding: 64px 15px 72px;
	overflow: hidden;
}

.text__chips__title {
	max-width: 690px;
	font-size: 36px;
	line-height: 47px;
	margin-bottom: 24px;
	font-weight: 400;
}

.text__chips__text {
	max-width: 585px;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 24px;
}

.text__chips__list {
	margin: 0 -12px;
	flex-wrap: wrap;
	display: flex;
	position: relative;
}

.text__chips__list::after {
	background: url(../img/text-chips-after.svg);
	width: 205px;
	height: 49px;
	content: '';
	position: absolute;
	top: -102px;
	right: 112px;
}

.text__chips__item {
	max-width: 20%;
	flex-basis: 20%;
	padding: 0 12px 24px;
}

.text__chips__body {
	position: relative;
}

.text__chips__body::before {
	background: rgba(0, 0, 82, 0.3);
	border-radius: 8px;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.text__chips__body img {
	border-radius: 8px;
	width: 100%;
}

.text__chips__body__icon {
	position: absolute;
	top: 24px;
	left: 24px;
	z-index: 1;
}

.text__chips__body .text__chips__body__icon img {
	border-radius: 4px;
}

.text__chips__body__text {
	width: 160px;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	position: absolute;
	bottom: 24px;
	left: 24px;
	z-index: 1;
}

.marketing__team {
	background: #000054 url(../img/content/marketing-team.svg) no-repeat right top;
}

.marketing__team .container {
	padding: 96px 15px 133px;
	position: relative;
}

.marketing__team__title {
	max-width: 856px;
	font-size: 42px;
	line-height: 55px;
	color: #fff;
	margin-bottom: 29px;
	font-weight: 400;
}

.marketing__team__text {
	max-width: 670px;
	font-size: 18px;
	line-height: 27px;
	color: #fff;
	margin-bottom: 96px;
}

.marketing__team__sub__title {
	font-size: 32px;
	line-height: 42px;
	color: #fff;
	margin-bottom: 32px;
	font-weight: 400;
}

.marketing__team__list {
	margin: 0 -15px;
	padding-bottom: 45px;
	justify-content: flex-start;
	display: flex;
}

.marketing__team__item {
	max-width: 304px;
	width: 100%;
	padding: 0 16px;
}

.marketing__team__body {
	background: #fff;
	border-bottom: 4px solid #DF2F2F;
	border-radius: 8px;
	text-align: center;
	padding: 24px 5px;
}

.marketing__team__body__text {
	font-size: 18px;
	line-height: 27px;
	padding-top: 16px;
}

.reward__programme {
	background: url(../img/reward-programme.png);
	width: 365px;
	height: 93px;
	font-family: 'Neucha', cursive;
	font-size: 18px;
	line-height: 27px;
	padding: 0 55px 0 63px;
	flex-direction: column;
	justify-content: center;
	display: flex;
	position: absolute;
	left: 1px;
	bottom: -46px;
}

.reward__programme span {
	padding-left: 25px;
	display: block;
}

.reward__programme a {
	background-image: url(../img/line-link.svg);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #000054;
	padding-bottom: 3px;
	display: inline-block;
}

.reward__programme a:hover {
	background-image: none;
}

.market__faster__container {
	padding: 96px 15px 80px;
	justify-content: space-between;
	display: flex;
	overflow: hidden;
}

.market__faster__info {
	max-width: 580px;
	width: 100%;
	padding-right: 10px;
	padding-top: 50px;
}

.market__faster__title {
	font-size: 42px;
	line-height: 55px;
	padding: 6px 0 16px;
	font-weight: 400;
}

.market__faster__text {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 32px;
}

.market__faster__list {
	padding-bottom: 16px;
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex;
	max-width: 481px;
}

.market__faster__list li {
	background: url(../img/point-check.svg) no-repeat;
	width: 50%;
	font-size: 18px;
	line-height: 28px;
	white-space: nowrap;
	margin-bottom: 16px;
	padding-left: 40px;
}

.market__faster__img {
	margin-right: 4px;
}

.market__faster__img svg{
	max-width: 560px;
	width: auto;
}

.market__faster__img__text {
	max-width: 513px;
	padding: 8px 10px;
	background: #FFFFFF;
	box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #000054;
	margin: -87px auto 0;
	position: relative;
	text-align: center;
	z-index: 9;
}

.market__faster__img__text a {
	font-weight: 500;
	text-decoration-line: underline;
	color: #000054;
	text-underline-offset: 2px;
}

.market__faster__img__text a:hover {
	text-decoration: none;
}

.solution__how__works__container {
	padding: 92px 15px 123px;
	overflow: hidden;
}

.solution__how__works__title {
	font-size: 36px;
	line-height: 47px;
	margin-bottom: 24px;
	font-weight: 400;
}

.solution__how__works__info,
.main__content__list__text {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 24px;
}

.solution__how__works__list {
	margin: 0 -8px;
	flex-wrap: wrap;
	display: flex;
}

.solution__how__works__item {
	max-width: 308px;
	width: 100%;
	padding: 0 8px 24px;
}

.solution__how__works__body {
	background: #FAFAFA;
	border-radius: 8px;
	padding: 24px 5px 24px 24px;
}

.solution__how__works__text {
	font-size: 18px;
	line-height: 27px;
	white-space: nowrap;
	padding-top: 16px;
}

.main__content__list__container {
	padding: 69px 15px 70px;
}

.main__content__list__item {
	margin-bottom: 144px;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.main__content__list__item:last-of-type {
	margin-bottom: 0;
}

.tabs__nav {
	max-width: 410px;
	margin: 0 auto;
	padding-bottom: 34px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	display: flex;
}

.tabs__nav li {
	width: 200px;
	padding: 0 5px 8px;
}

.tabs__nav li a {
	background: #7340F9;
	opacity: 0.5;
	border-radius: 5px;
	height: 41px;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	align-items: center;
	justify-content: center;
	display: flex;
}

.tabs__nav li a:hover,
.tabs__nav li.selected a {
	opacity: 1;
}

.main__content__list__img {
	max-width: 450px;
	width: 100%;
	background: #FAFAFA;
	border-radius: 10px;
	margin-left: 55px;
	padding: 30px 10px 0;
}

.main__content__list__item:nth-child(2) .main__content__list__img {
	max-width: 513px;
	border-radius: 10px;
	margin-left: 0px;
	padding: 18px 0px 0;
	margin-right: 27px;
}

.main__content__list__item:nth-child(2) .main__content__list__img img {
	margin: 0;
	margin: 0 -26px 0 -24px;
	max-width: none;
}

.main__content__list__item:nth-child(3) .main__content__list__img {
	max-width: 512px;
	margin-left: 25px;
	padding: 34px 51px 0px;
}

.main__content__list__item:nth-child(3) .main__content__list__img img {
	margin-bottom: -24px;
	max-width: none;
}

.box {
	min-height: 350px;
	text-align: center;
	margin: 0 0 0 -9px;
	height: 0;
	overflow: hidden;
}

.tabs__item .box{
	opacity: 0;
	transition: .3s linear;
}

.tabs__item .box.active{
	opacity: 1;
	z-index: 9;
}

.tabs__item{
	position: relative;
}

.tabs__item .box:not(:first-child){
	position: absolute;
	top: 0;
}

.main__content__list__info {
	max-width: 570px;
	width: 100%;
	padding: 0 0 0 10px;
}

.main__content__list__item:nth-child(2n) .main__content__list__info {
	padding: 0 10px 0 0;
	order: 1;
}

.main__content__list__item:nth-child(2n) .main__content__list__img {
	order: 2;
}

.main__content__list__title {
	font-size: 42px;
	line-height: 54px;
	padding: 6px 0 16px;
	font-weight: 400;
}

.main__content__list__text {
	margin-bottom: 16px;
}

.middle__list__wrap__container {
	padding: 50px 15px 48px;
	overflow: hidden;
}

.middle__list {
	margin: 0 -8px;
	justify-content: space-between;
	display: flex;
}

.middle__list__item {
	max-width: 308px;
	width: 100%;
	padding: 0 8px;
}

.middle__list__body {
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 24px 12px 24px 24px;
}

.middle__list__header {
	padding-bottom: 16px;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.middle__list__label {
	background: rgba(115, 64, 250, 0.1);
	border-radius: 4px;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #7340FA;
	padding: 4px 12px;
	margin-right: 13px;
}

.middle__list__title {
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 8px;
}

.middle__list__text,
.optimise__performance__text {
	font-size: 18px;
	line-height: 27px;
}

.optimise__performance__container {
	text-align: center;
	padding: 48px 15px 228px;
	overflow: hidden;
}

.optimise__performance__title,
.make__your__offer__title {
	font-size: 42px;
	line-height: 55px;
	margin-bottom: 16px;
	font-weight: 400;
}

.optimise__performance__text {
	max-width: 560px;
	margin: 0 auto 16px;
}

.optimise__performance__container .header__btn {
	margin: 0 auto 80px;
}

.optimise__performance__banner {
	margin: 0 auto;
	display: table;
	position: relative;
}

.optimise__performance__banner::after {
	background: url(../img/banner-after.svg);
	width: 240px;
	height: 192px;
	content: '';
	position: absolute;
	right: -140px;
	bottom: -117px;
}

.make__your__offer {
	background: #FAFAFA;
	padding: 96px 0;
	position: relative;
}

.make__your__offer::before {
	background: url(../img/content/make-your-offer.svg);
	width: 566px;
	height: 534px;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.make__your__offer::after {
	background: #000054;
	width: 84%;
	height: 100%;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

.make__your__offer .container {
	position: relative;
	z-index: 2;
}

.make__your__offer__title {
	max-width: 980px;
	margin-bottom: 12px;
}

.make__your__offer__subtitle {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 58px;
}

.make__your__offer__slider__wrapp {
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin-bottom: 64px;
	padding: 48px 0 0 28px;
	position: relative;
}


.make__your__offer__slider__item{
padding-left: 20px;
}

.make__your__offer__slider__row {
	justify-content: space-between;
	display: flex;
}

.make__your__offer__slider__info {
	max-width: 510px;
	width: 100%;
	padding-right: 10px;
}

.make__your__offer__slider__title {
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #2ED13A;
	margin-bottom: 32px;
}

.make__your__offer__slider__text {
	font-weight: 500;
	font-size: 22px;
	line-height: 36px;
	padding: 16px 0 24px;
}

.make__your__offer__slider__link {
	font-size: 16px;
	line-height: 21px;
	color: #2ED13A;
}

.arrow__item {
	width: 144px;
	justify-content: space-between;
	display: flex;
	position: absolute;
	left: 48px;
	bottom: 48px;
}

.prev,
.next {
	background: #fff;
	border: 2px solid #F3F3F3;
	border-radius: 50%;
	width: 56px;
	height: 56px;
	transition: all .5s;
	display: block;
	cursor: pointer;
	overflow: hidden;
}

.next {
	transform: rotate(180deg);
}

.prev:hover,
.next:hover {
	background: #00dec4;
}

.prev svg,
.next svg {
	width: 56px;
	height: 56px;
	margin: -2px 0 0 -3px;
	display: block;
	fill: #fff;
}

.make__your__offer__list {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	text-align: center;
	padding: 64px 0;
	justify-content: space-between;
	display: flex;
}

.make__your__offer__list__item {
	width: 292px;
	color: #fff;
	text-align: center;
}

.make__your__offer__list__item:first-child {
	color: #000054;
}

.make__your__offer__list__namber {
	font-weight: 600;
	font-size: 42px;
	line-height: 55px;
	margin-bottom: 12px;
}

.make__your__offer__list__text {
	font-size: 18px;
	line-height: 27px;
	color: #7D7DA7;
}

.integrations__main {
	background: url(../img/integrations__bg.jpg);
	background-size: auto 715px;
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 213px 15px 221px;
}

.integrations__main__title {
	max-width: 700px;
	font-size: 42px;
	line-height: 55px;
	margin: 0 auto;
	font-weight: 400;
}

.support__block__container {
	padding: 128px 15px;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.support__block__img img {
	border-radius: 10px;
}

.support__block__info {
	max-width: 600px;
	width: 100%;
	padding-left: 10px;
}

.support__block__title {
	font-size: 42px;
	line-height: 55px;
	margin-bottom: 20px;
	font-weight: 400;
}

.support__block__text {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 20px;
}

.support__block__info__list {
	margin-bottom: 20px;
	display: flex;
}

.support__block__info__list li {
	border-right: 1px solid #E8E8E8;
	margin-right: 32px;
	padding: 14px 32px 14px 0;
}

.support__block__info__list li:last-of-type {
	border: none;
	margin: 0;
}

.support__block__info__list a {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #7340FA;
	padding-left: 24px;
	display: block;
}

.phone {
	background: url(../img/phone.svg) no-repeat left center;
}

.mail {
	background: url(../img/mail.svg) no-repeat left center;
}

.chat {
	background: url(../img/messages.svg) no-repeat left center;
}

.footer {
	background: #006;
	padding: 54px 0 106px;
	position: relative;
	overflow: hidden;
}

.footer-cta::before {
	background: url(../img/content/footer.svg);
	width: 435px;
	height: 610px;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.footer_shape {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 150%;
	height: 100%;
	background: #000054;
	clip-path: polygon(0 0, 78% 0, 22% 100%, 0 100%);
}

.footer_inner {
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: space-between;
}

.final__cta {
	padding-bottom: 7px;
	align-items: center;
	justify-content: space-between;
	display: flex;
	position: relative;
	z-index: 3;
}

.final__cta__info {
	max-width: 600px;
	width: 100%;
	color: #fff;
	padding-right: 10px;
	margin-top: -78px;
}

.final__cta__title {
	font-size: 42px;
	line-height: 55px;
	margin-bottom: 32px;
	font-weight: 400;
}

.final__cta__btn {
	display: flex;
}

.final__cta__btn .free__demo {
	background: #fff;
	color: #000054;
}

.final__cta__btn .calculate__btn {
	color: #fff;
}

.final__cta__img {
	margin-right: -79px;
}

.footer__line {
	background: rgba(255, 255, 255, 0.3);
	height: 1px;
	margin-bottom: 98px;
	position: relative;
	z-index: 2;
}

.footer_left {
	padding-right: 40px;
}

.footer_logo {
	display: inline-block;
	margin-bottom: 55px;
}

.footer_articles {
	max-width: 435px;
	margin-bottom: 42px;
}

.footer_title {
	color: rgba(255, 255, 255, .5);
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}

.footer_article_name {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	transition: all .3s;
}

.footer_article_name:hover,
.footer_nav_list a:hover {
	color: #00dec4;
}

.footer_article_date {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
}

.footer_soc {
	margin-bottom: 54px;
}

.footer_soc_wrap {
	display: flex;
	align-items: center;
}

.footer_soc_wrap a {
	margin-right: 16px;
}

.footer_soc_wrap a svg {
	width: 40px;
	height: 40px;
	display: block;
	fill: #fff;
	transition: all .3s;
}

.footer_soc_wrap a:hover svg,
.prev:hover svg,
.next:hover svg {
	fill: #00dec4;
}

.svg_soc_in {
	width: 40px;
	height: 40px;
}

.svg_soc_tw {
	width: 40px;
	height: 40px;
}

.svg_soc_fb {
	width: 40px;
	height: 40px;
}

.footer_cop {
	color: rgba(255, 255, 255, .5);
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 8px;
}

.footer_links a {
	text-decoration: none;
	color: rgba(255, 255, 255, .5);
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin-right: 32px;
	transition: all .3s;
}

.footer_nav {
	display: flex;
	width: 100%;
	max-width: 556px;
}

.footer_nav_left {
	display: flex;
	width: 66.67%;
}

.footer_nav_left .footer_nav_column {
	width: 50%;
}

.footer_nav_column {
	width: 33.33%;
	min-width: 176px;
}

.footer_title {
	color: rgba(255, 255, 255, .5);
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}

.footer_nav_list li {
	margin-bottom: 20px;
}

.footer_nav_list a {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	transition: all .3s;
}

.middle__list__wrap__container .arrow__item {
	display: none;
}

.text__chips__container .arrow__item {
	display: none;
}

.solution__how__works__container .arrow__item {
	display: none;
}


.cost-sec {
  padding: 97px 0 104px;
  background: #000054
}

@media screen and (max-width: 575.98px) {
  .cost-sec {
    padding: 63px 0 72px
  }
}

.cost-sec .flex {
  display: flex
}

@media screen and (max-width: 991.98px) {
  .cost-sec .flex {
    flex-direction: column
  }
}

.cost-sec h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 130%;
  color: #fff
}

@media screen and (max-width: 991.98px) {
  .cost-sec h2 {
    margin-bottom: 40px
  }
}

@media screen and (max-width: 575.98px) {
  .cost-sec h2 {
    font-size: 24px;
    margin-bottom: 25px
  }
}

.cost-sec ul {
  padding-top: 7px;
  margin-bottom: 0
}

.cost-sec ul li {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  padding-left: 36px;
  position: relative
}

@media screen and (max-width: 575.98px) {
  .cost-sec ul li {
    padding: 0 50px
  }
}

.cost-sec ul li strong {
  font-weight: 700
}

.cost-sec ul li:not(:last-child) {
  margin-bottom: 24px
}

.cost-sec ul li:before {
  content: url(../img/cost-list.svg);
  position: absolute;
  left: -5px;
  top: 1px
}

@media screen and (max-width: 575.98px) {
  .cost-sec ul li:before {
    left: 9px;
    top: 50%;
    margin-top: -12px
  }
}

.cost-sec ul li:last-child:before {
  content: url(../img/last-cost-list.svg)
}

.cost-sec .title {
  max-width: 430px;
  margin-right: 133px
}

@media screen and (max-width: 1200px) {
  .cost-sec .title {
    margin-right: 50px
  }
}

@media screen and (max-width: 991.98px) {
  .cost-sec .title {
    max-width: 100%;
    margin-right: 0
  }
}

.main__hero.hero-list {
      padding: 65px 0 89px;
}

@media screen and (max-width: 575.98px) {
  .main__hero.hero-list {
    padding: 64px 15px 36px
  }
}

.main__hero.hero-list .logos__item {
  padding-top: 0
}

.main__hero.hero-list .logos__item__icon:last-child {
  display: block
}

.faq-sec {
  padding: 96px 0 72px;
  background: #fafafa
}

@media screen and (max-width: 575.98px) {
  .faq-sec {
    padding: 64px 0 40px
  }
}

.faq-sec h2 {
  font-weight: 400;
  font-size: 42px;
  line-height: 150%;
  color: #141414;
  text-align: center;
  margin-bottom: 48px
}

@media screen and (max-width: 575.98px) {
  .faq-sec h2 {
    font-size: 32px
  }
}

.faq-sec .faq-content {
  display: none;
  padding: 0 24px 24px;
  border-bottom: 5px solid #7340fa;
  border-radius: 8px
}

@media screen and (max-width: 575.98px) {
  .faq-sec .faq-content {
    padding: 8px 16px 16px
  }
}

.faq-sec .faq-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000054
}

.faq-sec .flex {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap
}

.faq-sec .flex .col {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 15px
}

@media screen and (max-width: 991.98px) {
  .faq-sec .flex .col {
    flex-basis: 100%;
    max-width: 100%
  }
}

.faq-sec .faq-item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 24px
}

.faq-sec .faq-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #141414;
  padding: 24px 70px 24px 24px;
  cursor: pointer;
  min-height: 80px;
  position: relative
}

@media screen and (max-width: 575.98px) {
  .faq-sec .faq-btn {
    padding: 16px 65px 16px 17px;
    min-height: 64px
  }
}

.faq-sec .faq-btn .icon {
  margin-top: -16px;
  position: absolute;
  right: 28px;
  top: 50%
}

@media screen and (max-width: 575.98px) {
  .faq-sec .faq-btn .icon {
    margin-top: -17px;
    right: 17px
  }
}

.faq-sec .faq-btn .icon svg path {
  transition: .3s linear
}

.faq-sec .faq-btn.active .icon svg .top {
  opacity: 0
}

.faq-sec .faq-btn span {
  display: block;
  max-width: 464px
}

.expect-demo {
  padding: 96px 0 0;
  overflow: hidden;
  background: #fafafa
}

@media screen and (max-width: 575.98px) {
  .expect-demo {
    padding: 51px 0 0
  }
}

.expect-demo .flex {
  display: flex;
  justify-content: space-between
}

@media screen and (max-width: 991.98px) {
  .expect-demo .flex {
    flex-direction: column
  }
}

.expect-demo h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #101828;
  margin-bottom: 63px
}

@media screen and (max-width: 575.98px) {
  .expect-demo h2 {
    font-size: 24px;
    line-height: 130%
  }
}

.expect-demo .image {
  max-width: 528px;
  margin-left: 20px;
  margin-bottom: -68px;
  margin-right: 4px
}

@media screen and (max-width: 1200px) {
  .expect-demo .image {
    max-width: 364px
  }
}

@media screen and (max-width: 991.98px) {
  .expect-demo .image {
    max-width: 100%;
    margin-right: -27px;
    margin-bottom: -40px
  }
}

@media screen and (max-width: 575.98px) {
  .expect-demo .image {
    max-width: none;
    margin-right: -211px;
    margin-bottom: -29px;
    margin-left: -6px;
    margin-top: 31px
  }
}

.expect-demo .image img {
  max-width: none
}

@media screen and (max-width: 991.98px) {
  .expect-demo .image img {
    max-width: 100%
  }
}

.expect-demo .content {
  padding-top: 14px;
  max-width: 602px
}

@media screen and (max-width: 991.98px) {
  .expect-demo .content {
    max-width: 100%
  }
}

.expect-demo .items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px
}

.expect-demo .items .col {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 16px;
  margin-bottom: 48px
}

@media screen and (max-width: 575.98px) {
  .expect-demo .items .col {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 32px
  }
}

.expect-demo .items .icon {
  width: 40px;
  height: 40px;
  background: #7340fa;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 21px
}

.expect-demo .items h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 170%;
  color: #101828;
  margin-bottom: 7px
}

.expect-demo .items p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000054;
  margin-bottom: 0
}

.head-001 {
  overflow: hidden
}

.head-001 .header {
  position: static
}

.process-sec {
  padding: 96px 0 0;
  overflow: hidden
}

@media screen and (max-width: 575.98px) {
  .process-sec {
    padding: 64px 0 0
  }
}

.process-sec .number {
  width: 40px;
  height: 40px;
  background: #e3d9fe;
  color: #7340fa;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 11px;
  font-weight: 600;
  font-size: 16px;
  line-height: 170%
}

@media screen and (max-width: 575.98px) {
  .process-sec .number {
    flex-shrink: 0;
    margin-right: 20px
  }
}

@media screen and (max-width: 575.98px) {
  .process-sec .info {
    padding-top: 8px
  }
}

.process-sec h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 170%;
  color: #000054;
  margin-bottom: 9px
}

.process-sec p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000054;
  margin-bottom: 0
}

.process-sec .flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -68px;
  width: calc(100% + 74px)
}

@media screen and (max-width: 1200px) {
  .process-sec .flex {
    margin: 0 -15px;
    width: auto
  }
}

.process-sec .flex .col {
  flex-basis: 33.333%;
  max-width: 33.333%;
  padding: 0 68px;
  margin-bottom: 96px
}

@media screen and (max-width: 1200px) {
  .process-sec .flex .col {
    padding: 0 15px
  }
}

@media screen and (max-width: 991.98px) {
  .process-sec .flex .col {
    flex-basis: 50%;
    max-width: 50%
  }
}

@media screen and (max-width: 575.98px) {
  .process-sec .flex .col {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 71px
  }
}

.process-sec .flex .col:nth-child(4) {
  order: 6
}

@media screen and (max-width: 991.98px) {
  .process-sec .flex .col:nth-child(4) {
    order: 4
  }
}

.process-sec .flex .col:nth-child(5) {
  order: 5
}

.process-sec .flex .col:nth-child(6) {
  order: 4
}

@media screen and (max-width: 991.98px) {
  .process-sec .flex .col:nth-child(6) {
    order: 6
  }
}

@media screen and (max-width: 575.98px) {
  .process-sec .process-block {
    display: flex
  }
}

.process-sec.anim-sec .process-block .number {
  transition: .4s linear;
  background: #7340fa;
  color: #fff
}

.process-sec.anim-sec .process-block .number1 {
  transition-delay: .4s
}

.process-sec.anim-sec .process-block .number2 {
  transition-delay: .8s
}

.process-sec.anim-sec .process-block .number3 {
  transition-delay: 1.2s
}

.process-sec.anim-sec .process-block .number4 {
  transition-delay: 1.6s
}

.process-sec.anim-sec .process-block .number5 {
  transition-delay: 2s
}

.process-sec.anim-sec .process-block .number6 {
  transition-delay: 2.4s
}

.process-sec .process-inner {
  position: relative;
  z-index: 9
}

.process-sec .process-inner .process-line {
  position: absolute;
  right: 4px;
  top: 20px;
  z-index: -1
}

@media screen and (max-width: 991.98px) {
  .process-sec .process-inner .process-line {
    display: none
  }
}

.process-sec .process-inner .process-mob-line {
  display: none
}

@media screen and (max-width: 575.98px) {
  .process-sec .process-inner .process-mob-line {
    display: block;
    position: absolute;
    left: 20px;
    top: 55px;
    z-index: -1
  }
}

.book-hero {
  padding: 0 0 40px;
  position: relative;
  overflow: hidden
}

.book-hero .inner-top {
  background: #000054;
  padding: 214px 0 423px
}

@media screen and (max-width: 575.98px) {
  .book-hero .inner-top {
    padding: 182px 0 237px
  }
}

.book-hero .top-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 17px
}

.book-hero h1 {
  font-weight: 400;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  margin-bottom: 22px
}

@media screen and (max-width: 991.98px) {
  .book-hero h1 {
    font-size: 40px
  }
}

@media screen and (max-width: 575.98px) {
  .book-hero h1 {
    font-size: 32px;
    margin-bottom: 16px
  }
}

.book-hero h1 span {
  font-weight: 700
}

.book-hero .flex{
	display: flex;
	margin: 0 -8px;
	flex-wrap: wrap;
}


.inner-form .container{
	max-width: 1102px;
}

.book-hero .inner-form{
	margin-top: -375px;
}

@media screen and (max-width: 575.98px) {
  .book-hero .inner-form {
    margin-top: -205px;
  }
}


.book-hero .flex .col{
	flex-basis: 50%;
	max-width: 50%;
	padding: 0 8px
}





.book-hero p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  max-width: 800px;
  margin: 0 auto
}

@media screen and (max-width: 767.98px) {
  .book-hero p br {
    display: none
  }
}

.book-hero .form-block {
  max-width: 100%;
  background: #fff;
  box-shadow: 0px 0px 46px -7px rgba(0, 0, 0, .2);
  border-radius: 10px;
  margin: auto 0;
  position: relative;
  z-index: 9;
  padding: 49px 24px;
  height: 100%;
}

@media screen and (max-width: 575.98px) {
  .book-hero .form-block {
    margin:  auto 0;
    padding: 32px 16px
  }
}

.book-hero .form-block h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 113.5%;
  text-align: left;
  color: #000054;
  margin-bottom: 28px;
}

@media screen and (max-width: 575.98px) {
  .book-hero .form-block h3 {
    font-size: 24px
  }
}

.book-hero .input-item {
  margin-bottom: 32px
}

.book-hero .hbspt-form label {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000054;
  margin-bottom: 2px
}

.book-hero .hbspt-form input,
.book-hero .hbspt-form select {
  background: #f8f8f8;
  border-radius: 5px;
  height: 50px;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000054;
  padding: 0 16px;
  border: 0
}

.book-hero .hbspt-form input::-moz-placeholder,
.book-hero .hbspt-form select::-moz-placeholder {
  opacity: .5;
  color: #000054
}

.book-hero .hbspt-form input::placeholder,
.book-hero .hbspt-form select::placeholder {
  opacity: .5;
  color: #000054
}

.book-hero .hbspt-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url(../img/select-arrow.svg);
  background-position: center right 21px;
  background-repeat: no-repeat
}

.book-hero .hbspt-form textarea {
  background: #f8f8f8;
  border-radius: 5px;
  height: 140px;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000054;
  padding: 12px 16px;
  resize: none
}

.book-hero .hbspt-form textarea::-moz-placeholder {
  opacity: .5;
  color: #000054
}

.book-hero .hbspt-form textarea::placeholder {
  opacity: .5;
  color: #000054
}

.book-hero .hs-richtext {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #000054;
  margin-bottom: 32px
}

.book-hero .hs-richtext a {
  font-weight: 600;
  text-decoration-line: underline;
  color: #7340fa
}

.book-hero .hs-richtext a:hover {
  text-decoration: none
}

.book-hero input.hs-button {
  width: 100%;
  height: 44px;
  background: #7340fa;
  border-radius: 4px;
  border: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  text-align: center;
  color: #fff;
  transition: .3s linear
}

.book-hero input.hs-button:hover {
  background: #00dec4;
  color: #fff
}

.book-hero .book-icon {
  position: absolute
}

.book-hero .book-icon img {
  max-width: none
}

.book-hero .book-i1 {
  top: 154px;
  left: 0
}

@media screen and (max-width: 1400px) {
  .book-hero .book-i1 {
    left: -40px
  }
}

@media screen and (max-width: 575.98px) {
  .book-hero .book-i1 {
    display: none
  }
}

.book-hero .book-i2 {
  left: 0;
  top: 642px;
}

@media screen and (max-width: 575.98px) {
  .book-hero .book-i2 {
    display: none
  }
}

.book-hero .book-i3 {
  top: 398px;
  right: 0
}

@media screen and (max-width: 575.98px) {
  .book-hero .book-i3 {
    display: none
  }
}

.book-hero .book-i-mob {
  display: none
}

@media screen and (max-width: 575.98px) {
  .book-hero .book-i-mob {
    display: block;
    top: 350px;
    left: 0
  }
}

@media screen and (max-width: 380px) {
  .book-hero .book-i-mob {
    top: 289px
  }
}




.book-hero .expect-block{
	background: #FFFFFF;
	box-shadow: 0px 0px 46px -7px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 49px 24px;
  margin: auto 0;
  height: 100%;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 575.98px) {
  .book-hero .expect-block {
    margin:  auto 0;
    padding: 32px 16px
  }
}





.book-hero .expect-block h3{
	font-weight: 500;
	font-size: 28px;
	line-height: 113.5%;
	color: #000054;
	margin-bottom: 46px;
}

.book-hero .expect-item {
    display: flex;
}

.book-hero .expect-block .expect-item:not(:last-child){
	margin-bottom: 32px;
}

.book-hero .expect-block .expect-item .icon{
	width: 40px;
	height: 40px;
	background: #7340FA;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	flex-shrink: 0;
	margin-right: 20px;
}

.book-hero .expect-block .expect-item h3{
	font-weight: 600;
	font-size: 18px;
	line-height: 170%;
	color: #000054;
	margin-bottom: 8px;
}

.book-hero .expect-block .expect-item p{
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #000054;
	margin-bottom: 0;
	text-align: left;
}



.book-hero iframe input{
    min-height: 51px;
    margin-bottom: 19px;
   }


@media screen and (max-width: 991.98px) {
  .book-hero .flex .col{
	flex-basis: 100%;
	max-width: 100%;
}
.book-hero .expect-block{
	max-width: 550px;
	margin: 0 auto;
}
.book-hero .form-block{
	max-width: 550px;
	margin: 0 auto 32px;
	height: auto;
	min-height: 781px;
}
}

@media screen and (max-width: 575.98px) {

.book-hero .expect-block{
	padding: 47px 24px;
}

.book-hero .expect-block h3{
    font-size: 24px;
    line-height: 113.5%;
}
	.book-hero .expect-item {
    flex-direction: column;
}
.book-hero .expect-block .expect-item h3{
	font-size: 18px;
}

.book-hero .expect-block .expect-item p{
	font-size: 16px;
}
}


.pricing-sec {
  padding: 214px 0 30px;
  position: relative;
  background-image: url(../img/pricing-bg.svg);
  background-size: cover;
  background-position: center bottom
}

@media screen and (max-width: 575.98px) {
  .pricing-sec {
    padding: 180px 0 0;
    background-image: url(../img/pricing-bg-mob.svg);
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat
  }
}

.pricing-sec .container {
  max-width: 1246px
}

.pricing-sec .top-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 17px
}

.pricing-sec h1 {
  font-weight: 400;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  margin-bottom: 30px
}

@media screen and (max-width: 991.98px) {
  .pricing-sec h1 {
    font-size: 40px
  }
}

@media screen and (max-width: 575.98px) {
  .pricing-sec h1 {
    font-size: 32px;
    margin-bottom: 32px
  }
}

.pricing-sec h1 span {
  font-weight: 700
}

.pricing-sec .pricing-table {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 39px 32px
}

@media screen and (max-width: 767.98px) {
  .pricing-sec .pricing-table {
    padding: 35px 20px;
    background: 0 0;
    border: 0;
    padding: 0
  }
}

.pricing-sec .pricing-table .row {
  display: flex;
  margin: 0 -24px
}

@media screen and (max-width: 1200px) {
  .pricing-sec .pricing-table .row {
    margin: 0 -15px
  }
}

.pricing-sec .pricing-table .row .col-4,
.pricing-sec .pricing-table .row .col-3 {
  padding: 0 24px
}

@media screen and (max-width: 1200px) {

  .pricing-sec .pricing-table .row .col-4,
  .pricing-sec .pricing-table .row .col-3 {
    padding: 0 15px
  }
}

.pricing-sec .pricing-table .row .col-4 {
  width: 100%
}

.pricing-sec .pricing-table .row .col-3 {
  width: 277px;
  flex-shrink: 0
}

@media screen and (max-width: 1200px) {
  .pricing-sec .pricing-table .row .col-3 {
    width: 230px
  }
}

.pricing-sec .pricing-table .row-top {
  margin: 0 -24px 20px
}

@media screen and (max-width: 1200px) {
  .pricing-sec .pricing-table .row-top {
    margin: 0 -15px 20px
  }
}

@media screen and (max-width: 767.98px) {
  .pricing-sec .pricing-table .row-top {
    flex-direction: column
  }
}

@media screen and (max-width: 767.98px) {
  .pricing-sec .pricing-table .row-top .pricing-top {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    margin-bottom: 32px;
    padding: 32px 16px
  }
}

@media screen and (max-width: 991.98px) {
  .pricing-sec .pricing-table .row-top .col-4 {
    width: 0;
    padding: 0
  }
}

@media screen and (max-width: 991.98px) {
  .pricing-sec .pricing-table .row-top .col-3 {
    flex-basis: 33.333%;
    max-width: 33.333%;
    width: 100%
  }
}

@media screen and (max-width: 767.98px) {
  .pricing-sec .pricing-table .row-top .col-3 {
    flex-basis: 100%;
    max-width: 100%
  }
}

.pricing-sec .pricing-top .tag {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000054;
  margin-bottom: 12px
}

.pricing-sec .pricing-top .price {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  color: #7340fa;
  margin-bottom: 10px
}

@media screen and (max-width: 1200px) {
  .pricing-sec .pricing-top .price {
    font-size: 25px
  }
}

@media screen and (max-width: 767.98px) {
  .pricing-sec .pricing-top .price {
    font-size: 32px
  }
}

.pricing-sec .pricing-top .price span {
  font-weight: 400;
  font-size: 24px;
  color: #000054
}

@media screen and (max-width: 1200px) {
  .pricing-sec .pricing-top .price span {
    font-size: 20px
  }
}

@media screen and (max-width: 767.98px) {
  .pricing-sec .pricing-top .price span {
    font-size: 24px
  }
}

.pricing-sec .pricing-top .info {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000054;
  margin-bottom: 24px
}

.pricing-sec .pricing-top a {
  width: 100%;
  height: 44px;
  background: #7340fa;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center
}

.pricing-sec .pricing-top a:hover {
  background: #00dec4
}

.pricing-sec .row-title.active h4:before {
  transform: rotate(-180deg)
}

.pricing-sec .row-title h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  text-align: right;
  color: #000054;
  margin-bottom: 22px
}

@media screen and (max-width: 767.98px) {
  .pricing-sec .row-title h4 {
    text-align: left;
    position: relative
  }
}

@media screen and (max-width: 767.98px) {
  .pricing-sec .row-title h4::before {
    content: url(../img/price-arrow.svg);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    transition: .3s linear;
    height: 24px
  }
}

@media screen and (max-width: 767.98px) {
  .pricing-sec .row-title .col-3 {
    display: none
  }
}

.pricing-sec .table-info {
  border-top: 2px solid #00dec4;
  padding-top: 9px
}

@media screen and (max-width: 767.98px) {
  .pricing-sec .table-info {
    padding-top: 0;
    border: 0;
    display: none;
    padding-bottom: 12px
  }
}

@media screen and (max-width: 767.98px) {
  .pricing-sec .table-info .row {
    flex-wrap: wrap
  }
}

@media screen and (max-width: 767.98px) {
  .pricing-sec .table-info .row .col-4 {
    width: 100%
  }
}

@media screen and (max-width: 767.98px) {
  .pricing-sec .table-info .row .col-3 {
    flex-basis: 33.333%;
    max-width: 33.333%
  }
}

.pricing-sec .table-info .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: right;
  color: #000054
}

@media screen and (max-width: 767.98px) {
  .pricing-sec .table-info .title {
    text-align: left;
    margin-bottom: 16px
  }
}

.pricing-sec .table-info .icon {
  display: flex;
  justify-content: center;
  align-items: center
}

.pricing-sec .table-info .row {
  align-items: center
}

.pricing-sec .table-info .row-check {
  padding: 6px 0
}

@media screen and (max-width: 767.98px) {
  .pricing-sec .table-info .row-check {
    padding: 6px 0 19px
  }
}

.pricing-sec .table-info .row-check:not(:last-child) {
  border-bottom: 1px solid #00dec4
}

@media screen and (max-width: 767.98px) {
  .pricing-sec .table-info .row-check:not(:last-child) {
    border: 0
  }
}

@media screen and (max-width: 991.98px) {
  .pricing-sec .table-inner {
    padding-top: 40px;
    position: relative
  }
}

@media screen and (max-width: 767.98px) {
  .pricing-sec .table-inner {
    background: #fff;
    margin: 0 -15px;
    padding: 64px 15px 30px
  }
}

.pricing-sec .table-inner .inner-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #000054;
  text-align: center;
  margin-bottom: 48px;
  display: none
}

@media screen and (max-width: 767.98px) {
  .pricing-sec .table-inner .inner-title {
    display: block
  }
}

@media screen and (max-width: 991.98px) {
  .pricing-sec .table-inner .row .col-3 {
    width: 150px
  }
}

.pricing-sec .table-inner .scroll-top {
  background: #fafafa
}

.pricing-sec .table-inner .scroll-top .row {
  margin: 0 -5px
}

@media screen and (max-width: 767.98px) {
  .pricing-sec .table-inner .scroll-top .row .col-4 {
    display: none
  }
}

@media screen and (max-width: 767.98px) {
  .pricing-sec .table-inner .scroll-top .row .col-3 {
    flex-basis: 33.333%;
    max-width: 33.333%;
    width: auto;
    padding: 0 5px;
    border-right: 1px solid #d9d9d9
  }
}

@media screen and (max-width: 767.98px) {
  .pricing-sec .table-inner .scroll-top .row .col-3:last-child {
    border-right: 0
  }
}

@media screen and (max-width: 767.98px) {
  .pricing-sec .table-inner .scroll-top .row .col-3:nth-of-type(2) .pricing-top {
    padding: 10px 10px 10px 15px
  }
}

.pricing-sec .table-inner .scroll-top .pricing-top {
  padding: 10px 10px
}

.pricing-sec .table-inner .scroll-top .tag {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 2px
}

.pricing-sec .table-inner .scroll-top .price {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000054;
  margin-bottom: 0
}

.pricing-sec .table-inner .scroll-top .price span {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000054
}

.pricing-sec .table-block:not(:last-child) {
  margin-bottom: 52px
}

@media screen and (max-width: 767.98px) {
  .pricing-sec .table-block:not(:last-child) {
    margin-bottom: 10px
  }
}

.pricing-sec .table-bottom {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: rgba(38, 38, 38, .5);
  margin-top: 24px
}

@media screen and (max-width: 575.98px) {
  .pricing-sec .table-bottom {
    margin: -1px -15px -1px;
    padding: 24px 15px 30px;
    background: #fff
  }
}

.pricing-sec .add-on {
  position: relative;
  width: 24px
}

.pricing-sec .add-on:hover .popover {
  opacity: 1;
  visibility: visible
}

.pricing-sec .add-on .popover {
  position: absolute;
  left: 33px;
  top: 50%;
  margin-top: -17px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000054;
  width: 174px;
  height: 34px;
  background-image: url(../img/pop-bg.svg);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transition: .3s linear
}

.pricing-sec .scroll-inner {
  display: none
}

@media screen and (max-width: 991.98px) {
  .pricing-sec .scroll-inner {
    height: 96px;
    background: #fafafa;
    margin-bottom: 40px;
    display: block
  }
}

@media screen and (max-width: 767.98px) {
  .pricing-sec .scroll-inner {
    margin: 0 -15px 48px
  }
}

.pricing-sec .scroll-js.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99
}


.pricing-sec .pricing-table .row.row-top {
	margin-bottom: 39px;
}

.pricing-sec .pricing-table .row.row-top .col-4 {
	display: flex;
}

.pricing-sec .pricing-table .row.row-top .col-4 svg {
	max-height: 60px;
	margin: auto;
}

.process-sec h2 {
	font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #000054;
    margin-bottom: 46px;
}

@media screen and (max-width: 575.98px) {
	.process-sec h2 {
		font-size: 24px;
		line-height: 130%;
	}
}


/* ROI Calculator page */

/* calculator hero block */
.roi-calculator__hero{
	position: relative;
	background-color: #000054;
	color: #fff;
	overflow: hidden;
	padding-top: 75px;
	padding-bottom: 100px;
}
.roi-calculator__hero__bg{
	position: absolute;
	bottom: -2px;
	right: 0;
	width: 35%;
	height: auto;
}
.roi-calculator__hero-container{
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.roi-calculator__hero__logo{
	width: 120px;
}
.roi-calculator__hero__content{
	margin-top: 50px;
	text-align: center;
	max-width: 870px;
}
.roi-calculator__hero__content h1{
	color: #FFF;
	text-align: center;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: 30px;
}
.roi-calculator__hero__content .text_section{
	line-height: 1.55em;
	max-width: 650px;
	margin: auto;
}

.roi-calculator__hero__form{
	margin-top: 75px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.roi-calculator__hero__form__row{
	display: flex;
	align-items: flex-end;
	gap: 10px;
	width: 100%;
}
.roi-calculator__field{
	width: 25%;
}
@media (max-width: 992px) {
	.roi-calculator__hero__form{
		margin-top: 75px;
	}
	.roi-calculator__hero__form__row{
		flex-wrap: wrap;
		margin: -5px;
		gap: 0;
	}
	.roi-calculator__field{
		width: 50%;
		padding: 5px;
	}
}
.roi-calculator__field-label{
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 9px;
	display: block;
}
.roi-calculator__field-wrapper{
	display: flex;
	width: 100%;
	border-radius: 8px;
	background: #FFF;
	height: 50px;
}
.roi-calculator__field-symbol{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 50px;
	min-width: 50px;
	border-right: 1px solid #CBD5E1;
	color: #000054;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
}
.roi-calculator__field-input{
	-webkit-appearance: none;
	height: 50px;
	width: 100%;
	border: 0px;
	padding: 10px 15px;
	background-color: transparent;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

.roi-calculator #calculate{
	margin: auto;
	margin-top: 20px;
	min-width: 200px;
}

@media (max-width: 768px) {
	.roi-calculator__hero{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.roi-calculator__hero__content h1{		
		font-size: 36px;
		margin-bottom: 20px;
	}
	.roi-calculator__hero__form{
		margin-top: 40px;
	}
}
@media (max-width: 576px) {
	.roi-calculator__hero__content h1{		
		font-size: 28px;
	}
}
/* end of calculator hero block */

/* calculator results block */
.roi-calculator__results{
	background: #FAFAFA;
	padding: 75px 0;
}

.roi-calculator__results .row{
	display: flex;
	margin: -15px;
}
.roi-calculator__results .col{
	padding: 15px;
	width: 100%;
}
@media (max-width: 992px) {
	.roi-calculator__results .row{
		flex-wrap: wrap;
		max-width: 768px;
		margin: auto;
	}
}

.roi-calculator__results-col{
	border-radius: 8px;
	background: #FFF;
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 5px solid #7340FA;
}
.roi-calculator__results-block{
	min-height: 145px;
	padding: 20px;
	border-bottom: 1px solid rgba(0, 0, 84 , 0.05);
	display: flex;
	flex-direction: column;
}
@media (max-width: 1200px) {
	.roi-calculator__results-block{
		min-height: 165px;
	}
}
@media (max-width: 992px) {
	.roi-calculator__results-block{
		min-height: 100px;
	}
}

.roi-calculator__results-block:nth-last-child(1){
	border-bottom: 0;
}
.roi-calculator__results-block__title{
	color: #000054;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
}
.roi-calculator__results-block__content{
	margin-top: auto;
}
.roi-calculator__results-block__row{
	display: flex;
	justify-content: space-between;
}
.roi-calculator__results-block__row .name{
	font-size: 14px;
	line-height: 34px;
}
.roi-calculator__results-block__row .value{
	font-size: 14px;
	font-weight: 600;
	line-height: 34px;
}
.roi-calculator__results-block__row .value.green{
	color: #2ed13a;
}
.roi-calculator__results-block__row .value.red{
	color: #DF2F2F;
}

.roi-calculator__range{
	display: flex;
	align-items: center;
	padding-top: 30px;
}
.roi-calculator__rate{
	display: none;
}
.roi-calculator__range .start, .roi-calculator__range .end{
	color: #000054;
	font-size: 14px;
	font-weight: 600;
	line-height: 34px;
	display: inline-block;
	width: 30px;
	min-width: 30px;
}
.roi-calculator__range .range{
	width: 100%;
	margin: 0 10px;
}
.roi-calculator__range .noUi-target{
	border-radius: 5px;
	background: #F6F8FA;
	height: 10px;
	border: 0px;
}
.roi-calculator__range .noUi-tooltip{
	text-align: center;
	font-size: 14px;
	line-height: 10px;
	background: #F6F8FA;
	border: 1px solid #CBD5E1;
	border-radius: 15px;
	padding: 10px 15px;
}
.slider-round .noUi-connect {
    background: #00DEC5;
	border-radius: 5px;
}

.slider-round .noUi-handle {
    height: 34px;
    width: 34px;
    top: -12px;
    right: -8px; /* half the width */
    border-radius: 50%;
	background-color: #00DEC5;
	border: 3px solid #fff;
    box-shadow: none;
}
.slider-round .noUi-handle:before{
	width: 10px;
	height: 10px;
	top: 9px;
    left: 9px;
	border-radius: 50%;
	background: #FAFAFA;
}
.slider-round .noUi-handle:after{
	display: none;
}

.roi-calculator__results__total{
	padding-top: 50px;
}
.roi-calculator__results__total h2, .roi-calculator__results__total p{
	display: block;
	color: #000054;
	text-align: center;
	font-size: 34px;
	line-height: 1.3em;
}
.roi-calculator__results__total h2{
	font-weight: 600;
}

@media (max-width: 768px) {
	.roi-calculator__results{
		padding: 50px 0;
	}
	.roi-calculator__results .col{
		padding: 15px 0;
		width: 100%;
	}
	.roi-calculator__results__total{
		padding-top: 30px;
	}
	.roi-calculator__results__total h2, .roi-calculator__results__total p{
		font-size: 28px;
	}
}
/* end of calculator results block */

/* calculator CTA block */
.roi-calculator__cta{
	background: #7340FA;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
.roi-calculator__cta__content .request_info_title{
	color: #FFF;
	text-align: center;
	font-size: 34px;
	line-height: 1.3em;
	font-weight: 400;
	max-width: 700px;
	margin: auto;
}
.roi-calculator__cta__content .text_section{
	padding-top: 30px;
	max-width: 520px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	margin: auto;
}
.roi-calculator__cta__content  .btn{
	margin-top: 30px;
	padding: 12px 30px;
}
.roi-calculator__cta__content .btn__inner{
	display: flex;
	align-items: center;
	justify-content: center;
}
.roi-calculator__cta__content svg{
	margin-left: 4px;
}
.roi-calculator__cta__content  .btn svg path{
	transition: 0.3s;
}
.roi-calculator__cta__content  .btn:hover svg path{
	fill: #fff;
}
@media (max-width: 768px) {
	.roi-calculator__cta{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.roi-calculator__cta__content .request_info_title{
		font-size: 28px;
	}
}
/* end of calculator CTA block */

/* calculator footer block */
.footer-roi-calculator{
	padding: 15px 0;
	color: #000054;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
}
@media (max-width: 768px) {
	.footer-roi-calculator{
		font-size: 14px;
		line-height: 1.5em;
	}
}

/* end of calculator footer block */

/* calculator sections block */
.roi-calculator__sections .main__hero{
	padding-top: 100px;
	padding-bottom: 100px;
}
.roi-calculator__sections .instantly__launch{
	background-color: #FAFAFA;
}
.roi-calculator__sections .instantly__launch__container{
	padding-top: 100px;
	padding-bottom: 100px;
}
.roi-calculator__sections .instantly__launch__title{
	margin: auto;
	text-align: center;
	margin-bottom: 60px;
}

@media (max-width: 768px) {

	.roi-calculator__sections .main__hero{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.roi-calculator__sections .instantly__launch__container{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.roi-calculator__sections .instantly__launch__title{
		margin-bottom: 40px;
	}

}
/* end of calculator sections block */
