/*menu*/

.t190 {
	display: none !important;
}

.t228 {
	transition: transform .3s;
}

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

.t228__leftside {
	min-width: 0;
	flex-shrink: 0;
	line-height: 0;
}

.t228__imglogo {
	margin-right: 40px;
}

.t228__centerside {
	display: flex;
	align-items: center;
	flex-grow: 1;
}

.t228__centercontainer {
	width: 100%;
}

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

.t228__list_item {
	padding-left: 10px;
	padding-right: 10px;
}

.t-menusub__menu {
	min-width: 150px;
}

.t-menusub__menu:after, .t-menusub__menu:before {
	display: none;
}

.t228__rightside {
	flex-shrink: 0;
	min-width: 0;
}

.t228__right_buttons {
	padding-left: 24px;
}

.t228__centerside,
.t228__centercontainer,
.t228__list,
.t228__list_item 
.t228 .t-menu__link-item {
	height: 100%;
}

.t228 .t-menu__link-item {
	display: flex;
	align-items: center;
	border-bottom: 2px solid transparent;
	box-sizing: border-box;
}

.t228 .t-menu__link-item.t-active {
	border-bottom-color: currentColor;
	opacity: 1 !important;
}

.t280__descr {
	font-size: 26px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.t280__descr a:last-child {
	display: inline-flex;
	font-size: 0;
	padding: 0;
	margin: 0;
	display: inline-flex;
	width: 26px;
	height: 26px;
	background: url(https://static.tildacdn.com/tild6562-3538-4334-b161-386336613731/whatsapp.png);
	background-size: cover;
	margin-left: 24px;
}

.t280__descr a:nth-child(2) {
	display: inline-block;
	color: #ffffff !important;
	background-color: #3C67D6;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 30px;
	border-radius: 20px;
	margin-top: 30px;
}


/*popup*/

.t702 .t-popup__container{
	border-radius: 24px;
	max-width: 810px;
	box-sizing: border-box;
}

.t702 .t-popup__close {
	top: 30px;
	right: 30px;
}

.t702 .t-popup__close:nth-of-type(2) {
	display: none;
}

.t702__wrapper {
	padding: 50px 102px;
}

.t702 .t-form__inputsbox {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 -12px;
}

.t702 .t-input-group {
	position: relative;
	width: 100%;
	padding: 0 12px;
	box-sizing: border-box;
}

.t702 .t-input-title {
	position: absolute;
	left: 28px;
	top: 21px;
	font-size: 15px;
	line-height: 20px;
	height: auto;
	padding: 0;
	color: #627080;
	z-index: 1;
	transform: scale(1) translate(0);
	transition: transform .3s;
}

.t702 .t-input-group.is-focus .t-input-title,
.t702 .t-input-group.is-filled .t-input-title {
	transform: scale(.8) translate(0, -100%);
	transform-origin: 0 100%;
}

.t702 .t-input-group.is-focus .t-input-block {
	border-color: #3C67D6;
}

.t702 .t-input-group.js-error-control-box .t-input-block {
	border-color: red;
}

.t702 .t-input-group.js-error-control-box .t-input {
	border-color: transparent !important;
}

.t702 .t-input-block {
	background: #FBFBFB;
	border: 1px solid #F2F2F2;
	border-radius: 4px;
	transition: border-color .3s;
}

.t702 .t-input-group_tx .t-input-block {
	background: transparent;
	border: none;
	border-radius: 0;
}

.t702 .t-input {
	position: relative;
	z-index: 2;
	background: transparent !important;
	border: 1px solid transparent !important;
	box-sizing: border-box;
	font-size: 15px;
	padding: 15px 15px 0;
}

.t702 .t-input-phonemask__wrap {
	padding: 0 15px !important;
	z-index: 3 !important;
}

.t702 .t-input-phonemask {
	padding: 0 !important;
	border: none !important;
}

.t702 .t-select {
	padding: 15px 45px 0 15px;
	background: transparent !important;
	border: 1px solid transparent !important;
}

.t702 .t-select__wrapper:after {
	border-color: #3C67D6 transparent transparent transparent;
	right: 16px;
}

.t702 .t-input-group:nth-child(6){
	margin-bottom: 20px;
}

.t702 .t-input-group:nth-child(6) .t-text {
	font-size: 12px;
	line-height: 1.5;
	color: #627080;
}

.t702 .t-input-group:nth-child(10),
.t702 .t-input-group:nth-child(11) {
	margin-bottom: 35px;
}

.t702 .t-input-group:nth-child(12) {
	margin-bottom: 0;
}

.t702 .t-input-group:nth-child(12) .t-text{
	text-align: center;
	font-size: 13px;
	line-height: 1.5;
	color: #627080;
}

.t702 .t-submit {
	width: 260px; 
	box-shadow: 0px 10px 34px 0px rgba(60,103,214,0.5);
}

@media screen and (max-width: 960px) {
	.t702 .t-popup__container {
		position: static;
		transform: translateY(0);
	}

	.t702__wrapper {
		padding: 50px 60px;
	}
}

@media screen and (max-width: 640px) {
	.t702 .t-popup {
		padding: 0 !important;
	}

	.t702 .t-popup__container {
		margin: 0 auto!important;
		border-radius: 0;
	}

	.t702 .t-popup__close {
		position: absolute;
	}

	.t702 .t-popup__close g {
		fill: #3c67d6 !important;
	}

	.t702__wrapper {
		padding: 50px 20px 30px;
	}

	.t702__text-wrapper {
		margin-bottom: 30px;
	}

	.t702__title {
		font-size: 26px;
		line-height: 1.2;
	}

	.t702 .t-input-group:nth-child(1),
	.t702 .t-input-group:nth-child(2),
	.t702 .t-input-group:nth-child(3),
	.t702 .t-input-group:nth-child(4),
	.t702 .t-input-group:nth-child(8),
	.t702 .t-input-group:nth-child(9),
	.t702 .t-input-group:nth-child(10),
	.t702 .t-input-group:nth-child(11) {
		width: 100%;
	}

	.t702 .t-input-group {
		margin-bottom: 15px !important;
	}

	.t702 .t-submit, 
	.t702 .t-input,
	.t702 .t-select {
		height: 50px;
	}

	.t702 .t-input-title {
		top: 16px;
	}
}

@media screen and (max-width: 560px){
	.t702 .t-popup__close {
		position: absolute;
		right: 20px;
		left: auto;
		top: 20px;
		width: 23px;
		height: 23px;
		background-color: transparent;
		display: block;
	}

	.t702 .t-popup_show .t-popup__container {
		padding-top: 0 !important;
	}
}


/* HERO PAGE */


/*main window*/

.uc-promo .t396__artboard {
	position: relative;
}

.uc-promo .t396__artboard::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: linear-gradient(0deg, rgba(249,250,251,1) 20%, rgba(249,250,251,.8) 50%, rgba(249,250,251,0) 100%);
	z-index: 12;
}

.uc-promo .tn-elem[data-elem-id="1623326465495"] .tn-atom,
.uc-promo .tn-elem[data-elem-id="1623326573244"] .tn-atom {
	font-family: 'TTNorms',Arial,sans-serif !important;
}

.t654__close-button {
	right: auto;
	left: 20px;
}


/*partners slider on hero*/

.uc-partners-logo {
	position: relative;
}

.uc-partners-logo::before {
	content: '';
	display: block;
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 1380px;
	border-radius: 60px;
	background-color: #FFFFFF;
	transform: translateX(-50%);
	z-index: 1;
}

.uc-partners-logo .t923 {
	position: relative;
	z-index: 2;
}

.uc-partners-logo .t923 .t-section__topwrapper {
	margin-bottom: 24px;
}

.uc-partners-logo .t-slds {
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
}

.uc-partners-logo .t-slds__container {
	max-width: 1090px;
	margin: 0 auto;
}

.uc-partners-logo .t-slds__items-wrapper {
	display: flex;
	height: auto !important;
}

.uc-partners-logo .t-slds__item {
	width: 218px !important;
	padding: 30px 0;
}

.uc-partners-logo .t-slds__item .t-width,
.uc-partners-logo .t923__slds-wrapper,
.uc-partners-logo .t923__col,
.uc-partners-logo .t923__wrapper {
	height: 100%;
}

.uc-partners-logo .t923__wrapper {
	box-sizing: border-box;
	text-align: center;
	transition: box-shadow .3s ease;
}

.uc-partners-logo .t923__imgwrapper {
	padding-bottom: 53.37%;
	background-color: #F9FAFB;
	transition: background-color .3s ease;
}

.uc-partners-logo .t923__bgimg {
	background-size: 80%;
}

.uc-partners-logo .t923__textwrapper {
	padding: 0;
}

.uc-partners-logo .t923__content {
	height: auto !important;
}

.uc-partners-logo .t923 .t-slds__arrow_wrapper {
	margin-top: 30px;
}

.uc-partners-logo .t-slds__arrow {
	position: relative;
	left: auto;
	right: auto;
	width: 62px !important;
	height: 62px !important;
	border-radius: 20px;
	background-color: #F9FAFB !important;
	color: #5D616B;
	transition: color .3s ease;
} 

.uc-partners-logo .t-slds__arrow_body {
	position: absolute;
	left: 43%;
	top: 32%;
	width: 12px !important;
}

.uc-partners-logo .t-slds__arrow svg polyline {
	stroke: currentColor;
	stroke-width: 3px !important;
}

.uc-partners-logo .t-slds__arrow:hover {
	color: #3C67D6;
}

.uc-partners-logo .t923__imgwrapper:hover {
	background-color: #FFFFFF;
}

.uc-partners-logo .t923__wrapper:hover {
	box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1200px) {
	.uc-partners-logo .t-slds__container {
		max-width: 890px;
		margin: 0 auto;
	}

	.uc-partners-logo .t923 .t-slds__arrow_wrapper {
		top: 25px;
		width: 52px !important;
		height: 52px !important;
	}

	.uc-partners-logo .t-slds__arrow {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: 52px !important;
		height: 52px !important;
		border-radius: 16px;
		transform: none;
	}

	.uc-partners-logo .t-slds__arrow_body {
		width: 10px !important;
		left: 40%;
		top: 30%;
	}
}


/*for whom*/

.t467__title {
	margin-bottom: 20px;
}

.t467__descr ul {
	list-style-type: none;
	text-align: center;
	padding: 0 !important;
	margin: 40px 0 -24px;
}

.t467__descr ul li {
	display: inline-block;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
	color: #333848;
	background-color: #F4F6FB;
	padding: 13px 28px;
	border-radius: 30px;
	margin: 0 15px 24px;
}

@media screen and (max-width: 640px) {
	.t467__title {
		font-size: 26px;
	}

	.t467__descr {
		font-size: 15px;
		line-height: 20px;
	}

	.t467__descr ul {
		margin: 24px -6px -12px;
	}

	.t467__descr ul li {
		font-size: 15px;
		padding: 11px 15px;
		margin: 0 6px 12px;
	}
}


/* top rounded background */

.uc-top-bg,
.uc-bottom-bg {
	position: relative;
}

.uc-top-bg::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 60px 60px 0 0;
	background-color: #F9FAFB;
	z-index: 1;
}

