html {
	font-size: 10px;
	scroll-behavior: smooth;
	box-sizing: border-box;
}
* {
	outline: none !important;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}
body {
	font-size: 1.6rem;
	line-height: 150%;
	color: #222;
	font-family: 'Inter', sans-serif;
	font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
	font-style: normal;
	font-weight: normal;
	background: #fafaff;
	overflow-x: hidden;
	zoom: 1;
	margin: 0;
}
@media (min-width: 1230px) {
	.container {
		max-width: 1230px;
		padding: 0 1.5rem;
	}
}
.img-centered {
	display: block;
	margin: 0 auto;
}
a {
	color: #2b57f9;
	text-decoration: none;
	transition: opacity 0.3s;
}
a:not(.btn):hover,
a:not(.btn):active
{
	color: #2b57f9;
	text-decoration: none;
	opacity: 0.7;
}
.btn {
	--bs-btn-padding-x: 3rem;
	--bs-btn-padding-y: 1.2rem;
	--bs-btn-font-size: 1.5rem;
	--bs-btn-line-height: 1.5;
	--bs-btn-border-radius: 0.6rem;
}
.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #2b57f9;
	--bs-btn-border-color: #2b57f9;

	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #0b5ed7;
	--bs-btn-hover-border-color: #0a58ca;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0a58ca;
	--bs-btn-active-border-color: #0a53be;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #0d6efd;
	--bs-btn-disabled-border-color: #0d6efd;
}
.btn-link {
	--bs-btn-color: #2b57f9;
	--bs-btn-bg: transparent;
	text-decoration: none;
}
.form-control {
	padding: 1.2rem;
	font-size: 1.5rem;
	line-height: 140%;
	color: #222;
}
.form-control::placeholder {
	color: #616161;
}
.section-title {
	font-weight: 700;
	font-size: 4rem;
	line-height: 123%;
	margin-bottom: 4rem;
}
#sb-header {
	padding-top: 1rem;
	transition: all 0.3s;
}
#sb-header.sticky {
	background: #fff;
	box-shadow: 0 32px 34px 0 rgba(0, 0, 0, 0.04);
	padding-top: 0;
}
#sb-header .btn-wrapper {
	display: flex;
	align-items: center;
	gap: 2.4rem;
}
#sb-header .btn-wrapper .btn-link {
	color: #222;
	padding: 0;
}
#sb-header .btn-wrapper .btn-link:hover {
	color: #2b57f9;
}
#sb-top {
	margin-top: 12rem;
}
#sb-top .items {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 6.3rem;
}
#sb-top .item-text {
	flex-basis: 68.2rem;
}
#sb-top .item-text h1 {
	font-weight: 700;
	font-size: 4rem;
	line-height: 123%;
	margin-bottom: 2.1rem;
}
#sb-top .item-text h2 {
	max-width: 430px;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 133%;
	margin-bottom: 2.1rem;
}
#sb-top .item-img {
	flex-basis: 47.9rem;
}
#sb-top .video-container {
	position: relative;
	width: 479px;
	height: 479px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-mask-image: -webkit-radial-gradient(white, black); /*fix for safari*/
}
#sb-top .video-container video {
	width: 680px;
}
#sb-top .video-container .screen {
	position: absolute;
	width: 282px;
	height: 358px;
	bottom: -9%;
	left: 0;
	right: 0;
	margin: 0 auto;
	/*mix-blend-mode: normal;*/
	/*isolation: isolate;*/
	z-index: 2;
}
#sb-top .video-container .screen img {
	border-radius: 1.6rem;
}
#sb-top .video-container .mask {
	position: absolute;
	opacity: 1;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #2b57f9;
	mix-blend-mode: lighten;
	box-shadow: inset 0 0 6px 1px #fafaff;
	z-index: 1;
}
#sb-steps {
	margin-bottom: 9rem;
}
#sb-steps .block {
	background: #fff;
	border-radius: 3rem;
	box-shadow: 0 64px 134px 0 rgba(0, 0, 0, 0.1);
	padding: 7rem;
}
#sb-steps .section-title {
	margin-bottom: 7rem;
}
#sb-steps .step {
	margin-bottom: 4.8rem;
}
#sb-steps .step-1 {
	margin-bottom: 6.7rem;
}
#sb-steps .step:last-child {
	margin-bottom: 0;
}
#sb-steps .step-top {
	display: flex;
	gap: 2rem;
	margin-bottom: 4rem;
}
#sb-steps .step-2 .step-top {
	margin-bottom: 5rem;
}
#sb-steps .step-top .step-before {
	flex-shrink: 0;
	flex-basis: 144px;
	display: flex;
	gap: 1.6rem;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 139%;
	white-space: nowrap;
	color: #2b57f9;
}
#sb-steps .step-top .step-before:after {
	content: '';
	flex-shrink: 0;
	width: 4.4rem;
	height: 4.4rem;
	background: #2b57f9 url("img/icon-arrow.svg") center center no-repeat;
	border-radius: 50%;
	margin-left: auto;
	margin-top: -0.2rem;
}
#sb-steps .step-target .step-top {
	margin-bottom: 6.2rem;
}
#sb-steps .step-target .step-top .step-before:after {
	background: #2b57f9 url("img/icon-check.svg") center center no-repeat;
}
#sb-steps .step-top h3 {
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 139%;
	margin-bottom: 0;
}
#sb-steps .step-top p {
	font-size: 1.8rem;
	line-height: 133%;
	margin-top: 2rem;
	margin-bottom: 0;
}
#sb-steps .step-target .info {
	display: flex;
	gap: 3rem;
	background: #fafaff;
	border-radius: 3rem;
	padding: 5rem;
}
#sb-steps .step-target .info-img {
	flex-shrink: 0;
	flex-basis: 11rem;
}
#sb-steps .step-target .info-text {
	flex-basis: 640px;
}
#sb-steps .step-target .info-text p {
	font-size: 2rem;
	line-height: 150%;
	margin-bottom: 1.2rem;
}
#sb-steps .step-target .info-text .p-title {
	font-weight: 600;
}
#sb-steps .step-target .info-text p:last-child {
	margin-bottom: 0;
}
#sb-steps .step-target .info-text a {
	border-bottom: 1px dashed #2b57f9;
}
#sb-steps .img-steps {
	border-radius: 3rem;
}
#sb-curve {
	margin-bottom: 9rem;
}
#sb-curve .text {
	margin-bottom: 3.2rem;
}
#sb-curve .text p {
	font-size: 2rem;
	line-height: 150%;
}
#sb-curve .text p:last-child {
	margin-bottom: 0;
}
#sb-curve .graph {
	position: relative;
}
#sb-curve .graph .legend {
	width: 280px;
	top: 0;
	right: 0;
	position: absolute;
	box-shadow: 0 64px 134px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 3rem;
	padding: 3rem 2.8rem;
}
#sb-curve .graph .legend p {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 136%;
	margin-bottom: 0;
}
#sb-curve .graph .legend p>span {
	display: block;
	color: #f00;
	margin-top: 1rem;
}
#sb-repeat {
	margin-bottom: 9rem;
}
#sb-repeat .text {
	margin-bottom: 9rem;
}
#sb-repeat .text p {
	font-size: 2rem;
	line-height: 150%;
}
#sb-repeat .text p:last-child {
	margin-bottom: 0;
}
#sb-repeat .graph {
	position: relative;
}
#sb-repeat .graph .legend {
	width: 244px;
	top: -6rem;
	right: 0;
	position: absolute;
	box-shadow: 0 64px 134px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 3rem;
	padding: 3rem 2.6rem;
}
#sb-repeat .graph .legend p {
	font-size: 1.4rem;
	line-height: 136%;
	margin-bottom: 1rem;
}
#sb-repeat .graph .legend .p-title {
	font-weight: 600;
}
#sb-repeat .graph .legend .p-text {
	margin-bottom: 0;
}
#sb-video {
	margin-bottom: 9rem;
}
#sb-video .bg {
	max-width: 1370px;
	color: #fff;
	background: #aaa url("img/video-bg.jpg") center center no-repeat;
	background-size: cover;
	border-radius: 3rem;
	padding: 8.5rem 7rem;
	margin: 0 auto;
}
#sb-video .section-title {
	margin-bottom: 24.4rem;
}
#sb-cards {
	margin-bottom: 9rem;
}
#sb-cards .section-title {
	max-width: 920px;
}
#sb-cards .p-sub-title {
	max-width: 1030px;
	font-size: 2rem;
	line-height: 150%;
	margin-bottom: 4rem;
}
#sb-cards .img-slide {
	border-radius: 3rem;
}
#sb-for {
	margin-bottom: 9rem;
}
#sb-for .bg {
	max-width: 1370px;
	background: #fff;
	border-radius: 3rem;
	padding: 8.5rem 7rem;
	margin: 0 auto;
}
#sb-for .items {
	display: flex;
	flex-wrap: wrap;
	gap: 2.1rem;
}
#sb-for .item {
	flex-basis: 386px;
	background: #fafaff;
	border-radius: 3rem;
	padding: 3rem;
}
#sb-for .item .img {
	height: 185px;
	margin-bottom: 2rem;
}
#sb-for .item-1 .img {
	background: url('img/for-1.svg') top left no-repeat;
}
#sb-for .item-2 .img {
	background: url('img/for-2.svg') top left no-repeat;
}
#sb-for .item-3 .img {
	background: url('img/for-3.svg') top left no-repeat;
}
#sb-for .item-4 .img {
	background: url('img/for-4.svg') top left no-repeat;
}
#sb-for .item-5 .img {
	background: url('img/for-5.svg') top left no-repeat;
}
#sb-for .item-6 .img {
	background: url('img/for-6.svg') top left no-repeat;
}
#sb-for .item .p-title {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 133%;
	margin-bottom: 2rem;
}
#sb-for .item .text p {
	font-size: 1.6rem;
	line-height: 150%;
	color: #222;
	margin-bottom: 0;
}
#sb-for .item .text p:last-child {
	margin-bottom: 0;
}
#sb-features {
	margin-bottom: 9rem;
}
#sb-features .items {
	display: flex;
	flex-wrap: wrap;
	gap: 2.1rem;
}
#sb-features .item {
	flex-basis: 386px;
	background: #fff;
	border-radius: 3rem;
	padding: 3rem;
}
#sb-features .item .img {
	height: 185px;
	margin-bottom: 2rem;
}
#sb-features .item-1 .img {
	background: url('img/features-1.svg') top left no-repeat;
}
#sb-features .item-2 .img {
	background: url('img/features-2.svg') top left no-repeat;
}
#sb-features .item-3 .img {
	background: url('img/features-3.svg') top left no-repeat;
}
#sb-features .item-4 .img {
	background: url('img/features-4.svg') top left no-repeat;
}
#sb-features .item-5 .img {
	background: url('img/features-5.svg') top left no-repeat;
}
#sb-features .item-6 .img {
	background: url('img/features-6.svg') top left no-repeat;
}
#sb-features .item-7 .img {
	background: url('img/features-7.svg') top left no-repeat;
}
#sb-features .item-8 .img {
	background: url('img/features-8.svg') top left no-repeat;
}
#sb-features .item-9 .img {
	background: url('img/features-9.svg') top left no-repeat;
}
#sb-features .item .p-title {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 133%;
	margin-bottom: 2rem;
}
#sb-features .item .text p {
	font-size: 1.6rem;
	line-height: 150%;
	color: #222;
	margin-bottom: 0;
}
#sb-features .item .text p:last-child {
	margin-bottom: 0;
}
#sb-reviews {
	margin-bottom: 9rem;
}
#sb-reviews .section-title {
	margin-bottom: 5rem;
}
#sb-reviews .review-item {
	display: flex;
	gap: 5rem;
	background: #fff;
	border-radius: 3rem;
	padding: 4rem;
}
#sb-reviews .review-item:before {
	flex-shrink: 0;
	content: '';
	width: 7rem;
	height: 7rem;
	background: url('img/reviews-quotes.svg') center center no-repeat;
	background-size: cover;
}
#sb-reviews .review-item .item-text {
	flex-grow: 1;
}
#sb-reviews .review-item .item-text .p-title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 129%;
	margin-bottom: 4rem;
}
#sb-reviews .review-item .item-text .text p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}
#sb-reviews .review-item .item-text .text p {
	font-size: 1.6rem;
	line-height: 150%;
	margin-bottom: 0;
}
#sb-reviews .review-item .item-text .btn-wrapper {
	text-align: right;
	padding: 0.4rem;
	margin-bottom: 0.5rem;
}
#sb-reviews .review-item .item-text .btn-wrapper a {
	font-size: 1.6rem;
	line-height: 150%;
	border-bottom: 1px dashed #2b57f9;
}
#sb-reviews .review-item .item-author {
	position: relative;
	flex-shrink: 0;
	width: 28.8rem;
	height: 25.9rem;
	border-radius: 1.6rem;
}
#sb-reviews .review-item .item-author .img-author {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1.6rem;
}
#sb-reviews .review-item .item-author .author-text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 2.6rem;
}
#sb-reviews .review-item .item-author .author-text .p-name {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 150%;
	margin-bottom: 0.2rem;
}
#sb-reviews .review-item .item-author .author-text .p-status {
	font-size: 1.3rem;
	line-height: 138%;
	margin-bottom: 0;
}
#sb-tariffs .bg {
	max-width: 1370px;
	background: #fff;
	border-radius: 3rem 3rem 0 0;
	padding: 8.5rem 7rem 12rem;
	margin: 0 auto;
}
#sb-tariffs .p-sub-title {
	max-width: 650px;
	font-size: 2rem;
	line-height: 150%;
	margin-bottom: 4rem;
}
#sb-release {
	margin-top: -3rem;
}
#sb-release .bg {
	max-width: 1370px;
	background: #2dbe64;
	border-radius: 3rem 3rem 0 0;
	padding: 8.5rem 7rem 12rem;
	margin: 0 auto;
}
#sb-release .block {
	background: #fff;
	border-radius: 3rem;
	padding: 5rem;
}
#sb-release .section-title {
	margin-bottom: 1.5rem;
}
#sb-release .p-sub-title {
	font-size: 1.8rem;
	line-height: 133%;
	margin-bottom: 3rem;
}
#sb-release form {
	display: flex;
	gap: 1.4rem;
}
#sb-release form>* {
	flex-basis: 33%;
}
#sb-release .p-agreement {
	font-size: 1rem;
	line-height: 140%;
	text-align: center;
	color: #bcbccc;
	margin-top: 3rem;
	margin-bottom: 0;
}
#sb-release .p-agreement a {
	color: #bcbccc;
	text-decoration: underline;
}
#sb-release .p-agreement a:hover {
	text-decoration: none;
}
#sb-app {
	margin-top: -3rem;
	margin-bottom: 5rem;
}
#sb-app .bg {
	max-width: 1370px;
	background: #fff;
	border-radius: 3rem;
	box-shadow: 0 64px 134px 0 rgba(0, 0, 0, 0.1);
	padding: 8.5rem 7rem 0;
	margin: 0 auto;
}
#sb-app .items {
	display: flex;
	justify-content: space-between;
}
#sb-app .item-img {
	flex-basis: 421px;
}
#sb-app .img-app {
	user-select: none;
}
#sb-app .item-text {
	flex-basis: 675px;
}
#sb-app .item-text .p-app {
	font-weight: 600;
	font-size: 2rem;
	line-height: 150%;
	margin-bottom: 0;
}
#sb-app .item-text .p-title {
	font-weight: 600;
	font-size: 6.4rem;
	line-height: 125%;
	color: #2b57f9;
	margin-bottom: 0;
}
#sb-app .item-text .p-text {
	font-size: 1.8rem;
	line-height: 133%;
	margin-bottom: 0;
}
#sb-app .item-text .items-apps {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	margin-top: 3.4rem;
}
#sb-app .item-text .item-googleplay,
#sb-app .item-text .item-appstore
{
	display: flex;
	align-items: center;
	gap: 2rem;
}
#sb-footer {
	margin: 5rem 0 4rem;
}
#sb-footer .items {
	display: flex;
	justify-content: space-between;
}
#sb-footer .items .item-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-basis: 280px;
}
#sb-footer .items .item-left .info {
	font-size: 1.2rem;
	line-height: 150%;
	margin-bottom: 3.2rem;
}
#sb-footer .items .item-left .info .logo {
	display: block;
	margin-bottom: 2rem;
}
#sb-footer .items .item-left .info p {
	margin-bottom: 2rem;
}
#sb-footer .items .item-left .info p:last-child {
	color: #bcbccc;
	margin-bottom: 0;
}
#sb-footer .items .item-left .p-copy {
	font-size: 1.2rem;
	line-height: 150%;
	margin-bottom: 0;
}
#sb-footer .items .item-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 2.4rem;
}
#sb-footer .items .items-menu {
	display: flex;
	gap: 5rem;
	margin-bottom: 3.2rem;
}
#sb-footer .items .items-menu .p-title {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 136%;
	margin-bottom: 1.2rem;
}
#sb-footer .items .items-menu ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
#sb-footer .items .items-menu ul>li {
	font-size: 1.4rem;
	line-height: 136%;
	margin-bottom: 1.2rem;
}
#sb-footer .items .items-menu ul>li:last-child {
	margin-bottom: 0;
}
#sb-footer .items .items-menu ul>li>a {
	color: #222;
	text-decoration: none;
}
#sb-footer .items .item-contacts p {
	font-size: 1.2rem;
	line-height: 150%;
}
#sb-footer .items .item-more .ul-contacts {
	margin-bottom: 3.2rem;
}
#sb-footer .items .item-more .ul-contacts>li>a {
	display: flex;
	align-items: center;
	gap: 1rem;
}
#sb-footer .items .item-more .ul-contacts>li>a:before {
	content: '';
	flex-shrink: 0;
	width: 1.6rem;
	height: 1.6rem;
}
#sb-footer .items .item-more .ul-contacts>li>a.icn-email:before {
	background: url("img/icon-email.svg") center center no-repeat;
}
#sb-footer .dropdown-lang .dropdown-toggle {
	display: flex;
	align-items: center;
	gap: 1rem;
	text-decoration: none;
}
#sb-footer .dropdown-lang .dropdown-toggle:after {
	flex-shrink: 0;
	display: block;
	vertical-align: 0;
	content: "";
	background: url("img/icon-dropdown.svg") center center no-repeat;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	width: 1.2rem;
	height: 1.2rem;
	margin-left: auto;
	transition: transform 0.3s;
}
#sb-footer .dropdown-lang .dropdown-toggle.show:after {
	transform: scale(1, -1);
}
#sb-footer .dropdown-lang a {
	display: flex;
	align-items: center;
	gap: 1rem;
	color: #222;
	font-size: 1.4rem;
	line-height: 136%;
}
#sb-footer .dropdown-lang a:before {
	content: '';
	flex-shrink: 0;
	width: 1.6rem;
	height: 1.6rem;
}
#sb-footer .dropdown-lang a.icn-flag-ru:before {
	background: url("img/icon-flag-ru.png") center center no-repeat;
}
#sb-footer .dropdown-lang a.icn-flag-en:before {
	background: url("img/icon-flag-en.png") center center no-repeat;
}
#sb-footer .dropdown-lang a.icn-flag-uk:before {
	background: url("img/icon-flag-uk.png") center center no-repeat;
}
#sb-footer .dropdown-lang a.icn-flag-de:before {
	background: url("img/icon-flag-de.png") center center no-repeat;
}
#sb-footer .dropdown-lang a.icn-flag-es:before {
	background: url("img/icon-flag-es.png") center center no-repeat;
}
#sb-footer .dropdown-lang .dropdown-menu {
	width: 100%;
	--bs-dropdown-color: #222;
	--bs-dropdown-bg: #fafaff;
	--bs-dropdown-border-width: 0;
	--bs-dropdown-padding-y: 0.3rem;
}
#sb-footer .dropdown-lang .dropdown-menu>li {
	padding: 0.3rem 0;
	margin-bottom: 0 !important;
}
#sb-footer .dropdown-lang .dropdown-item {
	padding: 0;
	clear: both;
	border-radius: 0;
}
#sb-footer .items .item-social ul>li>a {
	display: flex;
	align-items: center;
	gap: 1rem;
}
#sb-footer .items .item-social ul>li>a:before {
	content: '';
	flex-shrink: 0;
	width: 1.2rem;
	height: 1.2rem;
}
#sb-footer .items .item-social ul>li>a.icn-vk:before {
	background: url("img/icon-vk.svg") center center no-repeat;
}
#sb-footer .items .item-social ul>li>a.icn-tg:before {
	background: url("img/icon-tg.svg") center center no-repeat;
}
#sb-footer .items .item-social ul>li>a.icn-yt:before {
	background: url("img/icon-yt.svg") center center no-repeat;
}
#sb-footer .items .item-social ul>li>a.icn-ig:before {
	background: url("img/icon-ig.svg") center center no-repeat;
}
#sb-footer .items .item-social ul>li>a.icn-tw:before {
	background: url("img/icon-tw.svg") center center no-repeat;
}
#sb-footer .items .item-contacts .a-phone {
	display: block;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 133%;
	color: #222;
	white-space: nowrap;
	text-decoration: none;
	margin-bottom: 0;
}
#sb-footer .items .item-contacts .p-phone {
	font-size: 1rem;
	line-height: 140%;
	margin-bottom: 1.2rem;
}
#sb-footer .items .item-contacts .p-office {
	margin-bottom: 0;
}
#sb-footer .items .item-left .item-agreement {
	display: none;
}
#sb-footer .items .item-agreement ul {
	display: flex;
	align-items: center;
	gap: 1rem;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
