body {
	--acc: #2F3CED;
	--text: #121212;
	--grey: #808191;
	--purple: #844AFF;
	--red: #FF1C1C;
	--orange: #FF4C2C;
	--bs: 0px 4px 7px rgba(62, 15, 138, 0.15);
	--bs-m: 0px 2px 6px rgba(0, 0, 0, 0.15);
	color: var(--text);
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	line-height: normal;
	background: #FDFDFD;
}
		
		[v-cloak] {
			display: none;
		}

.page.fixed {
	height: 100vh;
	overflow: hidden;
}

a {
	color: var(--text);
}

a:hover,
a:active,
a:focus {
	color: var(--text);
	text-decoration: none;
	outline: none;
}

.block, .inner, .grid, .grid-cascade, .grid-cover, .grid-row, .grid-col {
	display: block;
}

#form-notification {
	position: fixed;
	top: 100px;
	z-index: 10000;
	right: 0;
	width: 300px;
	padding: 30px;
	text-align: center;
	transform: translateX(320px);
	font-size: 16px;
	transition: .5s;
	border-radius: 10px;
}

#form-notification.active {
	transform: translateX(-20px);
}

#form-notification[data-class="done"] {
	background: var(--purple);
	color: #fff;
}

#form-notification[data-class="error"] {
	background: var(--red);
	color: #fff;
}

.page {
	
}

.cont {
	max-width: 1170px;
	margin: auto;
}

.cont--full {
	max-width: 100%
}

.app__wrapper {
    display: grid;
    grid-template-columns: 880px;
	padding-left: 255px;
}

.sidebar {
    border-right: 1px solid #E4E4E4;
	position: fixed;
    left: 0;
    top: 0;
    width: 255px;
}

.sidebar__wrapper {
    height: 100vh;
    overflow: auto;
    padding: 50px 0;
}

.sidebar-logo {
	padding: 0 25px;
    margin-bottom: 50px;
    text-align: center;
}
		
		.sidebar-email {
			margin-top: 30px;
			text-align: center;
		}

.sidebar-logo img {
	width: 80px;
    height: 80px;
    border-radius: 50%;
}

.main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu__link {
	display: flex;
    align-items: center;
	max-width: 216px;
	padding: 19px 25px;
	border-radius: 0 12px 12px 0;
	color: var(--grey);
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	transition: .3s;
}

.menu__link svg {
    width: 24px;
    margin-right: 18px;
	height: 24px;
}

.menu__icon--fill {
	fill: var(--grey)
}

.menu__icon--fill * {
	stroke: none;
}

.menu__link svg * {
	stroke: var(--grey)
}

.menu__link:hover {
	background: #F5FBFF;
	color: var(--grey);
}

.menu__link:hover svg * {
	stroke: var(--grey)
}

.menu__link--active {
	background: var(--acc);
	color: #fff;
}

.menu__link--active svg * {
	stroke: #fff
}

.menu__link--active:hover,
.menu__link--active:focus,
.menu__link--active:active {
	background: var(--acc);
	color: #fff;
	opacity: .9;
}

.menu__link--active .menu__icon--fill,
.menu__link--active:hover .menu__icon--fill,
.menu__link--active:focus .menu__icon--fill,
.menu__link--active:active .menu__icon--fill {
	fill: #fff;
}

.menu__link--active:hover svg *,
.menu__link--active:focus svg *,
.menu__link--active:active svg * {
	stroke: #fff
}

.content__wrapper {
    padding: 50px 35px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -1px;
    margin: 0 0 30px;
}

.news-slider {
    max-width: 620px;
}

.news-slider .slick-list {
	margin: 0 -15px;
}

.news-slide {
	color: #fff;
	border-radius: 24px;
	padding: 50px 25px;
	outline: none;
	margin: 0 15px;
}

.news-slide__title {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
}

.news-slide__desc {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
	max-width: 60%;
}

.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex !important;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.slick-dots li {
	margin: 8px;
}

.slick-dots li button {
	color: transparent;
	line-height: 0;
	font-size: 0;
	display: block;
	width: 8px;
	height: 8px;
	background: #fff;
	border: 4px solid transparent;
	transition: .3s;
	outline: none;
	padding: 0;
	border-radius: 50%;
	position: relative;
}

.slick-dots li.slick-active button {
	transform: scale(1.2);
	background: #A0D7E7
}

.mbtn {
	display: inline-block;
	min-width: 160px;
	text-align: center;
	background: var(--acc);
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
	padding: 18px;
	transition: .3s;
}

.mbtn:hover,
.mbtn:active,
.mbtn:focus {
	color: #fff;
	opacity: .9;
}

.mbtn--color-white {
	background: #fff;
	color: var(--text);
}

.mbtn--color-white:hover {
	background: var(--acc);
	color: #fff;
}

.list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 250px);
    grid-gap: 30px;
}

.list-item {
    border-radius: 24px;
    padding: 25px;
    color: #fff;
	box-shadow: 0 5px 5px rgb(11 14 57 / 20%);
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list-item__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}

.list-item__desc {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
}

.list-item__action .mbtn {
	width: 100%;
}

.post-content {
    font-size: 16px;
    line-height: 30px;
	max-width: 620px;
}
		
		.post-content a {
			color: var(--acc);
		}
		
		.post-content a:hover {
			color: var(--text);
		}

.post-back {
	margin-bottom: 15px;
}

.post-back__link {
	color: var(--acc);
}

.home-fps {
    margin: 25px 0;
    padding: 25px 0;
}

.home-fps__wrapper {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 250px);
    grid-gap: 30px;
}

.home-fp {
    border-radius: 24px;
    padding: 25px;
    color: #fff;
    box-shadow: 0 5px 5px rgb(11 14 57 / 20%);
}

.home-fp__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}

.home-fp__desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}

.home-fp__action .mbtn {
	width: 100%;
}

.home-fps__action {
    text-align: center;
    margin-top: 30px;
}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

}
