@import url(../fonts/montserrat/font.css);
:root {
	--header-menu-bg-color: #ececec;
	--header-menu-box-shadow: 0 0 0 9px rgba(236, 236, 236, 1);
	--page-top-padding: 18rem;
}
html {
	font-size: 10px;
	scroll-behavior: smooth;
}
body {
	color: #000;
	font-size: 1.8rem;
	line-height: 150%;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #fff;
	overflow-x: hidden;
	zoom: 1;
	padding: 0;
	margin: 0;
}
*:not(.page-tilda *), *:not(.page-tilda *):before, *:not(.page-tilda *):after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	outline: none !important;
}
@media (min-width: 1230px) {
	.container {
		max-width: 1200px;
		padding: 0 15px;
	}
}
body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
a {
	color: #ff1e64;
	text-decoration: underline;
}
a:hover,
a:active
{
	color: #d91a55;
	text-decoration: none;
}
a:focus {
	color: #ff1e64;
}
.img-centered {
	display: block;
	margin: 0 auto;
}
h1 {
	font-size: 3.2rem;
	line-height: 150%;
}
.btn-custom {
	background-image: none;
	border: 1px solid #fff;
	padding: 0px 25px;
	background-color: #ec3395;
	/*border-radius: 25px;*/
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 50px;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.btn-custom:hover, .btn-custom:active, .btn-custom:focus {
	background-color: #a01860;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
	color: #fff;
}
.btn-flat-navy {
	background-image: none;
	border: 1px solid #2839a0;
	padding: 0px 25px;
	background-color: transparent;
	/*border-radius: 25px;*/
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 50px;
	text-decoration: none;
	color: #2839a0;
	display: inline-block;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.btn-flat-navy:hover, .btn-flat-navy:active, .btn-flat-navy:focus {
	background-color: transparent;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
	color: #2839a0;
	background-color: rgba(40, 57, 160, 0.1);
}
.btn-flat-white {
	background-image: none;
	border: 1px solid #041e41;
	padding: 0px 25px;
	background-color: transparent;
	/*border-radius: 25px;*/
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 50px;
	text-decoration: none;
	color: #041e41;
	display: inline-block;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.btn-flat-white:hover, .btn-flat-white:active, .btn-flat-white:focus {
	background-color: transparent;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
	color: #041e41;
	background-color: rgba(40, 57, 160, 0.1);
}
.btn-flat-pink {
	background-image: none;
	border: 1px solid #ed1163;
	padding: 0px 25px;
	background-color: transparent;
	/*border-radius: 25px;*/
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 50px;
	text-decoration: none;
	color: #ed1163;
	display: inline-block;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.btn-flat-pink:hover, .btn-flat-pink:active, .btn-flat-pink:focus {
	background-color: transparent;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
	color: #ed1163;
	background-color: rgba(215, 15, 121, 0.1);
}
.btn-contact-us {
	background-image: none;
	border: none;
	padding: 0px 25px;
	background-color: #ed1163;
	/*border-radius: 25px;*/
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 32px;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.btn-contact-us:hover, .btn-contact-us:active, .btn-contact-us:focus {
	background-color: #ff2e7b;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
	color: #fff;
}
.btn-big {
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}
.btn-small {
	font-size: 18px;
	line-height: 36px;
}
.btn-pink {
	background-color: #ed1163;
	color: #fff;
}
.btn-pink:hover, .btn-pink:active, .btn-pink:focus {
	background-color: #041e41;
}
.btn-purple {
	background-color: #995acd;
	color: #fff;
}
.btn-purple:hover, .btn-purple:active, .btn-purple:focus {
	background-color: #480076;
}
.btn-purple-dark {
	background-color: #960064;
	color: #fff;
}
.btn-purple-dark:hover, .btn-purple-dark:active, .btn-purple-dark:focus {
	background-color: #641349;
}
.btn-blue {
	background-color: #11a7f4;
	color: #fff;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
	background-color: #0f7b9e;
}
.btn-navy {
	background-color: #2839a0;
	color: #fff;
}
.btn-navy:hover, .btn-navy:active, .btn-navy:focus {
	background-color: #041e41;
}



/*header*/
#raidix-header {
	position: fixed;
	width: 100%;
	top: 0;
	padding-top: 3.2rem;
	z-index: 1020;
	transition: padding-top 0.3s;
}
#raidix-header.sticky {
	padding-top: 0;
}
#raidix-menu {
	display: flex;
	gap: 0.8rem;
	background: var(--header-menu-bg-color);
	border-radius: 2rem;
	padding: 0.8rem;
}
#raidix-menu.navbar {
	align-items: stretch;
}
#raidix-header.sticky #raidix-menu {
	box-shadow: -0 3px 5px 1px rgba(0, 0, 0, 0.17);
}
#raidix-menu .menu-panel {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	background: #fff;
	border-radius: 1.5rem;
	padding: 0.4rem;
}
#raidix-menu .panel-logo {
	padding: 1.4rem 1.9rem;
}
#raidix-menu .panel-logo .logo {
	transition: opacity 0.5s;
}
#raidix-menu .panel-logo .logo:hover {
	opacity: 0.7;
}
#raidix-menu .panel-nav {
	padding: 0.4rem 1.3rem;
}
#raidix-menu nav {
	flex-grow: 1;
	user-select: none;
}
#raidix-menu nav>div>ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
#raidix-menu nav>div>ul>li {
	font-size: 1.4rem;
	line-height: 1.8rem;
	padding: 0;
	margin: 0;
}
#raidix-menu nav>div>ul>li>a {
	font-weight: 600;
	text-decoration: none;
	color: #172641;
	border-radius: 0.5rem;
	padding: 0 0.6rem;
	transition: all 0.5s;
}
#raidix-menu nav>div>ul>li>a:hover,
#raidix-menu nav>div>ul>li[aria-expanded="true"]>a
{
	background: var(--header-menu-bg-color);
	box-shadow: var(--header-menu-box-shadow);
}
#raidix-menu nav>div>ul>li>a.active,
#raidix-menu nav>div>ul>li>a:active
{
	color: #ff1e64;
}
#raidix-menu nav>div>ul>li.dropdown>a {
	/*prevent click, only hover*/
	pointer-events: none;
}
#raidix-menu nav .dropdown-menu {
	line-height: 1;
	border: 0;
	background: transparent;
	padding-top: 2rem;
	margin-left: -2.1rem !important;
}
#raidix-menu nav .dropdown-menu>div {
	background: var(--header-menu-bg-color);
	border-radius: 0 0 1.5rem 1.5rem;
	padding: 0.2rem 0.8rem 0.8rem;
}
#raidix-menu nav .dropdown-menu ul {
	list-style: none;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 125%;
	background: #fff;
	border-radius: 1.5rem;
	padding: 0.4rem;
	margin: 0;
}
#raidix-menu nav .dropdown-menu ul>li {
	margin-bottom: 0.4rem;
}
#raidix-menu nav .dropdown-menu ul>li:last-child {
	margin-bottom: 0;
}
#raidix-menu nav .dropdown-menu ul>li>a {
	display: block;
	color: #172641;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 1.2rem;
	padding: 0.9rem 1.5rem;
	transition: all 0.5s;
}
#raidix-menu nav .dropdown-menu ul>li>a:hover {
	background: var(--header-menu-bg-color);
}
#raidix-menu nav .dropdown-menu ul>li>a.active,
#raidix-menu nav .dropdown-menu ul>li>a:active
{
	color: #ff1e64;
}
#raidix-menu .panel-actions .btn-icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.6rem;
	height: 3.6rem;
	text-decoration: none;
	border-radius: 1.2rem;
	padding: 0.6rem;
	transition: background 0.5s;
}
#raidix-menu .panel-actions .btn-icon:hover,
#raidix-menu .panel-actions .btn-icon[aria-expanded="true"]
{
	background: var(--header-menu-bg-color);
}
#raidix-menu .panel-actions .btn-icon .icon {
	display: block;
	width: 2.4rem;
	height: 2.4rem;
}
#raidix-menu .panel-actions .btn-icon .icon-search {
	background: url(../img/icon-search.svg) center center no-repeat;
	background-size: cover;
}
#raidix-menu .panel-actions .btn-icon .icon-phone {
	background: url(../img/icon-phone.svg) center center no-repeat;
	background-size: cover;
}
#raidix-menu .panel-actions .btn-icon .icon-email {
	background: url(../img/icon-email.svg) center center no-repeat;
	background-size: cover;
}
#raidix-menu .panel-actions .dropdown {
	flex-shrink: 0;
	line-height: 1;
}
#raidix-menu .panel-actions .dropdown-menu {
	border: 0;
	background: transparent;
	padding-top: 1rem;
	margin-left: -1.1rem !important;
}
#raidix-menu .panel-actions .dropdown-menu>div {
	background: var(--header-menu-bg-color);
	border-radius: 0 0 1.5rem 1.5rem;
	padding: 0.6rem 0.8rem 0.8rem;
}
#raidix-menu .panel-actions .dropdown-menu form {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	background: #fff;
	border-radius: 1.5rem;
	padding: 1rem 1.6rem;
}
#raidix-menu .panel-actions .dropdown-menu form input {
	max-width: 160px;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 2.4rem;
	color: #041e41;
	background: transparent;
	border: none;
	padding: 0;
}
#raidix-menu .panel-actions .dropdown-menu form input::placeholder {
	color: #041e41;
	opacity: 0.5;
}
#raidix-menu .panel-actions .dropdown-menu form button {
	flex-shrink: 0;
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	text-decoration: none;
	border-radius: 1.2rem;
	background: url(../img/icon-search.svg) center center no-repeat;
	background-size: cover;
	border: none;
	opacity: 0.5;
	transition: opacity 0.5s;
}
#raidix-menu .panel-actions .dropdown-menu form button:hover {
	opacity: 1;
}
#raidix-menu .panel-request {
	padding: 0;
}
#raidix-menu .panel-request .btn-request {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 100%;
	text-align: center;
	color: #fff;
	background: #ff1e64;
	border-radius: 1.5rem;
	border: 0;
	text-decoration: none;
	padding: 1.5rem 2.8rem;
	transition: background 0.5s;
}
#raidix-menu .panel-request .btn-request:hover,
#raidix-menu .panel-request .btn-request:active
{
	background: #d91a55;
}
#raidix-menu .panel-request .btn-request:focus {
	background: #ff1e64;
}
#raidix-menu .panel-toggler {
	display: none;
}