.uc-bottom-bg::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0 0 60px 60px;
	background-color: #F9FAFB;
	z-index: 1;
}

.uc-top-bg .t396,
.uc-bottom-bg .t396 {
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 960px) {
	.uc-top-bg::before {
		border-radius: 30px 30px 0 0;
	}

	.uc-bottom-bg {
		display: none;
	}
}


.uc-all-need .t396__artboard,
.uc-all-need .t396__carrier,
.uc-all-need .t396__filter,
.uc-all-need .tn-elem[data-elem-id="1625140693785"] {
	height: auto !important;
}

.uc-all-need .t396__artboard {
	padding-bottom: 30px;
}

.uc-all-need .tn-elem[data-elem-id="1625140693785"] {
	position: relative;
}



/*app main*/

.uc-mob-app .tn-elem__3253834701623426817793 a {
	display: inline-flex;
	align-items: center;
}

.uc-mob-app .tn-elem__3253834701623426817793 a::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 12px solid currentColor;
	margin-right: 6px;
}

.app-card {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 30px;
	padding: 20px;
	font-family: 'TTNorms',Arial,sans-serif;
	box-sizing: border-box;
	cursor: pointer;
	word-break: normal;
	user-select: none;
	transition: box-shadow .3s;
}

.app-card__top {
	display: flex;
	align-items: center;
	color: #303030;
	font-weight: 500;
	margin-bottom: 12px;
	transition: color .3s;
}

.app-card__icon {
	flex-shrink: 0;
	width: 39px;
	height: 39px;
	border-radius: 12px;
	background-color: #F9FAFB;
	color: #000;
	display: flex;
	margin-right: 15px;
	transition: background-color .3s, color .3s;
}

.app-card__icon svg {
	fill:  currentColor;
	margin: auto;
}

.app-card__main {
	font-size: 15px;
	line-height: 22px;
	color: #5D616B;
}

.app-card:hover,
.app-card.is-active {
	box-shadow: 0px 4px 34px rgba(42, 45, 55, 0.12);
}

.app-card.is-active .app-card__top {
	color: #3C67D6;
}

.app-card.is-active .app-card__icon {
	background-color: #3C67D6;
	color: #fff;
}

.app-slider {
	width: 100%;
	height: auto;
}

.app-slider__list {
	width: 100%;
	height: 0;
	padding-bottom: 216%;
	position: relative;
}

.app-slider__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .3s;
} 

.app-slider__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.app-slider[data-slide="0"] .app-slider__item:nth-child(1){
	opacity: 1;
}

.app-slider[data-slide="1"] .app-slider__item:nth-child(2){
	opacity: 1;
}

.app-slider[data-slide="2"] .app-slider__item:nth-child(3){
	opacity: 1;
}

.app-slider[data-slide="3"] .app-slider__item:nth-child(4){
	opacity: 1;
}

.app-slider[data-slide="4"] .app-slider__item:nth-child(5){
	opacity: 1;
}

.app-slider[data-slide="5"] .app-slider__item:nth-child(6){
	opacity: 1;
}

.app-card-slider {
	margin-bottom: 30px;
}

.app-card-slider__list {
	display: flex;
}

.app-card-slider .tns-ovh {
	overflow: visible;
}

.app-card-slider .tns-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 24px;
}

.app-card-slider .tns-nav button {
	padding: 0;
	border: none;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3C67D6;
	border: 2px solid #f9fafb;
	opacity: 0.2;
	margin: 0 4px;
	box-sizing: border-box;
	transition: opacity .3s, border-color .3s;
}

.app-card-slider .tns-nav button.tns-nav-active {
	opacity: 1;
	border-color: #3C67D6;
}

.app-card-slider__item {
	padding-top: 30px;
}

