@font-face {
	font-family: 'Inter-Regular';
	src: url('Fonts/Inter-Regular.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Inter-Bold';
	src: url('Fonts/Inter-Bold.otf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

* {
	font-family: 'Inter-Regular', sans-serif;
	padding: 0;
	margin: 0;
	color: #303030;
}

html {
	width: 100vw;
	height: 100%;
	overflow: hidden;
}

body {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	width: 100vw;
	height: 100%;
	overflow-x: hidden;
}

.playables-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	max-width: 1920px;
}

.playables-container .left-section {
	display: flex;
	width: calc(35% - 35px);
	flex-direction: column;
	padding-left: 35px;
	padding-top: 55px;
	align-items: center;
}

.playables-container .left-section .logo {
	display: flex;
	justify-content: left;
	width: 100%;
}

.playables-container .left-section .call {
	font-size: 22px;
}

.playables-container .left-section .call h1 {
	margin-top: 80px;
}

.playables-container .left-section .call strong {
	font-family: 'Inter-Bold', sans-serif;
}

.playables-container .left-section .call img {

}

.playables-container .left-section .title {
	margin-top: 130px;
	font-size: 25px;
	font-weight: bold;
	font-family: 'Inter-Bold', sans-serif;
	padding-right: 20px;
}

.playables-container .left-section .features {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-right: 20px;
}

.playables-container .left-section .feature {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: left;
	width: 50%;
	margin-top: 20px;
}

.playables-container .left-section .feature img {
	margin-right: 10px;
}

.playables-container .left-section .feature p {
	font-size: 18px;
}

.playables-container .background {
	transform: scale(1.4);
	width: 1px;
	overflow: visible;
	position: relative;
	z-index: -1;
}

.playables-container .background-inner {
	position: absolute;
	left: -555px;
	top: -500px;
	z-index: -1;
}

.playables-container .background .red-ellipse {
	position: absolute;
	width: 667px;
	height: 667px;
	left: 132px;
	top: 128px;
	background: url("Images/ellipse-red.png") no-repeat center;
}

.playables-container .background .white-ellipse {
	position: absolute;
	width: 828px;
	height: 776px;
	left: 0;
	top: 0;
	background: url("Images/ellipse-white.png") no-repeat center;
}

.playables-container .center-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 26%;
	position: relative;
	overflow: visible;
}

.playables-container .center-section .ellipse1 {
	background-color: rgba(48, 48, 48, 0.05000000074505806);
	height: 97px;
	width: 97px;
	border-radius: 50%;
	position: absolute;
	top: 3em;
	left: -3em;
}

.playables-container .center-section .ellipse2 {
	background-color: rgba(242, 73, 66, 0.15000000596046448);
	height: 65px;
	width: 65px;
	border-radius: 50%;
	position: absolute;
	top: 23em;
	left: -7em;
}

.playables-container .center-section .phone {
	display: flex;
	position: relative;
	width: 0px;
	height: 917px;
	filter: drop-shadow(0px 0px 4.5px rgba(0, 0, 0, 0.25));
	margin-top: 200px;
}

.playables-container .center-section .phone .under-bg {
	position: absolute;
	width: 410px;
	height: 876px;
	left: calc(-410px/2);
	top: 20px;
	border-radius: 10px;
	background: #101010;
}

.playables-container .center-section .phone iframe {
	position: absolute;
	left: calc(-408px/2);
	top: 21px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

.playables-container .center-section .phone img {
	position: absolute;
	width: 460px;
	left: calc(-460px/2);
	top: 0;
	pointer-events: none;
}

.playables-container .center-section .slider-dots {
	display: flex;
	justify-content: center;
	gap: 1em;
	margin: 2em auto;
}

.playables-container .center-section .dot {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #f8cdd0; /* светло-розовый */
	transition: background-color 0.3s ease;
	cursor: pointer;
}

.playables-container .center-section .dot.active {
	background-color: #e53935; /* насыщенный красный */
}

.playables-container .right-section {
	display: flex;
	position: relative;
	width: calc(35%);
	flex-direction: column;
	padding-top: 55px;
}

.playables-container .right-section .portfolio {
	position: absolute;
	left: -250px;
	top: -350px;
	z-index: -1;
}

.playables-container .right-section .portfolio-items {
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	width: 989px;
	height: 989px;
	overflow: hidden;
	clip-path: circle(47% at 50% 49.4%);
}

.playables-container .right-section .portfolio-items-inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: absolute;
	left: -420px;
	top: 348px;
	transform: scale(0.5);
	transform-origin: left top;
	width: calc(450px * 13);
}

.playables-container .right-section .portfolio-item {
	width: 450px;
	height: 800px;
}

.playables-container .right-section .circle {
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	width: 989px;
	height: 989px;
	background: url("Images/portfolio-circle.png");
	background-repeat: no-repeat;
	background-position: center;
}

.playables-container .right-section .customers {
	margin-top: 600px;
	padding: 20px;
	font-size: 17px;
}

.playables-container .right-section .customers .title {
	margin-bottom: 20px;
	margin-left: 8px;
}

.playables-container .right-section .customers h2 {
	font-family: 'Inter-Bold', sans-serif;
}

.playables-container .right-section .customer-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.playables-container .right-section .customer-list img {
	margin: 10px;
	height: 100%;
}

.playables-container .right-section .customer-list .line-break {
	width: 100%;
}

.footer-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	max-width: 1920px;
	position: relative;
}