#raidix-header.sticky #raidix-breadcrumbs {
	pointer-events: none;
	opacity: 0;
}
#raidix-breadcrumbs {
	margin-top: 1rem;
	transition: opacity 0.2s;
}
#raidix-breadcrumbs nav {
	display: flex;
	justify-content: center;
	/*display: block; //for mobile*/
}
#raidix-breadcrumbs .breadcrumb {
	flex-grow: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.6rem;
	letter-spacing: -0.01em;
	color: #1c1c1c;
	background: #fff;
	border-radius: 1.5rem;
	padding: 1rem 2rem;
	margin: 0 auto;
}
#raidix-breadcrumbs .breadcrumb-item {
	display: flex;
	align-items: center;
	padding: 0;
}
#raidix-breadcrumbs .breadcrumb-item>a {
	color: #1c1c1c;
	text-decoration: none;
}
#raidix-breadcrumbs .breadcrumb-item.active {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #1c1c1c;
}
#raidix-breadcrumbs .breadcrumb-item+.breadcrumb-item {
	padding: 0;
}
#raidix-breadcrumbs .breadcrumb-item+.breadcrumb-item:before {
	content: "";
	flex-shrink: 0;
	width: 1.6rem;
	height: 1.6rem;
	background: url(../img/icon-breadcrumbs.svg) center center no-repeat;
	background-size: cover;
	margin-right: 0.4rem;
	margin-left: 0.4rem;
}
/*header*/

