@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');

* {
	list-style: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
}

.container {
	max-width: 1250px;
	margin: 0 auto;
	position: relative;
	height: 100vh;
}

.main__body {
	display: flex;
	align-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	justify-content: space-between;
	width: 100%;
	padding: 0 15px;
}

@media (max-width: 934px) {
	.main__body {
		flex-direction: column;
		position: relative;
		top: 0;
		margin-top: 50px;
		transform: translate(0, 0);
	}
}

.main__form-body {
	width: 300px;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}

.main__form-body input {
	width: 100%;
	margin-bottom: 15px;
	padding: 12px;
	border-radius: 100px;
	border: 2px solid black;
	font-size: 20px;
	letter-spacing: 1px;
	cursor: pointer;
}

.main__form-body input[type="date"] {
	padding-left: 93px;
}

.main__form-body input[type="submit"] {
	transition: 0.3s ease;
	background: #d690d1;
	color: white;
	border-color: #d690d1;
	font-weight: 600;
}

.main__form-body input[type="submit"]:hover {
	transition: 0.3s ease;
	background: white;
	color: #d690d1;
}

.main__schema {
	width: 590px;
}

.main__schema-img img{
	width: 100%;
}

.main__social {
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main__social-item a svg{
	width: 100%;
	transition: 0.3s ease;
}

.main__social-item a svg:hover {
	fill: #d690d1;
	transform: rotate(360deg);
}

.main__social-item a {
	display: inline-block;
	width: 45px;
	height: 45px;
}

.main__social-item {
	margin: 0 10px;
}

.main__schema {
	position: relative;
}

.main__schema-items {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.main__schema-item {
	position: absolute;
	text-align: center;
	font-size: 14px;
	width: 4.5%;
	word-wrap: break-word;
	font-weight: 600;
}

.main__schema-parent {
	display: flex;
	flex-direction: column;
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	word-wrap: break-word;
}

.main__schema-child {
	position: static;
	font-size: 16px;
	width: auto;
}

.big {
	width: 8.5%;
	font-size: 16px;
}

#t1 {
	top: 49.5%;
	left: 4%;
	transform: translateY(-50%);
}

#t2 {
	left: 50%;
	top: 6.5%;
	transform: translateX(-50%);
}

#t3 {
	top: 49.5%;
	right: 4%;
	transform: translateY(-50%);
}

#t4 {
	left: 50%;
	bottom: 7.3%;
	transform: translateX(-50%);
}

#t6 {
	left: 16.3%;
	top: 18.6%;
}

#t7 {
	right: 16.8%;
	top: 18.6%;
}

#t8 {
	right: 16.8%;
	bottom: 19.1%;
}

#t9 {
	left: 16.3%;
	bottom: 19.1%;
}

#t11 {
	bottom: 22%;
	left: 50%;
	transform: translateX(-50%);
}

#t12 {
	bottom: 15.4%;
	left: 50%;
	transform: translateX(-50%);
}

#t13 {
	top: 20.8%;
	left: 50%;
	transform: translateX(-50%);
}

#t14 {
	top: 14%;
	left: 50%;
	transform: translateX(-50%);
}

#t15 {
	top: 49.65%;
	transform: translateY(-50%);
	right: 20.6%;
}

#t16 {
	top: 49.65%;
	transform: translateY(-50%);
	right: 13.8%;
}

#t17 {
	top: 49.65%;
	transform: translateY(-50%);
	left: 20.7%;
}

#t18 {
	top: 49.65%;
	transform: translateY(-50%);
	left: 14%;
}

#t19 {
	top: 34.5%;
	left: 34.4%;
}

#t20 {
	bottom: 35.5%;
	right: 34%;
}

#t21 {
	bottom: 32%;
	right: 30.5%;
}

#t22 {
	top: 36.8%;
	left: 20.8%;
}

#t23 {
	top: 20.8%;
	left: 36.65%;
}

#t24 {
	top: 20.8%;
	right: 36.4%;
}

#t25 {
	top: 36.8%;
	right: 20.6%;
}

#t26 {
	bottom: 37.8%;
	right: 20.6%;
}

#t27 {
	bottom: 22%;
	right: 36.4%;
}

#t28 {
	bottom: 22%;
	left: 36.65%;
}

#t29 {
	bottom: 37.8%;
	left: 20.8%;
}