.app-card-slider__controls {
	margin-top: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.app-card-slider__button {
	display: flex;
	margin: 0 10px;
	width: 52px;
	height: 52px;
	color: #5D616B;
	padding: 0;
	background-color: #fff;
	border-radius: 16px;
	border: none;
	outline: none;
	transition: color .3s;
}

.app-card-slider__button svg {
	width: 10px;
	height: 17px;
	margin: auto;
	fill: currentColor;
}

.app-card-slider__button svg polyline {
	stroke: currentColor;
}

.app-card-slider__button--prev svg {
	transform: scale(-1, 1);
}

.app-card-slider__button:hover {
	color: #3c67d6;
}

.tns-visually-hidden {
	position: absolute;
	left: -10000em;
}

.uc-mob-app--mob {
	margin-top: -30px;
}

.uc-mob-app--mob {
	height: 0;
	overflow: hidden;
}

.uc-mob-app--mob .t396__artboard,
.uc-mob-app--mob .t396__carrier,
.uc-mob-app--mob .t396__filter,
.uc-mob-app--mob .tn-elem[data-elem-id="1625237510135"] {
	height: auto !important;
}

.uc-mob-app--mob .tn-elem[data-elem-id="1625237510135"] {
	position: relative;
	display: block;
}

.uc-mob-app--mob .tn-elem[data-elem-id="1625237510135"] .tn-atom {
	display: block;
}

@media screen and (max-width: 960px) {
	.app-card {
		opacity: 0;
		visibility:  hidden;
	}

	.app-card--slider {
		opacity: 1;
		visibility: visible;
	}

	.uc-mob-app--mob {
		height: auto;
	}
}


/*app download*/

.uc-app-download {
	position: relative;
}

.uc-app-download::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0 0 60px 60px;
	background-color: #F9FAFB;
	z-index: 1;
}

.uc-app-download .t396 {
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 960px) {
	.uc-app-download::before {
		border-radius: 0 0 30px 30px
	}
}


/*automation*/

.uc-automation {
	position: relative;
}

.uc-automation::before {
	content: '';
	display: block;
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 1380px;
	border-radius: 60px;
	background-color: #F9FAFB;
	transform: translateX(-50%);
	z-index: 1;
}

.uc-automation .t923 {
	position: relative;
	z-index: 2;
}

.uc-automation .t923 .t-section__topwrapper {
	margin-bottom: 54px;
}

.uc-automation .t923 .t-section__title em {
	display: inline-block;
	font-style: normal;
	background-color: #3C67D6;
	color: #fff;
	padding: 0 15px 5px;
	border-radius: 57px;
}

.uc-automation .t-slds {
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	position: relative;
}

.uc-automation .t-slds__container {
	overflow: visible !important;
}

.uc-automation .t-slds__items-wrapper {
	display: flex;
	height: auto !important;
	overflow: visible !important;
}

.uc-automation .t-slds__item .t-width,
.uc-automation .t923__slds-wrapper,
.uc-automation .t923__col,
.uc-automation .t923__wrapper {
	height: 100%;
}


.uc-automation .t923__wrapper {
	padding: 33px 30px 35px;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0px 18px 34px rgba(0, 0, 0, 0.05);
}

.uc-automation .t923__imgwrapper {
	padding-bottom: 0;
	width: 118px;
	height: 118px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background-color: #F4F9FB;
	display: flex;
	justify-content: center;
	align-items: center;
}

.uc-automation .t923__bgimg {
	width: 35px;
	height: 35px;
	margin: auto;
	background-size: contain;
}

.uc-automation .t923__textwrapper {
	padding: 0;
}

.uc-automation .t923__content {
	height: auto !important;
}

.uc-automation .t-slds__item {
	padding-bottom: 112px;
}

.uc-automation .t-slds__arrow_container {
	display: flex;
	justify-content: center;
	margin-top: 50px !important;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}

.uc-automation .t-slds__arrow_wrapper {
	position: static;
	height: auto !important;
	margin: 0 30px;
	width: auto;
}

.uc-automation .t-slds__arrow {
	position: relative;
	left: auto;
	right: auto;
	width: 62px !important;
	height: 62px !important;
	border-radius: 20px;
	background-color: #fff !important;
	color: #5D616B;
}

.uc-automation .t-slds__arrow polyline {
	stroke: currentColor !important;
}

.uc-automation .t-slds__arrow_wrapper:hover .t-slds__arrow {
	color: #3c67d6 !important;
}

@media screen and (min-width: 961px) {
	.uc-automation .t-slds__item {
		width: 250px !important;
		padding-bottom: 102px;
	}
}

@media screen and (max-width: 1300px) {
	.uc-automation .t-slds__arrow_container {
		margin-top: 40px;
		display: flex;
		justify-content: center;
	}

	.uc-automation .t-slds__arrow_wrapper {
		position: static;
		width: auto !important;
		height: auto !important;
		margin: 0 10px
	}

	.uc-automation .t-slds__arrow {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: 52px !important;
		height: 52px !important;
		border-radius: 16px;
		transform: none;
	}

	.uc-automation .t-slds__arrow_body {
		width: 10px !important;
	}
}

@media screen and (max-width: 960px) {
	.uc-automation {
		padding: 80px 0 50px !important;
	}

	.uc-automation::before {
		border-radius: 30px;
	}

	.uc-automation .t-section__topwrapper {
		margin: 0 0 40px !important;
	}

	.uc-automation .t-section__title > div {
		font-size: 26px !important;
		line-height: 40px !important;
	}
}

@media screen and (max-width: 640px) {
	.uc-automation .t923 .t923__slds-wrapper .t-col {
		padding: 0 !important;
	}

	.uc-automation .t-section__topwrapper {
		width: 315px;
		margin: 0 auto 40px!important;
	}
}


/*functions*/