main.page {
	flex-grow: 1;
}
.section-top {
	padding-top: var(--page-top-padding);
}
.section-top h1,
.section-top .page-title,
.section-content h1
{
	font-weight: 600;
	font-size: 4rem;
	line-height: 115%;
	letter-spacing: -0.01em;
	color: #1c1c1c;
	margin-bottom: 2rem;
}
.section-content {
	padding-bottom: 9rem;
}
.raidix-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	list-style: none;
	padding: 0;
	margin-bottom: 4rem;
}
.raidix-tags>li {
	margin-bottom: 0;
}
.raidix-tags>li>a {
	display: block;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1;
	color: #1c1c1c;
	text-decoration: none;
	white-space: nowrap;
	background: #fff;
	border-radius: 10rem;
	padding: 1.2rem 1.6rem;
	transition: all 0.3s;
}
.raidix-tags>li>a:first-letter {
	text-transform: capitalize;
}
.raidix-tags>li>a.active,
.raidix-tags>li>a:hover
{
	color: #fff;
	background: #ff1e64;
}
.a-more {
	display: inline-flex;
	gap: 1.2rem;
	color: #ff1e64;
	font-weight: 500;
	font-size: 1.6rem;
	text-decoration: none;
	align-items: center;
	transition: all 0.3s;
}
.a-more:hover {
	opacity: 0.7;
}
.a-more:after {
	flex-shrink: 0;
	content: '';
	width: 1.6rem;
	height: 0.8rem;
	background: url(../img/icon-a-more.svg) center center no-repeat;
	background-size: cover;
}
.btn-load {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1.2rem;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 125%;
	letter-spacing: -0.01em;
	color: #fff;
	text-decoration: none;
	background: #ff1e64;
	border: none;
	border-radius: 10rem;
	padding: 1.6rem 3.2rem;
	margin-top: 4rem;
	transition: all 0.5s;
}
.btn-load:hover {
	background: #ff1e64;
}
.btn-load:hover,
.btn-load:active
{
	color: #fff;
	background: #d91a55;
}
.btn-load:focus {
	color: #fff;
	background: #ff1e64;
}