.footer-container .footer-inner {
	display: flex;
	width: calc(35% - 35px);
	flex-direction: column;
	padding-left: 35px;
	padding-top: 55px;
	position: relative;
	margin-top: -300px;
}

.footer-container .text {


}

.footer-container .text .ddd {
	width: 255px;
	height: 20px;
	margin-bottom: 10px;
	color: #e53935;
}

.footer-container .text .add {
	width: 293px;
	height: 62px;
	color: #e53935;
	opacity: 0.5;
	margin-bottom: 10px;
}

.footer-container .red-ellipse {
	display: none;
}

@media (max-width: 1440px) {

	.playables-container .left-section .features {
		flex-direction: column;
	}

	.playables-container .left-section .feature {
		width: 90%;
	}

}


@media (max-width: 767px) {

	body {
		display: flex;
		flex-direction: column;
	}

	.playables-container {
		display: flex;
		flex-direction: column;
		justify-content: start;
		overflow: visible;
		/*height: 2510px;*/
	}

	.playables-container .left-section {
		width: calc(100% - 40px);
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 20px;
	}

	.playables-container .left-section .logo {
		width: 50%;
		align-self: flex-start;
	}

	.playables-container .left-section .logo img {
		width: 100%;
	}

	.playables-container .left-section .call {
		font-size: 16px;
	}

	.playables-container .left-section .call .text-logo {
		margin-top: 50px;
	}

	.playables-container .left-section .title {
		margin-top: 50px;
		font-size: 18px;
		padding-right: 0;
	}

	.playables-container .left-section .features {
		flex-direction: row;
		padding-right: 0;
	}

	.playables-container .left-section .feature {
		width: 50%;
	}

	.playables-container .left-section .feature img {
		margin-right: 10px;
		width: 40px;
	}

	.playables-container .left-section .feature p {
		font-size: 13px;
		padding-right: 10px;
	}

	.playables-container .left-section .background-inner {
		left: -336px;
		top: -376px;
		transform: scale(0.6);
	}

	.playables-container .center-section {
		width: 100%;
		height: 0;
		overflow: visible;
		justify-content: start;
	}

	.playables-container .center-section .ellipse1 {
		display: none;
	}

	.playables-container .center-section .ellipse2 {
		display: none;
	}

	.playables-container .center-section .phone {
		margin-top: 900px;
		z-index: 10;
	}

	.playables-container .right-section {
		width: 100%;
		height: auto;
		padding-top: 0;
		overflow: hidden;
	}

	.playables-container .right-section .portfolio {
		left: -250px;
		top: 0;
	}

	.playables-container .right-section .portfolio-items-inner {
		top: 20px
	}

	.playables-container .right-section .customers {
		margin-top: 1750px;
	}

	.playables-container .right-section .customers .title {
		text-align: center;
		font-size: 13px;
		margin-left: 0;
	}

	.playables-container .right-section .customer-list {
		justify-content: space-around;
	}

	.playables-container .right-section .customer-list .line-break {
		width: 0%;
	}

	.footer-container {
		background: url("Images/ellipse-red.png") no-repeat top center / 667px auto;
		padding-top: 70px;
	}

	.footer-container .footer-inner {
		margin-top: 0;
		margin-bottom: 20px;
		width: calc(100% - 40px);
		padding-top: 0;
	}

	.footer-container .text {
	}

	.footer-container .text .ddd {
		color: #fff
	}

	.footer-container .text .add {
		color: #fff
	}

}