.uc-functions .t347__table {
	display: block;
	height: auto !important;
	padding-bottom: 50%;
	box-sizing: border-box;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.uc-functions .t347__cell {
	position: absolute;
	top: 0;
	left: 0;
}

.uc-functions .t347__play-link {
	opacity: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transform: none;
}

.uc-functions .t347__play-icon {
	position: absolute;
	width: 133px;
	padding-bottom: 133px;
	height: 0;
	top: 58%;
	left: 8%;
	transform: none;
}

.uc-functions .t347__play-icon svg {
	display: none !important;
}

.uc-functions .t347__play-icon::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(https://static.tildacdn.com/tild6331-3032-4339-a137-346530366135/play-btn.png) 50% 50% no-repeat;
	background-size: contain;
	animation: spinning 12s infinite linear;
}

.uc-functions .t347__play-icon::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12%;
	height: 0;
	padding-bottom: 106.5%;
	background: url(https://static.tildacdn.com/tild6635-3830-4265-b165-353562336434/play-icon.png) 50% 50% no-repeat;
	background-size: contain;
}

@keyframes spinning {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@media screen and (max-width: 960px) {
	.uc-functions {
		padding-top: 50px !important;
		padding-bottom: 40px !important;
	}

	.uc-functions .t347 .t-col {
		padding: 0 !important;
	}

	.uc-functions .t347__table {
		border-radius: 0;
	}

	.uc-functions .t347__play-icon {
		transform: scale(1, 1) !important;
		width: 100px;
		padding-bottom: 100px;
		left: 40%;
		top: 50%;
		margin-top: -50px;
	}
}


/*integration*/

.uc-integration .t-section__topwrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 85px;
}

.uc-integration .t-section__title {
	width: 100%;
	text-align: center;
}

.uc-integration .t-section__descr {
	width: 100%;
	max-width: 100%;
	text-align: center;
}

.uc-integration .t-section__title > div,
.uc-integration .t-section__descr > div {
	text-align: center !important;
}

.uc-integration .t490__img {
	width: 100%;
	max-width: 100%;
	height: 145px;
	object-fit: contain;
	margin: 0 auto 14px;
}

.uc-integration .t-heading {
	margin: 0 0 15px;
}

.uc-integration .t-descr a {
	display: inline-block;
	margin-top: 15px;
	font-weight: 500;
	color: #3C67D6;
}

.uc-integration .t490 .t-section__bottomwrapper {
	margin-top: 70px;
}

.uc-integration .t490 .t-section__bottomwrapper .t-btn {
	height: 56px;
	box-shadow: 0px 10px 34px 0px rgba(60, 103, 214, .5);
}

@media screen and (max-width: 960px) {
	.uc-integration .t-section__topwrapper {
		display: block;
		width: 100%;
		max-width: 330px;
		margin: 0 auto 40px;
	}

	.uc-integration .t-section__title {
		width: 100%;
	}

	.uc-integration .t-section__title > div {
		font-size: 26px !important;
		line-height: 40px !important;
		text-align: center !important;
	}

	.uc-integration .t-section__title br {
		display: none;
	}

	.uc-integration .t-section__descr {
		width: 100%;
		max-width: 100%;
		margin: 0 !important;
	}

	.uc-integration .t-section__descr > div {
		font-size: 17px !important;
		line-height: 26px !important;
		text-align: center !important;
	}

	.uc-integration .t490 .t-section__bottomwrapper {
		margin-top: 30px;
	}
}


/*video reviews*/

.uc-clients-main {
	position: relative;
}

.uc-clients-main .t604__play_icon {
	opacity: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transform: none;
}

.uc-clients-main .t-slds {
	overflow: visible;
}

.uc-clients-main .t-slds__main {
	position: relative;
}

.uc-clients-main .t-slds__wrapper {
	border-radius: 20px;
	overflow: hidden;
}

.uc-clients-main .t604__separator {
	padding-bottom: 56.4% !important;
}

.uc-clients-main .t-slds__arrow_container {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 100%;
	right: 0;
	margin-bottom: 70px !important;
}

.uc-clients-main .t-slds__arrow_wrapper {
	position: static;
	width: auto !important;
	height: auto !important;
	margin-left: 30px;
}

.uc-clients-main .t-slds__arrow_wrapper:first-child {
	margin-left: 0;
}

.uc-clients-main .t-slds__arrow {
	position: relative;
	transform: none;
	right: auto;
	left: auto;
	width: 62px !important;
	height: 62px !important;
	border-radius: 20px;
	background-color: #F9FAFB !important;
	color: #5D616B;
	transition: color .3s ease;
}

.uc-clients-main .t-slds__arrow svg polyline {
	stroke:  currentColor;
	stroke-width: 2px;
}

.uc-clients-main .t-slds__arrow:hover {
	color: #3C67D6;
}

.uc-clients-main .t-slds__bullet_wrapper {
	display: none;
}

@media screen and (max-width: 1300px){
	.uc-clients-main .t-slds__arrow_wrapper {
		margin: 0 10px;
	}

	.uc-clients-main .t-slds__arrow {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: 52px !important;
		height: 52px !important;
		border-radius: 16px;
		transform: none;
	}

	.uc-clients-main .t-slds__arrow_body {
		width: 10px !important;
	}
}

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

	.uc-clients-header .t050__title {
		font-size: 26px !important;
		line-height: 40px !important;
		text-align: center;
	}

	.uc-clients-main {
		padding-top: 30px !important;
		padding-bottom: 60px !important
	}

	.uc-clients-main .t-slds__arrow_container {
		position: static;
		justify-content: center;
		margin: 30px 0 0;
	}
}

@media screen and (max-width: 640px) {
	.uc-clients-main .t-slds__wrapper {
		padding: 0 20px !important;
	}
}


/*reviews text*/

.uc-reviews .t-slds {
	padding-top: 20px;
	position: relative;
}

.uc-reviews .t-slds__container,
.uc-reviews .t-slds__items-wrapper {
	overflow: visible;
}

.uc-reviews .t-slds__items-wrapper {
	display: flex;
	height: auto !important;
	padding-bottom: 112px!important;
}

.uc-reviews .t923__width_12,
.uc-reviews .t923__slds-wrapper {
	height: 100%;
}

.uc-reviews .t923__col {
	height: 100%;
	margin: 0 15px;
}

.uc-reviews .t923__wrapper {
    overflow: visible;
	padding: 0 30px 40px;
	text-align: center;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	background-color: #f9fafb;
	border-radius: 50px;
	flex-flow: column nowrap;
	transition: background-color .3s ease, box-shadow .3s ease;
}

.uc-reviews .t923__wrapper:hover {
	background-color: #fff;
	box-shadow: 0px 8px 44px rgba(54, 63, 95, 0.06);
}

.uc-reviews .t923__imgwrapper {
	padding-bottom: 0;
	flex-shrink: 0;
}

.uc-reviews .t923__bgimg {
	position: static;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin: -20px auto 20px;
}


.uc-reviews .t923__content {
	flex-grow: 1;
	display: flex;
	flex-flow:  column nowrap;
	height: auto!important;
}

.uc-reviews .t923__textwrapper {
	padding: 0;
	flex-grow: 1;
	margin-bottom: 20px;
}

.uc-reviews .t923__title {
	min-height: 48px;
}

.uc-reviews .t923__uptitle {
	letter-spacing: 0;
	margin: 0 0 3px;
}

.uc-reviews .t923__descr {
	margin-top: 20px;
}

.uc-reviews .t923__btntext-wrapper {
	flex-shrink:  0;
	padding: 0 !important;
	position: static;
	margin-top: auto;
}

.uc-reviews .t923__btn-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.78;
}

.uc-reviews .t923__btn-text::after {
	display: none;
}

.uc-reviews .t923__btn-text:hover {
	text-decoration: underline;
}

.uc-reviews .t-slds__main {
	padding-bottom: 102px;
}

.uc-reviews .t-slds__arrow_container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px !important;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}

.uc-reviews .t-slds__arrow_wrapper {
	position: static;
	width: auto !important;
	height: auto !important;
	margin: 0 15px;
}

.uc-reviews .t-slds__arrow {
	position: relative;
	transform: none;
	right: auto;
	left: auto;
	width: 62px !important;
	height: 62px !important;
	border-radius: 20px;
	background-color: #F9FAFB !important;
	color: #5D616B;
	transition: color .3s ease;
} 

.uc-reviews .t-slds__arrow svg polyline {
	stroke:  currentColor;
	stroke-width: 2px;
}

.uc-reviews .t-slds__arrow:hover {
	color: #3C67D6;
}

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

	.uc-reviews .t923 .t-slds__container {
		width: 100% !important
	}

	.uc-reviews .t-slds__arrow_wrapper {
		margin: 0 10px;
	}

	.uc-reviews .t-slds__arrow {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: 52px !important;
		height: 52px !important;
		border-radius: 16px;
		transform: none;
	}

	.uc-reviews .t-slds__arrow_body {
		width: 10px !important;
	}
}

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

	.uc-reviews {
		padding-top: 30px !important;
		padding-bottom: 60px !important
	}

	.uc-reviews .t-slds__arrow_container {
		justify-content: center;
		margin: 30px 0 0;
	}

	.uc-reviews .t-width .t-slds__wrapper {
		padding: 0 !important
	}

	.uc-reviews .t-slds__items-wrapper {
		padding-bottom: 92px!important;
	}
}