#sb-footer .items .item-agreement ul>li {
	font-size: 1.2rem;
	line-height: 150%;
	color: #bcbccc;
}
#sb-footer .items .item-agreement ul>li:not(:last-child):after {
	content: "|";
	margin-left: 1rem;
}
#sb-footer .items .item-agreement ul>li>a {
	text-decoration: underline;
	color: #bcbccc;
}
#sb-footer .items .item-agreement ul>li>a:hover {
	text-decoration: none;
}
/*carousel*/
.carousel-progress .carousel-nav {
	display: flex;
	align-items: center;
	gap: 2.6rem;
	margin-top: 3.5rem;
}
.carousel-progress .carousel-nav .carousel-buttons {
	flex-shrink: 0;
	display: flex;
	gap: 1.6rem;
}
.carousel-progress .carousel-nav .carousel-buttons .carousel-control-next,
.carousel-progress .carousel-nav .carousel-buttons .carousel-control-prev
{
	position: relative;
	width: 4.8rem;
	height: 4.8rem;
	border-radius: 50%;
	background: #2b57f9 url("img/icon-arrow.svg") center center no-repeat;
	opacity: 1;
	transition: opacity 0.3s;
}
.carousel-progress .carousel-nav .carousel-buttons .carousel-control-prev {
	transform: scale(-1, -1);
}
.carousel-progress .carousel-nav .carousel-buttons .carousel-control-next:hover,
.carousel-progress .carousel-nav .carousel-buttons .carousel-control-prev:hover
{
	opacity: 0.8;
}
.carousel-progress .carousel-nav .progress {
	flex-grow: 1
}
.carousel-progress .carousel-nav .progress {
	height: 1.6rem;
	background-color: #fff;
	border-radius: 3rem;
	padding: 0.5rem;
}
.carousel-progress .carousel-nav .progress-bar {
	background: #2b57f9;
	border-radius: 3rem;
}
/*carousel*/