/*post*/
.post-wrapper {
	max-width: 820px;
}
.post-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 125%;
}
.post-nav a:nth-child(2) {
	margin-left: auto;
}
.post-nav a {
	color: #172641;
	text-decoration: none;
	transition: color 0.3s;
}
.post-nav a:hover {
	color: #ff1e64;
}
.post-top-nav {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	padding: 2rem 0;
	margin-bottom: 4rem;
}
.post-bottom-nav {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	padding: 2rem 0;
	margin-top: 4rem;
}
.post-wrapper article {
	font-size: 1.7rem;
	line-height: 150%;
}
.post-wrapper article h1 {
	font-size: 3.2rem;
	line-height: 115%;
	margin-bottom: 3.2rem;
}
.post-wrapper article h2 {
	font-size: 2.8rem;
	line-height: 115%;
	margin-top: 3.2rem;
	opacity: 0.8;
	margin-bottom: 2rem;
}
.post-wrapper article h3 {
	font-size: 2.4rem;
	line-height: 115%;
	margin-top: 3.2rem;
	opacity: 0.8;
	margin-bottom: 2rem;
}
.post-wrapper article .p-date {
	opacity: 0.5;
}
.post-wrapper article p,
.post-wrapper article ul,
.post-wrapper article ol
{
	margin-bottom: 2rem;
}
.post-wrapper article table {
	margin-bottom: 2rem;
}
.post-wrapper article td {
	padding: 1rem;
	font-size: 1.4rem;
	line-height: 125%;
	letter-spacing: -0.01em;
}
.post-wrapper article img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 2rem;
}
/*post*/