/*index page form */

.uc-main-form {
	position: relative;
}

.uc-main-form .t396 {
	position: relative;
	z-index: 2;
}

.uc-main-form .t396::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 30px;
	left: 0;
	width: 100%;
	border-radius: 60px;
	background-color: #F9FAFB;
	z-index: 1;
}

.uc-main-form .t396 .t-input-group {
	text-align: center;
}

.uc-main-form .t396 .t-input-title {
	padding: 0;
	margin: 0 0 15px;
}

.uc-main-form .t396 .t-checkboxes__wrapper,
.uc-main-form fieldset {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.uc-main-form .t396 .t-checkboxes__wrapper .t-checkbox__control {
	margin: 0 12px;
}

.uc-main-form .t396 .t-checkbox__indicator {
	background: #FFFFFF;
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	border: none;
}

.uc-main-form .t396 .t-checkbox__indicator::after {
	left: 7px;
	top: 4px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
}

.uc-main-form .t-checkbox__control .t-checkbox:checked~.t-checkbox__indicator {
	background-color: #3C67D6;
}

.uc-main-form .tn-elem[data-elem-id="1623588726136"] .tn-atom em {
	display: inline-block;
	line-height: 1;
	font-style: normal;
	color: #fff;
	background-color: #3C67D6;
	padding: 0 15px 10px;
	border-radius: 50px;
}

@media screen and (max-width: 960px) {
	.uc-main-form::before {
		border-radius: 30px;
	}

	.uc-main-form .t396 .t-checkboxes__wrapper .t-checkbox__control {
		margin: 0 8px;
		padding-top: 6px;
		text-align: left;
	}

	.uc-main-form fieldset {
		flex-direction: column;
		align-items: flex-start;
	}

	.uc-main-form .tn-elem[data-elem-id="1623588726136"] .tn-atom em {
		padding: 0 10px 5px;
	}
}



/* app page */


/*app page partners*/

.uc-partners-logo-min {
	position: relative;
}

.uc-partners-logo-min::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 13800px;
	border-radius: 60px;
	background-color: #FFFFFF;
	transform: translateX(-50%);
	z-index: 1;
}

.uc-partners-logo-min .t923 {
	position: relative;
	z-index: 2;
}

.uc-partners-logo-min .t923 .t-section__topwrapper {
	margin-bottom: 40px;
}

.uc-partners-logo-min .t-slds {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.uc-partners-logo-min .t-slds__container {
	max-width: 850px;
	margin: 0 auto;
}

.uc-partners-logo-min .t-slds__items-wrapper {
	display: flex;
	height: auto !important;
}

.uc-partners-logo-min .t-slds__item {
	width: 140px !important;
}

.uc-partners-logo-min .t-slds__item .t-width,
.uc-partners-logo-min .t923__slds-wrapper,
.uc-partners-logo-min .t923__col,
.uc-partners-logo-min .t923__wrapper {
	height: 100%;
}

.uc-partners-logo-min .t923__wrapper {
	box-sizing: border-box;
	text-align: center;
}

.uc-partners-logo-min .t923__textwrapper {
	padding: 0;
}

.uc-partners-logo-min .t923__content {
	height: auto !important;
}

.uc-partners-logo-min .t-slds__arrow_body {
	position: absolute;
	left: 43%;
	top: 32%;
	width: 12px !important;
}

.uc-partners-logo-min .t-slds__arrow {
	position: relative;
	left: auto;
	right: auto;
	width: 62px !important;
    height: 62px !important;
    border-radius: 20px;
    background-color: #F9FAFB !important;
    color: #5D616B;
    transition: color .3s ease;
}

.uc-partners-logo-min .t-slds__arrow polyline {
	stroke: currentColor !important;
}

.uc-partners-logo-min .t-slds__arrow_wrapper:hover .t-slds__arrow {
	color: #3c67d6 !important;
}

.uc-partners-logo-min .t-slds__arrow svg polyline {
	stroke:  currentColor;
	stroke-width: 3px;
}

.uc-partners-logo-min .t-slds__arrow:hover {
	color: #3C67D6;
}

@media screen and (max-width: 1200px) {
	.uc-partners-logo-min .t-slds__container {
		max-width: 720px;
		margin: 0 auto;
	}

	.uc-partners-logo-min .t923 .t-slds__arrow_wrapper {
		top: 25px;
		width: 52px !important;
		height: 52px !important;
	}

	.uc-partners-logo-min .t-slds__arrow {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: 52px !important;
		height: 52px !important;
		border-radius: 16px;
		transform: none;
	}

	.uc-partners-logo-min .t-slds__arrow_body {
		width: 10px !important;
		left: 40%;
		top: 30%;
	}
}

@media screen and (max-width: 960px) {
	.uc-part-logo-min-mob .t396__artboard {
		padding: 0 30px;
		box-sizing: border-box;
		overflow-x: auto;
		scrollbar-width: thin;
		scrollbar-color: transparent #F9FAFB;
	}

	.uc-part-logo-min-mob .t396__artboard::-webkit-scrollbar {
		width: 3px;
		height: 3px;
	}

	.uc-part-logo-min-mob .t396__artboard::-webkit-scrollbar-track {
		background: transparent;
	}

	.uc-part-logo-min-mob .t396__artboard::-webkit-scrollbar-thumb {
		background-color: #F9FAFB;
		border-radius: 0;
	}
}

@media screen and (max-width: 640px){
	.uc-part-logo-min-mob .t396__artboard {
		padding: 0 20px;
	}
}


/*branding*/

.uc-branding {
	position: relative;
}

.uc-branding::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 60px;
	background-color: #F9FAFB;
	z-index: 1;
}

.color-slider {
	width: 100%;
	height: auto;
}

.color-slider__list {
	width: 100%;
	height: 0;
	padding-bottom: 216%;
	position: relative;
}

.color-slider__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .3s;
} 

.color-slider__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.color-slider[data-slide="color0"] .color-slider__item:nth-child(1){
	opacity: 1;
}

.color-slider[data-slide="color1"] .color-slider__item:nth-child(2){
	opacity: 1;
}

.color-slider[data-slide="color2"] .color-slider__item:nth-child(3){
	opacity: 1;
}

.color-slider[data-slide="color3"] .color-slider__item:nth-child(4){
	opacity: 1;
}

.color-slider[data-slide="color4"] .color-slider__item:nth-child(5){
	opacity: 1;
}

.color-slider[data-slide="color5"] .color-slider__item:nth-child(6){
	opacity: 1;
}

.uc-branding .tn-elem[data-elem-id="1624452305664"],
.uc-branding .tn-elem[data-elem-id="1624452305664"] .tn-atom,
.color-radio {
	overflow: visible !important;
}

.color-radio {
	display: flex;
	align-items: center;
	margin: 0 -12px;
}

.color-radio__button {
	width: 76px;
	height: 76px;
	margin: 0 12px;
	position: relative;
}

.color-radio__control {
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	display: flex;
	border-radius: 50%;
	box-sizing: border-box;
	transition: border-color .3s;
}

.color-radio__control span {
	margin: auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.color-radio__control span::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 34px;
	height: 34px;
	margin-top: -10px;
	margin-left: -17px;
	border-radius: 50%;
	filter: blur(10px);
	opacity: 0;
	transition: opacity .3s;
}

.color-radio__input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer;
}

.color-radio__input#color0 ~ .color-radio__control span,
.color-radio__input#color0 ~ .color-radio__control span::before {
	background-color: #303030;
}

