.mediateka-flex {
	border-radius: 20px;
	border: 1px solid #111927;
	display: flex;
	align-items: center;
}
.mediateka-content {
	padding: 40px;
	max-width: 590px;
}
.mediateka-title {
	color: #111927;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.72px;
	margin-bottom: 20px;
}
.mediateka-text {
	color: #111927;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.mediateka-text p:not(:last-child) {
	margin-bottom: 10px;
}
.mediateka-logo {
	padding: 27px;
	display: flex;
	align-items: center;
}
.mediateka-logo img {
	max-width: 556px;
	width: 100%;
}
.company-logo-title {
	color: #111927;
	text-align: center;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: -0.88px;
	margin-bottom: 16px;
}
.company-logo-text {
	color: #111927;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 40px;
}
.company-logo__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.company-logo__card {
	border-radius: 20px;
	border: 1px solid #111927;
}
.company-logo__card-top {
	display: flex;
	align-items: center;
	padding: 60px 0;
}
.company-logo__card-img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
}
.branded-fonts-bottom,
.company-logo__card-bottom {
	display: flex;
	padding: 24px;
	align-items: flex-end;
	gap: 8px;
	align-self: stretch;
	border-top: 1px solid #d2d6db;
}
.branded-fonts-bottom a,
.company-logo__card-bottom a {
	color: #146ce1;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 109.091%;
}
.branded-fonts-bottom a span,
.company-logo__card-bottom a span {
	color: #a5afd7;
}
.company-icons-title {
	color: #111927;
	text-align: center;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: -0.88px;
	margin-bottom: 40px;
}
.company-icons-box {
	border-radius: 20px;
	border: 1px solid #111927;
}
.company-icons-row {
	margin-top: 32px;
}
.company-icons-text {
	color: #6c737f;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 16px;
}
.company-icons-list {
	display: flex;
	justify-content: center;
	gap: 40px;
}
.company-icons-row:nth-child(2) {
	margin-bottom: 32px;
}
.company-icons-item {
	max-width: 48px;
	width: 48px;
	height: 48px;
}
.branded-fonts-title {
	color: #111927;
	text-align: center;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: -0.88px;
	margin-bottom: 40px;
}
.branded-fonts-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.branded-fonts-card {
	border-radius: 20px;
	border: 1px solid #111927;
	position: relative;
}
.branded-fonts-top {
	position: absolute;
	left: 40px;
	top: -24px;
	background: #fff;
	display: flex;
	padding: 10px;
	align-items: center;
	color: #111927;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}
.branded-fonts-img {
	min-height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px;
}
.branded-colors,
.branded-fonts,
.company-icons,
.company-logo,
.mediateka {
	padding: 42px 0;
}
.branded-colors-title {
	color: #111927;
	text-align: center;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: -0.88px;
	margin-bottom: 40px;
}
.branded-colors-flex {
	display: flex;
	gap: 40px;
}
.branded-colors-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
	width: 65%;
	flex-grow: 1;
	position: relative;
	padding-top: 40px;
}
.branded-colors-left {
	width: 30%;
	padding-top: 40px;
	position: relative;
}
.branded-colors-bigcards {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.branded-colors-bigcards,
.branded-colors-cards {
	border-radius: 20px;
	padding: 28px;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}
.branded-colors-cards {
	padding-bottom: 50px;
}
.branded-colors-bigcards__bottom {
	width: max-content;
	margin-left: auto;
}
.branded-colors-newtitle {
	position: absolute;
	top: 0px;
	left: 0;
	color: #6c737f;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.branded-colors-cards-mintext {
	margin-bottom: 8px;
	display: flex;
}
.branded-colors-cards-mintext span {
	display: inline-block;
	width: 80px;
}
.branded-colors1 {
	background: linear-gradient(133deg, #13bcfe 0%, #a274db 100%);
}
.branded-colors2 {
	background: #04d1b6;
}
.branded-colors3 {
	background: #a274db;
}
.branded-colors4 {
	background: #f97380;
}
.branded-colors5 {
	background: #13bcfe;
}
.media__text {
	padding: 42px 0 64px;
}
.media__text-text {
	color: #6c737f;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	padding: 80px 0;
}
.media__text-text p:not(:last-child) {
	margin-bottom: 20px;
}
.pro-thirteen-link a.inactive {
	pointer-events: none;
}
.pro-thirteen-link a:hover {
	opacity: 1;
}
.pro-thirteen-link a.inactive span {
	color: #9da4ae;
}
.pro-thirteen-link a.inactive svg path {
	fill: #9da4ae!important;
	stroke: #9da4ae!important;
}

.pro-thirteen-link a span {
	color: #146CE1;
}
.branded-fonts-bottom a:hover,
.company-logo__card-bottom a:hover {
	opacity: 0.7;
	transition: all 0.3s linear;
}
@media (max-width: 1540px) {
	.branded-colors-flex {
		gap: 20px;
	}
	.branded-colors-list {
		grid-gap: 20px;
	}
}
@media (max-width: 1190px) {
	.branded-colors,
	.branded-fonts,
	.company-icons,
	.company-logo,
	.mediateka {
		padding: 24px 0;
	}
	.mediateka-flex {
		flex-direction: column-reverse;
		border-radius: 16px;
	}
	.mediateka-logo {
		padding: 60px;
	}
	.mediateka-content {
		padding: 24px;
		max-width: unset;
	}
	.mediateka-title {
		font-size: 24px;
		letter-spacing: -0.48px;
		margin-bottom: 12px;
	}
	.company-logo-text {
		font-size: 14px;
		margin-bottom: 24px;
	}
	.mediateka-text {
		font-size: 14px;
	}
	.branded-colors-title,
	.company-icons-title,
	.company-logo-title {
		font-size: 30px;
		margin-bottom: 24px;
	}
	.branded-colors-title {
		font-size: 30px;
		margin-bottom: 24px;
	}
	.branded-fonts-title {
		font-size: 30px;
	}
	.company-logo__card {
		border-radius: 16px;
	}
	.company-logo__card-img:first-child img {
		max-width: 112px;
	}
	.company-logo__card-img:last-child img {
		max-width: 78px;
	}
	.company-logo__card-top {
		padding: 24px 0;
	}
	.branded-fonts-bottom a,
	.company-logo__card-bottom a {
		font-size: 18px;
	}
	.branded-fonts-bottom,
	.company-logo__card-bottom {
		padding: 20px;
	}
	.company-icons-row {
		margin-top: 20px;
	}
	.company-icons-list {
		gap: 20px;
		max-width: 388px;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	.company-icons-text {
		font-size: 14px;
	}
	.company-icons-row:nth-child(2) {
		margin-bottom: 20px;
	}
	.branded-fonts-top {
		font-size: 18px;
		left: 20px;
		top: -20px;
		padding: 8px;
	}
	.branded-fonts-img {
		min-height: 200px;
	}
	.branded-fonts-img img {
		max-width: 202px;
	}
	.branded-colors-newtitle {
		font-size: 14px;
	}
	.branded-colors-left {
		padding-top: 33px;
	}
	.branded-colors-bigcards {
		padding: 16px;
	}
	.branded-colors-cards {
		padding: 16px 16px 45px;
	}
	.branded-colors-cards-mintext {
		margin-bottom: 4px;
	}
	.branded-colors-bigcards,
	.branded-colors-cards {
		border-radius: 16px;
		font-size: 14px;
	}
	.branded-colors-list {
		grid-gap: 16px;
		padding-top: 33px;
	}
	.branded-colors-flex {
		gap: 16px;
	}
	.branded-colors-cards-mintext span {
		width: 64px;
	}
	.media__text {
		padding: 24px 0 40px;
	}
	.media__text-text {
		padding: 40px 0;
	}
	.company-icons-box {
		border-radius: 16px;
	}
}
@media (max-width: 767px) {
	.branded-colors,
	.branded-fonts,
	.company-icons,
	.company-logo,
	.mediateka {
		padding: 20px 0;
		text-align: left;
	}
	.mediateka-logo {
		padding: 55px 21px;
	}
	.company-icons-title,
	.company-logo-text,
	.company-logo-title {
		text-align: left;
	}
	.company-logo__list {
		grid-template-columns: 1fr;
		grid-gap: 16px;
	}
	.company-logo__card-img:first-child {
		padding: 30px;
	}
	.company-logo__card-img:last-child {
		padding: 18px;
	}
	.company-logo__card-img:first-child img {
		max-width: 150px;
	}
	.company-logo__card-top {
		flex-direction: column;
		padding: 0;
	}
	.company-logo__card-img:last-child img {
		max-width: 96px;
	}
	.company-icons-item {
		max-width: 32px;
		width: 32px;
		height: 32px;
	}
	.company-icons-list {
		gap: 16px;
		max-width: 295px;
	}
	.branded-fonts-list {
		grid-template-columns: 1fr;
		grid-gap: 32px;
	}
	.branded-fonts-img {
		min-height: 160px;
	}
	.branded-colors-flex {
		flex-direction: column;
		gap: 20px;
	}
	.branded-colors-list {
		grid-template-columns: 1fr;
		width: 100%;
	}
	.branded-colors-left {
		width: 100%;
	}
	.branded-colors-bigcards {
		min-height: 200px;
	}
	.media__text {
		padding: 20px 0 32px;
	}
	.media__text-text {
		padding: 24px 0;
		text-align: left;
	}
}