/*default*/
.page-default .section-top {
	color: #fff;
	background: linear-gradient(90deg, #4f137f 0%, #52309b 100%);
	padding-bottom: 9rem;
}
.page-default .section-top h1 {
	color: #fff;
}
.page-default .section-content {
	padding-top: 9rem;
}
/*default*/

/*tilda*/
/*
.page-tilda *, .page-tilda *:before, .page-tilda *:after {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
*/
/*tilda*/

/*blog*/
#raidix-header:has(+ .page-blog) #raidix-menu {
	--header-menu-bg-color: #e4e4e4;
	--header-menu-box-shadow: 0 0 0 9px rgba(228, 228, 228, 1);
}
.page-blog {
	background: #f2f2f2;
}
.page-blog .section-content {
	padding-top: var(--page-top-padding);
}
.blog-items .item {
	display: flex;
	align-items: flex-start;
	gap: 3rem;
	margin-bottom: 4rem;
}
.blog-items .item:last-child {
	margin-bottom: 0;
}
.blog-items .item-img {
	flex-basis: 370px;
	border-radius: 1.5rem;
	box-shadow: 0.4rem 0.4rem 0.8rem 0.4rem rgba(230, 230, 230, 0.8);
}
.blog-items .item-img img {
	border-radius: 1.5rem;
}
.blog-items .item-text {
	flex-basis: 670px;
}
.blog-items .item-text h2 {
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 120%;
	margin-bottom: 1.2rem;
}
.blog-items .item-text .p-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;

	font-size: 1.7rem;
	line-height: 140%;
	letter-spacing: -0.01em;
	margin-bottom: 1.6rem;
}
/*blog*/

/*blog-post*/
.page-blog-post .section-content {
	padding-top: var(--page-top-padding);
}
/*blog-post*/

/*news*/
#raidix-header:has(+ .page-news) #raidix-menu {
	--header-menu-bg-color: #e4e4e4;
	--header-menu-box-shadow: 0 0 0 9px rgba(228, 228, 228, 1);
}
.page-news {
	background: #f2f2f2;
}
.page-news .section-content {
	padding-top: var(--page-top-padding);
}
.news-items {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem 3rem;
}
.news-items .item {
	flex-basis: 270px;
}
.news-items .item-img {
	border-radius: 1.5rem;
	box-shadow: 0.4rem 0.4rem 0.8rem 0.4rem rgba(230, 230, 230, 0.8);

	position: relative;
	margin-bottom: 2rem;
}
.news-items .item-img a {
	display: block;
	text-decoration: none;
	color: #000;
}
.news-items .item-img a:hover img {
	transform: scale(1.05);
}
.news-items .item-img img {
	border-radius: 1.5rem;
	transition: transform 0.3s;
}
.news-items .item-img .news-tag {
	display: inline-block;
	position: absolute;
	top: 0.8rem;
	left: 0.8rem;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1;
	border-radius: 1.5rem;
	background: #fff;
	padding: 0.6rem 1rem;
}
.news-items .item-text a {
	color: #000;
	text-decoration: none;
	transition: opacity 0.3s;
}
.news-items .item-text a:hover {
	opacity: 0.8;
}
.news-items .item-text h2 {
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 130%;
	margin-bottom: 0;
}
/*news*/

/*news-post*/
.page-news-post .section-content {
	padding-top: var(--page-top-padding);
}
/*news-post*/

/*vacancies*/
#raidix-header:has(+ .page-vacancies) #raidix-menu {
	--header-menu-bg-color: #e4e4e4;
	--header-menu-box-shadow: 0 0 0 9px rgba(228, 228, 228, 1);
}
.page-vacancies .section-top {
	color: #fff;
	background: linear-gradient(90deg, #4f137f 0%, #52309b 100%);
	padding-bottom: 9rem;
}
.page-vacancies .section-top h1 {
	color: #fff;
}
.page-vacancies .section-content {
	padding-top: 9rem;
}
.page-vacancies {
	background: #f2f2f2;
}
.page-vacancies .section-content {
	padding-top: var(--page-top-padding);
}
.page-vacancies .section-content h1 {
	margin-bottom: 4rem;
}
.vacancies-items .item {
	display: flex;
	align-items: flex-start;
	gap: 3rem;
	margin-bottom: 4rem;
}
.vacancies-items .item:last-child {
	margin-bottom: 0;
}
.vacancies-items .item-img {
	flex-basis: 370px;
	border-radius: 1.5rem;
	box-shadow: 0.4rem 0.4rem 0.8rem 0.4rem rgba(230, 230, 230, 0.8);
}
.vacancies-items .item-img img {
	border-radius: 1.5rem;
}
.vacancies-items .item-text {
	flex-basis: 670px;
}
.vacancies-items .item-text .p-date {
	font-size: 1.7rem;
	line-height: 140%;
	opacity: 0.5;
	margin-bottom: 0.8rem;
}
.vacancies-items .item-text h2 {
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 120%;
	margin-bottom: 1.2rem;
}
.vacancies-items .item-text .p-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;

	font-size: 1.7rem;
	line-height: 140%;
	letter-spacing: -0.01em;
	margin-bottom: 1.6rem;
}
/*vacancies*/