.color-radio__input#color1 ~ .color-radio__control span,
.color-radio__input#color1 ~ .color-radio__control span::before {
	background-color: #B7E25B;
}

.color-radio__input#color2 ~ .color-radio__control span,
.color-radio__input#color2 ~ .color-radio__control span:before {
	background-color: #F5802B;
}

.color-radio__input#color3 ~ .color-radio__control span,
.color-radio__input#color3 ~ .color-radio__control span::before {
	background-color: #A34FCB;
}

.color-radio__input#color4 ~ .color-radio__control span,
.color-radio__input#color4 ~ .color-radio__control span::before {
	background-color: #F159A2;
}

.color-radio__input#color5 ~ .color-radio__control span,
.color-radio__input#color5 ~ .color-radio__control span::before {
	background-color: #51E7BA;
}

.color-radio__input:checked ~ .color-radio__control {
	border-color: #E9E9E9;
}

.color-radio__input:checked ~ .color-radio__control span::before {
	opacity: 1;
}

#form522238944 .t-form__inputsbox {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin: 0 -10px;
}

#form522238944 .t-input-group {
	width: 50%;
	padding: 0 10px;
	box-sizing: border-box;
}

#form522238944 .t-input-group:nth-child(3) {
	width: 100%;
}

#form522238944 .t-text {
	font-family: 'TTNorms',Arial,sans-serif;
	font-size: 13px !important;
	line-height: 20px !important;
	color: rgba(93,97,107,.6) !important;
	margin-right: -20px;
}

#form522238944 .tn-form__submit {
	width: 50%;
	padding: 0 10px;
	box-sizing: border-box;
	margin-top: 20px;
}

#form522238944 .t-submit {
	width: 100% !important;
}

@media screen and (max-width: 1199px) {
	.color-radio {
		display: flex;
		align-items: center;
		margin: 0 -20px;
	}

	.color-radio__button {
		width: 66px;
		height: 66px;
		margin: 0 5px;
		position: relative;
	}

	.color-radio__control span {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width: 960px) {
	#form522238944 .t-form__inputsbox {
		justify-content: center;
	}

	#form522238944 .t-input-group,
	#form522238944 .tn-form__submit {
		width: 100% !important;
		text-align: center !important;
	}

	#form522238944 .t-input {
		text-align: center !important;
	}

	#form522238944 .t-submit {
		width: 220px !important;
		margin: 0 auto !important;
	}
}

@media screen and (max-width: 640px) {
	.color-radio {
		flex-wrap: wrap;
		width: 270px;
		justify-content: center;
		align-items: center;
		margin: 0;
	}

	.color-radio__button {
		margin: 0 8px;
	}
}


/*fast connect*/

.uc-fast-connect em {
	font-style: normal;
	color: #fff;
	background-color: #3C67D6;
	padding: 2px 15px;
	border-radius: 50px;
}

@media screen and (max-width: 960px) {
	.uc-fast-connect-main .t396__artboard {
		padding: 0 30px;
		box-sizing: border-box;
		overflow-x: auto;
		scrollbar-width: thin;
		scrollbar-color: transparent #F9FAFB;
	}

	.uc-fast-connect-main .t396__artboard::-webkit-scrollbar {
		width: 3px;
		height: 3px;
	}

	.uc-fast-connect-main .t396__artboard::-webkit-scrollbar-track {
	    background: transparent;
	}

	.uc-fast-connect-main .t396__artboard::-webkit-scrollbar-thumb {
		background-color: #F9FAFB;
		border-radius: 0;
	}
}

@media screen and (max-width: 640px){
	.uc-fast-connect-main .t396__artboard {
		padding: 0 20px;
	}
}


/*tariff apps*/

.uc-tariff-apps {
	position: relative;
}

.uc-tariff-apps::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 1380px;
	border-radius: 50px;
	background-color: #F9FAFB;
	transform: translateX(-50%);
	z-index: 1;
}

.uc-tariff-apps .t396 {
	position: relative;
	z-index: 2;
}


/*mobileapp page form */

.uc-app-form {
	position: relative;
}

.uc-app-form::before {
	content: '';
	display: block;
	position: absolute;
	top: 30px;
	bottom: 30px;
	left: 50%;
	width: 100%;
	max-width: 1380px;
	border-radius: 60px;
	background-color: #F9FAFB;
	transform: translateX(-50%);
	z-index: 1;
}

@media screen and (max-width: 960px){
	.uc-app-form::before {
		border-radius: 30px;
	}
}


/*app download app page*/

.uc-app-download--app {
	position: relative;
}

.uc-app-download--app::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 30px;
	left: 50%;
	width: 100%;
	max-width: 1380px;
	border-radius: 60px;
	background-color: #F9FAFB;
	transform: translateX(-50%);
	z-index: 1;
}

.uc-app-download--app .t396 {
	position: relative;
	z-index: 2;
}



/*capabilities page*/


.uc-capabilities {
	position: relative;
	padding-top: 200px !important;
}

.uc-capabilities::before {
	content: '';
	display: block;
	position: absolute;
	top: 105px;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 1380px;
	border-radius: 60px 60px 0 0;
	background-color: #F9FAFB;
	transform: translateX(-50%);
	z-index: 1;
}

.uc-capabilities .t850 {
	position: relative;
	z-index: 2;
}

.uc-capabilities .t850 .t-section__title {
	font-size: 40px;
	line-height: 50px;
	color: #303030;
	margin: 0 0 20px;
}

.uc-capabilities .t850 .t-section__descr {
	font-size: 22px;
	line-height: 36px;
	color: #5d616b;
}

.uc-capabilities .t850 .t-section__topwrapper {
	margin: 0 0 60px;
}

.uc-capabilities .t850__wrap {
	padding: 40px;
}

.uc-capabilities .t850__bottommargin{
	margin: 0 0 25px;
}

.uc-capabilities .t850__wrap .t-descr ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.uc-capabilities .t850__wrap .t-descr ul li{
	position: relative;
	margin-bottom: 20px;
	padding-left: 40px;
}

.uc-capabilities .t850__wrap .t-descr ul li::before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(https://static.tildacdn.com/tild6565-3538-4430-a537-323232383632/check.svg) 50% 50% no-repeat;
	background-size: auto;
	left: 0;
	top: 0;
}

.uc-capabilities .t850__row:nth-child(1) .t850__col:nth-child(1) .t-descr ul li:nth-last-child(-n+1)::before,
.uc-capabilities .t850__row:nth-child(2) .t850__col:nth-child(1) .t-descr ul li:nth-last-child(-n+1)::before,
.uc-capabilities .t850__row:nth-child(2) .t850__col:nth-child(3) .t-descr ul li:nth-last-child(-n+2)::before,
.uc-capabilities .t850__row:nth-child(4) .t850__col:nth-child(1) .t-descr ul li:nth-last-child(-n+1)::before {
	background: url(https://static.tildacdn.com/tild3234-6235-4739-a663-346232393764/photo.svg) 50% 50% no-repeat;
}

.uc-capabilities .t-descr ul li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
	.uc-capabilities .t850__wrap {
		padding: 30px;
	}
}

@media screen and (max-width: 960px) {
	.uc-capabilities {
		padding-top: 154px !important
	}

	.uc-capabilities::before {
		top: 64px;
		border-radius: 30px 30px 0 0;
	}

	.uc-capabilities .t850__wrap {
		padding: 30px;
	}

	.uc-capabilities .t850 .t-section__title > *{
		font-size: 30px !important;
		line-height: 40px !important;
		margin: 0 0 30px;
	}

	.uc-capabilities .t850 .t-section__descr > *{
		font-size: 17px !important;
		line-height: 26px !important;
	}

	.uc-capabilities .t850 .t-section__topwrapper {
		margin: 0 0 40px;
	}
}

