.transform-section__subtitle {
	margin-bottom: 0.95rem;
	color: #5b6477;
	letter-spacing: 0.06em;
}

.transform-section__title {
	margin-bottom: 1.6rem;
	max-width: 11ch;
	color: #14172d;
	font-size: clamp(2.45rem, 3vw, 4.1rem);
	line-height: 1.02;
	letter-spacing: -0.05em;
	text-wrap: balance;
}

.transform-section__main {
	max-width: 45rem;
}

.transform-section .wpcf7 form {
	display: grid;
	gap: 1rem;
}

.transform-section .wpcf7-form .form-transform__line > p {
	margin: 0;
}

.transform-section .form-transform__line {
	margin-bottom: 0 !important;
}

.transform-section .form-transform__line > p:not(.form-transform__text) > br {
	display: none;
}

.transform-section .form-transform__line--two-column > p:not(.form-transform__text) {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.transform-section .form-transform__line .wpcf7-form-control-wrap,
.transform-section .form-transform__line .wpcf7-form-control,
.transform-section .form-transform__line .intl-tel-input,
.transform-section .form-transform__line .codedropz-upload-wrapper,
.transform-section .form-transform__line .codedropz-upload-handler {
	display: block;
	width: 100%;
}

.transform-section .form-transform__line .input,
.transform-section .form-transform__line .form-transform__input-tel,
.transform-section .form-transform__line textarea {
	width: 100%;
	border-color: rgba(20, 23, 45, 0.22);
	background: rgba(255, 255, 255, 0.72);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	color: #14172d;
}

.transform-section .form-transform__line .input,
.transform-section .form-transform__line .form-transform__input-tel {
	min-height: 3.65rem;
}

.transform-section .form-transform__line .input::placeholder,
.transform-section .form-transform__line .form-transform__input-tel::placeholder,
.transform-section .form-transform__line textarea::placeholder {
	color: #6c7587;
}

.transform-section .form-transform__line textarea {
	min-height: 8.5rem;
	padding: 1rem 1.5rem;
	resize: vertical;
}

.transform-section .form-transform__line .intl-tel-input.allow-dropdown {
	width: 100%;
}

.transform-section .form-transform__line .intl-tel-input .selected-flag {
	border-radius: 1.75rem 0 0 1.75rem;
}

.transform-section .form-transform__line .intl-tel-input .country-list {
	max-width: min(100vw - 2rem, 22rem);
}

.transform-section .form-transform__line .intl-tel-input .country-list,
.transform-section .form-transform__line .country-list {
	background: #ffffff;
	border: 1px solid rgba(20, 23, 45, 0.18);
	box-shadow: 0 14px 30px rgba(17, 21, 38, 0.14);
}

.transform-section .form-transform__line .intl-tel-input .country-list .country,
.transform-section .form-transform__line .country-list .country,
.transform-section .form-transform__line .iti__country-list .iti__country {
	color: #14172d;
	background: transparent;
}

.transform-section .form-transform__line .intl-tel-input .country-list .country-name,
.transform-section .form-transform__line .country-list .country-name,
.transform-section .form-transform__line .iti__country-name {
	color: #14172d !important;
	font-weight: 600;
}

.transform-section .form-transform__line .intl-tel-input .country-list .dial-code,
.transform-section .form-transform__line .country-list .dial-code,
.transform-section .form-transform__line .iti__dial-code {
	color: #495066 !important;
}

.transform-section .form-transform__line .intl-tel-input .country-list .country.highlight,
.transform-section .form-transform__line .country-list .country.highlight,
.transform-section .form-transform__line .iti__country.iti__highlight,
.transform-section .form-transform__line .iti__country:hover,
.transform-section .form-transform__line .country-list .country:hover {
	background: #27317f !important;
}

.transform-section .form-transform__line .intl-tel-input .country-list .country.highlight .country-name,
.transform-section .form-transform__line .country-list .country.highlight .country-name,
.transform-section .form-transform__line .iti__country.iti__highlight .iti__country-name,
.transform-section .form-transform__line .iti__country:hover .iti__country-name,
.transform-section .form-transform__line .country-list .country:hover .country-name {
	color: #ffffff !important;
}

.transform-section .form-transform__line .intl-tel-input .country-list .country.highlight .dial-code,
.transform-section .form-transform__line .country-list .country.highlight .dial-code,
.transform-section .form-transform__line .iti__country.iti__highlight .iti__dial-code,
.transform-section .form-transform__line .iti__country:hover .iti__dial-code,
.transform-section .form-transform__line .country-list .country:hover .dial-code {
	color: rgba(255, 255, 255, 0.84) !important;
}

.transform-section .codedropz-upload-handler {
	min-height: 4rem;
	padding: 1rem 1.2rem;
	border: 1px dashed rgba(84, 84, 84, 0.6);
	border-radius: 1.5rem;
	background: #f4f4f6;
}

.transform-section .codedropz-upload-container,
.transform-section .codedropz-upload-inner {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	flex-wrap: wrap;
}

.transform-section .codedropz-upload-inner h3 {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0;
	color: #4a546a;
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}

.transform-section .codedropz-upload-inner > span {
	color: #7d8699;
	font-size: 0.85rem;
}

.transform-section .codedropz-btn-wrap .cd-upload-btn {
	color: #3532a7;
	font-weight: 700;
	text-decoration: underline;
}

.transform-section .dnd-upload-counter {
	margin-top: 0.6rem;
	color: #6d7587;
	font-size: 0.8rem;
}

.transform-section .submit_block {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem 1.25rem;
	align-items: end;
}

.transform-section .submit_block > p,
.transform-section .submit_block .form-transform__actions > p {
	margin: 0;
}

.transform-section .submit_block .form-transform__text {
	margin: 0;
	max-width: 30rem;
	line-height: 1.45;
}

.transform-section .submit_block .form-transform__actions {
	display: flex;
	justify-content: flex-end;
	align-self: end;
}

.transform-section .submit_block .button-discus__button {
	min-width: 16rem;
}

.home .discuss-home__container {
	isolation: isolate;
}

.home .discuss-home__container::before {
	z-index: 1;
}

.home .discuss-home__decor {
	z-index: 4;
	pointer-events: none;
}

.home .discuss-home__content,
.home .discuss-home__actions {
	z-index: 5;
}

.header._header-scroll .menu__item > .menu__link,
.header._header-scroll .menu__item > a.menu__link {
	color: #ffffff !important;
}

.header._header-scroll .header__container {
	background: rgba(17, 21, 38, 0.92) !important;
	box-shadow: 0 18px 44px rgba(6, 10, 24, 0.28) !important;
	color: #ffffff;
}

.header._header-scroll .header__logo {
	display: none !important;
}

.header._header-scroll .header__logo--white {
	display: inline-flex !important;
	align-items: center;
}

@media (min-width: 75em) {
	body.home .header:not(._header-scroll) {
		color: #111526;
	}

	body.home .header:not(._header-scroll) .header__container {
		background: rgba(255, 255, 255, 0.92);
		box-shadow: 0 16px 40px rgba(17, 21, 38, 0.08);
		color: #111526;
		overflow: visible;
	}

	body.home .header:not(._header-scroll) .header__menu,
	body.home .header:not(._header-scroll) .menu__body,
	body.home .header:not(._header-scroll) .menu__list,
	body.home .header:not(._header-scroll) .menu__item,
	body.home .header:not(._header-scroll) .menu__item--has-submenu {
		overflow: visible !important;
	}

	body.home .header:not(._header-scroll) .menu__item > .menu__link,
	body.home .header:not(._header-scroll) .menu__item > a.menu__link {
		color: #111526 !important;
		transform: none !important;
	}

	body.home .header:not(._header-scroll) .menu__item > .menu__link::after,
	body.home .header:not(._header-scroll) .menu__item > a.menu__link::after {
		content: none !important;
	}

	body.home .header:not(._header-scroll) .menu__item--has-submenu > .menu__link:hover,
	body.home .header:not(._header-scroll) .menu__item--has-submenu > a.menu__link:hover {
		transform: none !important;
	}

	body.home .header:not(._header-scroll) .lang {
		background-color: rgba(17, 21, 38, 0.07) !important;
	}

	body.home .header:not(._header-scroll) .header__lang .trp-ls-shortcode-language > a,
	body.home .header:not(._header-scroll) .header__lang .trp-language-switcher > div > a.trp-ls-disabled-language {
		color: #111526 !important;
	}

	body.home .header:not(._header-scroll) .menu-second-header__submenu {
		color: #111526 !important;
		z-index: 120 !important;
	}

	body.home .header:not(._header-scroll) .menu-second-header__submenu a,
	body.home .header:not(._header-scroll) .menu-second-header__submenu .submenu__link {
		color: #111526 !important;
		transform: none !important;
	}

	body.home .header:not(._header-scroll) .menu-second-header__submenu a:hover,
	body.home .header:not(._header-scroll) .menu-second-header__submenu .submenu__link:hover {
		background: rgba(75, 69, 179, 0.08);
		color: #111526 !important;
	}
}

.transform-section .wpcf7-not-valid-tip {
	margin-top: 0.35rem;
	color: #cb3d32;
	font-size: 0.8rem;
	line-height: 1.4;
}

.transform-section .wpcf7-response-output {
	margin: 1rem 0 0 !important;
	padding: 0.85rem 1rem !important;
	border-radius: 1rem;
	font-size: 0.9rem;
	line-height: 1.55;
}

.transform-section .wpcf7-spinner {
	margin: 0 0.75rem;
}

@media (min-width: 68.75em) and (max-width: 74.99875em) {
	.transform-section__container {
		gap: 1.5rem;
		grid-template-columns: minmax(13rem, 0.24fr) minmax(0, 0.52fr) minmax(13rem, 0.24fr);
	}

	.transform-section__main {
		max-width: none;
	}

	.transform-section__info {
		margin-top: 4.25rem;
	}
}

@media (max-width: 68.74875em) {
	.transform-section__container {
		gap: 1.5rem;
		grid-template-columns: 1fr;
	}

	.transform-section__main {
		max-width: none;
	}

	.transform-section__info {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.15rem 1.75rem;
		margin-top: 0.5rem;
		align-items: start;
	}

	.transform-section .info-transform__title,
	.transform-section .info-transform__button {
		grid-column: 1 / -1;
	}

	.transform-section .info-transform__title {
		margin-bottom: 0;
	}

	.transform-section .info-transform__item:not(:last-child) {
		margin-bottom: 0;
	}

	.transform-section .info-transform__button {
		justify-self: start;
		margin-top: 0.35rem;
	}
}

@media (max-width: 61.99875em) {
	.transform-section__title {
		max-width: none;
	}

	.transform-section .submit_block {
		grid-template-columns: 1fr;
	}

	.transform-section .submit_block .button-discus__button {
		min-width: 100%;
	}
}

@media (max-width: 47.99875em) {
	.transform-section .form-transform__line--two-column > p:not(.form-transform__text) {
		grid-template-columns: 1fr;
	}

	.transform-section__info {
		grid-template-columns: 1fr;
	}

	.transform-section .codedropz-upload-handler {
		padding: 0.95rem 1rem;
	}

	.transform-section .submit_block .form-transform__actions {
		width: 100%;
	}
}

.projects .main-projects {
	padding-top: 0 !important;
}

.projects .main-projects__container {
	width: min(100%, 88.125rem);
	margin: 0 auto;
	padding-top: clamp(7.25rem, 8vw, 8.75rem);
	padding-inline: 1rem;
}

.projects .main-projects__container > .seo-breadcrumbs {
	margin-bottom: 1.1rem;
}

.projects .main-projects__header {
	max-width: 63rem;
	margin: 0 0 1.5rem;
	text-align: left;
	color: #ffffff;
}

.projects .main-projects__title {
	margin: 0;
	font-family: "Manrope", sans-serif;
	font-size: clamp(2.45rem, 4.2vw, 4.75rem);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.05em;
	color: #ffffff;
	text-wrap: balance;
}

.projects .main-projects__title:not(:last-child) {
    margin-bottom: 0.95rem;
    text-align: left;
}

.projects .main-projects__text {
	max-width: 58rem;
	margin: 0;
	font-size: 1.06rem;
	line-height: 1.78;
	color: rgba(255, 255, 255, 0.82);
}

.projects .main-projects__filter-block {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem 1.25rem;
	margin: 0 0 2rem;
	padding: 1.15rem 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 1.5rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
	color: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(16px);
}

.projects .main-projects__items {
	scroll-margin-top: 8.75rem;
}

.projects .filter-block__filter-title {
	flex: 0 0 auto;
	margin-top: 0.2rem;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.projects .filter-block__filter-title::before {
	background-color: #ffc84a;
}

.projects .filters--links {
	flex: 1 1 auto;
	gap: 0.65rem;
}

.projects .filters--links a {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	font-size: 0.94rem;
	font-weight: 600;
	line-height: 1.35;
}

.projects .filters--links a span {
	font-size: 0.8rem;
	opacity: 0.92;
}

.projects .filters--links a.active,
.projects .filters--links a:hover,
.projects .filters--links a:focus-visible {
	background: #ffc84a;
	border-color: #ffc84a;
	color: #111526;
}

.projects .main-projects__items {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.projects .item-project {
	border-color: rgba(255, 255, 255, 0.08);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
}

.projects .item-project__images {
	aspect-ratio: 16 / 10;
	position: relative;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.04);
}

.projects .main-projects__item .item-project__image {
	display: block;
	width: 100%;
	height: 100%;
}

.projects .main-projects__item .item-project__image--primary {
	position: relative;
	z-index: 1;
}

.projects .main-projects__item .item-project__image--hover {
	position: absolute;
	inset: 0;
	z-index: 2;
	opacity: 0;
	transition: opacity 0.35s ease;
}

.projects .main-projects__item .item-project__image > picture {
	display: block;
	width: 100%;
	height: 100%;
}

.projects .main-projects__item .item-project__image > picture > img,
.projects .main-projects__item .item-project__image > img {
	position: static !important;
	inset: auto !important;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 1 !important;
	object-fit: cover;
}

.projects .main-projects__item:hover .item-project__image--hover {
	opacity: 1;
}

.projects .main-projects__item .item-project__details {
	gap: 0.75rem;
	padding: 1rem 1.05rem 1.15rem;
}

.projects .main-projects__item .item-project__title {
	font-size: 1.02rem;
	line-height: 1.32;
}

.projects .main-projects__item .item-project__categoties {
	gap: 0.42rem;
}

.projects .main-projects__item .item-project__category {
	padding: 0.42rem 0.62rem;
	font-size: 0.72rem;
	letter-spacing: 0.05em;
}

@media (max-width: 74.99875em) {
	.projects .main-projects__container {
		padding-top: 7rem;
	}

	.projects .main-projects__filter-block {
		flex-direction: column;
		align-items: stretch;
	}

	.projects .main-projects__items {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 61.99875em) {
	.projects .main-projects__items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 47.99875em) {
	.projects .main-projects__container {
		padding-top: 6.5rem;
		padding-inline: 0.75rem;
	}

	.projects .main-projects__title {
		font-size: clamp(2rem, 9vw, 2.85rem);
	}

	.projects .main-projects__text {
		font-size: 0.98rem;
		line-height: 1.72;
	}

	.projects .main-projects__filter-block {
		padding: 1rem;
		border-radius: 1.2rem;
	}

	.projects .main-projects__items {
		grid-template-columns: 1fr;
	}
}

.home .stories__progress-bar {
	padding: 0;
	border: 0;
	appearance: none;
}

.home .stories__slider {
	overflow: hidden;
}

.home .stories__slide {
	flex: 0 0 100%;
	width: 100%;
	min-width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #272d39;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home .stories__slide img,
.home .stories__slide video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home .stories__poster,
.home .stories__slide video {
	position: absolute;
	inset: 0;
}

.home .stories__poster {
	z-index: 1;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.home .stories__slide video {
	z-index: 2;
	background: #272d39;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.home .stories__slide video[hidden] {
	display: none;
}

.home .stories__slide.is-story-ready video {
	opacity: 1;
}

.home .stories__slide.is-story-ready .stories__poster {
	opacity: 0;
}

.home .reviews-home__slider {
	overflow: hidden;
}

.home .reviews-home__wrapper {
	align-items: stretch;
}

.home .reviews-home__slider .slide-reviews {
	display: flex;
	flex-direction: column;
	height: auto;
	text-decoration: none;
	color: inherit;
}

.home__main.main-home {
	padding-top: 6rem !important;
}

.home .main-home__main-text img,
.home #mainImage {
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	max-width: clamp(9.5rem, 15vw, 14.75rem) !important;
	max-height: clamp(9.5rem, 19vw, 16.5rem) !important;
	object-fit: contain !important;
	aspect-ratio: auto !important;
	flex: 0 0 auto;
}

.home .main-home__seo-title {
	display: block;
	margin: 0 0 10%;
	max-width: min(44rem, 78%);
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.06;
	letter-spacing: -0.04em;
}

.home .main-home__main-text > p[hidden] {
	display: none !important;
}

@media (max-width: 61.99875em) {
	.home .main-home__main-text img,
	.home #mainImage {
		max-width: clamp(8.5rem, 28vw, 12rem) !important;
		max-height: clamp(8.5rem, 30vw, 12rem) !important;
	}

	.home .main-home__seo-title {
		max-width: 100%;
		font-size: clamp(2.2rem, 8vw, 3.5rem);
		text-align: left;
	}
}
.footer__cookies .cookies__icon {
  width: 3.75rem;
  aspect-ratio: 120 / 121;
}

.footer__cookies .cookies__icon picture {
  display: block;
  width: 100%;
}

.footer__cookies .cookies__icon img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}


.transform-section__decor img {
	width: auto !important;
	height: auto !important;
	max-width: 46.375rem !important;
	max-height: 48rem !important;
	object-fit: contain !important;
	aspect-ratio: 1484 / 1526;
}

.footer__pay picture {
	display: inline-block;
	line-height: 0;
}

.footer__pay img {
	display: block;
	width: 10rem !important;
	height: auto !important;
	max-width: 100%;
	object-fit: contain;
	aspect-ratio: 321 / 37;
}

.transform-section .file-input span:not(.screen-reader-text),
.transform-section .codedropz-upload-inner h3 {
	color: #28324a;
}

.transform-section .codedropz-upload-inner > span,
.transform-section .dnd-upload-counter,
.transform-section .info-transform__item span {
	color: #4f596d;
}

.transform-section .form-transform__text {
	color: #596274;
}

.transform-section .form-transform__text a {
	color: #3340a8;
}

.transform-section .form-transform__text a:hover {
	color: #14172d;
}

.transform-section .info-transform__title {
	color: #14172d;
}

.transform-section .info-transform__item a {
	color: #24308f;
}

.footer__button-top {
	color: #f4f6ff;
}

.transform-section .info-transform__item a:hover,
.footer__button-top:hover {
	color: #fdc448;
}

body.home .transform-section .file-input span:not(.screen-reader-text),
body.home .transform-section .codedropz-upload-inner h3 {
	color: #1f2740;
}

body.home .transform-section .codedropz-upload-inner > span,
body.home .transform-section .dnd-upload-counter,
body.home .transform-section .form-transform__text {
	color: #495166;
}

body.home .transform-section .info-transform__item span {
	display: inline-flex;
	align-items: center;
	padding: 0.15rem 0.5rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: #111526;
}

body.home .transform-section .form-transform__text a,
body.home .transform-section .info-transform__item a {
	color: #1f2d74;
}

body.home .transform-section .form-transform__text a:hover,
body.home .transform-section .info-transform__item a:hover {
	color: #111526;
}

.partners-home .show_more {
	display: none !important;
}

.header__button .button__icon-lottie:empty::before,
.menu__button .button__icon-lottie:empty::before {
	content: "";
	display: block;
	width: 1rem;
	height: 1rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111526' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'/%3E%3Cpath d='M16.5 3.5a2.12 2.12 0 0 1 3 3L7 19l-4 1 1-4Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

@media (max-width: 48em) {
	.partners-home__items > article {
		display: flex !important;
	}
}

@media (min-width: 75em) {
	.header .menu__extras {
		display: none !important;
	}

	.header__actions {
		margin-left: auto;
		display: flex;
		align-items: center;
		gap: 0.75rem;
	}

	.header__actions .header__lang,
	.header__actions .header__button {
		display: inline-flex !important;
	}

	.header__actions .icon-menu {
		display: none !important;
	}

	.header .menu__list {
		column-gap: clamp(1.5rem, 0.35rem + 1.9vw, 3rem) !important;
		row-gap: 0.5rem;
	}
}

@media (min-width: 75em) and (max-width: 87.5em) {
	.header__container {
		gap: 0.875rem;
	}

	.header__actions {
		gap: 0.375rem;
	}

	.header .menu__item > .menu__link,
	.header .menu__item > a.menu__link {
		font-size: 0.96rem;
	}
}

@media (max-width: 74.99875em) {
	.header__actions {
		margin-left: auto;
		gap: 0.75rem;
	}

	.header__actions .header__lang,
	.header__actions .header__button {
		display: none !important;
	}

	.header__actions .icon-menu {
		display: block !important;
		flex: 0 0 auto;
	}

	.header .menu__extras {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		gap: 1rem;
		width: 100%;
		max-width: 22rem;
		margin: auto auto 0;
	}

	.header .menu__extras .menu__lang,
	.header .menu__extras .menu__button {
		display: flex !important;
	}

	.header .menu__extras .menu__lang {
		justify-content: center;
		width: 100%;
	}

	.header .menu__extras .menu__button {
		width: 100%;
		justify-content: space-between;
	}
}

@media (max-width: 1200.98px) {
	.header__actions .header__lang,
	.header__actions .header__button {
		display: none !important;
	}

	.header__actions .icon-menu {
		display: block !important;
		flex: 0 0 auto;
	}

	.header .menu__extras {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		gap: 1rem;
		width: 100%;
		max-width: 22rem;
		margin: auto auto 0;
	}

	.menu-open .header .menu__extras {
		display: flex !important;
	}
}

body.page-template-recenzii .team-home__title {
	color: #10162d;
	max-width: 15ch;
	text-shadow: none;
}

body.page-template-recenzii .team-home__actions .swiper-button-prev,
body.page-template-recenzii .team-home__actions .swiper-button-next {
	border-color: rgba(16, 22, 45, 0.14);
	background: rgba(255, 255, 255, 0.94);
	color: #10162d;
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}

.header .header__lang,
.header .menu__lang {
	flex: 0 0 auto;
}

.header .header__lang .trp_language_switcher_shortcode,
.header .menu__lang .trp_language_switcher_shortcode {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: max-content;
}

.header .header__lang .trp-language-switcher,
.header .menu__lang .trp-language-switcher {
	display: inline-flex !important;
	align-items: center;
	width: auto !important;
	min-width: max-content;
	height: auto !important;
}

.header .header__lang .trp-ls-shortcode-current-language,
.header .menu__lang .trp-ls-shortcode-current-language {
	display: none !important;
	width: auto !important;
}

.header .header__lang .trp-ls-shortcode-language,
.header .menu__lang .trp-ls-shortcode-language,
.header .header__lang .trp-language-switcher:hover .trp-ls-shortcode-language,
.header .menu__lang .trp-language-switcher:hover .trp-ls-shortcode-language {
	display: inline-flex !important;
	align-items: center;
	gap: 0.3125rem;
	width: auto !important;
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
	visibility: visible !important;
	position: static !important;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
}

.header .header__lang .trp-ls-shortcode-language > a,
.header .menu__lang .trp-ls-shortcode-language > a,
.header .header__lang .trp-language-switcher > div > a.trp-ls-disabled-language,
.header .menu__lang .trp-language-switcher > div > a.trp-ls-disabled-language {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 2.75rem;
	min-height: 2.5rem;
	padding: 0.45rem 0.8rem;
	border-radius: 42.3125rem;
	line-height: 1.3;
	white-space: nowrap;
}

@media (max-width: 74.99875em) {
	.header .menu__lang .trp_language_switcher_shortcode,
	.header .menu__lang .trp-language-switcher,
	.header .menu__lang .trp-ls-shortcode-language {
		width: 100% !important;
	}

	.header .menu__lang .trp-ls-shortcode-language {
		justify-content: center;
		flex-wrap: wrap;
	}
}

body.page-template-recenzii .line--yellow {
	border-top: 1px solid rgba(16, 22, 45, 0.08);
	border-bottom: 1px solid rgba(16, 22, 45, 0.08);
	background: linear-gradient(180deg, rgba(255, 245, 204, 0.94), rgba(255, 235, 173, 0.94));
}

body.page-template-recenzii .line--yellow .line__item span {
	color: #10162d;
	opacity: 1;
	text-shadow: none;
}

body.page-template-recenzii .line--yellow .divider {
	background: #f2c230;
	opacity: 1;
}

body.page-template-recenzii .discuss-home__title {
	color: #10162d;
	text-shadow: none;
}

body.page-template-recenzii .discuss-home__text,
body.page-template-recenzii .discuss-home__text p {
	color: #435167;
}

body.page-template-recenzii .discuss-home__container {
	border-color: rgba(16, 22, 45, 0.1);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 255, 0.98));
	box-shadow: 0 22px 56px rgba(15, 23, 42, 0.08);
}

body.page-template-recenzii .transform-section__title,
body.page-template-recenzii .transform-section .info-transform__title {
	color: #10162d;
}

body.page-template-recenzii .transform-section .form-transform__text,
body.page-template-recenzii .transform-section .info-transform__item span {
	color: #4b576c;
}

body.page-template-recenzii .transform-section .info-transform__item a {
	color: #25339a;
}