/*vacancies-post*/
.page-vacancies-post .section-top {
	color: #fff;
	background: linear-gradient(90deg, #4f137f 0%, #52309b 100%);
	padding-top: var(--page-top-padding);
	padding-bottom: 6rem;
}
.page-vacancies-post .section-top .page-title {
	color: #fff;
}
.page-vacancies-post .section-content {
	padding-top: 6rem;
}
/*vacancies-post*/

/*search*/
.page-search .section-top {
	color: #fff;
	background: linear-gradient(90deg, #4f137f 0%, #52309b 100%);
	padding-top: var(--page-top-padding);
	padding-bottom: 6rem;
}
.page-search .section-top h1 {
	color: #fff;
}
.page-search .section-content {
	padding-top: 6rem;
}
.page-search .search-form {
	margin-bottom: 4rem;
}
.search-items .item {
	margin-bottom: 3.2rem;
}
.search-items .item .p-date {
	font-size: 1.7rem;
	line-height: 140%;
	opacity: 0.5;
	margin-bottom: 0.8rem;
}
.search-items .item a {
	color: #000;
}
.search-items .item h3 {
	font-weight: 500;
	font-size: 2rem;
	line-height: 120%;
	margin-bottom: 1.2rem;
}
.search-items .item .p-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;

	font-size: 1.7rem;
	line-height: 140%;
	letter-spacing: -0.01em;
	margin-bottom: 1.6rem;
}
/*search*/

/*404*/
.page-404 .section-content {
	padding-top: 16rem;
}
/*404*/

/*footer*/
#raidix-footer {
	color: #fff;
	background: #041e41;
	padding: 9rem 0;
}
#raidix-footer .items-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6rem;
}
#raidix-footer .item-menu {
	flex-basis: 570px;
	display: flex;
	gap: 3rem;
}
#raidix-footer .item-menu ul {
	flex-basis: 170px;
	list-style: none;
	padding: 0;
	margin: 0;
}
#raidix-footer .item-menu ul>li {
	margin-bottom: 1.6rem;
}
#raidix-footer .item-menu ul>li:last-child {
	margin-bottom: 0;
}
#raidix-footer .item-menu ul>li>a {
	font-size: 1.6rem;
	line-height: 130%;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.5s;
}
#raidix-footer .item-menu ul>li>a:hover {
	opacity: 0.5;
}
#raidix-footer .item-menu .item-buttons {
	flex-basis: 170px;
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}
#raidix-footer .item-menu .item-buttons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 100%;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 1.5rem;
	padding: 1.8rem 1rem;
	transition: all 0.5s;
}
#raidix-footer .item-menu .item-buttons a:hover {
	color: #041e41;
	background: #fff;
}
#raidix-footer .item-subscribe {
	flex-basis: 470px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 3rem;
}
#raidix-footer .item-subscribe .btn-telegram {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1.2rem;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 100%;
	color: #fff;
	text-decoration: none;
	background: #08c;
	border-radius: 1.5rem;
	padding: 0.8rem 3rem;
	transition: opacity 0.5s;
}
#raidix-footer .item-subscribe .btn-telegram:hover {
	opacity: 0.8;
}
#raidix-footer .item-subscribe .btn-telegram .icon {
	display: block;
	width: 3.6rem;
	height: 3.6rem;
}
#raidix-footer .item-subscribe .btn-telegram .icon-telegram {
	background: url(../img/icon-telegram.svg) center center no-repeat;
	background-size: cover;
}
#raidix-footer .item-subscribe .p-subscribe {
	font-size: 1.6rem;
	line-height: 130%;
	margin-bottom: 2rem;
}
#raidix-footer .item-subscribe .block {
	display: flex;
	align-items: center;
	gap: 2rem;
	margin-bottom: 2rem;
}
#raidix-footer .item-subscribe .block input {
	flex-grow: 1;
	color: #fff;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 100%;
	background: none;
	border: 1px solid #fff;
	border-radius: 1.5rem;
	padding: 1.6rem 2rem;
}
#raidix-footer .item-subscribe .block input::placeholder {
	color: #818ea0;
}
#raidix-footer .item-subscribe .block .btn-subscribe {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 100%;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 1.5rem;
	padding: 1.8rem 2.4rem;
	transition: all 0.5s;
}
#raidix-footer .item-subscribe .block .btn-subscribe:hover {
	color: #041e41;
	background: #fff;
}
#raidix-footer .item-subscribe .p-agreement {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	font-size: 1.1rem;
	line-height: 130%;
	margin-bottom: 0;
}
#raidix-footer .item-subscribe .p-agreement input[type="checkbox"] {
	display: none;
}
#raidix-footer .item-subscribe .p-agreement label {
	flex-shrink: 0;
	display: block;
	width: 2.2rem;
	height: 2.2rem;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 0.8rem;
}
#raidix-footer .item-subscribe .p-agreement input[type="checkbox"]:checked + label {
	background: url(../img/icon-check-white.svg) center center no-repeat;
	background-size: 80%;
}
#raidix-footer .item-subscribe .p-agreement a {
	color: #fff;
	text-decoration: underline;
}
#raidix-footer .item-subscribe .p-agreement a:hover {
	text-decoration: none;
}
#raidix-footer .items-bottom {
	display: flex;
	justify-content: space-between;
}
#raidix-footer .item-info {
	flex-basis: 570px;
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
}
#raidix-footer .item-info .info-address {
	flex-basis: 370px;
}
#raidix-footer .item-info .info-address p {
	font-size: 1.6rem;
	line-height: 130%;
	margin-bottom: 0;
}
#raidix-footer .item-info .info-details {
	flex-basis: 170px;
}
#raidix-footer .item-info .info-details p {
	font-size: 1.6rem;
	line-height: 130%;
	margin-bottom: 0.8rem;
}
#raidix-footer .item-info .info-details p:last-child {
	margin-bottom: 0;
}
#raidix-footer .item-info .p-copy {
	flex-basis: 100%;
	font-size: 1.6rem;
	line-height: 130%;
	margin-bottom: 0;
}
#raidix-footer .item-more {
	flex-basis: 470px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 3rem;
}
#raidix-footer .item-more .p-email {
	font-size: 1.6rem;
	line-height: 130%;
	margin-bottom: 0;
}
#raidix-footer .item-more .p-email a {
	color: #fff;
	text-decoration: underline;
}
#raidix-footer .item-more .p-email a:hover {
	text-decoration: none;
}
#raidix-footer .item-more .p-policy {
	font-size: 1.6rem;
	line-height: 130%;
	margin-bottom: 0;
}
#raidix-footer .item-more .p-policy a {
	color: #fff;
	text-decoration: underline;
}
#raidix-footer .item-more .p-policy a:hover {
	text-decoration: none;
}
/*footer*/

/*other*/
a.back-to-top {
	display: none;
	width: 4.8rem;
	height: 4.8rem;
	position: fixed;
	z-index: 999;
	right: 2rem;
	bottom: 2rem;
	border-radius: 50%;
	border: 2px solid #041e41;
	box-sizing: border-box;
	background: #fff url("../img/icon-back-to-top.svg") center center no-repeat;
	background-size: cover;
}
a:hover.back-to-top {
	background-size: 120%;
}
/*other*/