.uc-capabilities--bot {
	position: relative;
}

.uc-capabilities--bot::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 30px;
	left: 50%;
	width: 100%;
	max-width: 1380px;
	border-radius: 0 0 60px 60px;
	background-color: #F9FAFB;
	transform: translateX(-50%);
	z-index: 1;
}

.uc-capabilities--bot .t396 {
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 960px) {
	.uc-capabilities--bot::before {
		border-radius: 0 0 30px 30px;
	}
}



/* team page */

/* team intro */

.uc-team-top {
	position: relative;
	padding-top: 165px !important;
}

.uc-team-top::before {
	content: '';
	display: block;
	position: absolute;
	top: 105px;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 1380px;
	border-radius: 60px 60px 0 0;
	background-color: #F9FAFB;
	transform: translateX(-50%);
	z-index: 1;
}

.uc-team-top .t396 {
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 960px) {
	.uc-team-top {
		padding-top: 124px !important
	}

	.uc-team-top::before {
		top: 64px;
		border-radius: 30px 30px 0 0;
	}
}


/*team list*/

.uc-team-list {
	position: relative;
}

.uc-team-list::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 1380px;
	border-radius: 0;
	background-color: #F9FAFB;
	transform: translateX(-50%);
	z-index: 1;
}

.uc-team-list .t527 {
	position: relative;
	z-index: 2;
}

.uc-team-list .t-section__topwrapper {
	margin: 0 0 52px;
}

.uc-team-list .t-section__title {
	font-size: 40px;
	line-height: 1.35;
	font-weight: 500;
	color: #303030;
}

.uc-team-list .t527__itemwrapper {
	text-align: center;
}

.uc-team-list .t527__bgimg {
	padding-bottom: 122%;
	border-radius: 20px;
	margin-bottom: 20px;
}

.uc-team-list .t527__persname {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.66;
	color: #333848;
	margin: 0;
}

.uc-team-list .t527__persdescr {
	font-size: 15px;
	line-height: 1.33;
	color: #5D616B;
	margin: 0;
}

.uc-team-list .t527__line {
	display: none;
}


/*team slider*/

.uc-team-list--mob {
	position: relative;
}

.uc-team-list--mob::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 1380px;
	border-radius: 0;
	background-color: #F9FAFB;
	transform: translateX(-50%);
	z-index: 1;
}

.uc-team-list--mob .t923 {
	position: relative;
	z-index: 2;
}

.uc-team-list--mob .t923 .t-section__topwrapper {
	margin: 0 0 40px;
}

.uc-team-list--mob .t923 .t-section__title {
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	color: #303030;
	margin: 0 0 5px;
}

.uc-team-list--mob .t923 .t-section__descr {
	font-size: 22px;
	line-height: 36px;
	color: #5D616B;
}

.uc-team-list--mob .t923__wrapper {
	background-color: transparent;
}

.uc-team-list--mob .t923__imgwrapper {
	padding-bottom: 120%;
	border-radius: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}

.uc-team-list--mob .t923__textwrapper {
	text-align: center;
	padding: 0;
}

.uc-team-list--mob .t923__uptitle,
.uc-team-list--mob .t923__title {
	letter-spacing: normal;
	margin: 0;
}

.uc-team-list--mob .t605__descr {
	margin: 10px 0 0;
}

.uc-team-list--mob .t923 .t-slds__arrow_wrapper {
	width: 62px !important;
	height: 62px !important;
}

.uc-team-list--mob .t923 .t-slds__arrow_wrapper-left {
	left: auto;
	right: 100%;
	margin-right: 47px;
}

.uc-team-list--mob .t923 .t-slds__arrow_wrapper-right {
	right: auto;
	left: 100%;
	margin-left: 47px;
}

.uc-team-list--mob .t923 .t-slds__arrow {
	width: 62px !important;
	height: 62px !important;
	border-radius: 20px;
}

.uc-team-list--mob .t923 .t-slds__arrow_body {
	width: 10px !important;
}

@media screen and (max-width: 1300px) {
	.uc-team-list--mob .t923 .t-slds__container {
		width: 100% !important;
	}

	.uc-team-list--mob .t-slds__wrapper {
		padding: 0 20px !important;
	}

	.uc-team-list--mob .t923 .t-slds__arrow_container {
		position: static;
		margin-top: 40px;
		display: flex;
		justify-content: center;
	}

	.uc-team-list--mob .t923 .t-slds__arrow_wrapper {
		position: static;
		width: auto !important;
		height: auto !important;
		margin: 0 10px
	}

	.uc-team-list--mob .t923 .t-slds__arrow {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: 52px !important;
		height: 52px !important;
		border-radius: 16px;
		transform: none;
	}
}


/*roadmap*/

.uc-roadmap {
	position: relative;
}

.uc-roadmap::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 1380px;
	border-radius: 0;
	background-color: #F9FAFB;
	transform: translateX(-50%);
	z-index: 1;
}

.uc-roadmap .t923 {
	position: relative;
	z-index: 2;
}

.uc-roadmap .t-section__topwrapper {
	margin-bottom: 50px;
}

.uc-roadmap .t-section__title {
	font-size: 40px;
	line-height: 1.35;
	font-weight: 500;
	color: #303030;
}

.uc-roadmap .t-slds__main {
	position: relative;
	padding-top: 20px;
	max-width: 1000px;
}

.uc-roadmap .t923__wrapper {
	background-color: transparent;
	overflow: visible;
}

.uc-roadmap .t923__imgwrapper {
	padding-bottom: 0;
}

.uc-roadmap .t923__imgwrapper::before {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	right: 100%;
	margin-right: -11px;
	width: calc(100% + 11px + 40px);
	height: 4px;
	background-color: #EAF0FF;
}

.uc-roadmap .t-slds__item[data-slide-index="1"] .t923__imgwrapper::before{
	display: none;
}

.uc-roadmap .t923__bgimg {
	position: relative;
	width: 22px;
	height: 22px;
	z-index: 2;
}

.uc-roadmap .t923__textwrapper {
	margin-top: 27px;
	padding: 0;
}

.uc-roadmap .t923__uptitle {
	letter-spacing: 0;
	margin: 0 0 20px;
}

.uc-roadmap .t923__descr {
	margin-top: 6px;
}

.uc-roadmap .t923 .t-slds__arrow_wrapper {
	width: 62px !important;
	height: 62px !important;
}

.uc-roadmap .t923 .t-slds__arrow_wrapper-left {
	left: auto;
	right: 100%;
	margin-right: 47px;
}

.uc-roadmap .t923 .t-slds__arrow_wrapper-right {
	right: auto;
	left: 100%;
	margin-left: 47px;
}

.uc-roadmap .t923 .t-slds__arrow {
	width: 62px !important;
	height: 62px !important;
	border-radius: 20px;
}

.uc-roadmap .t923 .t-slds__arrow_body {
	width: 10px !important;
}

@media screen and (max-width: 1300px) {
	.uc-roadmap .t923 .t-slds__container {
		width: 100% !important;
	}

	.uc-roadmap .t-slds__wrapper {
		padding: 0 20px !important;
	}

	.uc-roadmap .t923 .t-slds__arrow_container {
		position: static;
		margin-top: 40px;
		display: flex;
		justify-content: center;
	}

	.uc-roadmap .t923 .t-slds__arrow_wrapper {
		position: static;
		width: auto !important;
		height: auto !important;
		margin: 0 10px
	}

	.uc-roadmap .t923 .t-slds__arrow {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: 52px !important;
		height: 52px !important;
		border-radius: 16px;
		transform: none;
	}
}

