.feedback-form .success {
	font-size: 1.1em;
	font-weight: bold;
	color: green;
}
div[class$="search-icon"] {
	cursor: pointer;
}
.course-composition__item, .course-composition__item .course-composition__item-text {
	transition: color .2s, background .2s;
}
.course-composition__item:hover, .course-composition__item:hover .course-composition__item-text {
	color: white;
	background: var(--color-blue);
}
.course-tariffs__item-action button {
	border: none !important;
}

.quiz-checkbox__radio {
  position: absolute;
  top: 50%;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: border-color 0.3s ease;
}
.quiz-checkbox input:checked ~ .quiz-checkbox__radio {
	border: none;
	background: var(--color-blue);
}

.quiz-checkbox input[type="text"] {
	display: block;
	position: relative;
	opacity: 1;
	width: auto;
	height: auto;
	padding: .5rem;
	border-radius: .5rem;
	border: 1px solid var(--color-black);
	
}
.diplomas .service-cards__title {
	text-align: center;
}
.diplomas .small-banner__wrapper {
	grid-template-columns: 1fr;
}
.diplomas .line {
	margin: auto;
	display: flex;
	gap: 3em;
	justify-content: center;
	align-items: center;
}
.diplomas .small-banner__main {
	margin: auto;
}
.diplomas .line > div img {
	display: block;
	margin: auto;
	
}
.diplomas .line > div {
	text-align: center;
	color: #A4A5A9;
	font-size: 16px;
}

.accr .service-masonry__grid {
	grid-template-columns: 1fr 30px 1fr 30px 1fr;
}
.accr .mk {
	text-align: center;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 1.6em;
}
.accr .service-masonry__item-text {
	text-align: center;
}
.accr .price, .bn {
	color: #6633FF;
	font-weight: bold;
	font-size: 1.5em;
}
.accr .mark {
	text-align: center;
	color: #494A52;
	font-size: 18px;
}
.s-i .service-masonry__item-text, .s-i .service-masonry__item--big {
	color: black;
	background: white;
}
.s-i .service-masonry__item-text {
	max-width: inherit !important;
}
.s-i .service-masonry__item--big:after {
	display: none;
}
.m-t .service-masonry__item {
	justify-content: start;
}
.ras .service-masonry__item {
	text-align: center;
}
.invert {
	color: white;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.invert > *, .invert .bn {
	color: white !important;
}
.invert::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-blue);
	opacity: 0.9;
	z-index: -1;
	border-radius: 16px;
}
.grey {
	color: var(--color-grey-light);
}
@media all and (min-width: 1024px) {
	.pb-a .small-banner__main {
		width: 75%;
		margin: auto;
	}
}
.pb-a .small-banner__main h2, .pb-a .small-banner__main .heading-4 {
	text-align: center;
}

.accr-2 .service-masonry__grid {
	grid-template-columns: repeat(3, 1fr);
}
.accr-2 .service-masonry__item-text {
	text-align: center;
} 
.accr-2 .service-masonry__item-text .mark {
	font-size: .7em;
}
.pb-a .small-banner__wrapper {
	grid-template-columns: 1fr;
}
.simple-big {
	color: var(--color-grey);
}
.simple-big:after {
	display: none;
}
.simple-big .service-masonry__item-text {
	color: var(--color-grey) !important;
	max-width: inherit;
}
.simple-big  ul {
	columns: 2;
}
.mchs .services-grid__item-wrapper {
	padding: 64px;
}
.mchs  .services-grid__item-content {
	max-width: 600px;
}
.mchs .heading {
	font-size: 1.5em;
}
.mchs .big {
	margin-top: 2rem;
	font-weight: bold;
	font-size: 3em;
	line-height: 1;
}
@media all and (min-width: 1024px) {
	.article-banner__header > :not(:last-child) {
		margin-bottom: 32px;
	}
}

.tags span:hover {
	border: none;
	background: var(--color-blue);
	cursor: pointer;
}
.tags span:hover a {
	color: white !important;
}

.services-grid--3.simple {
	grid-template-columns: 1fr 1fr 1fr !important;
}
.small-banner-new {
	display: none;
}
.type-text-squares .service-masonry__item {
	justify-content: start !important;
}
.text-center .service-masonry__item-text {
	text-align: center !important;
}