/* css для имитации шапки временный!!!! */
.my-wrap {
	position: relative;
}
.header-vrem {
	background: #fff;
	position: sticky;
	top: 0;
	box-shadow: 0 0.5px 0 #ebeced;
	height: 60px;
	z-index: 5;
}
/* css для имитации шапки временный!!!! */
.center-box {
	max-width: 1225px;
	padding: 0 25px;
	margin: 0 auto;
}
.tarifs {
	text-align: left;
	overflow: unset;
}
.after_header .container_big .name .text {
	color: #0b1218;
}
.tarifs-top__title {
	margin-top: 54px;
	font-family: "Inter";
	font-style: normal;
	font-weight: 600;
	font-size: 52px;
	line-height: 64px;
	letter-spacing: -0.8px;
	color: #0b1218;
	text-align: center;
	position: relative;
}
.tarifs-top__text {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.345455px;
	color: #0b1218;
	margin-top: 40px;
	text-align: center;
}
.tarifs2 {
	padding-top: 70px;
	padding-bottom: 132px;
	overflow: unset;
	background: #fff;
}
.tarifs-table {
	position: relative;
	text-align: left;
}
.tarifs-table-head {
	display: flex;
	padding-top: 20px;
	padding-bottom: 50px;
	overflow: hidden;
}
.tarifs-head-scrol {
	position: sticky;
	top: 60px;
	z-index: 3;
	background: #ffffff;
	padding-bottom: 20px;
}
.b-end {
	border-radius: 0px 0px 18px 18px;
}
.tarifs-table-left {
	width: 50%;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
.tarifs-table-right {
	width: 50%;
	display: flex;
	align-items: center;
}
.tarifs-table-right > div {
	width: 33.33%;
	text-align: center;
}
.tarifs-head {
	font-family: "Inter";
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.78px;
	color: #ffffff;
	margin-left: 25px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.tarifs-table-head .tarifs-table-left {
	font-style: normal;
	font-weight: 700;
	font-size: 42px;
	line-height: 51px;
	color: #000000;
	padding: 0;
}
.tarifs-head-sibtitle {
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 19px;
}
.tarifs-head-title {
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 9px;
}
.tarifs-head-mintitle {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	flex-grow: 1;
	margin-bottom: auto;
}
.tarifs-head a {
	font-style: normal;
	font-weight: 600;
	font-size: 15.4324px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.672413px;
	color: #ffffff;
	padding: 9px;
	border-radius: 5.51158px;
	display: inline-block;
	margin-top: 19px;
	width: 100%;
}
.base.tarifs-head a {
	background: #00a9ff;
}
.base .tarifs-head-title,
.base .tarifs-head-sibtitle {
	color: #00a9ff;
}
.standart.tarifs-head a {
	background: #335ce9;
}
.standart .tarifs-head-title,
.standart .tarifs-head-sibtitle {
	color: #335ce9;
}
.enterprise.tarifs-head a {
	background: #262a51;
}
.enterprise .tarifs-head-title,
.enterprise .tarifs-head-sibtitle {
	color: #262a51;
}
.tarifs-table-row {
	min-height: 70px;
	padding: 20px 0px 20px 30px;
	display: flex;
	align-items: center;
	background: #ffffff;
	border-radius: 20px;
}
.acordeon-contenido > div:nth-child(odd) {
	background: #effbff;
}
.tarifs-table-price {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.78px;
	color: #000000;
}
.tarifs-table-price span {
	color: #00a0f2;
	display: block;
}
.tarifs-table-row.grey {
	background: #f5f6f6;
}
.tarifs-table-right__text {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.78px;
	color: #000000;
}
.tarifs-table-row.blue {
	background: #00a0f2;
}
.blue .tarifs-table-left {
	color: #ffffff;
	font-weight: 600;
}
.tooltip {
	position: relative;
}
.tooltip__item {
	position: absolute;
	min-width: 389px;
	padding: 9px 6px;
	visibility: hidden;
	opacity: 0;
	background: #fafafa;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
	border-radius: 11px;
	z-index: 4;
	font-style: normal;
	font-weight: 400;
	font-size: 10.8353px;
	line-height: 13px;
	color: #000000;
	transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.yes .tooltip__item {
	min-width: 107px;
}
/* .tooltip__item:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
} */
.tooltip__initiator {
	cursor: pointer;
	z-index: 2;
	display: flex;
	align-items: center;
	color: #00a0f2;
}
.tooltip[data-direction="bottom"] .tooltip__initiator:hover ~ .tooltip__item {
	transform: translate3d(-18%, 0, 0);
	visibility: visible;
	opacity: 1;
}
.tooltip[data-direction="bottom"] .tooltip__item {
	bottom: calc(100% + 1em);
	transform: translate3d(-18%, -15px, 0);
}
.yes .tooltip[data-direction="bottom"] .tooltip__initiator:hover ~ .tooltip__item {
	transform: translate3d(-50%, 0, 0);
}
.yes .tooltip[data-direction="bottom"] .tooltip__item {
	transform: translate3d(-50%, -15px, 0);
}
/* .tooltip[data-direction="bottom"] .tooltip__item:after {
	bottom: -0.7em;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	border-width: 0 0.8em 0.8em 0.8em;
	border-color: transparent transparent white transparent;
	-webkit-filter: drop-shadow(0px 2px 24px rgba(11, 18, 24, 0.08));
	filter: drop-shadow(0px 2px 24px rgba(11, 18, 24, 0.08));
	transform: rotate(-180deg);
} */
svg.mob-svg {
	display: none;
}
.help {
	opacity: 0.7;
	transition: all 0.3s linear;
}
.acordeon-cabecera {
	background: linear-gradient(117.6deg, #00d1ff 32.84%, #1a39ff 338.93%);
	border-radius: 14px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
	cursor: pointer;
	padding: 10px 15px 10px 30px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: sticky;
	top: 270px;
	z-index: 3;
}
.tarifs-table-right > div {
	display: flex;
	align-items: center;
	justify-content: center;
}
.acordeon-cabecera.active svg {
	transform: rotate(180deg);
}
.acordeon-cabecera:hover {
}
.acordeon-cabecera.active {
}
.acordeon-contenido {
	display: none;
	background: #fff;
	padding-bottom: 20px;
}
.tarifs-price {
	padding-bottom: 90px;
	position: relative;
}
.tarifs-price::before {
	content: "";
	display: block;
	background: url("../img/Symbol.png");
	width: 325px;
	height: 473px;
	position: absolute;
	bottom: -50px;
	right: 0;
}
.tarifs-price-img {
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
}
.tarifs-price-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.tarifs-price-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 24px;
	margin-top: 70px;
}
.tarifs-price-card {
	border-radius: 30px;
	position: relative;
	padding: 49px 40px 54px 30px;
	border: 3px solid transparent;
	background: #ffffff;
	overflow: hidden;
}
.tarifs-card-content {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.tarifs-card-top {
	margin-bottom: 40px;
}
.tarifs-card-top span {
	background: #ffffff;
	padding: 6.5px 10px;
	display: inline-block;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 25px;
	border-radius: 7px;
}
.tarifs-card-ul {
	flex-grow: 1;
	margin-bottom: 22px;
}
.tarifs-card-ul ul {
	padding: 0;
	margin: 22px 0 0;
}
.tarifs-card-ul li {
	padding-left: 28px;
	list-style: none;
	position: relative;
	margin-bottom: 22px;
}
.tarifs-card-ul li .tooltip {
	transform: translateY(5px);
}
.no-include {
	color: #cbe1eb;
}
.tarifs-card-ul li:last-child {
	margin-bottom: 0;
}
.tarifs-card-ul li::before {
	content: "";
	min-width: 17px;
	min-height: 15px;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 3px;
	left: 0;
}
.tarifs-card-bottom,
.tarifs-card-ul {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
.tarifs-card-bottom {
	padding: 0px 0 40px;
	border-bottom: 1px solid #c1d6df;
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 34px;
	color: #000000;
}
.tarifs-card-bottom span {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}
.tarifs-card-btn a {
	text-align: center;
	width: 100%;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 21px;
	text-align: center;
	display: inline-block;
	letter-spacing: 0.672413px;
	color: #ffffff;
	border-radius: 5.51158px;
	padding: 8.81853px 17.6371px;
}
.tarifs-price-card:nth-child(1) .tarifs-card-btn a {
	background: #00a9ff;
}
.tarifs-price-card:nth-child(2) .tarifs-card-btn a {
	background: #335ce9;
}
.tarifs-price-card:nth-child(3) .tarifs-card-btn a {
	background: #262a51;
}
.tarifs-card-ul__title {
	display: flex;
	align-items: center;
	margin-top: 40px;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
.tarifs-card-ul__title img {
	margin-left: 10px;
	z-index: 8;
	max-width: 37px;
}
.tarifs-price-card:nth-child(1) .tarifs-card-top span {
	border: 2.2px solid #00a9ff;
	color: #00a9ff;
}
.tarifs-price-card:nth-child(2) .tarifs-card-top span {
	border: 2.2px solid #335ce9;
	color: #335ce9;
}
.tarifs-price-card:nth-child(3) .tarifs-card-top span {
	border: 2.2px solid #262a51;
	color: #262a51;
}
.tarifs-price-card:nth-child(1) .tarifs-card-ul li::before {
	background: url("../img/tarifs-card-ul1.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.tarifs-price-card:nth-child(2) .tarifs-card-ul li::before {
	background: url("../img/tarifs-card-ul2.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.tarifs-price-card:nth-child(3) .tarifs-card-ul li::before {
	background: url("../img/tarifs-card-ul3.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.tarifs-price-card .tarifs-card-ul li.no-include::before {
	background: url("../img/tarifs-card-close.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.tarifs-price-card:nth-child(1)::before {
	content: "";
	background: url("../img/tarifs-card1.png"), #ffffff;
	background-repeat: no-repeat;
	z-index: 2;
	position: absolute;
	top: -3px;
	right: -3px;
	bottom: 0;
	left: 0;
}
.tarifs-price-card:nth-child(1) {
	border: 2px solid #81f0f4;
}
.tarifs-price-card:nth-child(2):before {
	content: "";
	background: url("../img/tarifs-card2.png"), #ffffff;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	top: -3px;
	right: -3px;
	bottom: 0;
	left: 0;
}
.tarifs-price-card:nth-child(2) {
	border: 2px solid #335ce9;
}
.tarifs-price-card:nth-child(3):before {
	content: "";
	background: url("../img/tarifs-card3.png"), #ffffff;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	top: -3px;
	right: -3px;
	bottom: 0;
	left: 0;
}
.tarifs-price-card:nth-child(3) {
	border: 2px solid #262a51;
}
.base.tarifs-head a:hover,
.tarifs-price-card:nth-child(1) .tarifs-card-btn a:hover {
	background: #6ad9ff;
	opacity: 1;
}
.standart.tarifs-head a:hover,
.tarifs-price-card:nth-child(2) .tarifs-card-btn a:hover {
	background: #0c3ce0;
	opacity: 1;
}
.enterprise.tarifs-head a:hover,
.tarifs-price-card:nth-child(3) .tarifs-card-btn a:hover {
	background: #17217e;
	opacity: 1;
}
.info-baner {
	padding-bottom: 100px;
}
.info-baner-box {
	background: url("../img/info-baner-box.png");
	background-repeat: no-repeat;
	/* background-size: contain; */
	border-radius: 30px;
	position: relative;
	z-index: 4;
	padding: 70px 70px 80px;
}
.info-baner-title {
	font-style: normal;
	font-weight: 700;
	font-size: 42px;
	line-height: 51px;
	text-align: center;
	color: #000000;
	margin-bottom: 50px;
}
.info-baner-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	max-width: 643px;
	margin: 0 auto;
}
.info-baner-card {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.info-baner-mintitle {
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 25px;
	text-align: center;
	color: #000000;
	margin-top: 20px;
}
.totlip-mob {
	display: none;
	font-style: normal;
	font-weight: 400;
	font-size: 10.8353px;
	line-height: 13px;
	color: #000000;
	margin: 10px 0px 0px 0px;
}
.totlip-mob sup {
	font-size: 16px;
	color: #00a9ff;
	top: 0;
}
@media (max-width: 1285px) {
	.info-baner-box {
		background: unset;
	}
	.tarifs-top__text {
		margin-top: 30px;
	}
	.tarifs-price-list {
		margin-top: 60px;
	}
	.tarifs-price-card {
		padding: 49px 30px 50px 30px;
	}
	.tarifs-price::before {
		background: url("../img/Symbol2.png");
		width: 227px;
		height: 474px;
		position: absolute;
		bottom: 140px;
		right: 0;
		background-size: contain;
	}
	.center-box {
		max-width: 1066px;
	}
	.tarifs-price {
		padding-bottom: 50px;
	}
	.tarifs2 {
		padding-top: 50px;
		padding-bottom: 100px;
	}
	.tarifs-table-left {
		width: 40%;
	}
	.tarifs-table-right {
		width: 60%;
	}
}
@media (max-width: 1170px) {
	.tarifs2 {
		padding-top: 24px;
		padding-bottom: 60px;
	}
	.tarifs-top__title {
		font-size: 38px;
		line-height: 52px;
		margin-top: 45px;
	}
	.tarifs-top__text {
		font-size: 18px;
		line-height: 22px;
		margin-top: 20px;
	}
	.tarifs-head {
		font-size: 16px;
		line-height: 27px;
	}
	.tarifs-table-price {
		font-size: 10px;
		line-height: 15px;
	}
	.tarifs-table-content .tarifs-table-right {
		width: 40%;
	}
	.tarifs-table-content .tarifs-table-left {
		width: 60%;
	}
	.tarifs-table-left {
		font-size: 16px;
		line-height: 19px;
		width: 30%;
	}
	.tarifs-head:first-child {
		margin-left: 0;
	}
	.tarifs-table-row {
		min-height: 65px;
		display: flex;
		align-items: center;
		background: #ffffff;
	}
	.tarifs-table-right svg {
		width: 17px;
	}
	.tarifs-price-list {
		margin-top: 35px;
		grid-template-columns: 1fr;
	}
	.tarifs-price-card {
		padding: 40px 60px 40px 60px;
	}
	.tarifs-card-flex {
		display: flex;
		align-items: center;
	}
	.tarifs-card-bottom {
		border-bottom: unset;
		padding: 0;
	}
	.tarifs-card-top {
		margin: 0px 70px 0px 0px;
	}
	.tarifs-price-card:last-child .tarifs-card-top {
		margin: 0px 45px 0px 0px;
	}
	.tarifs-card-btn {
		padding-top: 10px;
		display: flex;
		justify-content: center;
	}
	.tarifs-card-btn a {
		max-width: 295px;
	}
	.tarifs-table-head .tarifs-table-left {
		font-size: 30px;
		line-height: 36px;
		width: 30%;
	}
	.tarifs-table-right {
		width: 70%;
	}
	.tarifs-head-sibtitle {
		font-size: 18px;
		line-height: 25px;
	}
	.tarifs-head-title {
		font-size: 22px;
		line-height: 27px;
	}
	.info-baner-title {
		font-size: 30px;
		line-height: 36px;
	}
	.info-baner-box {
		padding: 50px 67px 64px;
	}
	.tarifs-price-img img {
		display: none;
	}
	.tarifs-price-img .laptop {
		display: block;
	}
	.tarifs-price-img {
		top: 0;
	}
	.totlip-mob {
		display: block;
	}
	.tooltip__initiator {
		cursor: default;
	}
	.tarifs-table-left .tooltip__item,
	.tooltip__item {
		display: none;
	}
}
@media (max-width: 767px) {
	.info-baner {
		padding-bottom: 50px;
	}
	.tarifs-table-right .yes svg {
		width: 15px;
		height: 17px;
		margin-bottom: 0;
	}
	.tarifs-price-img {
		top: 74px;
	}
	.tarifs-card-flex {
		display: block;
	}
	.tarifs-price-card {
		padding: 40px 13px 40px 13px;
	}
	.tarifs-price-card:last-child .tarifs-card-top,
	.tarifs-card-top {
		margin: 0px 0px 20px 0px;
	}
	.tarifs-card-bottom {
		font-size: 28px;
		line-height: 34px;
		padding: 0px 0 30px;
		border-bottom: 1px solid #c1d6df;
	}
	.tarifs-card-ul__title {
		margin-top: 30px;
	}
	.tarifs-card-ul ul li {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 13px;
	}
	.tarifs-table-head .tarifs-table-left {
		font-size: 28px;
		line-height: 34px;
		width: 100%;
		margin-bottom: 30px;
	}
	.center-box,
	.tarifs-top__flex {
		padding: 0 15px;
	}
	.tarifs-price-img .laptop,
	.tarifs-head a,
	.tarifs-table-row.blue .tarifs-table-right {
		display: none;
	}
	.standart.tarifs-head {
		border: 1px solid #335ce9;
	}
	.enterprise.tarifs-head {
		border: 1px solid #262a51;
	}
	.enterprise.tarifs-head .tarifs-head-mintitle {
		margin-top: 5px;
	}
	.tarifs-head-title {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 3px;
	}
	.tarifs-head-mintitle {
		font-size: 10px;
		line-height: 12px;
		text-align: center;
	}
	.tarifs-head {
		margin-left: 3px;
		border-radius: 7px;
	}
	.base.tarifs-head {
		border: 1px solid #00a9ff;
	}
	.tarifs-table-right > div.tarifs-head {
		height: 100%;
		padding: 8px 5px 10px;
		height: 97px;
	}
	.tarifs-head-sibtitle {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 0;
		border-radius: 7px;
	}
	.tarifs-price-img img.mobiln {
		display: block;
	}
	.tarifs-table-head .tarifs-table-right {
		display: flex;
		justify-content: space-between;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 40px;
	}
	.tarifs-head.base {
		text-align: left;
	}
	.tarifs-head.standart {
		text-align: right;
	}
	.tarifs-head.base svg {
		float: left;
	}
	.tarifs-head.standart svg {
		float: right;
	}
	.tarifs-head {
		font-size: 14px;
		line-height: 47px;
	}
	.tarifs-table-head {
		flex-direction: column;
		text-align: center;
		padding-bottom: 20px;
	}
	.tarifs-table-row {
		padding: 10px;
		min-height: unset;
		flex-direction: column;
		border-radius: 10px;
	}
	.tarifs-table-content .tarifs-table-left,
	.tarifs-table-content .tarifs-table-right,
	.tarifs-table-left,
	.tarifs-table-right {
		width: 100%;
	}
	.tarifs-top__title {
		font-size: 24px;
		line-height: 136.02%;
		margin-top: 60px;
	}
	.tarifs-top__text {
		font-size: 18px;
		line-height: 130%;
		margin-top: 20px;
	}
	.tarifs-price-list {
		margin-top: 60px;
	}
	.tarifs-top__title::before {
		width: 159px;
		height: 17px;
		bottom: -16px;
	}
	.tarifs-table-right__text {
		font-size: 10px;
		line-height: 14px;
	}
	.tarifs-table-left {
		display: block;
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 10px;
		position: relative;
	}
	.acordeon-cabecera {
		top: 290px;
		font-size: 14px;
		line-height: 17px;
		padding: 10px;
	}
	.info-baner-list {
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}
	.info-baner-box {
		padding: 30px 20px 40px;
	}
	.info-baner-title {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 35px;
	}
	.info-baner-mintitle {
		font-size: 18px;
		line-height: 25px;
	}
	.tarifs-head.standart svg {
		display: none;
	}
	.tarifs-head.standart svg.mob-svg {
		display: block;
	}
}
@media (max-width: 350px) {
	.tarifs-head-mintitle {
		font-size: 8px;
		line-height: 10px;
	}
	.tarifs-head-sibtitle {
		font-size: 13px;
		line-height: 22px;
	}
	.tarifs-head-title {
		font-size: 13px;
		line-height: 24px;
	}
}
/* 24.02.23 start */
@font-face {
	font-family: "MuseoSansCyrl-500";
	src: url("../fonts/museosanscyrl-500.eot"); /* IE 9 Compatibility Mode */
	src: url("../fonts/museosanscyrl-500.eot?#iefix") format("embedded-opentype"),
		/* IE < 9 */ url("../fonts/museosanscyrl-500.woff2") format("woff2"),
		/* Super Modern Browsers */ url("../fonts/museosanscyrl-500.woff") format("woff"),
		/* Firefox >= 3.6, any other modern browser */ url("../fonts/museosanscyrl-500.ttf") format("truetype"),
		/* Safari, Android, iOS */ url("../fonts/museosanscyrl-500.svg#museosanscyrl-500") format("svg"); /* Chrome < 4, Legacy iOS */
}
.my-wrap2 .single-process-box {
	background: none;
	margin-bottom: -24vw;
}
.singl-proces {
	display: flex;
	justify-content: center;
	padding-bottom: 40vw;
	padding-top: 40px;
}
.singl-proces-box {
	position: relative;
}
.singl-proces-info {
	position: absolute;
	top: 30px;
	right: -160px;
	max-width: 220px;
	background: #6203ff;
	border-radius: 16px;
	transform: rotate(-6.68deg);
	font-family: "MuseoSansCyrl-500";
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 27px;
	padding: 25px 20px;
	color: #ffffff;
}
.video-icon {
	position: absolute;
	top: calc(50% - 73px);
	left: calc(50% - 114px);
	cursor: pointer;
}
.big-title span.violet {
	color: #6203ff;
}
.my-wrap2 .tab-img img.t1 {
	right: 130px;
	top: 100px;
}
.my-wrap2 .tab-img img.t2 {
	top: 135px;
	right: 120px;
}
.my-wrap2 .tab-img img.t3 {
	top: 175px;
	right: 120px;
}
.my-wrap2 .tab-img img.t4 {
	top: 227px;
	right: 107px;
}
.my-wrap2 .tab-img img.t5 {
	top: 365px;
	right: 107px;
}
.my-wrap2 .tab-img img.ta1 {
	top: 130px;
	right: 105px;
}
.my-wrap2 .tab-img img.ta2 {
	top: 165px;
	right: 90px;
}
.my-wrap2 .tab-img img.ta3 {
	top: 231px;
	right: 90px;
}
.my-wrap2 .tab-img img.ta4 {
	top: 297px;
	right: 90px;
	transform: translate(0px, 120%);
	opacity: 0;
}
.my-wrap2 .tab-img img.ta5 {
	top: 363px;
	right: 90px;
	transform: translate(0px, 120%);
	opacity: 0;
}
.my-wrap2 .tab-img img.ta7 {
	top: 260px;
	left: -6px;
	transform: translate(0px, 120%);
	opacity: 0;
}
.my-wrap2 #tab2.active .ta7,
.my-wrap2 #tab2.active .ta6,
.my-wrap2 #tab2.active .ta5,
.my-wrap2 #tab2.active .ta4 {
	transform: translate(0px, 0px);
	opacity: 1;
}
.my-wrap2 .tab-img img.tas1 {
	top: 80px;
	right: 60px;
	border-radius: 0;
}
.my-wrap2 .tab-img img.tas2 {
	top: 118px;
	right: 60px;
}
.tab_content ol p {
	max-width: 395px;
}
.my-wrap2 .tab-img img.tas3 {
	top: 190px;
	right: 60px;
}
.my-wrap2 .tab-img img.tas4 {
	top: 270px;
	right: 60px;
}
.my-wrap2 .tab_container .tab_content:nth-child(2),
.my-wrap2 .tabs li:nth-child(1),
.my-wrap2 ul.tabs li:nth-child(1)::before,
.my-wrap2 ul.tabs li:nth-child(1)::after {
	background: #f8efff;
}
.my-wrap2 ul.tabs li:nth-child(2)::after,
.my-wrap2 ul.tabs li:nth-child(2)::before,
.my-wrap2 .tab_container .tab_content:nth-child(4),
.my-wrap2 .tabs li:nth-child(2) {
	background: #6203ff;
}
.my-wrap2 .tab_container .tab_content:nth-child(6),
.my-wrap2 .tabs li:nth-child(3),
.my-wrap2 .tab_last::after,
.my-wrap2 ul.tabs li:nth-child(3)::before {
	background: #351b56;
}
.my-wrap2 #tab1.tab_content ol li.hover p,
.my-wrap2 #tab1.tab_content ol li:hover p {
	color: #6203ff;
}
.my-wrap2 .tab_content {
	color: #d7ceff;
}
.my-wrap2 .tab_content {
	min-height: 607px;
}
.my-wrap2 .for-whom-bottom__btn a:hover {
	opacity: 1;
	background: #6ad9ff;
}
.my-wrap2 #tab2 .order,
.my-wrap2 #tab3 .order {
	color: #ffffff;
	background: #00a9ff;
}
.my-wrap2 .tab_content ol li span,
.my-wrap2 #tab1.tab_content ol li span,
.my-wrap2 #tab1.tab_content ol li span {
	color: #d7ceff;
	border: 3px solid #d7ceff;
}
.my-wrap2 #tab1.tab_content ol li.hover span,
.my-wrap2 #tab1.tab_content ol li:hover span {
	color: #6203ff;
	border: 3px solid #6203ff;
}
.catch-flow3 {
	background: radial-gradient(1119.86% 165.06% at 11.16% 2.3%, #7963ff 0%, #c091fb 100%);
	border-radius: 30px;
	padding-top: 100px;
	margin-top: 100px;
}
.catch-flow3 h4 {
	color: #fff;
}
.catch-flow3-flex {
	display: flex;
	text-align: left;
}
.catch-flow3-flex > div {
	width: 46%;
	flex-grow: 1;
}
.catch-flow-card4,
.catch-flow-card3,
.catch-flow-card2,
.catch-flow-card1 {
	border-radius: 30px;
	margin-bottom: 30px;
	padding: 40px 35px 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.catch-flow-card1 {
	background: #f8efff;
	margin-right: 30px;
}
.catch-flow-img {
	padding: 0 20px;
}
.catch-flow-card2 {
	background: #351b56;
}
.catch-flow-card3 {
	background: #f8efff;
	height: 252px;
	text-align: left;
	justify-content: center;
	padding-bottom: 40px;
}
.catch-flow-card4 {
	background: #351b56;
	height: 252px;
	text-align: left;
	justify-content: center;
	padding-bottom: 40px;
}
.catch-flow-card1 .catch-flow-title {
	background: radial-gradient(94.46% 424.83% at -1.33% -99.24%, #6046ff 0%, #8d34fe 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.catch-flow-card2 .catch-flow-title {
	background: radial-gradient(91.62% 390.03% at 83.44% 47.36%, #7963ff 0%, #c091fb 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.catch-flow-card3 .catch-flow-title {
	font-style: normal;
	font-weight: 700;
	font-size: 44px;
	line-height: 53px;
	background: radial-gradient(94.46% 424.83% at -1.33% -99.24%, #6046ff 0%, #8d34fe 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.catch-flow-card4 .catch-flow-title {
	background: radial-gradient(91.62% 390.03% at 83.44% 47.36%, #7963ff 0%, #c091fb 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.catch-flow3-text {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	margin-top: 10px;
	color: #000000;
}
.catch-flow3-text p {
	margin-top: 10px;
}
.catch-flow3-text .tooltip__initiator {
	display: inline-block;
}
.catch-flow-card2 .catch-flow3-text,
.catch-flow-card4 .catch-flow3-text {
	color: #ffffff;
}
.catch-flow-img {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: -5px;
	flex-grow: 1;
}
.catch-flow3-bottom {
	text-align: left;
}
.catch-flow3-bottom > .mob-hide {
	position: absolute;
	top: unset;
	left: unset;
	width: 100%;
	right: 0;
	bottom: 0;
}
.catch-flow3-bottom > .laptop,
.catch-flow3-bottom .desctop {
	position: absolute;
	top: unset;
	left: unset;
	width: 71%;
	height: 100%;
	right: 0;
	bottom: 0;
}
.mobile-app-flex {
	display: flex;
	justify-content: space-between;
	z-index: 3;
	overflow: hidden;
}
.mobile-app-left {
	padding-top: 80px;
	padding-bottom: 80px;
	width: 50%;
}
.mobile-app-title {
	font-style: normal;
	font-weight: 700;
	font-size: 96px;
	line-height: 100px;
	color: #ffffff;
}
.mobile-app-text {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #ffffff;
	margin: 20px 0 50px;
}
.mobile-app-btn {
	display: flex;
}
.mobile-app-btn span:nth-child(1) {
	margin-right: 30px;
	display: inline-block;
}
.mobile-app-right {
	display: flex;
	align-items: flex-end;
	flex-grow: 1;
	overflow: hidden;
	margin-right: -100px;
}
.mobile-app-right img {
	max-width: 732px;
	transform: translateY(100px);
	transition: all 0.9s linear;
}
.mobile-app-flex:hover .mobile-app-right img {
	transform: translateY(0px);
	transition: all 0.9s linear;
}
.we-trusted3 {
	padding: 100px 0;
	position: relative;
}
.we-trusted3 h4 {
	max-width: 679px;
	margin: 0 auto;
}
.we-trusted3 h4 span.violet {
	color: #6203ff;
}
.we-trusted-fon {
	position: absolute;
	top: 32%;
	left: 0;
	width: 100%;
	height: 100%;
}
.we-trusted-fon img {
	width: 100%;
}
.we-trusted-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 24px;
	margin-top: 50px;
}
.we-trusted-list > div:nth-child(1),
.we-trusted-list > div:nth-child(3) {
	margin-top: 47px;
}
.we-trusted-list > div:nth-child(6),
.we-trusted-list > div:nth-child(8) {
	margin-top: -47px;
	transform: translate(0px, 85%);
}
.we-trusted-list > div {
	transform: translate(0px, 90%);
}
.we-trusted-list > div._anim_items._active {
	transform: translate(0px, 0px);
}
.we-trusted-card {
	position: relative;
}
.we-trusted-card__text {
	position: absolute;
	top: calc(50% - 40px);
	left: 0;
	width: 100%;
	min-height: 80px;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}
.tarif-text {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	text-align: center;
	margin-bottom: 57px;
}
.tarif-card3:nth-child(1) {
	border: 2.2px solid #c091fb;
}
.tarif-card3:nth-child(2) {
	border: 2.2px solid #6203ff;
}
.tarif-card3:nth-child(3) {
	border: 2.2px solid #351b56;
}
.tarif-card3 {
	text-align: left;
	border-radius: 30px;
	padding: 50px 37px 57px;
	overflow: hidden;
}
.tarif-card3 .tarif-card-ul ul {
	border-bottom: 1px solid #c1d6df;
	padding-bottom: 27px;
}
.tarif-card3 .tarif-card-ul li {
	max-width: 250px;
	text-align: left;
}
.tarif-card3 .tarif-card-top {
	margin-bottom: 0px;
}
.tarif-card3 .tarif-card-top span {
	max-width: 200px;
	text-align: left;
}
.tarif-card3:nth-child(1)::before {
	content: "";
	display: block;
	background: url("../img/tarif-card3-1.png");
	background-repeat: no-repeat;
	z-index: 2;
	position: absolute;
	top: -3px;
	right: -3px;
	bottom: 0;
	left: 0;
}
.tarif-card3:nth-child(2)::before {
	content: "";
	display: block;
	background: url("../img/tarif-card3-2.png");
	background-repeat: no-repeat;
	z-index: 2;
	position: absolute;
	top: -3px;
	right: -3px;
	bottom: 0;
	left: 0;
}
.tarif-card3:nth-child(3)::before {
	content: "";
	display: block;
	background: url("../img/tarif-card3-3.png");
	background-repeat: no-repeat;
	z-index: 2;
	position: absolute;
	top: -3px;
	right: -3px;
	bottom: 0;
	left: 0;
}
.tarif-card3:nth-child(1) .tarif-card-ul li::before {
	background: url("../img/tarif-card3-arr1.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.tarif-card3:nth-child(2) .tarif-card-ul li::before {
	background: url("../img/tarif-card3-arr2.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.tarif-card3:nth-child(3) .tarif-card-ul li::before {
	background: url("../img/tarif-card3-arr3.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.tarif-card3:nth-child(1) .tarif-card-top span {
	color: #c091fb;
	border: 2.2px solid #c091fb;
}
.tarif-card3:nth-child(2) .tarif-card-top span {
	color: #6203ff;
	border: 2.2px solid #6203ff;
}
.tarif-card3:nth-child(3) .tarif-card-top span {
	color: #351b56;
	border: 2.2px solid #351b56;
}
.tarif-card3 .tarif-card-btn a {
	display: inline-block;
}
.tarif-card3:nth-child(1) .tarif-card-btn a {
	background: #00a9ff;
}
.tarif-card3:nth-child(2) .tarif-card-btn a {
	background: #6203ff;
}
.tarif-card3:nth-child(3) .tarif-card-btn a {
	background: #351b56;
}
.tarif-bottom-text {
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	margin-top: 50px;
}
.tarif-bottom-text svg {
	margin-right: 12px;
}
.questions {
	padding-bottom: 100px;
}
.questions h4 {
	margin-bottom: 50px;
}
.questions .panel {
	max-width: 70%;
	padding-left: 60px;
	font-style: normal;
	max-height: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	/* display: none; */
	visibility: hidden;
	transition: all 0.5s linear;
}
.accordion__conten.open .panel {
	max-height: 100vh;
	visibility: visible;
	transition: all 0.5s linear;
}
.panel a {
	color: #00a9ff;
	text-decoration: underline;
}
.panel p {
	margin-top: 15px;
}
.questions-box {
	background: #f8efff;
	border-radius: 30px;
	padding: 50px 30px;
	text-align: left;
}
.accordion__conten {
	position: relative;
}
.accordiont {
	position: relative;
	padding: 16px 0px 18px 60px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	cursor: pointer;
}
.questions .accordiont::after {
	content: "";
	display: block;
	background: url("../img/arrows.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 27px;
	min-width: 27px;
	height: 22px;
	min-height: 22px;
	position: absolute;
	top: 26%;
	left: 0;
	transition: 0.2s;
}
.questions .accordiont:hover::after {
	background: url("../img/arrows2.svg");
	background-repeat: repeat;
	background-size: auto;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.3s linear;
}
.questions .accordiont:hover {
	color: #6203ff;
	transition: all 0.3s linear;
}
.questions .accordion__conten.open .accordiont::after {
	background: url("../img/arrows2.svg");
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(90deg);
}
.questions .accordion__conten.open .accordiont {
	color: #6203ff;
}
.adaptation-fon-laptop {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.catch-flow3-mob__text {
	margin-top: 13px;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
	display: none;
	text-align: left;
}
.catch-flow3-mob__text a {
	color: #ffffff;
	text-decoration: underline;
}
.catch-flow3-text .tooltip__item {
	min-width: 239px;
}
.singl-proces-video{
	max-width: 943px;
}
.catch-flow3-mob__text a:hover,
.video-icon a:hover,
.tooltip__initiator a:hover,
.catch-flow3-mob__text a:hover,
.tarif-card3 .tarif-card-btn a:hover {
	opacity: 0.7;
	transition: all 0.3s linear;
}
@media (max-width: 1340px) {
	.my-wrap2 ul.tabs li {
		font-size: 37px;
		line-height: 45px;
	}
}
@media (max-width: 1170px) {
	.catch-flow-card3 .catch-flow-title {
		font-size: 36px;
		line-height: 44px;
	}
	.catch-flow-card2 .catch-flow-title,
	.catch-flow-card1 .catch-flow-title {
		font-size: 72px;
		line-height: 87px;
	}
	.mobile-app-right img {
		max-width: 424px;
	}
	.my-wrap2 .tarif-list {
		grid-template-columns: 1fr 1fr;
	}
	.my-wrap2 .tab_content ol p {
		max-width: 570px;
	}
	.catch-flow-img {
		padding: 0 0px;
	}
	.questions .panel {
		max-width: 90%;
		padding-left: 40px;
	}
	.questions .accordiont {
		padding: 13px 0px 13px 40px;
	}
	.questions .panel,
	.questions .accordiont {
		font-size: 16px;
		line-height: 19px;
	}
	.catch-flow3-flex > div {
		width: 50%;
	}
	.catch-flow-card1 {
		margin-right: 19px;
	}
	.catch-flow-card2,
	.catch-flow-card1 {
		border-radius: 18px;
		margin-bottom: 19px;
		padding: 25px 20px 0;
	}
	.catch-flow-card3,
	.catch-flow-card4 {
		height: unset;
		padding: 25px 20px;
		border-radius: 18px;
		margin-bottom: 19px;
	}
	.catch-flow-card4 .catch-flow-title {
		font-size: 60px;
		line-height: 73px;
	}
	.questions h4 {
		margin-bottom: 18px;
	}
	.questions .accordions-wrap {
		margin-top: 0;
	}
	.mobile-app-btn span:nth-child(1) {
		margin-right: 18px;
	}
	.catch-flow3-text {
		font-size: 16px;
		line-height: 19px;
	}
	.singl-proces {
		padding-bottom: 17vw;
	}
	.my-wrap2 .single-process-box {
		margin-bottom: -10vw;
	}
	.mobile-app-flex .mobile-app-right img {
		transform: translateY(2px);
	}
	.catch-flow3 {
		padding-top: 50px;
		margin-top: 60px;
		border-radius: 16.0419px;
	}
	.we-trusted3 {
		padding: 60px 0;
	}
	.tarif {
		padding-bottom: 60px;
	}
	.tarif-bottom-text {
		text-align: left;
		font-size: 16px;
		line-height: 19px;
		margin-top: 35px;
		justify-content: flex-start;
		max-width: 395px;
	}
	.tarif-bottom-text svg {
		min-width: 30px;
		min-height: 30px;
	}
	.we-trusted-list > div:nth-child(1),
	.we-trusted-list > div:nth-child(3) {
		margin-top: 28px;
	}
	.we-trusted-list > div:nth-child(6),
	.we-trusted-list > div:nth-child(8) {
		margin-top: -28px;
	}
	.we-trusted-list {
		grid-gap: 14px;
	}
	.we-trusted-card__text {
		font-size: 19.5918px;
		line-height: 24px;
	}
	.mobile-app-title {
		font-size: 60px;
		line-height: 60px;
	}
	.singl-proces-info {
		padding: 15px 11px;
		max-width: 135px;
		right: -39px;
		font-size: 14.3386px;
		line-height: 17px;
		border-radius: 9px;
	}
	.video-icon {
		top: calc(50% - 107px);
		left: calc(50% - 76px);
	}
	.video-icon svg {
		max-width: 170px;
	}
	.singl-proces-video {
		max-width: 75vw;
	}
	.adaptation-fon-laptop {
		display: block;
		top: 119px;
	}
	.catch-flow3-text .tooltip__item,
	.catch-flow3-bottom .desctop,
	.adaptation-fon {
		display: none;
	}
	.catch-flow3-mob__text,
	.catch-flow3-bottom .laptop {
		display: block;
	}
	.my-wrap2 ul.tabs li {
		font-size: 24px;
		line-height: 36px;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.t1 {
		right: unset;
		top: 110px;
		left: 10vw;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.t2 {
		top: 150px;
		right: unset;
		left: 11vw;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.t3 {
		top: 200px;
		right: unset;
		left: 11vw;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.t4 {
		top: 260px;
		right: unset;
		left: 10vw;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.t5 {
		top: 412px;
		right: unset;
		left: 10vw;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.ta1 {
		left: unset;
		right: 99px;
		top: 138px;
		width: 36vw;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.ta2 {
		left: unset;
		right: 83px;
		top: 174px;
		width: 40vw;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.ta3 {
		left: unset;
		right: 83px;
		top: 248px;
		width: 40vw;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.ta4 {
		left: unset;
		right: 83px;
		top: 322px;
		width: 40vw;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.ta5 {
		left: unset;
		right: 83px;
		top: 396px;
		width: 40vw;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.ta6 {
		top: 292px;
		left: 33px;
		right: unset;
		width: 16vw;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.ta7 {
		top: 292px;
		left: 38px;
		right: unset;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.tas1 {
		top: 90px;
		right: 73px;
		width: 65vw;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.tas2 {
		top: 130px;
		right: 50px;
		width: 68vw;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.tas3 {
		top: 202px;
		right: 50px;
		width: 68vw;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.tas4 {
		top: 277px;
		right: 50px;
		width: 68vw;
	}
}
@media (max-width: 800px) {
	.my-wrap2 .tab_content ol li .tab-img > img.tas3 {
		top: 196px;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.tas4 {
		top: 265px;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.t5 {
		top: 386px;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.t4 {
		top: 244px;
		width: unset;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.t3 {
		top: 187px;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.t2 {
		top: 142px;
		width: 58vw;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.t1 {
		top: 105px;
		width: unset;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.ta1 {
		right: 90px;
		top: 133px;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.ta2 {
		right: 77px;
		top: 166px;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.ta3 {
		right: 77px;
		top: 237px;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.ta4 {
		right: 77px;
		top: 308px;
	}
	.my-wrap2 .tab_content ol li .tab-img > img.ta5 {
		right: 77px;
		top: 379px;
	}
}
@media (max-width: 767px) {
	.my-wrap2 .tarif-list {
		grid-template-columns: 1fr;
	}
	.my-wrap2 #tab1 .for-whom-bottom__btn a {
		flex-grow: unset;
	}
	.my-wrap2 #tab3 .for-whom-bottom__btn,
	.my-wrap2 #tab2 .for-whom-bottom__btn {
		justify-content: flex-start;
	}
	.questions .panel {
		max-width: 100%;
		padding-left: 40px;
		/* margin: 13px 0 19px; */
	}
	.we-trusted-card.delay__1._active,
	.we-trusted-card.delay__2._active,
	.we-trusted-card.delay__3._active {
		transition-delay: unset;
	}
	.questions {
		padding-bottom: 60px;
	}
	.questions .contain {
		padding: 0;
	}
	.accordiont {
		font-size: 16px;
		line-height: 19px;
	}
	.questions .accordiont::after {
		width: 22px;
		min-width: 22px;
		height: 24px;
		min-height: 24px;
	}
	.questions-box {
		padding: 45px 15px;
		border-radius: 16px;
	}
	.tarif-bottom-text svg {
		min-width: 18px;
	}
	.tarif-bottom-text {
		margin-top: 23px;
		padding: 0 11px;
		align-items: flex-start;
	}
	.we-trusted-fon {
		top: 20%;
	}
	.we-trusted-list > div.we-trusted-card {
		margin: 0;
		width: 46%;
		flex-grow: 1;
		display: flex;
		align-items: center;
		min-height: 97px;
	}
	.we-trusted-list > div:nth-child(1) {
		margin-top: 18px;
	}
	.we-trusted-list > div:nth-child(even) {
		margin-top: -18px;
	}
	.we-trusted-list > div:nth-child(2) {
		margin-top: 0px;
	}
	.we-trusted-card__text {
		font-size: 16px;
		line-height: 19px;
		top: 0;
		height: 100%;
		padding: 0 20px;
	}
	.tarif-card3 {
		border-radius: 25px;
		padding: 42px 30px 44px;
	}
	.we-trusted-list {
		display: flex;
		flex-wrap: wrap;
	}
	.mobile-app-btn span:nth-child(1) {
		margin-right: 14px;
	}
	.mobile-app-right {
		margin-right: 0;
	}
	.mobile-app-left {
		width: 100%;
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.mobile-app-title {
		font-size: 46px;
		line-height: 52px;
	}
	.catch-flow-card4 .catch-flow-title {
		font-size: 50px;
		line-height: 61px;
	}
	.catch-flow-card3 .catch-flow-title {
		font-size: 26px;
		line-height: 31px;
	}
	.catch-flow-card4,
	.catch-flow-card3 {
		height: unset;
		padding-bottom: 23px;
	}
	.catch-flow-card1 {
		margin-right: 0;
		padding-right: 0;
	}
	.catch-flow-card1 .catch-flow3-text {
		padding-right: 20px;
		margin-bottom: 20px;
	}
	.catch-flow-img img.mob-hide,
	.we-trusted-card img.mob-hide,
	.we-trusted-fon img.mob-hide,
	.mobile-app-right img.mob-hide,
	.mobile-app-flex,
	.catch-flow3-flex {
		display: block;
	}
	.catch-flow3-flex > div {
		width: 100%;
	}
	.catch-flow-card2 .catch-flow-title,
	.catch-flow-card1 .catch-flow-title {
		font-size: 60px;
		line-height: 73px;
	}
	.my-wrap2 .single-process-box {
		margin-bottom: 0;
	}
	.my-wrap2 .tab_content {
		padding-top: 5px;
	}
	.singl-proces {
		padding-bottom: 0;
	}
	.video-icon svg {
		max-width: 100px;
	}
	.singl-proces-info {
		font-size: 12px;
		line-height: 14px;
		padding: 11px 8px;
		max-width: 119px;
		top: -20px;
		right: 40px;
		border-radius: 7.2975px;
		transform: rotate(-2.7deg);
	}
	.video-icon {
		top: calc(50% - 125px);
		left: calc(50% - 48px);
	}
	.singl-proces-video {
		max-width: 100%;
	}
	.catch-flow-img img,
	.we-trusted-card img,
	.we-trusted-fon img,
	.catch-flow3-bottom .laptop,
	.mobile-app-right img,
	.my-wrap2 .adaptation-fon-laptop {
		display: none;
	}
	.tab_accordion[rel="tab1"]::before {
		background: url("../img/arrow-mob3.svg");
		background-size: contain;
		background-repeat: no-repeat;
	}
	.tab_accordion[rel="tab3"].d_active.tab_accordion::before,
	.tab_accordion[rel="tab2"].d_active.tab_accordion::before {
		background: url("../img/arrow-mobs.svg");
		background-size: contain;
		background-repeat: no-repeat;
	}
	.tab_accordion[rel="tab1"] {
		background: #f8efff;
		text-align: left;
	}
	.tab_accordion[rel="tab2"] {
		background: #6203ff;
		text-align: left;
	}
	.tab_accordion[rel="tab3"] {
		background: #351b56;
		text-align: left;
	}
	.my-wrap2 #tab1 ol li.first-child.hover img {
		margin-bottom: 20px;
	}
}
/* 24.02.23 end */
/* 13.03.23 start */
@media (min-width: 1740px) {
	.my-wrap3 .adaptation-fon-mob,
	.my-wrap3 .adaptation-fon {
		top: 15vw;
	}
	.my-wrap3 .singl-proces {
		padding-bottom: 20vw;
	}
}
.my-wrap3 {
	text-align: left;
}
.my-wrap3 .adaptation-fon-mob,
.my-wrap3 .adaptation-fon {
	top: 340px;
	height: unset;
}
.vovlechenie {
	margin-bottom: 130px;
}
.vovlechenie .single-process {
	background: #f8efff;
	padding: 80px 0 75px;
	margin-top: 0;
	border-radius: 0;
}
.vovlechenie .single-process-flex {
	display: flex;
	flex-direction: column;
}
.my-wrap3 .tab-img {
	height: 443px;
	overflow: hidden;
	border-radius: 30px;
	margin-right: 30px;
}
.my-wrap3 .tab-img img {
	right: 0;
}
.my-wrap3 .singl-proces {
	padding-bottom: 15vw;
}
.my-wrap3 .single-process-box {
	margin-bottom: 0;
}
.vovlechenie .tims2 .single-process__text {
	opacity: 1;
}
.my-wrap3 .single-process__bititle {
	color: #000000;
	max-width: 976px;
	margin-left: auto;
	margin-right: auto;
}
.my-wrap3 .single-process__text {
	max-width: 500px;
	min-height: 98px;
	background: #ffffff;
	border-radius: 15px;
	padding: 18px 22px;
	margin-bottom: 22px;
	font-weight: 400;
	text-align: left;
	color: #000000;
	opacity: 1;
	display: flex;
	align-items: center;
}
.my-wrap3 .single-process__link {
	display: flex;
	justify-content: center;
	margin-top: 69px;
}
.my-wrap3 .single-process__link a {
	background: #00a9ff;
	border-radius: 5.51158px;
	padding: 8.81853px 17.6371px;
	font-style: normal;
	font-weight: 600;
	font-size: 15.4324px;
	line-height: 21px;
	letter-spacing: 0.672413px;
	color: #ffffff;
}
.my-wrap3 .slider__item::before {
	content: "";
	display: block;
	position: absolute;
	top: 80px;
	height: 3px;
	background: radial-gradient(278.18% 101.39% at 43% -1.21%, #7963ff 0%, #c091fb 100%);
}
.my-wrap3 .slider__item.tims1::before {
	width: 100%;
	width: 0;
	left: 10%;
	transition: all 2.5s linear;
}
.my-wrap3 .slider__item.tims2::before {
	width: 70%;
	width: 0;
	left: 0;
	transition: all 4s linear 0.5s;
}
.my-wrap3 .slider__item.tims1.anime::before {
	width: 100%;
}
.my-wrap3 .slider__item.tims2.anime::before {
	width: 70%;
}
.my-wrap3 .single-process__chag {
	margin-bottom: 20px;
	background: radial-gradient(1119.86% 165.06% at 11.16% 2.3%, #7963ff 0%, #c091fb 100%);
	border-radius: 15px;
	width: 276px;
	height: 98px;
	padding: 22px 20px;
	text-align: center;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -0.8px;
	color: #ffffff;
}
.my-wrap3 .single-process__chag span {
	font-size: 18px;
	line-height: 22px;
}
.my-wrap3 .catch-flow4 {
	background: radial-gradient(1119.86% 165.06% at 11.16% 2.3%, #7963ff 0%, #c091fb 100%);
	border-radius: 30px;
	padding: 70px 0 150px;
}
.catch-flow4 h4 {
	color: #fff;
}
.my-wrap3 .catch-flow4-card4,
.my-wrap3 .catch-flow4-card1 {
	background: #ede2ff;
	mix-blend-mode: normal;
	border: 1px solid #6203ff;
	border-radius: 11px;
	padding: 50px;
}
.my-wrap3 .catch-flow4-card1 {
	margin: 0px 30px 30px 0px;
}
.my-wrap3 .catch-flow4-card2 {
	margin-bottom: 30px;
}
.my-wrap3 .catch-flow4-card3 {
	margin-right: 30px;
}
.my-wrap3 .catch-flow4-card3,
.my-wrap3 .catch-flow4-card2 {
	background: #351b56;
	mix-blend-mode: normal;
	border-radius: 11px;
	padding: 50px;
}
.my-wrap3 .catch-flow4-card3 {
	padding-bottom: 0;
	display: flex;
	flex-direction: column;
}
.my-wrap3 .catch-flow4-card2,
.my-wrap3 .catch-flow4-card1 {
	padding-bottom: 50px;
}
.my-wrap3 .catch-flow4-card4 .catch-flow4-title,
.my-wrap3 .catch-flow4-card3 .catch-flow4-title,
.my-wrap3 .catch-flow4-card2 .catch-flow4-title,
.my-wrap3 .catch-flow4-card1 .catch-flow4-title {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}
.my-wrap3 .catch-flow4-card4 .catch-flow4-title,
.my-wrap3 .catch-flow4-card1 .catch-flow4-title {
	color: #000000;
}
.my-wrap3 .catch-flow4-card3 .catch-flow4-title,
.my-wrap3 .catch-flow4-card2 .catch-flow4-title {
	color: #ffffff;
}
.catch-flow4-text {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}
.my-wrap3 .catch-flow4-card4 .catch-flow4-text,
.my-wrap3 .catch-flow4-card1 .catch-flow4-text {
	color: #000000;
}
.my-wrap3 .catch-flow4-card3 .catch-flow4-text,
.my-wrap3 .catch-flow4-card2 .catch-flow4-text {
	color: #ffffff;
}
.my-wrap3 .catch-flow4-img {
	padding: 0;
}
.my-wrap3 .catch-flow4-card1 .catch-flow4-img {
	margin-top: 50px;
	max-width: 89%;
}
.my-wrap3 .catch-flow4-card2 .catch-flow-img {
	display: block;
}
.my-wrap3 .catch-flow4-card2 .catch-flow3-text {
	margin-top: 20px;
}
.my-wrap3 .catch-flow4-card3,
.my-wrap3 .catch-flow4-card4 {
	height: unset;
}
.my-wrap3 .catch-flow4-card4 .catch-flow4-img {
	max-width: 88%;
	margin: 0px 0px 37px 0px;
}
.my-wrap3 .catch-flow4-card3 .catch-flow4-img {
	max-width: 89%;
	display: flex;
	margin-top: auto;
}
.my-wrap3 .catch-flow3 {
	background: none;
	margin: 0;
	padding: 120px 0;
}
.my-wrap3 .catch-flow3 h4 {
	color: #000000;
}
.my-wrap3 .catch-flow-grid {
	text-align: left;
}
.my-wrap3 .catch-flow-grid > div:nth-child(1) {
	background: #f8efff;
}
.my-wrap3 .catch-flow-grid div:nth-child(1) .catch-flow-title {
	background: linear-gradient(90deg, #00a0f2 0%, #7963ff 39.91%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.my-wrap3 .catch-flow-grid > div:nth-child(2) {
	background: radial-gradient(185.11% 526.97% at -60.55% -121.94%, #6046ff 0%, #8d34fe 100%);
	padding-top: 70px;
	padding-bottom: 70px;
}
.my-wrap3 .catch-flow-grid > div:nth-child(3) {
	background: #351b56;
	padding-top: 70px;
	padding-bottom: 70px;
}
.my-wrap3 .catch-flow-grid div:nth-child(2) .catch-flow-title {
	font-weight: 700;
	font-size: 46px;
	line-height: 56px;
	color: #ffffff;
	background: none;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
	background-clip: unset;
	text-fill-color: unset;
}
.my-wrap3 .catch-flow-grid div:nth-child(3) .catch-flow-title {
	font-style: normal;
	font-weight: 700;
	font-size: 46px;
	line-height: 56px;
	background: linear-gradient(90deg, #00a0f2 0%, #7963ff 39.91%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.my-wrap3 .secure-card:nth-child(1) .secure-card-img {
	background: radial-gradient(407.64% 544.75% at 94.95% 7.18%, #7963ff 0%, #c091fb 100%);
}
.my-wrap3 .secure-card:nth-child(2) .secure-card-img {
	background: radial-gradient(367.2% 504.11% at 99.98% 6.62%, #7963ff 0%, #c091fb 100%);
}
.my-wrap3 .secure-card:nth-child(3) .secure-card-img {
	background: radial-gradient(379.89% 485.46% at 99.76% 7.76%, #7963ff 0%, #c091fb 100%);
}
.my-wrap3 .hr {
	background: radial-gradient(278.18% 101.39% at 43% -1.21%, #7963ff 0%, #c091fb 100%);
}
.single-process__flex {
	display: flex;
	justify-content: space-between;
	margin: 30px 40px 0;
}
.tims1 .single-process__flex {
	margin-left: 0;
}
.tims2 .single-process__flex {
	margin-right: 0;
}
.vovlechenie .sliders {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 80px;
	overflow: unset;
}
.vovlechenie .arr-anime-l,
.vovlechenie .arr-anime-r {
	top: 23%;
}
.vovlechenie .arr-anime-l {
	left: 25px;
}
.vovlechenie .arr-anime-r {
	right: 25px;
}
.tab_content ol li.hover img {
	transition: all 0.3s linear;
}
.my-wrap3 .tab-img img.t1 {
	right: 15px;
	top: 38px;
}
.my-wrap3 #tab3 .faq,
.my-wrap3 #tab2 .faq {
	color: #fff;
	border: 2.2px solid #fff;
}
.my-wrap3 #tab3 .faq:hover,
.my-wrap3 #tab2 .faq:hover {
	border: 2.2px solid #6ad9ff;
}
.my-wrap3 .for-whom {
	margin-bottom: 70px;
}
.my-wrap3 .catch-flow4-card3 .catch-flow4-img {
	margin-top: 40px;
}
.my-wrap3 .catch-flow4-card2 .catch-flow4-img {
	margin-bottom: 40px;
}
.my-wrap3 .questions .panel {
	max-width: unset;
}
.my-wrap3 .tab-img img.t6 {
	right: unset;
	left: 16px;
	top: 283px;
}
.my-wrap3 .tab-img img.ta1 {
	top: 90px;
	right: unset;
	left: 70px;
}
.my-wrap3 .tab-img img.ta3 {
	top: 120px;
	right: 0px;
}
.my-wrap3 .tab-img img.ta2 {
	top: 120px;
	right: unset;
	left: 46px;
}
.my-wrap3 .tab-img img.tas3 {
	top: 260px;
	right: 160px;
}
.my-wrap3 .tab-img img.tas2 {
	top: 110px;
	right: 160px;
}
.my-wrap3 .tab-img img.tas1 {
	top: 80px;
	right: 180px;
	border-radius: 0;
}
.best-videos {
	position: relative;
	padding: 105px 0 180px;
}
.best-videos h4 {
	max-width: 700px;
	margin: 0px auto 48px;
}
.best-videos-fon {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 19%;
}
.best-videos-fon img {
	width: 100%;
}
.videos-slider .video-icon {
	left: calc(50% - 60px);
}
.videos-slider-text {
	position: absolute;
	left: 0px;
	top: 78%;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -0.396923px;
	color: #ffffff;
	padding: 0 20px 0 30px;
}
.videos-slider .slick-slider {
	min-width: 0;
}
/* Ограничивающая оболочка */
.videos-slider .slick-list {
	overflow: hidden;
}
/* Лента слайдов */
.videos-slider .slick-track {
	display: flex;
	align-items: flex-start;
}
/* Конкретный слайдер */
.videos-slider {
	position: relative;
	padding: 0px 0px;
}
@media (max-width: 767px) {
	.videos-slider {
		padding: 0px 40px;
	}
}
.videos-slider .slick-arrow {
	width: 45.75px;
	height: 45.75px;
	background: #E9E3FF;
	border: 1.73091px solid #AA83FD;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin: -30px 0px 0px 0px;
	z-index: 10;
	font-size: 0;
}
.videos-slider .slick-arrow.slick-prev {
	left: -45px;
	background: url("../images/arrow_right.svg"),#E9E3FF;
	background-size: 15px;
	transform: rotate(180deg);
	background-position: center;
	background-repeat: no-repeat;
}
.videos-slider .slick-arrow.slick-next {
	right: -45px;
	background: url("../images/arrow_right.svg"),#E9E3FF;
	background-size: 15px;
	background-position: center;
	background-repeat: no-repeat;
}
.videos-slider .slick-arrow.slick-disabled {
	opacity: 0;
}
.videos-slider .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
}
.videos-slider .slick-dots li {
	list-style: none;
	margin: 0px 10px;
}
.videos-slider .slick-dots button {
	font-size: 0;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
}
.videos-slider .slick-dots li.slick-active button {
	background-color: transparent;
	border: 1px solid #fff;
}
.videos-slider .slider__item {
	padding: 0px 15px;
	border-radius: 20px;
	overflow: hidden;
}
.videos-slider .slider__item img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.mob-slider .slick-dots {
	display: flex;
	justify-content: center;
	padding: 0 40px;
	border-radius: 13px;
	overflow: hidden;
}
.mob-slider .slick-dots li {
	list-style: none;
	width: 25%;
}
.mob-slider .slick-dots li button {
	font-size: 0;
	height: 6px;
	background: #ffffff;
	box-shadow: none;
	border: none;
	width: 100%;
}
.mob-slider .slick-dots li.slick-active button {
	background: #cbe1eb;
	border-radius: 13px;
}
.mob-slider .slider__item {
	margin: 0 15px;
}
.single-process__link.mob__item {
	display: flex;
	justify-content: center;
	margin-top: 28px;
	position: absolute;
	bottom: 45px;
	width: 100%;
}
.lapt,
.mob-slider,
.my-wrap3 .secure::before,
.my-wrap3 .secure::after,
.tabs .lapt {
	display: none;
}
.my-wrap2 .for-whom-bottom__btn a.faq:hover {
	opacity: 1;
	background: #6ad9ff;
	color: #fff;
}
.single-process__link.mob__item a:hover {
	opacity: 1;
	background: #6ad9ff;
}
.vovlechenie .slider__item {
	padding: 0px 0;
	min-width: 90vw;
	padding-right: 10vw;
}
@media (min-width: 2050px) {
	.vovlechenie .slider__item {
		padding: 0px 0;
		min-width: 80vw;
		padding-right: 20vw;
	}
	.vovlechenie .slider__item.tims2 {
		padding-right: 13vw;
	}
}
@media (min-width: 1940px) {
	.vovlechenie .slider__item {
		padding: 0px 0;
		min-width: 85vw;
		padding-right: 15vw;
	}
	.vovlechenie .slider__item.tims2 {
		padding-right: 13vw;
	}
}
@media (max-width: 1550px) {
	.vovlechenie .slider__item {
		min-width: 95vw;
		padding-right: 5vw;
	}
}
@media (max-width: 1450px) {
	.my-wrap3 .singl-proces {
		padding-bottom: 11vw;
	}
}
@media (max-width: 1340px) {
	.videos-slider .slick-arrow.slick-prev{
		left: 0;
	}
	.videos-slider .slick-arrow.slick-next{
		right: 0;
	}
	.my-wrap3 .singl-proces {
		padding-bottom: 7vw;
	}
	.my-wrap3 .adaptation-fon-mob,
	.my-wrap3 .adaptation-fon {
		top: 380px;
	}
	.my-wrap3 .catch-flow4-card4,
	.my-wrap3 .catch-flow4-card2,
	.my-wrap3 .catch-flow4-card1 {
		padding: 30px;
	}
	.my-wrap3 .catch-flow4-card3 {
		padding: 30px 30px 0 30px;
	}
	.my-wrap3 .catch-flow-title {
		font-size: 80px;
		line-height: 97px;
	}
	.my-wrap3 .catch-flow-grid div:nth-child(3) .catch-flow-title,
	.my-wrap3 .catch-flow-grid div:nth-child(2) .catch-flow-title {
		font-size: 42px;
		line-height: 51px;
	}
	.my-wrap3 .catch-flow-card {
		padding-left: 30px;
		padding-right: 30px;
	}
	.my-wrap3 .catch-flow-text {
		font-size: 18px;
		line-height: 22px;
	}
	.my-wrap3 .catch-flow-grid > div:nth-child(2),
	.my-wrap3 .catch-flow-grid > div:nth-child(3) {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.videos-slider {
		padding: 0px 60px;
	}
}
@media (max-width: 1285px) {
	.my-wrap3 .tims2,
	.my-wrap3 .tims1 {
		margin-top: 40px;
		min-width: 100%;
		padding: 0px 15px;
	}
	.vovlechenie .arr-anime-l,
	.vovlechenie .arr-anime-r {
		top: 36%;
	}
	.vovlechenie .arr-anime-r {
		right: 15px;
	}
	.vovlechenie .arr-anime-l {
		left: 15px;
	}
}
@media (max-width: 1170px) {
	.my-wrap3 .slider__item.tims2::before {
		transition: all 2s linear 0.2s;
	}
	.my-wrap3 .adaptation-fon-laptop {
		height: unset;
		top: 350px;
	}
	.my-wrap3 .single-process__bititle {
		font-size: 30px;
		line-height: 36px;
	}
	.vovlechenie .single-process {
		padding: 30px 0;
	}
	.my-wrap3 .single-process__text {
		font-size: 14px;
		line-height: 17px;
		max-width: 300px;
	}
	.vovlechenie .sliders .slider__item {
		padding-left: 20px;
		min-width: 100%;
		flex-grow: 1;
	}
	.vovlechenie .arr-anime-l,
	.vovlechenie .arr-anime-r {
		top: 32%;
	}
	.vovlechenie .sliders {
		padding-bottom: 40px;
	}
	.vovlechenie .single-process-flex {
		width: 100%;
	}
	.my-wrap3 .sliders .tims2 {
		display: flex;
	}
	.my-wrap3 .tims1 .svg-laptops svg {
		width: 818px;
	}
	.my-wrap3 .sliders-dots {
		display: block;
	}
	.my-wrap3 .tims1,
	.my-wrap3 .tims2 {
		margin-top: 0;
	}
	.single-process__link {
		margin-top: 27px;
	}
	.my-wrap3 .tab_content ol li .tab-img > img.t1 {
		left: 13vw;
		width: 80vw;
		top: 4.5vw;
	}
	.desct,
	.best-videos-fon img,
	.catch-flow3-flex img,
	.my-wrap3 .tab_content ol li img {
		display: none;
	}
	.best-videos-fon img.lapt,
	.catch-flow3-flex img.lapt,
	.my-wrap3 .tab_content ol li img.lapt {
		display: block;
	}
	.my-wrap3 .tab-img,
	.my-wrap3 .tab_content ol li > img {
		height: 49.5vw;
		bottom: 10vw;
	}
	.my-wrap3 .tab_content {
		padding-bottom: 68vw;
	}
	.my-wrap3 .tab_content .tab-img img {
		width: 100%;
	}
	.catch-flow4 {
		border-radius: 16.0419px;
		padding: 50px 0 70px;
	}
	.my-wrap3 .catch-flow4-card1 .catch-flow4-title,
	.my-wrap3 .catch-flow4-card1 .catch-flow4-text,
	.my-wrap3 .catch-flow4-card4 .catch-flow4-text,
	.my-wrap3 .catch-flow4-card4 .catch-flow4-title {
		padding-left: 18px;
		padding-right: 18px;
	}
	.my-wrap3 .catch-flow4-card4 .catch-flow4-title,
	.my-wrap3 .catch-flow4-card3 .catch-flow4-title,
	.my-wrap3 .catch-flow4-card2 .catch-flow4-title,
	.my-wrap3 .catch-flow4-card1 .catch-flow4-title {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 10px;
	}
	.my-wrap3 .catch-flow4-card3 {
		margin-right: 20px;
	}
	.my-wrap3 .catch-flow4-card1 {
		margin: 0px 20px 20px 0px;
	}
	.my-wrap3 .catch-flow4-card3 .catch-flow4-img {
		margin-top: auto;
	}
	.my-wrap3 .catch-flow4-card2 {
		margin-bottom: 20px;
	}
	.catch-flow4-text {
		font-size: 16px;
		line-height: 19px;
	}
	.my-wrap3 .catch-flow4-card2,
	.my-wrap3 .catch-flow4-card3 {
		display: flex;
		flex-direction: column;
	}
	.my-wrap3 .catch-flow4-card2 .catch-flow4-img {
		margin-bottom: auto;
	}
	.my-wrap3 .catch-flow4-card4 .catch-flow4-img {
		margin-bottom: 18px;
	}
	.my-wrap3 .catch-flow4-card1 .catch-flow4-img {
		margin-top: 20px;
	}
	.my-wrap3 .catch-flow4-card4 {
		padding-top: 10px;
		padding-left: 7px;
		padding-right: 7px;
	}
	.my-wrap3 .catch-flow4-card1 {
		padding-left: 7px;
		padding-right: 7px;
		padding-bottom: 10px;
	}
	.my-wrap3 .sliders .tims2 .svg-laptops {
		margin-top: 2px;
	}
	.my-wrap3 .catch-flow4-card4 .catch-flow4-img,
	.my-wrap3 .catch-flow4-card3 .catch-flow4-img,
	.my-wrap3 .catch-flow4-card1 .catch-flow4-img {
		max-width: unset;
	}
	.my-wrap3 .catch-flow3 {
		padding: 60px 0;
	}
	.my-wrap3 .catch-flow-title {
		font-size: 56px;
		line-height: 68px;
	}
	.my-wrap3 .catch-flow-grid div:nth-child(3) .catch-flow-title,
	.my-wrap3 .catch-flow-grid div:nth-child(2) .catch-flow-title {
		font-size: 28px;
		line-height: 34px;
	}
	.my-wrap3 .catch-flow-text {
		font-size: 16px;
		line-height: 19px;
	}
	.best-videos {
		padding-top: 0;
		padding-bottom: 250px;
	}
	.best-videos-fon {
		top: 6%;
	}
	.videos-slider {
		padding: 0;
		margin: 0 -10px;
	}
	.videos-slider .video-icon svg {
		max-width: 80px;
		min-width: 80px;
		max-height: 80px;
		min-height: 80px;
	}
	.videos-slider .video-icon {
		left: calc(50% - 40px);
		top: calc(50% - 40px);
	}
	.videos-slider-text {
		font-size: 18px;
		line-height: 30px;
		top: 70%;
	}
}
@media (max-width: 767px) {
	.my-wrap3 .tab-img {
		border-radius: 0;
	}
	.single-process__link.mob__item {
		position: unset;
	}
	.catch-flow4 {
		padding-top: 30px;
	}
	.my-wrap3 .for-whom-bottom__btn {
		flex-direction: column;
	}
	.catch-flow4 h4 {
		font-size: 22px;
		line-height: 27px;
		text-align: left;
	}
	.my-wrap3 .order {
		margin: 0px 0px 11px 0px;
	}
	.my-wrap3 .tab_content {
		padding-bottom: 50px;
	}
	.best-videos-fon img.lapt,
	.catch-flow3-flex img.lapt,
	.my-wrap3 .tab_content ol li img.lapt,
	.my-wrap3 .single-process__timline-flex {
		display: none;
	}
	.best-videos-fon img.mob-hide,
	.catch-flow3-flex img.mob-hide,
	.my-wrap3 .tab_content ol li img.mob-hide,
	.mob-slider {
		display: block;
	}
	.my-wrap3 .single-process__text {
		max-width: unset;
	}
	.mob-slider-info {
		margin-bottom: 15px;
	}
	.my-wrap3 .single-process__text {
		margin-bottom: 0;
		padding: 10px 14px;
		min-height: 90px;
	}
	.my-wrap3 .single-process__row > div:first-child {
		margin-bottom: 15px;
	}
	.my-wrap3 .single-process__bititle {
		font-size: 22px;
		line-height: 27px;
		text-align: left;
		padding: 0 15px;
	}
	.vovlechenie {
		margin-bottom: 56px;
	}
	.my-wrap3 .tab-img{
		max-height: 0;
		height: unset;
		transition: all 0.5s linear;
	}
	.my-wrap3 .tab_content ol li > img {
		height: unset;
	}
	.my-wrap3 .tab-img,
	.my-wrap3 .tab_content ol li>img {
		transition: opacity 0.6s linear;
	}
	.my-wrap3 .catch-flow4-card1 .catch-flow4-title,
	.my-wrap3 .catch-flow4-card1 .catch-flow4-text,
	.my-wrap3 .catch-flow4-card4 .catch-flow4-text,
	.my-wrap3 .catch-flow4-card4 .catch-flow4-title {
		padding-left: 16px;
		padding-right: 16px;
	}
	.my-wrap3 .catch-flow4-card4 {
		display: flex;
		flex-direction: column;
	}
	.my-wrap3 .catch-flow4-card4 .catch-flow4-title,
	.my-wrap3 .catch-flow4-card2 .catch-flow4-title {
		order: 1;
	}
	.my-wrap3 .catch-flow4-card4 .catch-flow4-text,
	.my-wrap3 .catch-flow4-card2 .catch-flow4-text {
		order: 2;
	}
	.my-wrap3 .catch-flow4-card4 .catch-flow4-img,
	.my-wrap3 .catch-flow4-card2 .catch-flow4-img {
		order: 3;
		margin-top: 17px;
	}
	.my-wrap3 .catch-flow4-card1 {
		padding-bottom: 30px;
	}
	.my-wrap3 .catch-flow3-flex:last-child {
		display: flex;
		flex-direction: column-reverse;
	}
	.my-wrap3 .catch-flow4-card4 {
		padding-top: 30px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.my-wrap3 .catch-flow4-card4 .catch-flow4-img {
		margin-bottom: 0;
	}
	.my-wrap3 .catch-flow4-card3 .catch-flow4-img {
		margin-top: 50px;
	}
	.my-wrap3 .catch-flow-title {
		font-size: 28px;
		line-height: 34px;
	}
	.my-wrap3 .catch-flow-card {
		padding: 23px 20px;
	}
	.my-wrap3 .catch-flow-grid > div:nth-child(2),
	.my-wrap3 .catch-flow-grid > div:nth-child(3) {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.my-wrap3 .secure-card {
		text-align: center;
	}
	.my-wrap3 .secure-card-img {
		margin: 0 auto;
	}
	.my-wrap3 .questions .panel {
		margin: 0;
	}
	.my-wrap3 .big-title{
		font-weight: 700;
		font-size: 26px;
		line-height: 130%;
	}
	.best-videos h4 {
		font-size: 26px;
		line-height: 31px;
		padding-right: 40px;
		padding: 0 30px 0 15px;
	}
	.best-videos .contain {
		padding: 0 0 0 15px;
	}
	.videos-slider .slider__item {
		padding: 0px 10px;
	}
	.videos-slider-text {
		font-size: 16px;
		line-height: 20px;
	}
	.best-videos {
		padding-bottom: 120px;
	}
	.videos-slider .video-icon svg {
		max-width: 60px;
		min-width: 60px;
		max-height: 60px;
		min-height: 60px;
		display: block;
	}
	.videos-slider .video-icon {
		left: calc(50% - 30px);
		top: calc(50% - 30px);
	}
}
/* 13.03.23 end */