@media screen and (max-width: 960px) {
	.uc-roadmap .t-section__title {
		font-size: 30px;
	}
}

@media screen and (max-width: 640px) {
	.uc-roadmap .t923__imgwrapper::before {
		margin-right: -11px;
		width: calc(100vw - 22px);
	}
}


/* mass media about us */

.uc-about-us {
	position: relative;
}

.uc-about-us::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 30px;
	left: 50%;
	width: 100%;
	max-width: 1380px;
	border-radius: 0 0 60px 60px;
	background-color: #F9FAFB;
	transform: translateX(-50%);
	z-index: 1;
}

.uc-about-us .t649 {
	position: relative;
	z-index: 2;
}

.uc-about-us .t649 .t-section__topwrapper {
	margin: 0 0 30px;
}

.uc-about-us .t649 .t-section__title {
	font-size: 40px;
	line-height: 1.35;
	font-weight: 500;
	color: #303030;
}

.uc-about-us .t649 .t-container {
	max-width: 1200px;
}

.uc-about-us .t649 .t-item {
	margin: 20px 10px 0;
	width: 100%;
	max-width: 280px;
	display: flex;
	flex-flow:  column nowrap;
	border-radius: 20px;
	box-shadow: none;
}

.uc-about-us .t649__blockimg {
	padding-bottom: 60%;
	flex-shrink: 0;
}

.uc-about-us .t649__textwrapper {
	flex-grow: 1;
	display: flex;
	flex-flow:  column nowrap;
	padding: 30px 30px 25px !important;
}

.uc-about-us .t649__title {
    flex-grow: 1;
	margin: 0;
}

.uc-about-us .t649__text {
	margin: 0;
}

.uc-about-us .t649__btntext-wrapper {
	padding-top: 0;
}

.uc-about-us .t649__btn-container {
	margin-top: 20px;
	flex-shrink: 0;
}

.uc-about-us .t649__btn-text {
	font-weight: 400;
}

.uc-about-us .t649__linkwrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

@media screen and (max-width: 1200px) {
	.uc-about-us .t649 .t-item {
		max-width: 460px !important;
	}
}

@media screen and (max-width: 960px) {
	.uc-about-us::before {
		border-radius: 0 0 30px 30px;
	}

	.uc-about-us .t649 .t-section__title {
		font-size: 30px;
	}

	.uc-about-us .t649 .t-item {
		width: calc(50% - 20px)!important;
		max-width: 460px !important;
	}
}

@media screen and (max-width: 660px) {
	.uc-about-us .t649 .t-item {
		width: 100% !important;
		max-width: 100% !important;
	}

	.uc-about-us .t649 .t649__textwrapper {
		width: 100% !important;
	}
}


/*blog*/

.t649 {
	position: relative;
}

.t649 .t-section__topwrapper {
	margin-bottom: 120px;
}

.t649 .t-container {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	position: relative;
	max-width: 1050px;
	margin-top: -26px;
}

.t649 .t-section__container {
	display: block;
	margin-top: 0;
}

.t649 .t-item {
	width: calc(33.3% - 26px);
	max-width: 324px;
	margin: 26px 13px 0;
	border-radius: 9px;
	background-color: #fff;
	box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	box-sizing: border-box;
}

.t649__linkwrapper {
	width: 100% !important;
}

.t649__textwrapper {
	box-sizing: border-box;
	padding: 30px 30px 40px !important;
	margin-bottom: 0 !important;
}

.t649__sp {
	display: none;
}

.t649__title {
	margin: 0 0 10px;
}

.t649__btntext-wrapper {
	padding-top: 25px;
}

.t649__btn-text {
	text-decoration: underline;
	font-size: 15px;
	line-height: 1.26;
}

.t649__btn-text::after {
	display: none;
}

@media screen and (max-width: 1200px) {
	.t649 .t-container {
		max-width: 960px !important;
	}

	.t649 .t-item {
		max-width: 100% !important;
	}
}

@media screen and (max-width: 960px) {
	.t649 .t-section__topwrapper {
		margin-bottom: 80px;
	}

	.t649 .t-container {
		max-width: 640px;
	}

	.t649 .t-item {
		display: block !important;
		width: calc(50% - 26px) !important;
		padding: 0;
	}
}

@media screen and (max-width: 640px){
	.t649 .t-section__topwrapper {
		margin-bottom: 60px;
	}

	.t649 .t-section__title {
		margin-bottom: 20px;
	}

	.t649 .t-section__title div{
		font-size: 26px !important;
		line-height: 1.2 !important;
	}

	.t649 .t-section__descr div{
		font-size: 15px !important;
		line-height: 1.33 !important;
	}

	.t649 .t-container {
		padding: 0 20px;
		box-sizing: border-box;
	}

	.t649 .t-item {
		display: block;
		width: 100% !important;
		padding: 0;
		margin: 26px 0 0;
	}

	.t649__textwrapper {
		padding: 20px 20px 30px !important;
	}

	.t649__title {
		line-height: 1.33;
	}
}


/*new tabs*/

.uc-tabs-btn-light .t976,
.uc-tabs-btn-dark .t976 {
	text-align: center;
}

.uc-tabs-btn-light .t976__wrapper,
.uc-tabs-btn-dark .t976__wrapper {
	display: inline-flex;
	background-color: #F9FAFB !important;
	border-radius: 50px;
	padding: 3px;
	width: auto !important;
}

.uc-tabs-btn-light .t976__list-item,
.uc-tabs-btn-dark .t976__list-item {
	padding: 0;
}

.uc-tabs-btn-light .t976__menu-link,
.uc-tabs-btn-dark .t976__menu-link {
	border-radius: 50px !important;
	min-width: 167px;
	border: none !important;
	height: 55px;
	margin: 0 !important;
	background-color: #F9FAFB !important;
	font-size: 15px !important;
	line-height: 25px !important;
	font-weight: 700 !important;
	color: #303030 !important;
	padding: 15px 30px !important;
	box-shadow: 0px 4px 24px rgba(58, 71, 86, 0);
	position: relative;
	z-index: 1;
	transition: box-shadow .3s ease, background-color .3s ease, color .3s ease;
}

.uc-tabs-btn-light .t-active.t976__menu-link {
	background-color: #F9FAFB !important;
	color: #303030 !important;
}

.uc-tabs-btn-light .t976__list-item:nth-child(1) .t976__menu-link,
.uc-tabs-btn-dark .t976__list-item:nth-child(2) .t976__menu-link {
	background-color: #fff !important;
	color: #3C67D6 !important;
	box-shadow: 0px 4px 24px rgba(58, 71, 86, 0.14);
	z-index: 2;
}

@media screen and (max-width: 960px){
	.uc-tabs-btn-light .t976__menu-link,
	.uc-tabs-btn-dark .t976__menu-link {
		min-width: 120px;
		padding: 15px 20px !important;
	}
}


/*online schedule form*/

.uc-online-form {
	position: relative;
}

.uc-online-form::before {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 50%;
	width: 100%;
	max-width: 1200px;
	border-radius: 60px;
	background-color: #F9FAFB;
	transform: translateX(-50%);
	z-index: 1;
}

@media screen and (max-width: 960px) {
	.uc-online-form::before {
		border-radius: 30px;
	}
}