/*modals*/
@keyframes myFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

dialog::backdrop {
	background-color: #222;
	opacity: 0.25;
}
dialog {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s;
}
dialog[open] {
	position: fixed;
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
	pointer-events: inherit;
	animation: myFadeIn 0.3s ease normal;
}
.dialog-modal {
	min-width: 370px;
	max-width: 770px;
	background: #fff;
	border: 0;
	border-radius: 1.6rem;
	box-shadow: 0 64px 134px 0 rgba(0, 0, 0, 0.1);
	padding: 0; /*for closing on backdrop click*/
}
.dialog-modal .dialog-content {
	padding: 4.8rem 3rem 3rem;
}
.dialog-modal.modal-640 {
	max-width: 640px;
}
.dialog-modal .dialog-close {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	width: 1.6rem;
	height: 1.6rem;
	background: url("img/icon-close.svg") center center no-repeat;
	z-index: 999;
	transition: transform 0.3s;
}
.dialog-modal .dialog-close:hover {
	transform: rotate(90deg);
}
.dialog-modal .img-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.dialog-modal .dialog-title {
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: -0.022rem;
}

#modal-ebbinghaus .items {
	display: flex;
	gap: 3rem;
}
#modal-ebbinghaus .item-img {
	flex-shrink: 0;
	flex-basis: 14.6rem;
}
#modal-ebbinghaus .item-img img {
	border-radius: 0.4rem;
}
#modal-ebbinghaus .item-text {
	flex-basis: 40rem;
}
#modal-ebbinghaus .item-text p {
	font-size: 1.5rem;
	line-height: 133%;
	margin-bottom: 1.2rem;
}
#modal-ebbinghaus .item-text p:first-child {
	font-weight: 600;
}
#modal-ebbinghaus .item-text p:last-child {
	margin-bottom: 0;
}
/*modals*/